forked from mudzereli/mudsort
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.config
More file actions
49 lines (49 loc) · 2.33 KB
/
app.config
File metadata and controls
49 lines (49 loc) · 2.33 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="mudsort.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<userSettings>
<mudsort.Properties.Settings>
<setting name="DefaultSortString" serializeAs="String">
<value>OC,ES,CV,AL-,AB-,DG-,ED-,ML,MA,NM</value>
</setting>
<setting name="IdentifyOnLogin" serializeAs="String">
<value>True</value>
</setting>
<setting name="ReverseSortList" serializeAs="String">
<value>False</value>
</setting>
<setting name="SavedSortString1" serializeAs="String">
<value>OC,EP,MA,AL-,MX-</value>
</setting>
<setting name="SavedSortString2" serializeAs="String">
<value>AL-,MX-</value>
</setting>
<setting name="SavedSortString3" serializeAs="String">
<value>BR-</value>
</setting>
<setting name="ThinkWhenDone" serializeAs="String">
<value>True</value>
</setting>
<setting name="Debug" serializeAs="String">
<value>False</value>
</setting>
</mudsort.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Decal.Interop.Core" publicKeyToken="481f17d392f1fb65" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.9.8.3" newVersion="2.9.8.3" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Decal.Adapter" publicKeyToken="bd1c8ce002ce221e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.9.8.3" newVersion="2.9.8.3" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>