Initial commit

This commit is contained in:
2021-04-20 07:44:06 +02:00
commit 1cc7ed8893
1562 changed files with 496306 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
<Profiles />
<Settings>
<Setting Name="Tage" Type="System.String" Scope="User">
<Value Profile="(Default)">10</Value>
</Setting>
<Setting Name="Foreground_gueltig" Type="System.String" Scope="User">
<Value Profile="(Default)">#FF0000</Value>
</Setting>
<Setting Name="Foreground_vor_ablauf" Type="System.String" Scope="User">
<Value Profile="(Default)">#FF0000</Value>
</Setting>
<Setting Name="Background_vor_ablauf" Type="System.String" Scope="User">
<Value Profile="(Default)">#FFE5CC</Value>
</Setting>
<Setting Name="Foreground_abgelaufen" Type="System.String" Scope="User">
<Value Profile="(Default)">#FF0000</Value>
</Setting>
<Setting Name="Background_abgelaufen" Type="System.String" Scope="User">
<Value Profile="(Default)">#FFFF00</Value>
</Setting>
</Settings>
</SettingsFile>