While doing so, I have also refactored the shipcall processing logic in the main window. All changes now go through the filter and sorting stage before all controls are removed and only the controls matching to the sorted list are added to the stack panel.
18 lines
901 B
XML
18 lines
901 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="BreCalClient.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="API_URL" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">https://brecal.bsmd-emswe.eu</Value>
|
|
</Setting>
|
|
<Setting Name="BG_COLOR" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">#751D1F</Value>
|
|
</Setting>
|
|
<Setting Name="APP_TITLE" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">!!Bremen calling Testversion!!</Value>
|
|
</Setting>
|
|
<Setting Name="LOGO_IMAGE_URL" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">https://www.textbausteine.net/</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |