Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <configuration>
|
---|
3 | <startup>
|
---|
4 | <supportedRuntime version="v2.0.50727" />
|
---|
5 | <supportedRuntime version="v2.0.50215" />
|
---|
6 | <supportedRuntime version="v2.0.40607" />
|
---|
7 | <supportedRuntime version="v1.1.4322" />
|
---|
8 | <supportedRuntime version="v1.0.3705" />
|
---|
9 |
|
---|
10 | <requiredRuntime version="v1.0.3705" />
|
---|
11 | </startup>
|
---|
12 |
|
---|
13 | <!--
|
---|
14 | The following <runtime> section allows running nunit tests under
|
---|
15 | .NET 1.0 by redirecting assemblies. The appliesTo attribute
|
---|
16 | causes the section to be ignored except under .NET 1.0.
|
---|
17 | -->
|
---|
18 | <runtime>
|
---|
19 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
|
---|
20 | appliesTo="v1.0.3705">
|
---|
21 | <dependentAssembly>
|
---|
22 | <assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="" />
|
---|
23 | <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
---|
24 | </dependentAssembly>
|
---|
25 | <dependentAssembly>
|
---|
26 | <assemblyIdentity name="System.Data" publicKeyToken="b77a5c561934e089" culture="" />
|
---|
27 | <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
---|
28 | </dependentAssembly>
|
---|
29 | <dependentAssembly>
|
---|
30 | <assemblyIdentity name="System.Drawing" publicKeyToken="b03f5f7f11d50a3a" culture="" />
|
---|
31 | <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
---|
32 | </dependentAssembly>
|
---|
33 | <dependentAssembly>
|
---|
34 | <assemblyIdentity name="System.Windows.Forms" publicKeyToken="b77a5c561934e089" culture="" />
|
---|
35 | <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
---|
36 | </dependentAssembly>
|
---|
37 | <dependentAssembly>
|
---|
38 | <assemblyIdentity name="System.Xml" publicKeyToken="b77a5c561934e089" culture="" />
|
---|
39 | <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
---|
40 | </dependentAssembly>
|
---|
41 | </assemblyBinding>
|
---|
42 | </runtime>
|
---|
43 | </configuration>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.