master
Harald Wolff 2019-04-24 07:13:50 +02:00
parent e80e30dd89
commit d83f9c2687
9 changed files with 27 additions and 3 deletions

17
IModularService.cs 100644
View File

@ -0,0 +1,17 @@
// /**
// * File: IModularService.cs
// * Author: haraldwolff
// *
// * This file and it's content is copyrighted by the Author and / or copyright holder.
// * Any use wihtout proper permission is illegal and may lead to legal actions.
// *
// *
// **/
using System;
namespace ln.modular
{
public interface IModularService
{
}
}

View File

@ -10,9 +10,9 @@
using System;
namespace ln.modular
{
public class MyClass
public class ModularManager
{
public MyClass()
public ModularManager()
{
}
}

Binary file not shown.

Binary file not shown.

View File

@ -30,8 +30,9 @@
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="MyClass.cs" />
<Compile Include="ModularManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="IModularService.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -0,0 +1 @@
05cdca9b8b4eb0b9fe699b86713b70a56a91df11

View File

@ -0,0 +1,5 @@
/home/haraldwolff/src/ln.skyspot/ln.modular/bin/Debug/ln.modular.dll
/home/haraldwolff/src/ln.skyspot/ln.modular/bin/Debug/ln.modular.pdb
/home/haraldwolff/src/ln.skyspot/ln.modular/obj/Debug/ln.modular.csproj.CoreCompileInputs.cache
/home/haraldwolff/src/ln.skyspot/ln.modular/obj/Debug/ln.modular.dll
/home/haraldwolff/src/ln.skyspot/ln.modular/obj/Debug/ln.modular.pdb

Binary file not shown.

Binary file not shown.