commit e159bbe78a17fc008d8a3e1960f84b4dddefdd84 Author: Harald Wolff-Thobaben Date: Wed Nov 18 09:59:50 2020 +0100 Initial Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd51a9f --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# Autosave files +*~ + +# build +[Oo]bj/ +[Bb]in/ +packages/ +TestResults/ + +# globs +Makefile.in +*.DS_Store +*.sln.cache +*.suo +*.cache +*.pidb +*.userprefs +*.usertasks +config.log +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.user +*.tar.gz +tarballs/ +test-results/ +Thumbs.db +.vs/ + +# Mac bundle stuff +*.dmg +*.app + +# resharper +*_Resharper.* +*.Resharper + +# dotCover +*.dotCover diff --git a/Class1.cs b/Class1.cs new file mode 100644 index 0000000..d4ce454 --- /dev/null +++ b/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace ln.parse +{ + public class Class1 + { + } +} diff --git a/ln.parse.csproj b/ln.parse.csproj new file mode 100644 index 0000000..cb63190 --- /dev/null +++ b/ln.parse.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp3.1 + + +