Added CICM Metadata submodule.

This commit is contained in:
2017-04-24 01:03:54 +01:00
parent 78ca8578eb
commit ba4070cfb4
4 changed files with 12 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "CICMMetadata"]
path = CICMMetadata
url = https://github.com/claunia/CICMMetadata

1
CICMMetadata Submodule

Submodule CICMMetadata added at 97781ddc50

View File

@@ -1,3 +1,8 @@
2017-04-24 Natalia Portillo <claunia@claunia.com>
* osrepodbmgr.csproj:
Added CICM Metadata submodule.
2017-04-23 Natalia Portillo <claunia@claunia.com>
* DBOps.cs:

View File

@@ -87,6 +87,9 @@
<Compile Include="Settings.cs" />
<Compile Include="PlatformID.cs" />
<Compile Include="DetectOS.cs" />
<Compile Include="..\CICMMetadata\dotnet\cicm.cs">
<Link>cicm.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />