<?xml version="1.0" encoding="UTF-8" ?>
<!--
*
* EagleShell.exe.config -
*
* Copyright (c) 2007-2010 by Joe Mistachkin. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* RCS: @(#) $Id: $
*
-->
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<!--
<NetFx40_LegacySecurityPolicy enabled="true" />
<generatePublisherEvidence enabled="false" />
-->
<!--
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Eagle"
publicKeyToken="29c6297630be05eb"
culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-1.0.9999.65535"
newVersion="[info engine PatchLevel]" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Eagle"
publicKeyToken="1e22ec67879739a2"
culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-1.0.9999.65535"
newVersion="[info engine PatchLevel]" />
</dependentAssembly>
</assemblyBinding>
-->
</runtime>
</configuration>