Gaesteliste/Gästeliste/My Project/Settings.settings
Dominic Reich 76762e5110 adds my.settings (window size and location)
adds working update-check routine for oneclick (if you skip one update, you can still update later manually)
2016-03-13 15:32:25 +01:00

12 lines
No EOL
574 B
XML

<?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="WindowLocation" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">-1, -1</Value>
</Setting>
<Setting Name="WindowSize" Type="System.Drawing.Size" Scope="User">
<Value Profile="(Default)">-1, -1</Value>
</Setting>
</Settings>
</SettingsFile>