diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml
index de89de76c36704ee54e1829b8961b1a097c90c68..2f778623c4dec4f06a5de153f76c4772e4931493 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/03_0Distractions.xaml
@@ -14,6 +14,6 @@
         <Button Content="Contract" Style="{StaticResource TopMenuButon}" HorizontalAlignment="Right" Margin="0,4,20,0" VerticalAlignment="Top" Height="26" Width="80" Click="Option3_Click"/>
 
         <!-- DELETE -->
-        <Label Content="Distractionsssssss" HorizontalAlignment="Center" Margin="0,234,0,0" VerticalAlignment="Top" Height="108" Width="439" FontSize="48" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
+        <Label Content="Distractions4" HorizontalAlignment="Center" Margin="0,234,0,0" VerticalAlignment="Top" Height="108" Width="439" FontSize="48" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
     </Grid>
 </Window>
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/04Settings.xaml b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/04Settings.xaml
index 91a732eda320d5eaef05a6fdaed6ea5aa9dd378c..3cd8f69bc49a737af870019cc014d5a3339af587 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/04Settings.xaml
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/Screens/FirstLaunch/04Settings.xaml
@@ -1,159 +1,159 @@
-<Window x:Class="InnoLabProjektDektopApp.Settings"
-        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
-        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
-        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
-        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
-        xmlns:local="clr-namespace:InnoLabProjektDektopApp"
-        xmlns:header="clr-namespace:InnoLabProjektDektopApp.Screens.Templates"
-        mc:Ignorable="d"
-        Height="550" Width="900">
-    <ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Disabled">
-    <Grid>
-
-        <header:HeaderTemplate VerticalAlignment="Top" />
-        <Button Content="Subscription" Style="{StaticResource TopMenuButon}" HorizontalAlignment="Right" Margin="0,4,100,0" VerticalAlignment="Top" Height="26" Width="80" Click="Option2_Click"/>
-        <Button Content="Contract" Style="{StaticResource TopMenuButon}" HorizontalAlignment="Right" Margin="0,4,20,0" VerticalAlignment="Top" Height="26" Width="80" Click="Option3_Click"/>
-
-        <StackPanel Margin="20,70,20,20">
-
-            <TextBlock Style="{StaticResource Header1}" 
-                       Text="Change the settings as you want" 
-                       HorizontalAlignment="Left" />
-            <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
-
-            <TextBlock Style="{StaticResource Header2}" 
-                       Text="What should happen when you try to open a distracting program/page?" 
-                       HorizontalAlignment="Left" />
-                <TextBlock Text="ⓘ"
-    FontSize="14"
-    FontWeight="Bold"
-    Foreground="Gray"
-    Margin="5,0,0,0"
-    VerticalAlignment="Center"
-    ToolTip="You can choose between 3 modes: In all modes, the mascot gives you visual feedback that you are currently distracting yourself. In full-blocking mode, the distracting item you try to reach is instantly automatically closed. In the warning mode, you receive a warning for X seconds during which you can re-decide if you want to enter the distracting item or not." />
-            </StackPanel>
-            <RadioButton Content="full-blocking mode" GroupName="Modes" IsChecked="True"/>
-            <RadioButton Content="X seconds warning mode" GroupName="Modes" />
-            <RadioButton Content="only mascot feedback mode" GroupName="Modes" />
-
-            <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
-                <TextBlock Style="{StaticResource Header2}" 
-                       Text="Do you want the mascot to be visible while working?" 
-                       HorizontalAlignment="Left" />
-                <TextBlock Text="ⓘ"
-FontSize="14"
-FontWeight="Bold"
-Foreground="Gray"
-Margin="5,0,0,0"
-VerticalAlignment="Center"
-ToolTip="If the mascot is visible while you work, its emotions reflect how focused you are which can be motivating. Deselect the mascot if you find it annoying." />
-            </StackPanel>
-            <RadioButton Content="yes" GroupName="MascotVisibility" IsChecked="True"/>
-            <RadioButton Content="no" GroupName="MascotVisibility" />
-
-
-
-            <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
-            <TextBlock Style="{StaticResource Header2}" 
-                       Text="Do you want to receive words of affirmation during your focused work?" 
-                       HorizontalAlignment="Left" />
-                <TextBlock Text="ⓘ"
-FontSize="14"
-FontWeight="Bold"
-Foreground="Gray"
-Margin="5,0,0,0"
-VerticalAlignment="Center"
-ToolTip="If selected and you work focusedly, the mascot is going to tell you stuff like 'You have not distracted yourself for 30 minutes! I am proud of you!'" />
-            </StackPanel>
-            <RadioButton Content="yes" GroupName="Affirmation" IsChecked="True"/>
-            <RadioButton Content="no" GroupName="Affirmation" />
-
-            <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
-                <TextBlock Style="{StaticResource Header2}" 
-                       Text="Do you want to receive insulting words when distracted?" 
-                       HorizontalAlignment="Left" />
-                <TextBlock Text="ⓘ"
-FontSize="14"
-FontWeight="Bold"
-Foreground="Gray"
-Margin="5,0,0,0"
-VerticalAlignment="Center"
-ToolTip="If selected and you distract yourself during the focus mdde, the mascot is going to tell you stuff like 'I have already finished 10 exercises - why are you not working focused like me?'" />
-            </StackPanel>
-            <RadioButton Content="yes" GroupName="InsultingWords" IsChecked="True"/>
-            <RadioButton Content="no" GroupName="InsultingWords" />
-
-            <!-- Frage 4 -->
-                    <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
-                        <TextBlock Style="{StaticResource Header2}" 
-                       Text="What should your default focus session look like?" 
-                       HorizontalAlignment="Left" />
-                <TextBlock Text="ⓘ"
-FontSize="14"
-FontWeight="Bold"
-Foreground="Gray"
-Margin="5,0,0,0"
-VerticalAlignment="Center"
-ToolTip="You can decide how long the focus and break period should be. The focus period is the period in which you want to work focused without taking a break. The break period determines how long the break after each focus period should be. With cycles you can decide how often you want to cycle through focus and break periods. For example, a cylcle of 2, a focus period of 50 and a break period of 10 means that your total focus session looks like this: 50 minutes focused work, 10 minutes break, 50 minutes focused work and 10 minutes break." />
-            </StackPanel>
-
-            <!-- Graue Box -->
-            <Border Background="LightGray" CornerRadius="10" Padding="3" Margin="5" BorderBrush="#D3D3D3" BorderThickness="1">
-                <Grid>
-                    <Grid.ColumnDefinitions>
-                        <ColumnDefinition Width="*" />
-                        <ColumnDefinition Width="*" />
-                        <ColumnDefinition Width="*" />
-                    </Grid.ColumnDefinitions>
-
-                    <!-- Focus Period -->
-                    <StackPanel Grid.Column="0" Margin="10">
-                        <TextBlock Text="Focus period" FontSize="14" FontWeight="SemiBold" Foreground="Gray" />
-                        <ComboBox HorizontalAlignment="Left" Height="30" Width="150" FontSize="14" Padding="5" SelectionChanged="ComboBox_SelectionChanged" IsEditable="True">
-                            <ComboBoxItem Content="20 minutes" />
-                            <ComboBoxItem Content="30 minutes" />
-                            <ComboBoxItem Content="40 minutes" />
-                            <ComboBoxItem Content="50 minutes" IsSelected="True" />
-                            <ComboBoxItem Content="60 minutes" />
-                            <ComboBoxItem Content="90 minutes" />
-                            <ComboBoxItem Content="120 minutes" />
-                            <ComboBoxItem Content="150 minutes" />
-                            <ComboBoxItem Content="180 minutes" />
-                        </ComboBox>
-                    </StackPanel>
-
-                    <!-- Break Period -->
-                    <StackPanel Grid.Column="1" Margin="10">
-                        <TextBlock Text="Break period" FontSize="14" FontWeight="SemiBold" Foreground="Gray" />
-                        <ComboBox HorizontalAlignment="Left" Height="30" Width="150" FontSize="14" Padding="5" IsEditable="True">
-                            <ComboBoxItem Content="0 minutes" />
-                            <ComboBoxItem Content="3 minutes" />
-                            <ComboBoxItem Content="5 minutes" />
-                            <ComboBoxItem Content="10 minutes" IsSelected="True" />
-                            <ComboBoxItem Content="15 minutes" />
-                            <ComboBoxItem Content="20 minutes" />
-                            <ComboBoxItem Content="25 minutes" />
-                            <ComboBoxItem Content="30 minutes" />
-                        </ComboBox>
-                    </StackPanel>
-
-                    <!-- Cycles -->
-                    <StackPanel Grid.Column="2" Margin="10">
-                        <TextBlock Text="Cycles" FontSize="14" FontWeight="SemiBold" Foreground="Gray" />
-                        <ComboBox HorizontalAlignment="Left" Height="30" Width="150" FontSize="14" Padding="5" IsEditable="True">
-                            <ComboBoxItem Content="1" />
-                            <ComboBoxItem Content="2" />
-                            <ComboBoxItem Content="3" />
-                            <ComboBoxItem Content="4" IsSelected="True" />
-                            <ComboBoxItem Content="5" />
-                            <ComboBoxItem Content="6" />
-                        </ComboBox>
-                    </StackPanel>
-                </Grid>
-            </Border>
-        </StackPanel>
-        
-
-    </Grid>
-    </ScrollViewer>
-</Window>
\ No newline at end of file
+<Window x:Class="InnoLabProjektDektopApp.Settings"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:InnoLabProjektDektopApp"
+        xmlns:header="clr-namespace:InnoLabProjektDektopApp.Screens.Templates"
+        mc:Ignorable="d"
+        Height="550" Width="900">
+    <ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Disabled">
+    <Grid>
+
+        <header:HeaderTemplate VerticalAlignment="Top" />
+        <Button Content="Subscription" Style="{StaticResource TopMenuButon}" HorizontalAlignment="Right" Margin="0,4,100,0" VerticalAlignment="Top" Height="26" Width="80" Click="Option2_Click"/>
+        <Button Content="Contract" Style="{StaticResource TopMenuButon}" HorizontalAlignment="Right" Margin="0,4,20,0" VerticalAlignment="Top" Height="26" Width="80" Click="Option3_Click"/>
+
+        <StackPanel Margin="20,70,20,20">
+
+            <TextBlock Style="{StaticResource Header1}" 
+                       Text="Change the settings as you want" 
+                       HorizontalAlignment="Left" />
+            <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
+
+            <TextBlock Style="{StaticResource Header2}" 
+                       Text="What should happen when you try to open a distracting program/page?" 
+                       HorizontalAlignment="Left" />
+                <TextBlock Text="ⓘ"
+    FontSize="14"
+    FontWeight="Bold"
+    Foreground="Gray"
+    Margin="5,0,0,0"
+    VerticalAlignment="Center"
+    ToolTip="You can choose between 3 modes: In all modes, the mascot gives you visual feedback that you are currently distracting yourself. In full-blocking mode, the distracting item you try to reach is instantly automatically closed. In the warning mode, you receive a warning for X seconds during which you can re-decide if you want to enter the distracting item or not." />
+            </StackPanel>
+            <RadioButton Content="full-blocking mode" GroupName="Modes" IsChecked="True"/>
+            <RadioButton Content="X seconds warning mode" GroupName="Modes" />
+            <RadioButton Content="only mascot feedback mode" GroupName="Modes" />
+
+            <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
+                <TextBlock Style="{StaticResource Header2}" 
+                       Text="Do you want the mascot to be visible while working?" 
+                       HorizontalAlignment="Left" />
+                <TextBlock Text="ⓘ"
+FontSize="14"
+FontWeight="Bold"
+Foreground="Gray"
+Margin="5,0,0,0"
+VerticalAlignment="Center"
+ToolTip="If the mascot is visible while you work, its emotions reflect how focused you are which can be motivating. Deselect the mascot if you find it annoying." />
+            </StackPanel>
+            <RadioButton Content="yes" GroupName="MascotVisibility" IsChecked="True"/>
+            <RadioButton Content="no" GroupName="MascotVisibility" />
+
+
+
+            <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
+            <TextBlock Style="{StaticResource Header2}" 
+                       Text="Do you want to receive words of affirmation during your focused work?" 
+                       HorizontalAlignment="Left" />
+                <TextBlock Text="ⓘ"
+FontSize="14"
+FontWeight="Bold"
+Foreground="Gray"
+Margin="5,0,0,0"
+VerticalAlignment="Center"
+ToolTip="If selected and you work focusedly, the mascot is going to tell you stuff like 'You have not distracted yourself for 30 minutes! I am proud of you!'" />
+            </StackPanel>
+            <RadioButton Content="yes" GroupName="Affirmation" IsChecked="True"/>
+            <RadioButton Content="no" GroupName="Affirmation" />
+
+            <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
+                <TextBlock Style="{StaticResource Header2}" 
+                       Text="Do you want to receive insulting words when distracted?" 
+                       HorizontalAlignment="Left" />
+                <TextBlock Text="ⓘ"
+FontSize="14"
+FontWeight="Bold"
+Foreground="Gray"
+Margin="5,0,0,0"
+VerticalAlignment="Center"
+ToolTip="If selected and you distract yourself during the focus mdde, the mascot is going to tell you stuff like 'I have already finished 10 exercises - why are you not working focused like me?'" />
+            </StackPanel>
+            <RadioButton Content="yes" GroupName="InsultingWords" IsChecked="True"/>
+            <RadioButton Content="no" GroupName="InsultingWords" />
+
+            <!-- Frage 4 -->
+                    <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0,10,0,0">
+                        <TextBlock Style="{StaticResource Header2}" 
+                       Text="What should your default focus session look like?" 
+                       HorizontalAlignment="Left" />
+                <TextBlock Text="ⓘ"
+FontSize="14"
+FontWeight="Bold"
+Foreground="Gray"
+Margin="5,0,0,0"
+VerticalAlignment="Center"
+ToolTip="You can decide how long the focus and break period should be. The focus period is the period in which you want to work focused without taking a break. The break period determines how long the break after each focus period should be. With cycles you can decide how often you want to cycle through focus and break periods. For example, a cylcle of 2, a focus period of 50 and a break period of 10 means that your total focus session looks like this: 50 minutes focused work, 10 minutes break, 50 minutes focused work and 10 minutes break." />
+            </StackPanel>
+
+            <!-- Graue Box -->
+            <Border Background="LightGray" CornerRadius="10" Padding="3" Margin="5" BorderBrush="#D3D3D3" BorderThickness="1">
+                <Grid>
+                    <Grid.ColumnDefinitions>
+                        <ColumnDefinition Width="*" />
+                        <ColumnDefinition Width="*" />
+                        <ColumnDefinition Width="*" />
+                    </Grid.ColumnDefinitions>
+
+                    <!-- Focus Period -->
+                    <StackPanel Grid.Column="0" Margin="10">
+                        <TextBlock Text="Focus period" FontSize="14" FontWeight="SemiBold" Foreground="Gray" />
+                        <ComboBox HorizontalAlignment="Left" Height="30" Width="150" FontSize="14" Padding="5" SelectionChanged="ComboBox_SelectionChanged" IsEditable="True">
+                            <ComboBoxItem Content="20 minutes" />
+                            <ComboBoxItem Content="30 minutes" />
+                            <ComboBoxItem Content="40 minutes" />
+                            <ComboBoxItem Content="50 minutes" IsSelected="True" />
+                            <ComboBoxItem Content="60 minutes" />
+                            <ComboBoxItem Content="90 minutes" />
+                            <ComboBoxItem Content="120 minutes" />
+                            <ComboBoxItem Content="150 minutes" />
+                            <ComboBoxItem Content="180 minutes" />
+                        </ComboBox>
+                    </StackPanel>
+
+                    <!-- Break Period -->
+                    <StackPanel Grid.Column="1" Margin="10">
+                        <TextBlock Text="Break period" FontSize="14" FontWeight="SemiBold" Foreground="Gray" />
+                        <ComboBox HorizontalAlignment="Left" Height="30" Width="150" FontSize="14" Padding="5" IsEditable="True">
+                            <ComboBoxItem Content="0 minutes" />
+                            <ComboBoxItem Content="3 minutes" />
+                            <ComboBoxItem Content="5 minutes" />
+                            <ComboBoxItem Content="10 minutes" IsSelected="True" />
+                            <ComboBoxItem Content="15 minutes" />
+                            <ComboBoxItem Content="20 minutes" />
+                            <ComboBoxItem Content="25 minutes" />
+                            <ComboBoxItem Content="30 minutes" />
+                        </ComboBox>
+                    </StackPanel>
+
+                    <!-- Cycles -->
+                    <StackPanel Grid.Column="2" Margin="10">
+                        <TextBlock Text="Cycles" FontSize="14" FontWeight="SemiBold" Foreground="Gray" />
+                        <ComboBox HorizontalAlignment="Left" Height="30" Width="150" FontSize="14" Padding="5" IsEditable="True">
+                            <ComboBoxItem Content="1" />
+                            <ComboBoxItem Content="2" />
+                            <ComboBoxItem Content="3" />
+                            <ComboBoxItem Content="4" IsSelected="True" />
+                            <ComboBoxItem Content="5" />
+                            <ComboBoxItem Content="6" />
+                        </ComboBox>
+                    </StackPanel>
+                </Grid>
+            </Border>
+        </StackPanel>
+        
+
+    </Grid>
+    </ScrollViewer>
+</Window>
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.dll b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.dll
index 063e0b7f9039491d7fb912db64b4cc0628a572f4..3778b299f6ae6d390497f25cf34d912161a48a18 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.dll and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.dll differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.exe b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.exe
index 661550bd86630bda5d3b4f24315ef1fff47c8eea..da46b11bd29bb02cec3bbc598170355a7950c0b6 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.exe and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.exe differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb
index f75c3e3644ff965250177b8c5d357cdc4b7cf18a..cd6c3ad484426de6a64ec1b6cd9af0ec2e39b00d 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/bin/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/App.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/App.g.i.cs
index acab422d128fd5da6dd2c38201061b6e6a3b4d4c..58f56cfe19994d7353d05da39314c8ec9a12ab34 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/App.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/App.g.i.cs
@@ -59,7 +59,7 @@ namespace InnoLabProjektDektopApp {
             
             #line default
             #line hidden
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/app.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/app.xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\App.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfo.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfo.cs
index 607c2ba22e6c14a783fdc18f74635aa23cb1dadb..6e61558b44fce4230766f6913f9cd9f6d245b389 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfo.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfo.cs
@@ -14,7 +14,7 @@ using System.Reflection;
 [assembly: System.Reflection.AssemblyCompanyAttribute("InnoLabProjektDektopApp")]
 [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
 [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bc5d4e9feb49a3de6bcdf6872bf1658a8be5d88b")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a78fdec6ae6d38b03e6eb8325179570be7148361")]
 [assembly: System.Reflection.AssemblyProductAttribute("InnoLabProjektDektopApp")]
 [assembly: System.Reflection.AssemblyTitleAttribute("InnoLabProjektDektopApp")]
 [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfoInputs.cache b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfoInputs.cache
index 36e43353ff20d4efe3954cf3c06b4d00e9f68b8b..ab3cb52909cbd85ac4816aa45b5b2ec441fac45e 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfoInputs.cache
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.AssemblyInfoInputs.cache
@@ -1 +1 @@
-ec21d6356845febc33d682f0972d3e86147490e6edef0e6a27685cbc8f024771
+dd50217c4cb57932f878ee97cb250686be7e6b08c1ba95e7d34a2fda11b0221b
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.csproj.CoreCompileInputs.cache b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.csproj.CoreCompileInputs.cache
index 0735833846f849920786aec6a41f5c115e4127c9..1b502a1f6477ffa5fc08b1967c52511a04492b5c 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.csproj.CoreCompileInputs.cache
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-0dcf3cfa38cc27dabad4b4fbe2a710a74fad4ca623e92fb2809db8c75b97c3d4
+3c44a3aa10e974389721eb77c56340b476f1582065d0715b2b47bad9ed13f29d
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.csproj.FileListAbsolute.txt b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.csproj.FileListAbsolute.txt
index c473c79c9d2fb5ae14941e4a86b1a3cf1a0af00b..465b4aaa60bb1cbbc68dd0228573b95d7320a69b 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.csproj.FileListAbsolute.txt
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.csproj.FileListAbsolute.txt
@@ -235,3 +235,52 @@ C:\Users\Sandra\Source\Repos\procrastinator\InnoLabProjektDektopApp\InnoLabProje
 C:\Users\Sandra\Source\Repos\procrastinator\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.pdb
 C:\Users\Sandra\Source\Repos\procrastinator\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.genruntimeconfig.cache
 C:\Users\Sandra\Source\Repos\procrastinator\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\ref\InnoLabProjektDektopApp.dll
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\Assets\blockedProcesses.json
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\InnoLabProjektDektopApp.exe
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\InnoLabProjektDektopApp.deps.json
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\InnoLabProjektDektopApp.runtimeconfig.json
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\InnoLabProjektDektopApp.dll
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\InnoLabProjektDektopApp.pdb
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\Newtonsoft.Json.dll
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\System.CodeDom.dll
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\System.Management.dll
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\bin\Debug\net8.0-windows\runtimes\win\lib\net8.0\System.Management.dll
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.csproj.AssemblyReference.cache
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Styles\Styles.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\01Startscreen.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\02Progress.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\03_0Distractions.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\03_1DistractionsList.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\04Settings.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Regulaer\01Overview.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Regulaer\02Session.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Regulaer\03End.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Regulaer\04Statistics.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Templates\HeaderTemplate.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\App.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp_Content.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\GeneratedInternalTypeHelper.g.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp_MarkupCompile.cache
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp_MarkupCompile.lref
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\App.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\01Startscreen.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\02Progress.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\03_0Distractions.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\03_1DistractionsList.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\FirstLaunch\04Settings.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Regulaer\01Overview.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Regulaer\02Session.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Regulaer\03End.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Regulaer\04Statistics.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\Screens\Templates\HeaderTemplate.baml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.g.resources
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.GeneratedMSBuildEditorConfig.editorconfig
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.AssemblyInfoInputs.cache
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.AssemblyInfo.cs
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.csproj.CoreCompileInputs.cache
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabP.75C040FC.Up2Date
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.dll
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\refint\InnoLabProjektDektopApp.dll
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.pdb
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\InnoLabProjektDektopApp.genruntimeconfig.cache
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\ref\InnoLabProjektDektopApp.dll
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.dll b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.dll
index 063e0b7f9039491d7fb912db64b4cc0628a572f4..3778b299f6ae6d390497f25cf34d912161a48a18 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.dll and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.dll differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.g.resources b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.g.resources
index 6b9376d68fb37772795f471e1f61d9edb6a1671a..e3e8e9ad9c4594fadb8a532980a1b2e4cc1262fd 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.g.resources and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.g.resources differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.genruntimeconfig.cache b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.genruntimeconfig.cache
index e2707423dbd80392ec2b5ca11cd0a91116337841..259ac4dda33c4d9771dd96f70ff30c0f124f53d7 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.genruntimeconfig.cache
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.genruntimeconfig.cache
@@ -1 +1 @@
-a136fdcaa4c3596e62be9e81266bee5f0a24873914d2b954e7215fcb7e16a6d0
+92251570a401973d9055624fd492e276a64d6a13c537d181d6390dd59c4f24e1
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb
index f75c3e3644ff965250177b8c5d357cdc4b7cf18a..cd6c3ad484426de6a64ec1b6cd9af0ec2e39b00d 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp.pdb differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp_MarkupCompile.i.cache b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp_MarkupCompile.i.cache
index df7990fe6a3ba2ffd1167aacf12a6954c47fc00b..2da397904031dda06859696126a0bad89cce0c46 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp_MarkupCompile.i.cache
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/InnoLabProjektDektopApp_MarkupCompile.i.cache
@@ -4,17 +4,17 @@
 winexe
 C#
 .cs
-C:\Users\Sandra\Source\Repos\procrastinator\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\obj\Debug\net8.0-windows\
 InnoLabProjektDektopApp
 none
 false
 TRACE;DEBUG;NET;NET8_0;NETCOREAPP
-C:\Users\Sandra\Source\Repos\procrastinator\InnoLabProjektDektopApp\InnoLabProjektDektopApp\App.xaml
+D:\Studium\7. Semester\InnoLab\CoFlow\InnoLabProjektDektopApp\InnoLabProjektDektopApp\App.xaml
 11-54832007
 1-409365417
 16308522296
 200287176765
 Screens\FirstLaunch\01Startscreen.xaml;Screens\FirstLaunch\02Progress.xaml;Screens\FirstLaunch\03_0Distractions.xaml;Screens\FirstLaunch\03_1DistractionsList.xaml;Screens\FirstLaunch\04Settings.xaml;Screens\Regulaer\01Overview.xaml;Screens\Regulaer\02Session.xaml;Screens\Regulaer\03End.xaml;Screens\Regulaer\04Statistics.xaml;Screens\Templates\HeaderTemplate.xaml;Styles\Styles.xaml;
 
-True
+False
 
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/01Startscreen.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/01Startscreen.g.i.cs
index 8df2ea012fae753bb781cd3c945dc48d650cbf94..8b2d786f45ba86b6a97927c68139da75f64e2bbf 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/01Startscreen.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/01Startscreen.g.i.cs
@@ -54,7 +54,8 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/01startscreen.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/01startscreen.xam" +
+                    "l", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\FirstLaunch\01Startscreen.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/02Progress.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/02Progress.g.i.cs
index 180171c812989a358d2261d859ab4d0ec96d4dda..13398ab5268c4e46f54084ef6f2f790e0f06fdf3 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/02Progress.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/02Progress.g.i.cs
@@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/02progress.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/02progress.xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\FirstLaunch\02Progress.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_0Distractions.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_0Distractions.g.i.cs
index 3093150f0fcc6b540911b0c95200ca9fa097470f..c2c02ae0c226ccb480b2cee90de45f2b6360ab3b 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_0Distractions.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_0Distractions.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D032D2D9484158408DD379057162D92B8D5B0243"
+#pragma checksum "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8F844849741DF463E7EF6BC1D4A2780A2F3BC356"
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
@@ -54,7 +54,8 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/03_0distractions.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/03_0distractions." +
+                    "xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\FirstLaunch\03_0Distractions.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_1DistractionsList.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_1DistractionsList.g.i.cs
index eb9a5d26542dec604aaab316eb71ff30d0f2e44b..d2c58a9243a792a6b97b500cd36795b52923c33c 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_1DistractionsList.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/03_1DistractionsList.g.i.cs
@@ -54,7 +54,8 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/03_1distractionslist.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/03_1distractionsl" +
+                    "ist.xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\FirstLaunch\03_1DistractionsList.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.i.cs
index 8918a4c996d318d337d67485a8b22a2623ee8ca4..6bb7f0abb2c89c09df6ba111c0484d00d81b775f 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/FirstLaunch/04Settings.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Screens\FirstLaunch\04Settings.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E711B77D22E8981BDBA109D07DC567C970E40E12"
+#pragma checksum "..\..\..\..\..\Screens\FirstLaunch\04Settings.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FB5BDC2362BE258A1E6FD5B474162D05132D37C8"
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
@@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/firstlaunch/04settings.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/firstlaunch/04settings.xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\FirstLaunch\04Settings.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/01Overview.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/01Overview.g.i.cs
index 697285d2b2305bdf904d29efe14b43094003a638..0c621874fb0c759e2c63b09c7cb3d85987e8c04d 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/01Overview.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/01Overview.g.i.cs
@@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/regulaer/01overview.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/regulaer/01overview.xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\Regulaer\01Overview.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/02Session.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/02Session.g.i.cs
index 6d5c7631e5773063a5b30eff9e44dda3ba2a90eb..662a92f287158f624335b7ef36bc9220335ccf56 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/02Session.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/02Session.g.i.cs
@@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/regulaer/02session.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/regulaer/02session.xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\Regulaer\02Session.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/03End.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/03End.g.i.cs
index db2db77e5a13cf030227040f3dc31af004580992..324ddc9dfddfb8e8ce7e37c220db92ea07100922 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/03End.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/03End.g.i.cs
@@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/regulaer/03end.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/regulaer/03end.xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\Regulaer\03End.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/04Statistics.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/04Statistics.g.i.cs
index 9d2a700e4c59256f1e01b5e3b2c982702c8e6b61..8d63403763201ffe46d08fb4cdcd5938429c6008 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/04Statistics.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Regulaer/04Statistics.g.i.cs
@@ -54,7 +54,7 @@ namespace InnoLabProjektDektopApp {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/regulaer/04statistics.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/regulaer/04statistics.xaml", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\Regulaer\04Statistics.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Templates/HeaderTemplate.g.i.cs b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Templates/HeaderTemplate.g.i.cs
index 2fd5ab271f8b52fe7314482eae63b786333c5386..da2ada4f46af5b718dd5ae92a0960700fdb45339 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Templates/HeaderTemplate.g.i.cs
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/Screens/Templates/HeaderTemplate.g.i.cs
@@ -53,7 +53,8 @@ namespace InnoLabProjektDektopApp.Screens.Templates {
                 return;
             }
             _contentLoaded = true;
-            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;component/screens/templates/headertemplate.xaml", System.UriKind.Relative);
+            System.Uri resourceLocater = new System.Uri("/InnoLabProjektDektopApp;V1.0.0.0;component/screens/templates/headertemplate.xaml" +
+                    "", System.UriKind.Relative);
             
             #line 1 "..\..\..\..\..\Screens\Templates\HeaderTemplate.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/apphost.exe b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/apphost.exe
index 661550bd86630bda5d3b4f24315ef1fff47c8eea..da46b11bd29bb02cec3bbc598170355a7950c0b6 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/apphost.exe and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/apphost.exe differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/ref/InnoLabProjektDektopApp.dll b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/ref/InnoLabProjektDektopApp.dll
index 198f17042d847ee53f862c94bbe18b61d97cca1c..a0766ea0e418222783729741ad78b0c2cb488458 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/ref/InnoLabProjektDektopApp.dll and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/ref/InnoLabProjektDektopApp.dll differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/refint/InnoLabProjektDektopApp.dll b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/refint/InnoLabProjektDektopApp.dll
index 198f17042d847ee53f862c94bbe18b61d97cca1c..a0766ea0e418222783729741ad78b0c2cb488458 100644
Binary files a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/refint/InnoLabProjektDektopApp.dll and b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/Debug/net8.0-windows/refint/InnoLabProjektDektopApp.dll differ
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/InnoLabProjektDektopApp.csproj.nuget.dgspec.json b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/InnoLabProjektDektopApp.csproj.nuget.dgspec.json
index fdb36c3dd9f57baa4e3ddebadc3959bf65a32659..93d60c7844c34ca0492b23f100b34d780d12fc15 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/InnoLabProjektDektopApp.csproj.nuget.dgspec.json
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/InnoLabProjektDektopApp.csproj.nuget.dgspec.json
@@ -1,17 +1,17 @@
 {
   "format": 1,
   "restore": {
-    "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj": {}
+    "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj": {}
   },
   "projects": {
-    "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj": {
+    "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj": {
       "version": "1.0.0",
       "restore": {
-        "projectUniqueName": "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
+        "projectUniqueName": "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
         "projectName": "InnoLabProjektDektopApp",
-        "projectPath": "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
+        "projectPath": "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
         "packagesPath": "C:\\Users\\Sandra\\.nuget\\packages\\",
-        "outputPath": "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\obj\\",
+        "outputPath": "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\obj\\",
         "projectStyle": "PackageReference",
         "configFilePaths": [
           "C:\\Users\\Sandra\\AppData\\Roaming\\NuGet\\NuGet.Config",
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/project.assets.json b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/project.assets.json
index abb3a7d49a6594ca55a2cf29ef19999caa30e679..25b407856944e150deeba32c7710ef4c204c807c 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/project.assets.json
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/project.assets.json
@@ -159,11 +159,11 @@
   "project": {
     "version": "1.0.0",
     "restore": {
-      "projectUniqueName": "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
+      "projectUniqueName": "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
       "projectName": "InnoLabProjektDektopApp",
-      "projectPath": "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
+      "projectPath": "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
       "packagesPath": "C:\\Users\\Sandra\\.nuget\\packages\\",
-      "outputPath": "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\obj\\",
+      "outputPath": "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\obj\\",
       "projectStyle": "PackageReference",
       "configFilePaths": [
         "C:\\Users\\Sandra\\AppData\\Roaming\\NuGet\\NuGet.Config",
diff --git a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/project.nuget.cache b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/project.nuget.cache
index 24b5d74dab0367b4bfa3032a005108141b9c84ec..7d6796d882f70b3e8e7d0944250511907bd2d4ec 100644
--- a/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/project.nuget.cache
+++ b/InnoLabProjektDektopApp/InnoLabProjektDektopApp/obj/project.nuget.cache
@@ -1,8 +1,8 @@
 {
   "version": 2,
-  "dgSpecHash": "bRm/jvazcIgs8tu5LfAdEeq8/6cEPZEIcppdmCA36C/L2GCsR2oTEH4kDBSVs4MaLfwlSu5w0zBe1LOU1cTlZQ==",
+  "dgSpecHash": "NC90lV/mFlQoKe2rLO9Yr2LjdYvseg6+TzqcUhq84Dr+yPWis8LRAuuK8RnP4mDbdsA0cGke2Sst8kIdImxJ5w==",
   "success": true,
-  "projectFilePath": "C:\\Users\\Sandra\\Source\\Repos\\procrastinator\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
+  "projectFilePath": "D:\\Studium\\7. Semester\\InnoLab\\CoFlow\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp\\InnoLabProjektDektopApp.csproj",
   "expectedPackageFiles": [
     "C:\\Users\\Sandra\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
     "C:\\Users\\Sandra\\.nuget\\packages\\system.codedom\\9.0.0\\system.codedom.9.0.0.nupkg.sha512",