2015-05-14 22:35:07 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<configuration>
|
2018-12-06 21:14:33 +03:00
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
|
|
|
|
|
|
|
|
|
<System.Windows.Forms.ApplicationConfigurationSection>
|
|
|
|
|
<add key="DpiAwareness" value="PerMonitorV2" />
|
|
|
|
|
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
|
|
|
|
|
</System.Windows.Forms.ApplicationConfigurationSection>
|
|
|
|
|
|
|
|
|
|
<runtime>
|
2015-05-14 22:35:07 +03:00
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
|
<dependentAssembly>
|
|
|
|
|
<assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="EFE927ACF176EEA2" culture="neutral"/>
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.2.1.8805" newVersion="4.2.1.8805"/>
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
</assemblyBinding>
|
2015-08-20 15:45:13 +03:00
|
|
|
|
2015-05-14 22:35:07 +03:00
|
|
|
</runtime>
|
|
|
|
|
</configuration>
|