diff --git a/KlassenBIB/KlassenBIB.csproj b/KlassenBIB/KlassenBIB.csproj
index 626a86a..16fc2bd 100644
--- a/KlassenBIB/KlassenBIB.csproj
+++ b/KlassenBIB/KlassenBIB.csproj
@@ -47,6 +47,7 @@
+
diff --git a/KlassenBIB/LinerChargen.cs b/KlassenBIB/LinerChargen.cs
new file mode 100644
index 0000000..497d593
--- /dev/null
+++ b/KlassenBIB/LinerChargen.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace KlassenBIB
+{
+ public static class LinerChargen
+ {
+ public static void GenLinerChargenOverview(List ProjektListe)
+ {
+
+ foreach(Projekt projekt in ProjektListe)
+ {
+
+ }
+ }
+ }
+}