2015-05-14 22:35:07 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<configuration>
|
|
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup> <runtime>
|
|
|
|
|
<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>
|