commit 472f131207697ad9888da6b5c096908080b58f41 Author: Harald Wolff Date: Thu Dec 7 22:01:07 2017 +0100 Initial Commit diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..68a8e85 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,26 @@ +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("sharp.logging")] +[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/sharp.logging.csproj b/sharp.logging.csproj new file mode 100644 index 0000000..f19b15e --- /dev/null +++ b/sharp.logging.csproj @@ -0,0 +1,36 @@ + + + + Debug + AnyCPU + {D471A566-9FB6-41B2-A777-3C32874ECD0E} + Library + sharp.logging + sharp.logging + v4.5 + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + false + + + true + bin\Release + prompt + 4 + false + + + + + + + + + \ No newline at end of file diff --git a/sharp.logging.csproj.user b/sharp.logging.csproj.user new file mode 100644 index 0000000..7306da1 --- /dev/null +++ b/sharp.logging.csproj.user @@ -0,0 +1,7 @@ + + + + Project + true + + \ No newline at end of file