Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / nunit24 / ConsoleRunner / nunit-console-exe / nunit-console.exe.config.net_3_5
1 <?xml version="1.0" encoding="Windows-1252"?>\r
2 <configuration>\r
3 \r
4         <!-- Do not remove. Sets up configsectionhandler section for log4net -->\r
5     <configSections>\r
6         <section name="log4net" type="System.Configuration.IgnoreSectionHandler" />\r
7     </configSections>\r
8 \r
9         <!--\r
10      Application settings for NUnit-console.exe. Do NOT put settings\r
11          for use by your tests here.\r
12         -->\r
13         <appSettings>\r
14 \r
15         <!--\r
16          Specify the location to be used by .NET for the cache\r
17         -->\r
18     <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />\r
19   \r
20         </appSettings>\r
21   \r
22     <system.diagnostics>\r
23           <switches>\r
24                 <add name="NTrace" value="4" />\r
25           </switches>\r
26           <trace autoflush="true" indentsize="4">\r
27                 <listeners>\r
28 <!--\r
29                         <add name="NUnitInternalTrace" type="System.Diagnostics.TextWriterTraceListener" \r
30                                 initializeData="C:\NUnitPrimaryTrace.txt"/>\r
31 -->\r
32                 </listeners>\r
33           </trace>\r
34         </system.diagnostics>\r
35         \r
36         <!-- \r
37      The startup section may be used to specify the runtime versions \r
38      supported in the order that they will be used if more than one\r
39      is present. As supplied, this section is commented out, which\r
40      causes nunit-console to use the version of the framework with\r
41      which it was built.\r
42          \r
43          Since .NET 1.0 does not recognize the <supportedRuntime> elements,\r
44          a <requiredRuntime> element is used in case it is the only version\r
45          of the framework that is installed.\r
46     -->\r
47         <startup>\r
48           <supportedRuntime version="v2.0.50727" />\r
49         </startup>\r
50 \r
51    <!--\r
52     The following <runtime> section allows running nunit under \r
53     .NET 1.0 by redirecting assemblies. The appliesTo attribute\r
54     causes the section to be ignored except under .NET 1.0version 1\r
55     on a machine with only the .NET version 1.0 runtime installed.\r
56     If application and its tests were built for .NET 1.1 you will\r
57     also need to redirect system assemblies in the test config file.\r
58    -->\r
59   \r
60  <runtime>\r
61 \r
62    <legacyUnhandledExceptionPolicy enabled="1" />\r
63 \r
64    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"\r
65                         appliesTo="v1.0.3705">\r
66 \r
67       <dependentAssembly> \r
68         <assemblyIdentity name="System" \r
69                           publicKeyToken="b77a5c561934e089" \r
70                           culture="neutral"/>\r
71         <bindingRedirect  oldVersion="1.0.5000.0" \r
72                           newVersion="1.0.3300.0"/>\r
73       </dependentAssembly>\r
74 \r
75       <dependentAssembly> \r
76         <assemblyIdentity name="System.Data" \r
77                           publicKeyToken="b77a5c561934e089" \r
78                           culture="neutral"/>\r
79         <bindingRedirect  oldVersion="1.0.5000.0" \r
80                           newVersion="1.0.3300.0"/>\r
81       </dependentAssembly>\r
82 \r
83       <dependentAssembly> \r
84         <assemblyIdentity name="System.Drawing" \r
85                           publicKeyToken="b03f5f7f11d50a3a" \r
86                           culture="neutral"/>\r
87         <bindingRedirect  oldVersion="1.0.5000.0" \r
88                           newVersion="1.0.3300.0"/>\r
89       </dependentAssembly>\r
90 \r
91       <dependentAssembly> \r
92         <assemblyIdentity name="System.Windows.Forms" \r
93                           publicKeyToken="b77a5c561934e089" \r
94                           culture="neutral"/>\r
95         <bindingRedirect  oldVersion="1.0.5000.0" \r
96                           newVersion="1.0.3300.0"/>\r
97       </dependentAssembly>\r
98 \r
99       <dependentAssembly> \r
100         <assemblyIdentity name="System.Xml" \r
101                           publicKeyToken="b77a5c561934e089" \r
102                           culture="neutral"/>\r
103         <bindingRedirect  oldVersion="1.0.5000.0" \r
104                           newVersion="1.0.3300.0"/>\r
105       </dependentAssembly>\r
106 \r
107     </assemblyBinding>\r
108 \r
109   </runtime>\r
110   \r
111 </configuration>\r