-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.config
More file actions
25 lines (24 loc) · 1.04 KB
/
app.config
File metadata and controls
25 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="MabiCooker2.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<connectionStrings/>
<userSettings>
<MabiCooker2.Properties.Settings>
<setting name="LastRatioPoint" serializeAs="String">
<value>0, 0</value>
</setting>
<setting name="LastSelectPoint" serializeAs="String">
<value>0, 0</value>
</setting>
<setting name="LastInfoPoint" serializeAs="String">
<value>0, 0</value>
</setting>
</MabiCooker2.Properties.Settings>
</userSettings>
<startup>
<supportedRuntime version="v2.0.50727"/></startup>
</configuration>