~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Projects.Formats.MSBuild/app.config

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
                <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
6
6
                        <dependentAssembly>
7
7
                                <assemblyIdentity name="Microsoft.Build.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
8
 
                                <bindingRedirect oldVersion="0.0.0.0-100.0.0.0" newVersion="2.0.0.0" />
 
8
                                <bindingRedirect oldVersion="0.0.0.0-100.0.0.0" newVersion="3.5.0.0" />
9
9
                        </dependentAssembly>
10
10
                        <dependentAssembly>
11
11
                                <assemblyIdentity name="Microsoft.Build.Engine" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
12
 
                                <bindingRedirect oldVersion="0.0.0.0-100.0.0.0" newVersion="2.0.0.0" />
 
12
                                <bindingRedirect oldVersion="0.0.0.0-100.0.0.0" newVersion="3.5.0.0" />
13
13
                        </dependentAssembly>
14
14
                </assemblyBinding>
15
15
        </runtime>