From e80e30dd89e81d4597d8317050353c580c585c85 Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Tue, 23 Apr 2019 21:54:07 +0200 Subject: [PATCH] Initial Commit --- MyClass.cs | 19 +++++++++++++++++++ Properties/AssemblyInfo.cs | 35 +++++++++++++++++++++++++++++++++++ ln.modular.csproj | 37 +++++++++++++++++++++++++++++++++++++ ln.modular.csproj.user | 7 +++++++ 4 files changed, 98 insertions(+) create mode 100644 MyClass.cs create mode 100644 Properties/AssemblyInfo.cs create mode 100644 ln.modular.csproj create mode 100644 ln.modular.csproj.user diff --git a/MyClass.cs b/MyClass.cs new file mode 100644 index 0000000..2bc3ba6 --- /dev/null +++ b/MyClass.cs @@ -0,0 +1,19 @@ +// /** +// * File: MyClass.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 class MyClass + { + public MyClass() + { + } + } +} diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9689ed7 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +// /** +// * File: AssemblyInfo.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.Reflection; +using System.Runtime.CompilerServices; + +// Information about this assembly is defined by the following attributes. +// Change them to the values specific to your project. + +[assembly: AssemblyTitle("ln.modular")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". +// The form "{Major}.{Minor}.*" will automatically update the build and revision, +// and "{Major}.{Minor}.{Build}.*" will update just the revision. + +[assembly: AssemblyVersion("1.0.*")] + +// The following attributes are used to specify the signing key for the assembly, +// if desired. See the Mono documentation for more information about signing. + +//[assembly: AssemblyDelaySign(false)] +//[assembly: AssemblyKeyFile("")] diff --git a/ln.modular.csproj b/ln.modular.csproj new file mode 100644 index 0000000..408ca00 --- /dev/null +++ b/ln.modular.csproj @@ -0,0 +1,37 @@ + + + + Debug + AnyCPU + {9332A0F6-CCDC-4A9E-91A2-36D302C9CAD8} + Library + ln.modular + ln.modular + v4.7 + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + false + + + true + bin\Release + prompt + 4 + false + + + + + + + + + + \ No newline at end of file diff --git a/ln.modular.csproj.user b/ln.modular.csproj.user new file mode 100644 index 0000000..7306da1 --- /dev/null +++ b/ln.modular.csproj.user @@ -0,0 +1,7 @@ + + + + Project + true + + \ No newline at end of file