|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <configuration>
|
3 | 3 | <configSections>
|
4 | 4 | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
5 |
| - <section name="UWPHook.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
| 5 | + <section name="UWPHook.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/> |
6 | 6 | </sectionGroup>
|
7 | 7 | </configSections>
|
8 | 8 | <startup>
|
9 |
| - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> |
| 9 | + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/> |
10 | 10 | </startup>
|
11 | 11 | <userSettings>
|
12 | 12 | <UWPHook.Properties.Settings>
|
13 | 13 | <setting name="ChangeLanguage" serializeAs="String">
|
14 | 14 | <value>False</value>
|
15 | 15 | </setting>
|
16 | 16 | <setting name="TargetLanguage" serializeAs="String">
|
17 |
| - <value /> |
| 17 | + <value/> |
18 | 18 | </setting>
|
19 | 19 | <setting name="Seconds" serializeAs="String">
|
20 | 20 | <value>5</value>
|
|
85 | 85 | </UWPHook.Properties.Settings>
|
86 | 86 | </userSettings>
|
87 | 87 | <runtime>
|
88 |
| - <AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false;Switch.System.IO.BlockLongPaths=false" /> |
| 88 | + <AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false;Switch.System.IO.BlockLongPaths=false"/> |
89 | 89 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
90 | 90 | <dependentAssembly>
|
91 |
| - <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
92 |
| - <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
| 91 | + <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/> |
| 92 | + <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/> |
93 | 93 | </dependentAssembly>
|
94 | 94 | </assemblyBinding>
|
95 | 95 | </runtime>
|
|
0 commit comments