diff --git a/IModularService.cs b/IModularService.cs new file mode 100644 index 0000000..71acdf5 --- /dev/null +++ b/IModularService.cs @@ -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 + { + + } +} diff --git a/MyClass.cs b/ModularManager.cs similarity index 83% rename from MyClass.cs rename to ModularManager.cs index 2bc3ba6..9059a80 100644 --- a/MyClass.cs +++ b/ModularManager.cs @@ -10,9 +10,9 @@ using System; namespace ln.modular { - public class MyClass + public class ModularManager { - public MyClass() + public ModularManager() { } } diff --git a/bin/Debug/ln.modular.dll b/bin/Debug/ln.modular.dll new file mode 100644 index 0000000..108c472 Binary files /dev/null and b/bin/Debug/ln.modular.dll differ diff --git a/bin/Debug/ln.modular.pdb b/bin/Debug/ln.modular.pdb new file mode 100644 index 0000000..cd0b29d Binary files /dev/null and b/bin/Debug/ln.modular.pdb differ diff --git a/ln.modular.csproj b/ln.modular.csproj index 408ca00..f759c12 100644 --- a/ln.modular.csproj +++ b/ln.modular.csproj @@ -30,8 +30,9 @@ - + + \ No newline at end of file diff --git a/obj/Debug/ln.modular.csproj.CoreCompileInputs.cache b/obj/Debug/ln.modular.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..55da2a0 --- /dev/null +++ b/obj/Debug/ln.modular.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +05cdca9b8b4eb0b9fe699b86713b70a56a91df11 diff --git a/obj/Debug/ln.modular.csproj.FileListAbsolute.txt b/obj/Debug/ln.modular.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..d1d8c2f --- /dev/null +++ b/obj/Debug/ln.modular.csproj.FileListAbsolute.txt @@ -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 diff --git a/obj/Debug/ln.modular.dll b/obj/Debug/ln.modular.dll new file mode 100644 index 0000000..108c472 Binary files /dev/null and b/obj/Debug/ln.modular.dll differ diff --git a/obj/Debug/ln.modular.pdb b/obj/Debug/ln.modular.pdb new file mode 100644 index 0000000..cd0b29d Binary files /dev/null and b/obj/Debug/ln.modular.pdb differ