|
|
|
@ -14,23 +14,27 @@
@@ -14,23 +14,27 @@
|
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|
|
|
|
<dependentAssembly> |
|
|
|
|
<assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1976-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
</dependentAssembly> |
|
|
|
|
<dependentAssembly> |
|
|
|
|
<assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1976-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
</dependentAssembly> |
|
|
|
|
<dependentAssembly> |
|
|
|
|
<assemblyIdentity name="ICSharpCode.SharpDevelop.Dom" publicKeyToken="f829da5c02be14ee" culture="neutral"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1976-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
</dependentAssembly> |
|
|
|
|
<dependentAssembly> |
|
|
|
|
<assemblyIdentity name="ICSharpCode.SharpDevelop.Widgets" publicKeyToken="f829da5c02be14ee" culture="neutral"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1976-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
</dependentAssembly> |
|
|
|
|
<dependentAssembly> |
|
|
|
|
<assemblyIdentity name="ICSharpCode.TextEditor" publicKeyToken="4d61825e8dd49f1a" culture="neutral"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1976-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
</dependentAssembly> |
|
|
|
|
<dependentAssembly> |
|
|
|
|
<assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="efe927acf176eea2" culture="neutral"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
<bindingRedirect oldVersion="2.1.0.1976-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> |
|
|
|
|
</dependentAssembly> |
|
|
|
|
<probing privatePath="Tools\NUnit"/> |
|
|
|
|
</assemblyBinding> |
|
|
|
|