Dominic Reich
76762e5110
adds working update-check routine for oneclick (if you skip one update, you can still update later manually)
12 lines
No EOL
574 B
XML
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> |