Browse Source

Update SharpReport to version compatible with SharpDevelop.

Add binding redirection for ICSharpCode.SharpDevelop.Widgets.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2012 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 19 years ago
parent
commit
6c47070737
  1. 14
      src/Main/StartUp/Project/app.template.config

14
src/Main/StartUp/Project/app.template.config

@ -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>

Loading…
Cancel
Save