2017-01-31 04:45:34 +00:00
|
|
|
<?xml version="1.0"?>
|
2017-01-08 07:54:09 +00:00
|
|
|
<configuration>
|
2017-01-26 03:39:35 +00:00
|
|
|
<configSections>
|
2017-01-31 04:45:34 +00:00
|
|
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
2017-01-26 03:39:35 +00:00
|
|
|
|
2017-01-31 04:45:34 +00:00
|
|
|
<section name="PKHeX.WinForms.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
2017-01-26 03:39:35 +00:00
|
|
|
</sectionGroup>
|
|
|
|
</configSections>
|
2017-01-31 04:45:34 +00:00
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup></configuration>
|