mattercontrol/App.config

14 lines
579 B
Text
Raw Normal View History

2014-12-29 10:33:45 -08:00
<?xml version="1.0" encoding="utf-8"?>
2014-01-29 19:09:30 -08:00
<configuration>
<runtime>
2014-12-29 10:33:45 -08:00
<loadFromRemoteSources enabled="true" />
2014-01-29 19:09:30 -08:00
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
2014-12-29 10:33:45 -08:00
<probing privatePath="lib" />
<dependentAssembly>
<assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
</dependentAssembly>
2014-01-29 19:09:30 -08:00
</assemblyBinding>
</runtime>
2014-12-29 10:33:45 -08:00
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /></startup></configuration>