~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.dotnet.v4.0.exe.config

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<configuration>
 
3
        <runtime>
 
4
                <generatePublisherEvidence enabled="false" />
 
5
                <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
 
6
                        <dependentAssembly>
 
7
                                <assemblyIdentity name="Microsoft.Build.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
 
8
                                <bindingRedirect oldVersion="0.0.0.0-100.0.0.0" newVersion="4.0.0.0" />
 
9
                        </dependentAssembly>
 
10
                        <dependentAssembly>
 
11
                                <assemblyIdentity name="Microsoft.Build.Engine" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
 
12
                                <bindingRedirect oldVersion="0.0.0.0-100.0.0.0" newVersion="4.0.0.0" />
 
13
                        </dependentAssembly>
 
14
                </assemblyBinding>
 
15
        </runtime>
 
16
</configuration>