]> git.pld-linux.org Git - packages/mono.git/blob - mono-missing.patch
- updated to 3.2.5
[packages/mono.git] / mono-missing.patch
1 diff -Nur mono-3.2.5/mcs/class/Facades/System.Collections/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Collections/AssemblyInfo.cs
2 --- mono-3.2.5/mcs/class/Facades/System.Collections/AssemblyInfo.cs     1970-01-01 01:00:00.000000000 +0100
3 +++ mono-mono-3.2.5/mcs/class/Facades/System.Collections/AssemblyInfo.cs        2013-11-14 20:18:32.000000000 +0100
4 @@ -0,0 +1,41 @@
5 +// 
6 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
7 +// 
8 +// Permission is hereby granted, free of charge, to any person obtaining a copy
9 +// of this software and associated documentation files (the "Software"), to deal
10 +// in the Software without restriction, including without limitation the rights
11 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12 +// copies of the Software, and to permit persons to whom the Software is
13 +// furnished to do so, subject to the following conditions:
14 +// 
15 +// The above copyright notice and this permission notice shall be included in
16 +// all copies or substantial portions of the Software.
17 +// 
18 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 +// THE SOFTWARE.
25 +// 
26 +
27 +using System;
28 +using System.Reflection;
29 +using System.Runtime.CompilerServices;
30 +
31 +[assembly: AssemblyTitle ("System.Collections.dll")]
32 +[assembly: AssemblyDescription ("System.Collections.dll")]
33 +[assembly: AssemblyDefaultAlias ("System.Collections.dll")]
34 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
35 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
36 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
37 +[assembly: AssemblyVersion ("4.0.0.0")]
38 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
39 +[assembly: AssemblyFileVersion ("4.0.0.0")]
40 +[assembly: AssemblyDelaySign (true)]
41 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
42 +
43 +[assembly: ReferenceAssembly]
44 +
45 +
46 diff -Nur mono-3.2.5/mcs/class/Facades/System.Collections/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Collections/Makefile
47 --- mono-3.2.5/mcs/class/Facades/System.Collections/Makefile    1970-01-01 01:00:00.000000000 +0100
48 +++ mono-mono-3.2.5/mcs/class/Facades/System.Collections/Makefile       2013-11-14 20:18:32.000000000 +0100
49 @@ -0,0 +1,22 @@
50 +MCS_BUILD_DIR = ../../../build
51 +
52 +thisdir = class/Facades/System.Collections
53 +SUBDIRS = 
54 +include $(MCS_BUILD_DIR)/rules.make
55 +
56 +LIBRARY_SUBDIR = Facades
57 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
58 +
59 +LIBRARY = System.Collections.dll
60 +
61 +KEY_FILE = ../../msfinal.pub
62 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
63 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System /r:System.Core
64 +
65 +PLATFORM_DEBUG_FLAGS =
66 +
67 +NO_TEST = yes
68 +
69 +include $(MCS_BUILD_DIR)/library.make
70 +
71 +
72 diff -Nur mono-3.2.5/mcs/class/Facades/System.Collections/System.Collections.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Collections/System.Collections.dll.sources
73 --- mono-3.2.5/mcs/class/Facades/System.Collections/System.Collections.dll.sources      1970-01-01 01:00:00.000000000 +0100
74 +++ mono-mono-3.2.5/mcs/class/Facades/System.Collections/System.Collections.dll.sources 2013-11-14 20:18:32.000000000 +0100
75 @@ -0,0 +1,3 @@
76 +TypeForwarders.cs
77 +AssemblyInfo.cs
78 +
79 diff -Nur mono-3.2.5/mcs/class/Facades/System.Collections/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Collections/TypeForwarders.cs
80 --- mono-3.2.5/mcs/class/Facades/System.Collections/TypeForwarders.cs   1970-01-01 01:00:00.000000000 +0100
81 +++ mono-mono-3.2.5/mcs/class/Facades/System.Collections/TypeForwarders.cs      2013-11-14 20:18:32.000000000 +0100
82 @@ -0,0 +1,36 @@
83 +// 
84 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
85 +// 
86 +// Permission is hereby granted, free of charge, to any person obtaining a copy
87 +// of this software and associated documentation files (the "Software"), to deal
88 +// in the Software without restriction, including without limitation the rights
89 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
90 +// copies of the Software, and to permit persons to whom the Software is
91 +// furnished to do so, subject to the following conditions:
92 +// 
93 +// The above copyright notice and this permission notice shall be included in
94 +// all copies or substantial portions of the Software.
95 +// 
96 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
97 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
98 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
99 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
100 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
101 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
102 +// THE SOFTWARE.
103 +// 
104 +
105 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.BitArray))]
106 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Comparer<>))]
107 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Dictionary<,>))]
108 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.EqualityComparer<>))]
109 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.HashSet<>))]
110 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.LinkedList<>))]
111 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.LinkedListNode<>))]
112 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.List<>))]
113 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Queue<>))]
114 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.SortedDictionary<,>))]
115 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.SortedSet<>))]
116 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Stack<>))]
117 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.StructuralComparisons))]
118 +
119 diff -Nur mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/AssemblyInfo.cs
120 --- mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/AssemblyInfo.cs  1970-01-01 01:00:00.000000000 +0100
121 +++ mono-mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/AssemblyInfo.cs     2013-11-14 20:18:32.000000000 +0100
122 @@ -0,0 +1,41 @@
123 +// 
124 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
125 +// 
126 +// Permission is hereby granted, free of charge, to any person obtaining a copy
127 +// of this software and associated documentation files (the "Software"), to deal
128 +// in the Software without restriction, including without limitation the rights
129 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
130 +// copies of the Software, and to permit persons to whom the Software is
131 +// furnished to do so, subject to the following conditions:
132 +// 
133 +// The above copyright notice and this permission notice shall be included in
134 +// all copies or substantial portions of the Software.
135 +// 
136 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
137 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
138 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
139 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
140 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
141 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
142 +// THE SOFTWARE.
143 +// 
144 +
145 +using System;
146 +using System.Reflection;
147 +using System.Runtime.CompilerServices;
148 +
149 +[assembly: AssemblyTitle ("System.Collections.Concurrent.dll")]
150 +[assembly: AssemblyDescription ("System.Collections.Concurrent.dll")]
151 +[assembly: AssemblyDefaultAlias ("System.Collections.Concurrent.dll")]
152 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
153 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
154 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
155 +[assembly: AssemblyVersion ("4.0.0.0")]
156 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
157 +[assembly: AssemblyFileVersion ("4.0.0.0")]
158 +[assembly: AssemblyDelaySign (true)]
159 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
160 +
161 +[assembly: ReferenceAssembly]
162 +
163 +
164 diff -Nur mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/Makefile
165 --- mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/Makefile 1970-01-01 01:00:00.000000000 +0100
166 +++ mono-mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/Makefile    2013-11-14 20:18:32.000000000 +0100
167 @@ -0,0 +1,22 @@
168 +MCS_BUILD_DIR = ../../../build
169 +
170 +thisdir = class/Facades/System.Collections.Concurrent
171 +SUBDIRS = 
172 +include $(MCS_BUILD_DIR)/rules.make
173 +
174 +LIBRARY_SUBDIR = Facades
175 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
176 +
177 +LIBRARY = System.Collections.Concurrent.dll
178 +
179 +KEY_FILE = ../../msfinal.pub
180 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
181 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
182 +
183 +PLATFORM_DEBUG_FLAGS =
184 +
185 +NO_TEST = yes
186 +
187 +include $(MCS_BUILD_DIR)/library.make
188 +
189 +
190 diff -Nur mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/System.Collections.Concurrent.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/System.Collections.Concurrent.dll.sources
191 --- mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/System.Collections.Concurrent.dll.sources        1970-01-01 01:00:00.000000000 +0100
192 +++ mono-mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/System.Collections.Concurrent.dll.sources   2013-11-14 20:18:32.000000000 +0100
193 @@ -0,0 +1,3 @@
194 +TypeForwarders.cs
195 +AssemblyInfo.cs
196 +
197 diff -Nur mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/TypeForwarders.cs
198 --- mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/TypeForwarders.cs        1970-01-01 01:00:00.000000000 +0100
199 +++ mono-mono-3.2.5/mcs/class/Facades/System.Collections.Concurrent/TypeForwarders.cs   2013-11-14 20:18:32.000000000 +0100
200 @@ -0,0 +1,33 @@
201 +// 
202 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
203 +// 
204 +// Permission is hereby granted, free of charge, to any person obtaining a copy
205 +// of this software and associated documentation files (the "Software"), to deal
206 +// in the Software without restriction, including without limitation the rights
207 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
208 +// copies of the Software, and to permit persons to whom the Software is
209 +// furnished to do so, subject to the following conditions:
210 +// 
211 +// The above copyright notice and this permission notice shall be included in
212 +// all copies or substantial portions of the Software.
213 +// 
214 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
215 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
216 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
217 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
218 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
219 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
220 +// THE SOFTWARE.
221 +// 
222 +
223 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.BlockingCollection<>))]
224 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.ConcurrentBag<>))]
225 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.ConcurrentDictionary<,>))]
226 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.ConcurrentQueue<>))]
227 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.ConcurrentStack<>))]
228 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.EnumerablePartitionerOptions))]
229 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.IProducerConsumerCollection<>))]
230 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.OrderablePartitioner<>))]
231 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.Partitioner))]
232 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.Partitioner<>))]
233 +
234 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel/AssemblyInfo.cs
235 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel/AssemblyInfo.cs  1970-01-01 01:00:00.000000000 +0100
236 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel/AssemblyInfo.cs     2013-11-14 20:18:32.000000000 +0100
237 @@ -0,0 +1,41 @@
238 +// 
239 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
240 +// 
241 +// Permission is hereby granted, free of charge, to any person obtaining a copy
242 +// of this software and associated documentation files (the "Software"), to deal
243 +// in the Software without restriction, including without limitation the rights
244 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
245 +// copies of the Software, and to permit persons to whom the Software is
246 +// furnished to do so, subject to the following conditions:
247 +// 
248 +// The above copyright notice and this permission notice shall be included in
249 +// all copies or substantial portions of the Software.
250 +// 
251 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
252 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
253 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
254 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
255 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
256 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
257 +// THE SOFTWARE.
258 +// 
259 +
260 +using System;
261 +using System.Reflection;
262 +using System.Runtime.CompilerServices;
263 +
264 +[assembly: AssemblyTitle ("System.ComponentModel.dll")]
265 +[assembly: AssemblyDescription ("System.ComponentModel.dll")]
266 +[assembly: AssemblyDefaultAlias ("System.ComponentModel.dll")]
267 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
268 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
269 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
270 +[assembly: AssemblyVersion ("4.0.0.0")]
271 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
272 +[assembly: AssemblyFileVersion ("4.0.0.0")]
273 +[assembly: AssemblyDelaySign (true)]
274 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
275 +
276 +[assembly: ReferenceAssembly]
277 +
278 +
279 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel/Makefile mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel/Makefile
280 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel/Makefile 1970-01-01 01:00:00.000000000 +0100
281 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel/Makefile    2013-11-14 20:18:32.000000000 +0100
282 @@ -0,0 +1,22 @@
283 +MCS_BUILD_DIR = ../../../build
284 +
285 +thisdir = class/Facades/System.ComponentModel
286 +SUBDIRS = 
287 +include $(MCS_BUILD_DIR)/rules.make
288 +
289 +LIBRARY_SUBDIR = Facades
290 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
291 +
292 +LIBRARY = System.ComponentModel.dll
293 +
294 +KEY_FILE = ../../msfinal.pub
295 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
296 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
297 +
298 +PLATFORM_DEBUG_FLAGS =
299 +
300 +NO_TEST = yes
301 +
302 +include $(MCS_BUILD_DIR)/library.make
303 +
304 +
305 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel/System.ComponentModel.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel/System.ComponentModel.dll.sources
306 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel/System.ComponentModel.dll.sources        1970-01-01 01:00:00.000000000 +0100
307 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel/System.ComponentModel.dll.sources   2013-11-14 20:18:32.000000000 +0100
308 @@ -0,0 +1,3 @@
309 +TypeForwarders.cs
310 +AssemblyInfo.cs
311 +
312 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel/TypeForwarders.cs
313 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel/TypeForwarders.cs        1970-01-01 01:00:00.000000000 +0100
314 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel/TypeForwarders.cs   2013-11-14 20:18:32.000000000 +0100
315 @@ -0,0 +1,28 @@
316 +// 
317 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
318 +// 
319 +// Permission is hereby granted, free of charge, to any person obtaining a copy
320 +// of this software and associated documentation files (the "Software"), to deal
321 +// in the Software without restriction, including without limitation the rights
322 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
323 +// copies of the Software, and to permit persons to whom the Software is
324 +// furnished to do so, subject to the following conditions:
325 +// 
326 +// The above copyright notice and this permission notice shall be included in
327 +// all copies or substantial portions of the Software.
328 +// 
329 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
330 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
331 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
332 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
333 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
334 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
335 +// THE SOFTWARE.
336 +// 
337 +
338 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CancelEventArgs))]
339 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.IChangeTracking))]
340 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.IEditableObject))]
341 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.IRevertibleChangeTracking))]
342 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IServiceProvider))]
343 +
344 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/AssemblyInfo.cs
345 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/AssemblyInfo.cs      1970-01-01 01:00:00.000000000 +0100
346 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/AssemblyInfo.cs 2013-11-14 20:18:32.000000000 +0100
347 @@ -0,0 +1,41 @@
348 +// 
349 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
350 +// 
351 +// Permission is hereby granted, free of charge, to any person obtaining a copy
352 +// of this software and associated documentation files (the "Software"), to deal
353 +// in the Software without restriction, including without limitation the rights
354 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
355 +// copies of the Software, and to permit persons to whom the Software is
356 +// furnished to do so, subject to the following conditions:
357 +// 
358 +// The above copyright notice and this permission notice shall be included in
359 +// all copies or substantial portions of the Software.
360 +// 
361 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
362 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
363 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
364 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
365 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
366 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
367 +// THE SOFTWARE.
368 +// 
369 +
370 +using System;
371 +using System.Reflection;
372 +using System.Runtime.CompilerServices;
373 +
374 +[assembly: AssemblyTitle ("System.ComponentModel.Annotations.dll")]
375 +[assembly: AssemblyDescription ("System.ComponentModel.Annotations.dll")]
376 +[assembly: AssemblyDefaultAlias ("System.ComponentModel.Annotations.dll")]
377 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
378 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
379 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
380 +[assembly: AssemblyVersion ("4.0.0.0")]
381 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
382 +[assembly: AssemblyFileVersion ("4.0.0.0")]
383 +[assembly: AssemblyDelaySign (true)]
384 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
385 +
386 +[assembly: ReferenceAssembly]
387 +
388 +
389 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/Makefile mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/Makefile
390 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/Makefile     1970-01-01 01:00:00.000000000 +0100
391 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/Makefile        2013-11-14 20:18:32.000000000 +0100
392 @@ -0,0 +1,22 @@
393 +MCS_BUILD_DIR = ../../../build
394 +
395 +thisdir = class/Facades/System.ComponentModel.Annotations
396 +SUBDIRS = 
397 +include $(MCS_BUILD_DIR)/rules.make
398 +
399 +LIBRARY_SUBDIR = Facades
400 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
401 +
402 +LIBRARY = System.ComponentModel.Annotations.dll
403 +
404 +KEY_FILE = ../../msfinal.pub
405 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
406 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.ComponentModel.DataAnnotations
407 +
408 +PLATFORM_DEBUG_FLAGS =
409 +
410 +NO_TEST = yes
411 +
412 +include $(MCS_BUILD_DIR)/library.make
413 +
414 +
415 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/System.ComponentModel.Annotations.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/System.ComponentModel.Annotations.dll.sources
416 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/System.ComponentModel.Annotations.dll.sources        1970-01-01 01:00:00.000000000 +0100
417 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/System.ComponentModel.Annotations.dll.sources   2013-11-14 20:18:32.000000000 +0100
418 @@ -0,0 +1,3 @@
419 +TypeForwarders.cs
420 +AssemblyInfo.cs
421 +
422 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/TypeForwarders.cs
423 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/TypeForwarders.cs    1970-01-01 01:00:00.000000000 +0100
424 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.Annotations/TypeForwarders.cs       2013-11-14 20:18:32.000000000 +0100
425 @@ -0,0 +1,48 @@
426 +// 
427 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
428 +// 
429 +// Permission is hereby granted, free of charge, to any person obtaining a copy
430 +// of this software and associated documentation files (the "Software"), to deal
431 +// in the Software without restriction, including without limitation the rights
432 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
433 +// copies of the Software, and to permit persons to whom the Software is
434 +// furnished to do so, subject to the following conditions:
435 +// 
436 +// The above copyright notice and this permission notice shall be included in
437 +// all copies or substantial portions of the Software.
438 +// 
439 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
440 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
441 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
442 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
443 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
444 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
445 +// THE SOFTWARE.
446 +// 
447 +
448 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.AssociationAttribute))]
449 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.ConcurrencyCheckAttribute))]
450 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.CustomValidationAttribute))]
451 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.DataType))]
452 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.DataTypeAttribute))]
453 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.DisplayAttribute))]
454 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.DisplayColumnAttribute))]
455 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.DisplayFormatAttribute))]
456 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.EditableAttribute))]
457 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.EnumDataTypeAttribute))]
458 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.FilterUIHintAttribute))]
459 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.KeyAttribute))]
460 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.RangeAttribute))]
461 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.RegularExpressionAttribute))]
462 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.RequiredAttribute))]
463 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute))]
464 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption))]
465 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.StringLengthAttribute))]
466 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.TimestampAttribute))]
467 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.UIHintAttribute))]
468 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.ValidationAttribute))]
469 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.ValidationContext))]
470 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.ValidationException))]
471 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.ValidationResult))]
472 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataAnnotations.Validator))]
473 +
474 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/AssemblyInfo.cs
475 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/AssemblyInfo.cs  1970-01-01 01:00:00.000000000 +0100
476 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/AssemblyInfo.cs     2013-11-14 20:18:32.000000000 +0100
477 @@ -0,0 +1,41 @@
478 +// 
479 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
480 +// 
481 +// Permission is hereby granted, free of charge, to any person obtaining a copy
482 +// of this software and associated documentation files (the "Software"), to deal
483 +// in the Software without restriction, including without limitation the rights
484 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
485 +// copies of the Software, and to permit persons to whom the Software is
486 +// furnished to do so, subject to the following conditions:
487 +// 
488 +// The above copyright notice and this permission notice shall be included in
489 +// all copies or substantial portions of the Software.
490 +// 
491 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
492 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
493 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
494 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
495 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
496 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
497 +// THE SOFTWARE.
498 +// 
499 +
500 +using System;
501 +using System.Reflection;
502 +using System.Runtime.CompilerServices;
503 +
504 +[assembly: AssemblyTitle ("System.ComponentModel.EventBasedAsync.dll")]
505 +[assembly: AssemblyDescription ("System.ComponentModel.EventBasedAsync.dll")]
506 +[assembly: AssemblyDefaultAlias ("System.ComponentModel.EventBasedAsync.dll")]
507 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
508 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
509 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
510 +[assembly: AssemblyVersion ("4.0.0.0")]
511 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
512 +[assembly: AssemblyFileVersion ("4.0.0.0")]
513 +[assembly: AssemblyDelaySign (true)]
514 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
515 +
516 +[assembly: ReferenceAssembly]
517 +
518 +
519 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Makefile mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Makefile
520 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Makefile 1970-01-01 01:00:00.000000000 +0100
521 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Makefile    2013-11-14 20:18:32.000000000 +0100
522 @@ -0,0 +1,22 @@
523 +MCS_BUILD_DIR = ../../../build
524 +
525 +thisdir = class/Facades/System.ComponentModel.EventBasedAsync
526 +SUBDIRS = 
527 +include $(MCS_BUILD_DIR)/rules.make
528 +
529 +LIBRARY_SUBDIR = Facades
530 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
531 +
532 +LIBRARY = System.ComponentModel.EventBasedAsync.dll
533 +
534 +KEY_FILE = ../../msfinal.pub
535 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
536 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
537 +
538 +PLATFORM_DEBUG_FLAGS =
539 +
540 +NO_TEST = yes
541 +
542 +include $(MCS_BUILD_DIR)/library.make
543 +
544 +
545 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/System.ComponentModel.EventBasedAsync.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/System.ComponentModel.EventBasedAsync.dll.sources
546 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/System.ComponentModel.EventBasedAsync.dll.sources        1970-01-01 01:00:00.000000000 +0100
547 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/System.ComponentModel.EventBasedAsync.dll.sources   2013-11-14 20:18:32.000000000 +0100
548 @@ -0,0 +1,3 @@
549 +TypeForwarders.cs
550 +AssemblyInfo.cs
551 +
552 diff -Nur mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/TypeForwarders.cs
553 --- mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/TypeForwarders.cs        1970-01-01 01:00:00.000000000 +0100
554 +++ mono-mono-3.2.5/mcs/class/Facades/System.ComponentModel.EventBasedAsync/TypeForwarders.cs   2013-11-14 20:18:32.000000000 +0100
555 @@ -0,0 +1,27 @@
556 +// 
557 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
558 +// 
559 +// Permission is hereby granted, free of charge, to any person obtaining a copy
560 +// of this software and associated documentation files (the "Software"), to deal
561 +// in the Software without restriction, including without limitation the rights
562 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
563 +// copies of the Software, and to permit persons to whom the Software is
564 +// furnished to do so, subject to the following conditions:
565 +// 
566 +// The above copyright notice and this permission notice shall be included in
567 +// all copies or substantial portions of the Software.
568 +// 
569 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
570 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
571 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
572 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
573 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
574 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
575 +// THE SOFTWARE.
576 +// 
577 +
578 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.AsyncCompletedEventArgs))]
579 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.AsyncCompletedEventHandler))]
580 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ProgressChangedEventArgs))]
581 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ProgressChangedEventHandler))]
582 +
583 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/AssemblyInfo.cs
584 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/AssemblyInfo.cs   1970-01-01 01:00:00.000000000 +0100
585 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/AssemblyInfo.cs      2013-11-14 20:18:32.000000000 +0100
586 @@ -0,0 +1,41 @@
587 +// 
588 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
589 +// 
590 +// Permission is hereby granted, free of charge, to any person obtaining a copy
591 +// of this software and associated documentation files (the "Software"), to deal
592 +// in the Software without restriction, including without limitation the rights
593 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
594 +// copies of the Software, and to permit persons to whom the Software is
595 +// furnished to do so, subject to the following conditions:
596 +// 
597 +// The above copyright notice and this permission notice shall be included in
598 +// all copies or substantial portions of the Software.
599 +// 
600 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
601 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
602 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
603 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
604 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
605 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
606 +// THE SOFTWARE.
607 +// 
608 +
609 +using System;
610 +using System.Reflection;
611 +using System.Runtime.CompilerServices;
612 +
613 +[assembly: AssemblyTitle ("System.Diagnostics.Contracts.dll")]
614 +[assembly: AssemblyDescription ("System.Diagnostics.Contracts.dll")]
615 +[assembly: AssemblyDefaultAlias ("System.Diagnostics.Contracts.dll")]
616 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
617 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
618 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
619 +[assembly: AssemblyVersion ("4.0.0.0")]
620 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
621 +[assembly: AssemblyFileVersion ("4.0.0.0")]
622 +[assembly: AssemblyDelaySign (true)]
623 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
624 +
625 +[assembly: ReferenceAssembly]
626 +
627 +
628 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/Makefile
629 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/Makefile  1970-01-01 01:00:00.000000000 +0100
630 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/Makefile     2013-11-14 20:18:32.000000000 +0100
631 @@ -0,0 +1,22 @@
632 +MCS_BUILD_DIR = ../../../build
633 +
634 +thisdir = class/Facades/System.Diagnostics.Contracts
635 +SUBDIRS = 
636 +include $(MCS_BUILD_DIR)/rules.make
637 +
638 +LIBRARY_SUBDIR = Facades
639 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
640 +
641 +LIBRARY = System.Diagnostics.Contracts.dll
642 +
643 +KEY_FILE = ../../msfinal.pub
644 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
645 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
646 +
647 +PLATFORM_DEBUG_FLAGS =
648 +
649 +NO_TEST = yes
650 +
651 +include $(MCS_BUILD_DIR)/library.make
652 +
653 +
654 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/System.Diagnostics.Contracts.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/System.Diagnostics.Contracts.dll.sources
655 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/System.Diagnostics.Contracts.dll.sources  1970-01-01 01:00:00.000000000 +0100
656 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/System.Diagnostics.Contracts.dll.sources     2013-11-14 20:18:32.000000000 +0100
657 @@ -0,0 +1,3 @@
658 +TypeForwarders.cs
659 +AssemblyInfo.cs
660 +
661 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/TypeForwarders.cs
662 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/TypeForwarders.cs 1970-01-01 01:00:00.000000000 +0100
663 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Contracts/TypeForwarders.cs    2013-11-14 20:18:32.000000000 +0100
664 @@ -0,0 +1,38 @@
665 +// 
666 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
667 +// 
668 +// Permission is hereby granted, free of charge, to any person obtaining a copy
669 +// of this software and associated documentation files (the "Software"), to deal
670 +// in the Software without restriction, including without limitation the rights
671 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
672 +// copies of the Software, and to permit persons to whom the Software is
673 +// furnished to do so, subject to the following conditions:
674 +// 
675 +// The above copyright notice and this permission notice shall be included in
676 +// all copies or substantial portions of the Software.
677 +// 
678 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
679 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
680 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
681 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
682 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
683 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
684 +// THE SOFTWARE.
685 +// 
686 +
687 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.Contract))]
688 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractAbbreviatorAttribute))]
689 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractArgumentValidatorAttribute))]
690 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractClassAttribute))]
691 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractClassForAttribute))]
692 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractFailedEventArgs))]
693 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractFailureKind))]
694 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractInvariantMethodAttribute))]
695 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractOptionAttribute))]
696 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute))]
697 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractReferenceAssemblyAttribute))]
698 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractRuntimeIgnoredAttribute))]
699 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.ContractVerificationAttribute))]
700 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Contracts.PureAttribute))]
701 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ContractHelper))]
702 +
703 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/AssemblyInfo.cs
704 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/AssemblyInfo.cs       1970-01-01 01:00:00.000000000 +0100
705 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/AssemblyInfo.cs  2013-11-14 20:18:32.000000000 +0100
706 @@ -0,0 +1,41 @@
707 +// 
708 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
709 +// 
710 +// Permission is hereby granted, free of charge, to any person obtaining a copy
711 +// of this software and associated documentation files (the "Software"), to deal
712 +// in the Software without restriction, including without limitation the rights
713 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
714 +// copies of the Software, and to permit persons to whom the Software is
715 +// furnished to do so, subject to the following conditions:
716 +// 
717 +// The above copyright notice and this permission notice shall be included in
718 +// all copies or substantial portions of the Software.
719 +// 
720 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
721 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
722 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
723 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
724 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
725 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
726 +// THE SOFTWARE.
727 +// 
728 +
729 +using System;
730 +using System.Reflection;
731 +using System.Runtime.CompilerServices;
732 +
733 +[assembly: AssemblyTitle ("System.Diagnostics.Debug.dll")]
734 +[assembly: AssemblyDescription ("System.Diagnostics.Debug.dll")]
735 +[assembly: AssemblyDefaultAlias ("System.Diagnostics.Debug.dll")]
736 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
737 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
738 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
739 +[assembly: AssemblyVersion ("4.0.0.0")]
740 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
741 +[assembly: AssemblyFileVersion ("4.0.0.0")]
742 +[assembly: AssemblyDelaySign (true)]
743 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
744 +
745 +[assembly: ReferenceAssembly]
746 +
747 +
748 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/Makefile
749 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/Makefile      1970-01-01 01:00:00.000000000 +0100
750 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/Makefile 2013-11-14 20:18:32.000000000 +0100
751 @@ -0,0 +1,22 @@
752 +MCS_BUILD_DIR = ../../../build
753 +
754 +thisdir = class/Facades/System.Diagnostics.Debug
755 +SUBDIRS = 
756 +include $(MCS_BUILD_DIR)/rules.make
757 +
758 +LIBRARY_SUBDIR = Facades
759 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
760 +
761 +LIBRARY = System.Diagnostics.Debug.dll
762 +
763 +KEY_FILE = ../../msfinal.pub
764 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
765 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
766 +
767 +PLATFORM_DEBUG_FLAGS =
768 +
769 +NO_TEST = yes
770 +
771 +include $(MCS_BUILD_DIR)/library.make
772 +
773 +
774 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/System.Diagnostics.Debug.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/System.Diagnostics.Debug.dll.sources
775 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/System.Diagnostics.Debug.dll.sources  1970-01-01 01:00:00.000000000 +0100
776 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/System.Diagnostics.Debug.dll.sources     2013-11-14 20:18:32.000000000 +0100
777 @@ -0,0 +1,3 @@
778 +TypeForwarders.cs
779 +AssemblyInfo.cs
780 +
781 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/TypeForwarders.cs
782 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/TypeForwarders.cs     1970-01-01 01:00:00.000000000 +0100
783 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Debug/TypeForwarders.cs        2013-11-14 20:18:32.000000000 +0100
784 @@ -0,0 +1,32 @@
785 +// 
786 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
787 +// 
788 +// Permission is hereby granted, free of charge, to any person obtaining a copy
789 +// of this software and associated documentation files (the "Software"), to deal
790 +// in the Software without restriction, including without limitation the rights
791 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
792 +// copies of the Software, and to permit persons to whom the Software is
793 +// furnished to do so, subject to the following conditions:
794 +// 
795 +// The above copyright notice and this permission notice shall be included in
796 +// all copies or substantial portions of the Software.
797 +// 
798 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
799 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
800 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
801 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
802 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
803 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
804 +// THE SOFTWARE.
805 +// 
806 +
807 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Debug))]
808 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Debugger))]
809 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.DebuggerBrowsableAttribute))]
810 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.DebuggerBrowsableState))]
811 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.DebuggerDisplayAttribute))]
812 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.DebuggerHiddenAttribute))]
813 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.DebuggerNonUserCodeAttribute))]
814 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.DebuggerStepThroughAttribute))]
815 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.DebuggerTypeProxyAttribute))]
816 +
817 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/AssemblyInfo.cs
818 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/AssemblyInfo.cs       1970-01-01 01:00:00.000000000 +0100
819 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/AssemblyInfo.cs  2013-11-14 20:18:32.000000000 +0100
820 @@ -0,0 +1,41 @@
821 +// 
822 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
823 +// 
824 +// Permission is hereby granted, free of charge, to any person obtaining a copy
825 +// of this software and associated documentation files (the "Software"), to deal
826 +// in the Software without restriction, including without limitation the rights
827 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
828 +// copies of the Software, and to permit persons to whom the Software is
829 +// furnished to do so, subject to the following conditions:
830 +// 
831 +// The above copyright notice and this permission notice shall be included in
832 +// all copies or substantial portions of the Software.
833 +// 
834 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
835 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
836 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
837 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
838 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
839 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
840 +// THE SOFTWARE.
841 +// 
842 +
843 +using System;
844 +using System.Reflection;
845 +using System.Runtime.CompilerServices;
846 +
847 +[assembly: AssemblyTitle ("System.Diagnostics.Tools.dll")]
848 +[assembly: AssemblyDescription ("System.Diagnostics.Tools.dll")]
849 +[assembly: AssemblyDefaultAlias ("System.Diagnostics.Tools.dll")]
850 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
851 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
852 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
853 +[assembly: AssemblyVersion ("4.0.0.0")]
854 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
855 +[assembly: AssemblyFileVersion ("4.0.0.0")]
856 +[assembly: AssemblyDelaySign (true)]
857 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
858 +
859 +[assembly: ReferenceAssembly]
860 +
861 +
862 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/Makefile
863 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/Makefile      1970-01-01 01:00:00.000000000 +0100
864 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/Makefile 2013-11-14 20:18:32.000000000 +0100
865 @@ -0,0 +1,22 @@
866 +MCS_BUILD_DIR = ../../../build
867 +
868 +thisdir = class/Facades/System.Diagnostics.Tools
869 +SUBDIRS = 
870 +include $(MCS_BUILD_DIR)/rules.make
871 +
872 +LIBRARY_SUBDIR = Facades
873 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
874 +
875 +LIBRARY = System.Diagnostics.Tools.dll
876 +
877 +KEY_FILE = ../../msfinal.pub
878 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
879 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
880 +
881 +PLATFORM_DEBUG_FLAGS =
882 +
883 +NO_TEST = yes
884 +
885 +include $(MCS_BUILD_DIR)/library.make
886 +
887 +
888 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/System.Diagnostics.Tools.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/System.Diagnostics.Tools.dll.sources
889 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/System.Diagnostics.Tools.dll.sources  1970-01-01 01:00:00.000000000 +0100
890 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/System.Diagnostics.Tools.dll.sources     2013-11-14 20:18:32.000000000 +0100
891 @@ -0,0 +1,3 @@
892 +TypeForwarders.cs
893 +AssemblyInfo.cs
894 +
895 diff -Nur mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/TypeForwarders.cs
896 --- mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/TypeForwarders.cs     1970-01-01 01:00:00.000000000 +0100
897 +++ mono-mono-3.2.5/mcs/class/Facades/System.Diagnostics.Tools/TypeForwarders.cs        2013-11-14 20:18:32.000000000 +0100
898 @@ -0,0 +1,25 @@
899 +// 
900 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
901 +// 
902 +// Permission is hereby granted, free of charge, to any person obtaining a copy
903 +// of this software and associated documentation files (the "Software"), to deal
904 +// in the Software without restriction, including without limitation the rights
905 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
906 +// copies of the Software, and to permit persons to whom the Software is
907 +// furnished to do so, subject to the following conditions:
908 +// 
909 +// The above copyright notice and this permission notice shall be included in
910 +// all copies or substantial portions of the Software.
911 +// 
912 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
913 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
914 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
915 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
916 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
917 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
918 +// THE SOFTWARE.
919 +// 
920 +
921 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.CodeDom.Compiler.GeneratedCodeAttribute))]
922 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.CodeAnalysis.SuppressMessageAttribute))]
923 +
924 diff -Nur mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/AssemblyInfo.cs
925 --- mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/AssemblyInfo.cs 1970-01-01 01:00:00.000000000 +0100
926 +++ mono-mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/AssemblyInfo.cs    2013-11-14 20:18:32.000000000 +0100
927 @@ -0,0 +1,41 @@
928 +// 
929 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
930 +// 
931 +// Permission is hereby granted, free of charge, to any person obtaining a copy
932 +// of this software and associated documentation files (the "Software"), to deal
933 +// in the Software without restriction, including without limitation the rights
934 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
935 +// copies of the Software, and to permit persons to whom the Software is
936 +// furnished to do so, subject to the following conditions:
937 +// 
938 +// The above copyright notice and this permission notice shall be included in
939 +// all copies or substantial portions of the Software.
940 +// 
941 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
942 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
943 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
944 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
945 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
946 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
947 +// THE SOFTWARE.
948 +// 
949 +
950 +using System;
951 +using System.Reflection;
952 +using System.Runtime.CompilerServices;
953 +
954 +[assembly: AssemblyTitle ("System.Dynamic.Runtime.dll")]
955 +[assembly: AssemblyDescription ("System.Dynamic.Runtime.dll")]
956 +[assembly: AssemblyDefaultAlias ("System.Dynamic.Runtime.dll")]
957 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
958 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
959 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
960 +[assembly: AssemblyVersion ("4.0.0.0")]
961 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
962 +[assembly: AssemblyFileVersion ("4.0.0.0")]
963 +[assembly: AssemblyDelaySign (true)]
964 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
965 +
966 +[assembly: ReferenceAssembly]
967 +
968 +
969 diff -Nur mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/Makefile
970 --- mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/Makefile        1970-01-01 01:00:00.000000000 +0100
971 +++ mono-mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/Makefile   2013-11-14 20:18:32.000000000 +0100
972 @@ -0,0 +1,22 @@
973 +MCS_BUILD_DIR = ../../../build
974 +
975 +thisdir = class/Facades/System.Dynamic.Runtime
976 +SUBDIRS = 
977 +include $(MCS_BUILD_DIR)/rules.make
978 +
979 +LIBRARY_SUBDIR = Facades
980 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
981 +
982 +LIBRARY = System.Dynamic.Runtime.dll
983 +
984 +KEY_FILE = ../../msfinal.pub
985 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
986 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Core /r:System
987 +
988 +PLATFORM_DEBUG_FLAGS =
989 +
990 +NO_TEST = yes
991 +
992 +include $(MCS_BUILD_DIR)/library.make
993 +
994 +
995 diff -Nur mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/System.Dynamic.Runtime.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/System.Dynamic.Runtime.dll.sources
996 --- mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/System.Dynamic.Runtime.dll.sources      1970-01-01 01:00:00.000000000 +0100
997 +++ mono-mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/System.Dynamic.Runtime.dll.sources 2013-11-14 20:18:32.000000000 +0100
998 @@ -0,0 +1,3 @@
999 +TypeForwarders.cs
1000 +AssemblyInfo.cs
1001 +
1002 diff -Nur mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/TypeForwarders.cs
1003 --- mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/TypeForwarders.cs       1970-01-01 01:00:00.000000000 +0100
1004 +++ mono-mono-3.2.5/mcs/class/Facades/System.Dynamic.Runtime/TypeForwarders.cs  2013-11-14 20:18:32.000000000 +0100
1005 @@ -0,0 +1,49 @@
1006 +// 
1007 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1008 +// 
1009 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1010 +// of this software and associated documentation files (the "Software"), to deal
1011 +// in the Software without restriction, including without limitation the rights
1012 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1013 +// copies of the Software, and to permit persons to whom the Software is
1014 +// furnished to do so, subject to the following conditions:
1015 +// 
1016 +// The above copyright notice and this permission notice shall be included in
1017 +// all copies or substantial portions of the Software.
1018 +// 
1019 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1020 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1021 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1022 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1023 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1024 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1025 +// THE SOFTWARE.
1026 +// 
1027 +
1028 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.BinaryOperationBinder))]
1029 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.BindingRestrictions))]
1030 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.CallInfo))]
1031 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.ConvertBinder))]
1032 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.CreateInstanceBinder))]
1033 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.DeleteIndexBinder))]
1034 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.DeleteMemberBinder))]
1035 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.DynamicMetaObject))]
1036 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.DynamicMetaObjectBinder))]
1037 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.DynamicObject))]
1038 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.ExpandoObject))]
1039 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.GetIndexBinder))]
1040 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.GetMemberBinder))]
1041 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.IDynamicMetaObjectProvider))]
1042 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.IInvokeOnGetBinder))]
1043 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.InvokeBinder))]
1044 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.InvokeMemberBinder))]
1045 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.SetIndexBinder))]
1046 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.SetMemberBinder))]
1047 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Dynamic.UnaryOperationBinder))]
1048 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.DynamicExpression))]
1049 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CallSite))]
1050 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CallSite<>))]
1051 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CallSiteBinder))]
1052 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CallSiteHelpers))]
1053 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.DynamicAttribute))]
1054 +
1055 diff -Nur mono-3.2.5/mcs/class/Facades/System.Globalization/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Globalization/AssemblyInfo.cs
1056 --- mono-3.2.5/mcs/class/Facades/System.Globalization/AssemblyInfo.cs   1970-01-01 01:00:00.000000000 +0100
1057 +++ mono-mono-3.2.5/mcs/class/Facades/System.Globalization/AssemblyInfo.cs      2013-11-14 20:18:32.000000000 +0100
1058 @@ -0,0 +1,41 @@
1059 +// 
1060 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1061 +// 
1062 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1063 +// of this software and associated documentation files (the "Software"), to deal
1064 +// in the Software without restriction, including without limitation the rights
1065 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1066 +// copies of the Software, and to permit persons to whom the Software is
1067 +// furnished to do so, subject to the following conditions:
1068 +// 
1069 +// The above copyright notice and this permission notice shall be included in
1070 +// all copies or substantial portions of the Software.
1071 +// 
1072 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1073 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1074 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1075 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1076 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1077 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1078 +// THE SOFTWARE.
1079 +// 
1080 +
1081 +using System;
1082 +using System.Reflection;
1083 +using System.Runtime.CompilerServices;
1084 +
1085 +[assembly: AssemblyTitle ("System.Globalization.dll")]
1086 +[assembly: AssemblyDescription ("System.Globalization.dll")]
1087 +[assembly: AssemblyDefaultAlias ("System.Globalization.dll")]
1088 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
1089 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
1090 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
1091 +[assembly: AssemblyVersion ("4.0.0.0")]
1092 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
1093 +[assembly: AssemblyFileVersion ("4.0.0.0")]
1094 +[assembly: AssemblyDelaySign (true)]
1095 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
1096 +
1097 +[assembly: ReferenceAssembly]
1098 +
1099 +
1100 diff -Nur mono-3.2.5/mcs/class/Facades/System.Globalization/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Globalization/Makefile
1101 --- mono-3.2.5/mcs/class/Facades/System.Globalization/Makefile  1970-01-01 01:00:00.000000000 +0100
1102 +++ mono-mono-3.2.5/mcs/class/Facades/System.Globalization/Makefile     2013-11-14 20:18:32.000000000 +0100
1103 @@ -0,0 +1,22 @@
1104 +MCS_BUILD_DIR = ../../../build
1105 +
1106 +thisdir = class/Facades/System.Globalization
1107 +SUBDIRS = 
1108 +include $(MCS_BUILD_DIR)/rules.make
1109 +
1110 +LIBRARY_SUBDIR = Facades
1111 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
1112 +
1113 +LIBRARY = System.Globalization.dll
1114 +
1115 +KEY_FILE = ../../msfinal.pub
1116 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
1117 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
1118 +
1119 +PLATFORM_DEBUG_FLAGS =
1120 +
1121 +NO_TEST = yes
1122 +
1123 +include $(MCS_BUILD_DIR)/library.make
1124 +
1125 +
1126 diff -Nur mono-3.2.5/mcs/class/Facades/System.Globalization/System.Globalization.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Globalization/System.Globalization.dll.sources
1127 --- mono-3.2.5/mcs/class/Facades/System.Globalization/System.Globalization.dll.sources  1970-01-01 01:00:00.000000000 +0100
1128 +++ mono-mono-3.2.5/mcs/class/Facades/System.Globalization/System.Globalization.dll.sources     2013-11-14 20:18:32.000000000 +0100
1129 @@ -0,0 +1,3 @@
1130 +TypeForwarders.cs
1131 +AssemblyInfo.cs
1132 +
1133 diff -Nur mono-3.2.5/mcs/class/Facades/System.Globalization/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Globalization/TypeForwarders.cs
1134 --- mono-3.2.5/mcs/class/Facades/System.Globalization/TypeForwarders.cs 1970-01-01 01:00:00.000000000 +0100
1135 +++ mono-mono-3.2.5/mcs/class/Facades/System.Globalization/TypeForwarders.cs    2013-11-14 20:18:32.000000000 +0100
1136 @@ -0,0 +1,37 @@
1137 +// 
1138 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1139 +// 
1140 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1141 +// of this software and associated documentation files (the "Software"), to deal
1142 +// in the Software without restriction, including without limitation the rights
1143 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1144 +// copies of the Software, and to permit persons to whom the Software is
1145 +// furnished to do so, subject to the following conditions:
1146 +// 
1147 +// The above copyright notice and this permission notice shall be included in
1148 +// all copies or substantial portions of the Software.
1149 +// 
1150 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1151 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1152 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1153 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1154 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1155 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1156 +// THE SOFTWARE.
1157 +// 
1158 +
1159 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.Calendar))]
1160 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.CalendarWeekRule))]
1161 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.CharUnicodeInfo))]
1162 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.CompareInfo))]
1163 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.CompareOptions))]
1164 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.CultureInfo))]
1165 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.CultureNotFoundException))]
1166 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.DateTimeFormatInfo))]
1167 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.NumberFormatInfo))]
1168 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.RegionInfo))]
1169 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.StringInfo))]
1170 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.TextElementEnumerator))]
1171 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.TextInfo))]
1172 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.UnicodeCategory))]
1173 +
1174 diff -Nur mono-3.2.5/mcs/class/Facades/System.IO/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.IO/AssemblyInfo.cs
1175 --- mono-3.2.5/mcs/class/Facades/System.IO/AssemblyInfo.cs      1970-01-01 01:00:00.000000000 +0100
1176 +++ mono-mono-3.2.5/mcs/class/Facades/System.IO/AssemblyInfo.cs 2013-11-14 20:18:32.000000000 +0100
1177 @@ -0,0 +1,41 @@
1178 +// 
1179 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1180 +// 
1181 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1182 +// of this software and associated documentation files (the "Software"), to deal
1183 +// in the Software without restriction, including without limitation the rights
1184 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1185 +// copies of the Software, and to permit persons to whom the Software is
1186 +// furnished to do so, subject to the following conditions:
1187 +// 
1188 +// The above copyright notice and this permission notice shall be included in
1189 +// all copies or substantial portions of the Software.
1190 +// 
1191 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1192 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1193 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1194 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1195 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1196 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1197 +// THE SOFTWARE.
1198 +// 
1199 +
1200 +using System;
1201 +using System.Reflection;
1202 +using System.Runtime.CompilerServices;
1203 +
1204 +[assembly: AssemblyTitle ("System.IO.dll")]
1205 +[assembly: AssemblyDescription ("System.IO.dll")]
1206 +[assembly: AssemblyDefaultAlias ("System.IO.dll")]
1207 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
1208 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
1209 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
1210 +[assembly: AssemblyVersion ("4.0.0.0")]
1211 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
1212 +[assembly: AssemblyFileVersion ("4.0.0.0")]
1213 +[assembly: AssemblyDelaySign (true)]
1214 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
1215 +
1216 +[assembly: ReferenceAssembly]
1217 +
1218 +
1219 diff -Nur mono-3.2.5/mcs/class/Facades/System.IO/Makefile mono-mono-3.2.5/mcs/class/Facades/System.IO/Makefile
1220 --- mono-3.2.5/mcs/class/Facades/System.IO/Makefile     1970-01-01 01:00:00.000000000 +0100
1221 +++ mono-mono-3.2.5/mcs/class/Facades/System.IO/Makefile        2013-11-14 20:18:32.000000000 +0100
1222 @@ -0,0 +1,22 @@
1223 +MCS_BUILD_DIR = ../../../build
1224 +
1225 +thisdir = class/Facades/System.IO
1226 +SUBDIRS = 
1227 +include $(MCS_BUILD_DIR)/rules.make
1228 +
1229 +LIBRARY_SUBDIR = Facades
1230 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
1231 +
1232 +LIBRARY = System.IO.dll
1233 +
1234 +KEY_FILE = ../../msfinal.pub
1235 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
1236 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
1237 +
1238 +PLATFORM_DEBUG_FLAGS =
1239 +
1240 +NO_TEST = yes
1241 +
1242 +include $(MCS_BUILD_DIR)/library.make
1243 +
1244 +
1245 diff -Nur mono-3.2.5/mcs/class/Facades/System.IO/System.IO.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.IO/System.IO.dll.sources
1246 --- mono-3.2.5/mcs/class/Facades/System.IO/System.IO.dll.sources        1970-01-01 01:00:00.000000000 +0100
1247 +++ mono-mono-3.2.5/mcs/class/Facades/System.IO/System.IO.dll.sources   2013-11-14 20:18:32.000000000 +0100
1248 @@ -0,0 +1,3 @@
1249 +TypeForwarders.cs
1250 +AssemblyInfo.cs
1251 +
1252 diff -Nur mono-3.2.5/mcs/class/Facades/System.IO/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.IO/TypeForwarders.cs
1253 --- mono-3.2.5/mcs/class/Facades/System.IO/TypeForwarders.cs    1970-01-01 01:00:00.000000000 +0100
1254 +++ mono-mono-3.2.5/mcs/class/Facades/System.IO/TypeForwarders.cs       2013-11-14 20:18:32.000000000 +0100
1255 @@ -0,0 +1,38 @@
1256 +// 
1257 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1258 +// 
1259 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1260 +// of this software and associated documentation files (the "Software"), to deal
1261 +// in the Software without restriction, including without limitation the rights
1262 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1263 +// copies of the Software, and to permit persons to whom the Software is
1264 +// furnished to do so, subject to the following conditions:
1265 +// 
1266 +// The above copyright notice and this permission notice shall be included in
1267 +// all copies or substantial portions of the Software.
1268 +// 
1269 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1270 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1271 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1272 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1273 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1274 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1275 +// THE SOFTWARE.
1276 +// 
1277 +
1278 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BinaryReader))]
1279 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.BinaryWriter))]
1280 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.EndOfStreamException))]
1281 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.FileNotFoundException))]
1282 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.InvalidDataException))]
1283 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.IOException))]
1284 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.MemoryStream))]
1285 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.SeekOrigin))]
1286 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Stream))]
1287 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.StreamReader))]
1288 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.StreamWriter))]
1289 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.StringReader))]
1290 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.StringWriter))]
1291 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.TextReader))]
1292 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.TextWriter))]
1293 +
1294 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Linq/AssemblyInfo.cs
1295 --- mono-3.2.5/mcs/class/Facades/System.Linq/AssemblyInfo.cs    1970-01-01 01:00:00.000000000 +0100
1296 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq/AssemblyInfo.cs       2013-11-14 20:18:32.000000000 +0100
1297 @@ -0,0 +1,41 @@
1298 +// 
1299 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1300 +// 
1301 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1302 +// of this software and associated documentation files (the "Software"), to deal
1303 +// in the Software without restriction, including without limitation the rights
1304 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1305 +// copies of the Software, and to permit persons to whom the Software is
1306 +// furnished to do so, subject to the following conditions:
1307 +// 
1308 +// The above copyright notice and this permission notice shall be included in
1309 +// all copies or substantial portions of the Software.
1310 +// 
1311 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1312 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1313 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1314 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1315 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1316 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1317 +// THE SOFTWARE.
1318 +// 
1319 +
1320 +using System;
1321 +using System.Reflection;
1322 +using System.Runtime.CompilerServices;
1323 +
1324 +[assembly: AssemblyTitle ("System.Linq.dll")]
1325 +[assembly: AssemblyDescription ("System.Linq.dll")]
1326 +[assembly: AssemblyDefaultAlias ("System.Linq.dll")]
1327 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
1328 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
1329 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
1330 +[assembly: AssemblyVersion ("4.0.0.0")]
1331 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
1332 +[assembly: AssemblyFileVersion ("4.0.0.0")]
1333 +[assembly: AssemblyDelaySign (true)]
1334 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
1335 +
1336 +[assembly: ReferenceAssembly]
1337 +
1338 +
1339 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Linq/Makefile
1340 --- mono-3.2.5/mcs/class/Facades/System.Linq/Makefile   1970-01-01 01:00:00.000000000 +0100
1341 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq/Makefile      2013-11-14 20:18:32.000000000 +0100
1342 @@ -0,0 +1,22 @@
1343 +MCS_BUILD_DIR = ../../../build
1344 +
1345 +thisdir = class/Facades/System.Linq
1346 +SUBDIRS = 
1347 +include $(MCS_BUILD_DIR)/rules.make
1348 +
1349 +LIBRARY_SUBDIR = Facades
1350 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
1351 +
1352 +LIBRARY = System.Linq.dll
1353 +
1354 +KEY_FILE = ../../msfinal.pub
1355 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
1356 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Core
1357 +
1358 +PLATFORM_DEBUG_FLAGS =
1359 +
1360 +NO_TEST = yes
1361 +
1362 +include $(MCS_BUILD_DIR)/library.make
1363 +
1364 +
1365 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq/System.Linq.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Linq/System.Linq.dll.sources
1366 --- mono-3.2.5/mcs/class/Facades/System.Linq/System.Linq.dll.sources    1970-01-01 01:00:00.000000000 +0100
1367 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq/System.Linq.dll.sources       2013-11-14 20:18:32.000000000 +0100
1368 @@ -0,0 +1,3 @@
1369 +TypeForwarders.cs
1370 +AssemblyInfo.cs
1371 +
1372 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Linq/TypeForwarders.cs
1373 --- mono-3.2.5/mcs/class/Facades/System.Linq/TypeForwarders.cs  1970-01-01 01:00:00.000000000 +0100
1374 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq/TypeForwarders.cs     2013-11-14 20:18:32.000000000 +0100
1375 @@ -0,0 +1,28 @@
1376 +// 
1377 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1378 +// 
1379 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1380 +// of this software and associated documentation files (the "Software"), to deal
1381 +// in the Software without restriction, including without limitation the rights
1382 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1383 +// copies of the Software, and to permit persons to whom the Software is
1384 +// furnished to do so, subject to the following conditions:
1385 +// 
1386 +// The above copyright notice and this permission notice shall be included in
1387 +// all copies or substantial portions of the Software.
1388 +// 
1389 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1390 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1391 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1392 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1393 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1394 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1395 +// THE SOFTWARE.
1396 +// 
1397 +
1398 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Enumerable))]
1399 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.IGrouping<,>))]
1400 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.ILookup<,>))]
1401 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.IOrderedEnumerable<>))]
1402 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Lookup<,>))]
1403 +
1404 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/AssemblyInfo.cs
1405 --- mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/AssemblyInfo.cs        1970-01-01 01:00:00.000000000 +0100
1406 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/AssemblyInfo.cs   2013-11-14 20:18:32.000000000 +0100
1407 @@ -0,0 +1,41 @@
1408 +// 
1409 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1410 +// 
1411 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1412 +// of this software and associated documentation files (the "Software"), to deal
1413 +// in the Software without restriction, including without limitation the rights
1414 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1415 +// copies of the Software, and to permit persons to whom the Software is
1416 +// furnished to do so, subject to the following conditions:
1417 +// 
1418 +// The above copyright notice and this permission notice shall be included in
1419 +// all copies or substantial portions of the Software.
1420 +// 
1421 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1422 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1423 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1424 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1425 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1426 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1427 +// THE SOFTWARE.
1428 +// 
1429 +
1430 +using System;
1431 +using System.Reflection;
1432 +using System.Runtime.CompilerServices;
1433 +
1434 +[assembly: AssemblyTitle ("System.Linq.Expressions.dll")]
1435 +[assembly: AssemblyDescription ("System.Linq.Expressions.dll")]
1436 +[assembly: AssemblyDefaultAlias ("System.Linq.Expressions.dll")]
1437 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
1438 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
1439 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
1440 +[assembly: AssemblyVersion ("4.0.0.0")]
1441 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
1442 +[assembly: AssemblyFileVersion ("4.0.0.0")]
1443 +[assembly: AssemblyDelaySign (true)]
1444 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
1445 +
1446 +[assembly: ReferenceAssembly]
1447 +
1448 +
1449 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/Makefile
1450 --- mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/Makefile       1970-01-01 01:00:00.000000000 +0100
1451 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/Makefile  2013-11-14 20:18:32.000000000 +0100
1452 @@ -0,0 +1,22 @@
1453 +MCS_BUILD_DIR = ../../../build
1454 +
1455 +thisdir = class/Facades/System.Linq.Expressions
1456 +SUBDIRS = 
1457 +include $(MCS_BUILD_DIR)/rules.make
1458 +
1459 +LIBRARY_SUBDIR = Facades
1460 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
1461 +
1462 +LIBRARY = System.Linq.Expressions.dll
1463 +
1464 +KEY_FILE = ../../msfinal.pub
1465 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
1466 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Core
1467 +
1468 +PLATFORM_DEBUG_FLAGS =
1469 +
1470 +NO_TEST = yes
1471 +
1472 +include $(MCS_BUILD_DIR)/library.make
1473 +
1474 +
1475 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/System.Linq.Expressions.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/System.Linq.Expressions.dll.sources
1476 --- mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/System.Linq.Expressions.dll.sources    1970-01-01 01:00:00.000000000 +0100
1477 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/System.Linq.Expressions.dll.sources       2013-11-14 20:18:32.000000000 +0100
1478 @@ -0,0 +1,3 @@
1479 +TypeForwarders.cs
1480 +AssemblyInfo.cs
1481 +
1482 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/TypeForwarders.cs
1483 --- mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/TypeForwarders.cs      1970-01-01 01:00:00.000000000 +0100
1484 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Expressions/TypeForwarders.cs 2013-11-14 20:18:32.000000000 +0100
1485 @@ -0,0 +1,69 @@
1486 +// 
1487 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1488 +// 
1489 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1490 +// of this software and associated documentation files (the "Software"), to deal
1491 +// in the Software without restriction, including without limitation the rights
1492 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1493 +// copies of the Software, and to permit persons to whom the Software is
1494 +// furnished to do so, subject to the following conditions:
1495 +// 
1496 +// The above copyright notice and this permission notice shall be included in
1497 +// all copies or substantial portions of the Software.
1498 +// 
1499 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1500 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1501 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1502 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1503 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1504 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1505 +// THE SOFTWARE.
1506 +// 
1507 +
1508 +#if !MONOTOUCH
1509 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.BlockExpression))]
1510 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.CatchBlock))]
1511 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.DebugInfoExpression))]
1512 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.DefaultExpression))]
1513 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.GotoExpression))]
1514 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.GotoExpressionKind))]
1515 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.IndexExpression))]
1516 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.LabelExpression))]
1517 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.LabelTarget))]
1518 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.LoopExpression))]
1519 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.RuntimeVariablesExpression))]
1520 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.SwitchCase))]
1521 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.SwitchExpression))]
1522 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.SymbolDocumentInfo))]
1523 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.TryExpression))]
1524 +#endif
1525 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.BinaryExpression))]
1526 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.ConditionalExpression))]
1527 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.ConstantExpression))]
1528 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.ElementInit))]
1529 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.Expression))]
1530 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.Expression<>))]
1531 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.ExpressionType))]
1532 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.ExpressionVisitor))]
1533 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.InvocationExpression))]
1534 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.LambdaExpression))]
1535 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.ListInitExpression))]
1536 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.MemberAssignment))]
1537 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.MemberBinding))]
1538 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.MemberBindingType))]
1539 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.MemberExpression))]
1540 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.MemberInitExpression))]
1541 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.MemberListBinding))]
1542 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.MemberMemberBinding))]
1543 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.MethodCallExpression))]
1544 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.NewArrayExpression))]
1545 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.NewExpression))]
1546 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.ParameterExpression))]
1547 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.TypeBinaryExpression))]
1548 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Expressions.UnaryExpression))]
1549 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.IOrderedQueryable))]
1550 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.IOrderedQueryable<>))]
1551 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.IQueryable))]
1552 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.IQueryable<>))]
1553 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.IQueryProvider))]
1554 +
1555 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/AssemblyInfo.cs
1556 --- mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/AssemblyInfo.cs   1970-01-01 01:00:00.000000000 +0100
1557 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/AssemblyInfo.cs      2013-11-14 20:18:32.000000000 +0100
1558 @@ -0,0 +1,41 @@
1559 +// 
1560 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1561 +// 
1562 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1563 +// of this software and associated documentation files (the "Software"), to deal
1564 +// in the Software without restriction, including without limitation the rights
1565 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1566 +// copies of the Software, and to permit persons to whom the Software is
1567 +// furnished to do so, subject to the following conditions:
1568 +// 
1569 +// The above copyright notice and this permission notice shall be included in
1570 +// all copies or substantial portions of the Software.
1571 +// 
1572 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1573 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1574 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1575 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1576 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1577 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1578 +// THE SOFTWARE.
1579 +// 
1580 +
1581 +using System;
1582 +using System.Reflection;
1583 +using System.Runtime.CompilerServices;
1584 +
1585 +[assembly: AssemblyTitle ("System.Linq.Parallel.dll")]
1586 +[assembly: AssemblyDescription ("System.Linq.Parallel.dll")]
1587 +[assembly: AssemblyDefaultAlias ("System.Linq.Parallel.dll")]
1588 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
1589 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
1590 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
1591 +[assembly: AssemblyVersion ("4.0.0.0")]
1592 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
1593 +[assembly: AssemblyFileVersion ("4.0.0.0")]
1594 +[assembly: AssemblyDelaySign (true)]
1595 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
1596 +
1597 +[assembly: ReferenceAssembly]
1598 +
1599 +
1600 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/Makefile
1601 --- mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/Makefile  1970-01-01 01:00:00.000000000 +0100
1602 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/Makefile     2013-11-14 20:18:32.000000000 +0100
1603 @@ -0,0 +1,22 @@
1604 +MCS_BUILD_DIR = ../../../build
1605 +
1606 +thisdir = class/Facades/System.Linq.Parallel
1607 +SUBDIRS = 
1608 +include $(MCS_BUILD_DIR)/rules.make
1609 +
1610 +LIBRARY_SUBDIR = Facades
1611 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
1612 +
1613 +LIBRARY = System.Linq.Parallel.dll
1614 +
1615 +KEY_FILE = ../../msfinal.pub
1616 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
1617 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Core
1618 +
1619 +PLATFORM_DEBUG_FLAGS =
1620 +
1621 +NO_TEST = yes
1622 +
1623 +include $(MCS_BUILD_DIR)/library.make
1624 +
1625 +
1626 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/System.Linq.Parallel.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/System.Linq.Parallel.dll.sources
1627 --- mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/System.Linq.Parallel.dll.sources  1970-01-01 01:00:00.000000000 +0100
1628 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/System.Linq.Parallel.dll.sources     2013-11-14 20:18:32.000000000 +0100
1629 @@ -0,0 +1,3 @@
1630 +TypeForwarders.cs
1631 +AssemblyInfo.cs
1632 +
1633 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/TypeForwarders.cs
1634 --- mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/TypeForwarders.cs 1970-01-01 01:00:00.000000000 +0100
1635 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Parallel/TypeForwarders.cs    2013-11-14 20:18:32.000000000 +0100
1636 @@ -0,0 +1,29 @@
1637 +// 
1638 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1639 +// 
1640 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1641 +// of this software and associated documentation files (the "Software"), to deal
1642 +// in the Software without restriction, including without limitation the rights
1643 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1644 +// copies of the Software, and to permit persons to whom the Software is
1645 +// furnished to do so, subject to the following conditions:
1646 +// 
1647 +// The above copyright notice and this permission notice shall be included in
1648 +// all copies or substantial portions of the Software.
1649 +// 
1650 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1651 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1652 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1653 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1654 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1655 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1656 +// THE SOFTWARE.
1657 +// 
1658 +
1659 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.OrderedParallelQuery<>))]
1660 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.ParallelEnumerable))]
1661 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.ParallelExecutionMode))]
1662 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.ParallelMergeOptions))]
1663 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.ParallelQuery))]
1664 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.ParallelQuery<>))]
1665 +
1666 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/AssemblyInfo.cs
1667 --- mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/AssemblyInfo.cs  1970-01-01 01:00:00.000000000 +0100
1668 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/AssemblyInfo.cs     2013-11-14 20:18:32.000000000 +0100
1669 @@ -0,0 +1,41 @@
1670 +// 
1671 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1672 +// 
1673 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1674 +// of this software and associated documentation files (the "Software"), to deal
1675 +// in the Software without restriction, including without limitation the rights
1676 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1677 +// copies of the Software, and to permit persons to whom the Software is
1678 +// furnished to do so, subject to the following conditions:
1679 +// 
1680 +// The above copyright notice and this permission notice shall be included in
1681 +// all copies or substantial portions of the Software.
1682 +// 
1683 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1684 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1685 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1686 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1687 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1688 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1689 +// THE SOFTWARE.
1690 +// 
1691 +
1692 +using System;
1693 +using System.Reflection;
1694 +using System.Runtime.CompilerServices;
1695 +
1696 +[assembly: AssemblyTitle ("System.Linq.Queryable.dll")]
1697 +[assembly: AssemblyDescription ("System.Linq.Queryable.dll")]
1698 +[assembly: AssemblyDefaultAlias ("System.Linq.Queryable.dll")]
1699 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
1700 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
1701 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
1702 +[assembly: AssemblyVersion ("4.0.0.0")]
1703 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
1704 +[assembly: AssemblyFileVersion ("4.0.0.0")]
1705 +[assembly: AssemblyDelaySign (true)]
1706 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
1707 +
1708 +[assembly: ReferenceAssembly]
1709 +
1710 +
1711 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/Makefile
1712 --- mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/Makefile 1970-01-01 01:00:00.000000000 +0100
1713 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/Makefile    2013-11-14 20:18:32.000000000 +0100
1714 @@ -0,0 +1,22 @@
1715 +MCS_BUILD_DIR = ../../../build
1716 +
1717 +thisdir = class/Facades/System.Linq.Queryable
1718 +SUBDIRS = 
1719 +include $(MCS_BUILD_DIR)/rules.make
1720 +
1721 +LIBRARY_SUBDIR = Facades
1722 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
1723 +
1724 +LIBRARY = System.Linq.Queryable.dll
1725 +
1726 +KEY_FILE = ../../msfinal.pub
1727 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
1728 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Core
1729 +
1730 +PLATFORM_DEBUG_FLAGS =
1731 +
1732 +NO_TEST = yes
1733 +
1734 +include $(MCS_BUILD_DIR)/library.make
1735 +
1736 +
1737 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/System.Linq.Queryable.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/System.Linq.Queryable.dll.sources
1738 --- mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/System.Linq.Queryable.dll.sources        1970-01-01 01:00:00.000000000 +0100
1739 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/System.Linq.Queryable.dll.sources   2013-11-14 20:18:32.000000000 +0100
1740 @@ -0,0 +1,3 @@
1741 +TypeForwarders.cs
1742 +AssemblyInfo.cs
1743 +
1744 diff -Nur mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/TypeForwarders.cs
1745 --- mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/TypeForwarders.cs        1970-01-01 01:00:00.000000000 +0100
1746 +++ mono-mono-3.2.5/mcs/class/Facades/System.Linq.Queryable/TypeForwarders.cs   2013-11-14 20:18:32.000000000 +0100
1747 @@ -0,0 +1,28 @@
1748 +// 
1749 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1750 +// 
1751 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1752 +// of this software and associated documentation files (the "Software"), to deal
1753 +// in the Software without restriction, including without limitation the rights
1754 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1755 +// copies of the Software, and to permit persons to whom the Software is
1756 +// furnished to do so, subject to the following conditions:
1757 +// 
1758 +// The above copyright notice and this permission notice shall be included in
1759 +// all copies or substantial portions of the Software.
1760 +// 
1761 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1762 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1763 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1764 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1765 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1766 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1767 +// THE SOFTWARE.
1768 +// 
1769 +
1770 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.EnumerableExecutor))]
1771 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.EnumerableExecutor<>))]
1772 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.EnumerableQuery))]
1773 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.EnumerableQuery<>))]
1774 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Linq.Queryable))]
1775 +
1776 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/AssemblyInfo.cs
1777 --- mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/AssemblyInfo.cs  1970-01-01 01:00:00.000000000 +0100
1778 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/AssemblyInfo.cs     2013-11-14 20:18:32.000000000 +0100
1779 @@ -0,0 +1,41 @@
1780 +// 
1781 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1782 +// 
1783 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1784 +// of this software and associated documentation files (the "Software"), to deal
1785 +// in the Software without restriction, including without limitation the rights
1786 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1787 +// copies of the Software, and to permit persons to whom the Software is
1788 +// furnished to do so, subject to the following conditions:
1789 +// 
1790 +// The above copyright notice and this permission notice shall be included in
1791 +// all copies or substantial portions of the Software.
1792 +// 
1793 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1794 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1795 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1796 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1797 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1798 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1799 +// THE SOFTWARE.
1800 +// 
1801 +
1802 +using System;
1803 +using System.Reflection;
1804 +using System.Runtime.CompilerServices;
1805 +
1806 +[assembly: AssemblyTitle ("System.Net.NetworkInformation.dll")]
1807 +[assembly: AssemblyDescription ("System.Net.NetworkInformation.dll")]
1808 +[assembly: AssemblyDefaultAlias ("System.Net.NetworkInformation.dll")]
1809 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
1810 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
1811 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
1812 +[assembly: AssemblyVersion ("4.0.0.0")]
1813 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
1814 +[assembly: AssemblyFileVersion ("4.0.0.0")]
1815 +[assembly: AssemblyDelaySign (true)]
1816 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
1817 +
1818 +[assembly: ReferenceAssembly]
1819 +
1820 +
1821 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/Makefile
1822 --- mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/Makefile 1970-01-01 01:00:00.000000000 +0100
1823 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/Makefile    2013-11-14 20:18:32.000000000 +0100
1824 @@ -0,0 +1,22 @@
1825 +MCS_BUILD_DIR = ../../../build
1826 +
1827 +thisdir = class/Facades/System.Net.NetworkInformation
1828 +SUBDIRS = 
1829 +include $(MCS_BUILD_DIR)/rules.make
1830 +
1831 +LIBRARY_SUBDIR = Facades
1832 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
1833 +
1834 +LIBRARY = System.Net.NetworkInformation.dll
1835 +
1836 +KEY_FILE = ../../msfinal.pub
1837 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
1838 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
1839 +
1840 +PLATFORM_DEBUG_FLAGS =
1841 +
1842 +NO_TEST = yes
1843 +
1844 +include $(MCS_BUILD_DIR)/library.make
1845 +
1846 +
1847 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/System.Net.NetworkInformation.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/System.Net.NetworkInformation.dll.sources
1848 --- mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/System.Net.NetworkInformation.dll.sources        1970-01-01 01:00:00.000000000 +0100
1849 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/System.Net.NetworkInformation.dll.sources   2013-11-14 20:18:32.000000000 +0100
1850 @@ -0,0 +1,3 @@
1851 +TypeForwarders.cs
1852 +AssemblyInfo.cs
1853 +
1854 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/TypeForwarders.cs
1855 --- mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/TypeForwarders.cs        1970-01-01 01:00:00.000000000 +0100
1856 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.NetworkInformation/TypeForwarders.cs   2013-11-14 20:18:32.000000000 +0100
1857 @@ -0,0 +1,26 @@
1858 +// 
1859 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1860 +// 
1861 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1862 +// of this software and associated documentation files (the "Software"), to deal
1863 +// in the Software without restriction, including without limitation the rights
1864 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1865 +// copies of the Software, and to permit persons to whom the Software is
1866 +// furnished to do so, subject to the following conditions:
1867 +// 
1868 +// The above copyright notice and this permission notice shall be included in
1869 +// all copies or substantial portions of the Software.
1870 +// 
1871 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1872 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1873 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1874 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1875 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1876 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1877 +// THE SOFTWARE.
1878 +// 
1879 +
1880 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkAddressChangedEventHandler))]
1881 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkChange))]
1882 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.NetworkInterface))]
1883 +
1884 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.Primitives/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Net.Primitives/AssemblyInfo.cs
1885 --- mono-3.2.5/mcs/class/Facades/System.Net.Primitives/AssemblyInfo.cs  1970-01-01 01:00:00.000000000 +0100
1886 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.Primitives/AssemblyInfo.cs     2013-11-14 20:18:32.000000000 +0100
1887 @@ -0,0 +1,41 @@
1888 +// 
1889 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1890 +// 
1891 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1892 +// of this software and associated documentation files (the "Software"), to deal
1893 +// in the Software without restriction, including without limitation the rights
1894 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1895 +// copies of the Software, and to permit persons to whom the Software is
1896 +// furnished to do so, subject to the following conditions:
1897 +// 
1898 +// The above copyright notice and this permission notice shall be included in
1899 +// all copies or substantial portions of the Software.
1900 +// 
1901 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1902 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1903 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1904 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1905 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1906 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1907 +// THE SOFTWARE.
1908 +// 
1909 +
1910 +using System;
1911 +using System.Reflection;
1912 +using System.Runtime.CompilerServices;
1913 +
1914 +[assembly: AssemblyTitle ("System.Net.Primitives.dll")]
1915 +[assembly: AssemblyDescription ("System.Net.Primitives.dll")]
1916 +[assembly: AssemblyDefaultAlias ("System.Net.Primitives.dll")]
1917 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
1918 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
1919 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
1920 +[assembly: AssemblyVersion ("4.0.0.0")]
1921 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
1922 +[assembly: AssemblyFileVersion ("4.0.0.0")]
1923 +[assembly: AssemblyDelaySign (true)]
1924 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
1925 +
1926 +[assembly: ReferenceAssembly]
1927 +
1928 +
1929 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.Primitives/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Net.Primitives/Makefile
1930 --- mono-3.2.5/mcs/class/Facades/System.Net.Primitives/Makefile 1970-01-01 01:00:00.000000000 +0100
1931 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.Primitives/Makefile    2013-11-14 20:18:32.000000000 +0100
1932 @@ -0,0 +1,22 @@
1933 +MCS_BUILD_DIR = ../../../build
1934 +
1935 +thisdir = class/Facades/System.Net.Primitives
1936 +SUBDIRS = 
1937 +include $(MCS_BUILD_DIR)/rules.make
1938 +
1939 +LIBRARY_SUBDIR = Facades
1940 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
1941 +
1942 +LIBRARY = System.Net.Primitives.dll
1943 +
1944 +KEY_FILE = ../../msfinal.pub
1945 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
1946 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
1947 +
1948 +PLATFORM_DEBUG_FLAGS =
1949 +
1950 +NO_TEST = yes
1951 +
1952 +include $(MCS_BUILD_DIR)/library.make
1953 +
1954 +
1955 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.Primitives/System.Net.Primitives.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Net.Primitives/System.Net.Primitives.dll.sources
1956 --- mono-3.2.5/mcs/class/Facades/System.Net.Primitives/System.Net.Primitives.dll.sources        1970-01-01 01:00:00.000000000 +0100
1957 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.Primitives/System.Net.Primitives.dll.sources   2013-11-14 20:18:32.000000000 +0100
1958 @@ -0,0 +1,3 @@
1959 +TypeForwarders.cs
1960 +AssemblyInfo.cs
1961 +
1962 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.Primitives/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Net.Primitives/TypeForwarders.cs
1963 --- mono-3.2.5/mcs/class/Facades/System.Net.Primitives/TypeForwarders.cs        1970-01-01 01:00:00.000000000 +0100
1964 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.Primitives/TypeForwarders.cs   2013-11-14 20:18:32.000000000 +0100
1965 @@ -0,0 +1,36 @@
1966 +// 
1967 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
1968 +// 
1969 +// Permission is hereby granted, free of charge, to any person obtaining a copy
1970 +// of this software and associated documentation files (the "Software"), to deal
1971 +// in the Software without restriction, including without limitation the rights
1972 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1973 +// copies of the Software, and to permit persons to whom the Software is
1974 +// furnished to do so, subject to the following conditions:
1975 +// 
1976 +// The above copyright notice and this permission notice shall be included in
1977 +// all copies or substantial portions of the Software.
1978 +// 
1979 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1980 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1981 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1982 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1983 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1984 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1985 +// THE SOFTWARE.
1986 +// 
1987 +
1988 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.AuthenticationSchemes))]
1989 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Cookie))]
1990 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieCollection))]
1991 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieContainer))]
1992 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CookieException))]
1993 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.CredentialCache))]
1994 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.DecompressionMethods))]
1995 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpStatusCode))]
1996 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ICredentials))]
1997 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ICredentialsByHost))]
1998 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IWebProxy))]
1999 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkCredential))]
2000 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.TransportContext))]
2001 +
2002 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.Requests/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Net.Requests/AssemblyInfo.cs
2003 --- mono-3.2.5/mcs/class/Facades/System.Net.Requests/AssemblyInfo.cs    1970-01-01 01:00:00.000000000 +0100
2004 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.Requests/AssemblyInfo.cs       2013-11-14 20:18:32.000000000 +0100
2005 @@ -0,0 +1,41 @@
2006 +// 
2007 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2008 +// 
2009 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2010 +// of this software and associated documentation files (the "Software"), to deal
2011 +// in the Software without restriction, including without limitation the rights
2012 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2013 +// copies of the Software, and to permit persons to whom the Software is
2014 +// furnished to do so, subject to the following conditions:
2015 +// 
2016 +// The above copyright notice and this permission notice shall be included in
2017 +// all copies or substantial portions of the Software.
2018 +// 
2019 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2020 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2021 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2022 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2023 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2024 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2025 +// THE SOFTWARE.
2026 +// 
2027 +
2028 +using System;
2029 +using System.Reflection;
2030 +using System.Runtime.CompilerServices;
2031 +
2032 +[assembly: AssemblyTitle ("System.Net.Requests.dll")]
2033 +[assembly: AssemblyDescription ("System.Net.Requests.dll")]
2034 +[assembly: AssemblyDefaultAlias ("System.Net.Requests.dll")]
2035 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2036 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2037 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2038 +[assembly: AssemblyVersion ("4.0.0.0")]
2039 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2040 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2041 +[assembly: AssemblyDelaySign (true)]
2042 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2043 +
2044 +[assembly: ReferenceAssembly]
2045 +
2046 +
2047 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.Requests/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Net.Requests/Makefile
2048 --- mono-3.2.5/mcs/class/Facades/System.Net.Requests/Makefile   1970-01-01 01:00:00.000000000 +0100
2049 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.Requests/Makefile      2013-11-14 20:18:32.000000000 +0100
2050 @@ -0,0 +1,22 @@
2051 +MCS_BUILD_DIR = ../../../build
2052 +
2053 +thisdir = class/Facades/System.Net.Requests
2054 +SUBDIRS = 
2055 +include $(MCS_BUILD_DIR)/rules.make
2056 +
2057 +LIBRARY_SUBDIR = Facades
2058 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2059 +
2060 +LIBRARY = System.Net.Requests.dll
2061 +
2062 +KEY_FILE = ../../msfinal.pub
2063 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2064 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
2065 +
2066 +PLATFORM_DEBUG_FLAGS =
2067 +
2068 +NO_TEST = yes
2069 +
2070 +include $(MCS_BUILD_DIR)/library.make
2071 +
2072 +
2073 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.Requests/System.Net.Requests.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Net.Requests/System.Net.Requests.dll.sources
2074 --- mono-3.2.5/mcs/class/Facades/System.Net.Requests/System.Net.Requests.dll.sources    1970-01-01 01:00:00.000000000 +0100
2075 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.Requests/System.Net.Requests.dll.sources       2013-11-14 20:18:32.000000000 +0100
2076 @@ -0,0 +1,3 @@
2077 +TypeForwarders.cs
2078 +AssemblyInfo.cs
2079 +
2080 diff -Nur mono-3.2.5/mcs/class/Facades/System.Net.Requests/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Net.Requests/TypeForwarders.cs
2081 --- mono-3.2.5/mcs/class/Facades/System.Net.Requests/TypeForwarders.cs  1970-01-01 01:00:00.000000000 +0100
2082 +++ mono-mono-3.2.5/mcs/class/Facades/System.Net.Requests/TypeForwarders.cs     2013-11-14 20:18:32.000000000 +0100
2083 @@ -0,0 +1,33 @@
2084 +// 
2085 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2086 +// 
2087 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2088 +// of this software and associated documentation files (the "Software"), to deal
2089 +// in the Software without restriction, including without limitation the rights
2090 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2091 +// copies of the Software, and to permit persons to whom the Software is
2092 +// furnished to do so, subject to the following conditions:
2093 +// 
2094 +// The above copyright notice and this permission notice shall be included in
2095 +// all copies or substantial portions of the Software.
2096 +// 
2097 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2098 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2099 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2100 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2101 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2102 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2103 +// THE SOFTWARE.
2104 +// 
2105 +
2106 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpRequestHeader))]
2107 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebRequest))]
2108 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.HttpWebResponse))]
2109 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.IWebRequestCreate))]
2110 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.ProtocolViolationException))]
2111 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebException))]
2112 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebExceptionStatus))]
2113 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebHeaderCollection))]
2114 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebRequest))]
2115 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebResponse))]
2116 +
2117 diff -Nur mono-3.2.5/mcs/class/Facades/System.ObjectModel/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.ObjectModel/AssemblyInfo.cs
2118 --- mono-3.2.5/mcs/class/Facades/System.ObjectModel/AssemblyInfo.cs     1970-01-01 01:00:00.000000000 +0100
2119 +++ mono-mono-3.2.5/mcs/class/Facades/System.ObjectModel/AssemblyInfo.cs        2013-11-14 20:18:32.000000000 +0100
2120 @@ -0,0 +1,41 @@
2121 +// 
2122 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2123 +// 
2124 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2125 +// of this software and associated documentation files (the "Software"), to deal
2126 +// in the Software without restriction, including without limitation the rights
2127 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2128 +// copies of the Software, and to permit persons to whom the Software is
2129 +// furnished to do so, subject to the following conditions:
2130 +// 
2131 +// The above copyright notice and this permission notice shall be included in
2132 +// all copies or substantial portions of the Software.
2133 +// 
2134 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2135 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2136 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2137 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2138 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2139 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2140 +// THE SOFTWARE.
2141 +// 
2142 +
2143 +using System;
2144 +using System.Reflection;
2145 +using System.Runtime.CompilerServices;
2146 +
2147 +[assembly: AssemblyTitle ("System.ObjectModel.dll")]
2148 +[assembly: AssemblyDescription ("System.ObjectModel.dll")]
2149 +[assembly: AssemblyDefaultAlias ("System.ObjectModel.dll")]
2150 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2151 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2152 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2153 +[assembly: AssemblyVersion ("4.0.0.0")]
2154 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2155 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2156 +[assembly: AssemblyDelaySign (true)]
2157 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2158 +
2159 +[assembly: ReferenceAssembly]
2160 +
2161 +
2162 diff -Nur mono-3.2.5/mcs/class/Facades/System.ObjectModel/Makefile mono-mono-3.2.5/mcs/class/Facades/System.ObjectModel/Makefile
2163 --- mono-3.2.5/mcs/class/Facades/System.ObjectModel/Makefile    1970-01-01 01:00:00.000000000 +0100
2164 +++ mono-mono-3.2.5/mcs/class/Facades/System.ObjectModel/Makefile       2013-11-14 20:18:32.000000000 +0100
2165 @@ -0,0 +1,22 @@
2166 +MCS_BUILD_DIR = ../../../build
2167 +
2168 +thisdir = class/Facades/System.ObjectModel
2169 +SUBDIRS = 
2170 +include $(MCS_BUILD_DIR)/rules.make
2171 +
2172 +LIBRARY_SUBDIR = Facades
2173 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2174 +
2175 +LIBRARY = System.ObjectModel.dll
2176 +
2177 +KEY_FILE = ../../msfinal.pub
2178 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2179 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
2180 +
2181 +PLATFORM_DEBUG_FLAGS =
2182 +
2183 +NO_TEST = yes
2184 +
2185 +include $(MCS_BUILD_DIR)/library.make
2186 +
2187 +
2188 diff -Nur mono-3.2.5/mcs/class/Facades/System.ObjectModel/System.ObjectModel.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.ObjectModel/System.ObjectModel.dll.sources
2189 --- mono-3.2.5/mcs/class/Facades/System.ObjectModel/System.ObjectModel.dll.sources      1970-01-01 01:00:00.000000000 +0100
2190 +++ mono-mono-3.2.5/mcs/class/Facades/System.ObjectModel/System.ObjectModel.dll.sources 2013-11-14 20:18:32.000000000 +0100
2191 @@ -0,0 +1,3 @@
2192 +TypeForwarders.cs
2193 +AssemblyInfo.cs
2194 +
2195 diff -Nur mono-3.2.5/mcs/class/Facades/System.ObjectModel/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.ObjectModel/TypeForwarders.cs
2196 --- mono-3.2.5/mcs/class/Facades/System.ObjectModel/TypeForwarders.cs   1970-01-01 01:00:00.000000000 +0100
2197 +++ mono-mono-3.2.5/mcs/class/Facades/System.ObjectModel/TypeForwarders.cs      2013-11-14 20:18:32.000000000 +0100
2198 @@ -0,0 +1,39 @@
2199 +// 
2200 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2201 +// 
2202 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2203 +// of this software and associated documentation files (the "Software"), to deal
2204 +// in the Software without restriction, including without limitation the rights
2205 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2206 +// copies of the Software, and to permit persons to whom the Software is
2207 +// furnished to do so, subject to the following conditions:
2208 +// 
2209 +// The above copyright notice and this permission notice shall be included in
2210 +// all copies or substantial portions of the Software.
2211 +// 
2212 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2213 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2214 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2215 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2216 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2217 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2218 +// THE SOFTWARE.
2219 +// 
2220 +
2221 +#if !MONOTOUCH
2222 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.ReadOnlyDictionary<,>))]
2223 +#endif
2224 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.KeyedCollection<,>))]
2225 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.ObservableCollection<>))]
2226 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.ReadOnlyObservableCollection<>))]
2227 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.INotifyCollectionChanged))]
2228 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))]
2229 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))]
2230 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
2231 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataErrorsChangedEventArgs))]
2232 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyDataErrorInfo))]
2233 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyPropertyChanged))]
2234 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.PropertyChangedEventArgs))]
2235 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.PropertyChangedEventHandler))]
2236 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Input.ICommand))]
2237 +
2238 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection/AssemblyInfo.cs
2239 --- mono-3.2.5/mcs/class/Facades/System.Reflection/AssemblyInfo.cs      1970-01-01 01:00:00.000000000 +0100
2240 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection/AssemblyInfo.cs 2013-11-14 20:18:32.000000000 +0100
2241 @@ -0,0 +1,41 @@
2242 +// 
2243 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2244 +// 
2245 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2246 +// of this software and associated documentation files (the "Software"), to deal
2247 +// in the Software without restriction, including without limitation the rights
2248 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2249 +// copies of the Software, and to permit persons to whom the Software is
2250 +// furnished to do so, subject to the following conditions:
2251 +// 
2252 +// The above copyright notice and this permission notice shall be included in
2253 +// all copies or substantial portions of the Software.
2254 +// 
2255 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2256 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2257 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2258 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2259 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2260 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2261 +// THE SOFTWARE.
2262 +// 
2263 +
2264 +using System;
2265 +using System.Reflection;
2266 +using System.Runtime.CompilerServices;
2267 +
2268 +[assembly: AssemblyTitle ("System.Reflection.dll")]
2269 +[assembly: AssemblyDescription ("System.Reflection.dll")]
2270 +[assembly: AssemblyDefaultAlias ("System.Reflection.dll")]
2271 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2272 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2273 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2274 +[assembly: AssemblyVersion ("4.0.0.0")]
2275 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2276 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2277 +[assembly: AssemblyDelaySign (true)]
2278 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2279 +
2280 +[assembly: ReferenceAssembly]
2281 +
2282 +
2283 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Reflection/Makefile
2284 --- mono-3.2.5/mcs/class/Facades/System.Reflection/Makefile     1970-01-01 01:00:00.000000000 +0100
2285 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection/Makefile        2013-11-14 20:18:32.000000000 +0100
2286 @@ -0,0 +1,22 @@
2287 +MCS_BUILD_DIR = ../../../build
2288 +
2289 +thisdir = class/Facades/System.Reflection
2290 +SUBDIRS = 
2291 +include $(MCS_BUILD_DIR)/rules.make
2292 +
2293 +LIBRARY_SUBDIR = Facades
2294 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2295 +
2296 +LIBRARY = System.Reflection.dll
2297 +
2298 +KEY_FILE = ../../msfinal.pub
2299 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2300 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
2301 +
2302 +PLATFORM_DEBUG_FLAGS =
2303 +
2304 +NO_TEST = yes
2305 +
2306 +include $(MCS_BUILD_DIR)/library.make
2307 +
2308 +
2309 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection/System.Reflection.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Reflection/System.Reflection.dll.sources
2310 --- mono-3.2.5/mcs/class/Facades/System.Reflection/System.Reflection.dll.sources        1970-01-01 01:00:00.000000000 +0100
2311 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection/System.Reflection.dll.sources   2013-11-14 20:18:32.000000000 +0100
2312 @@ -0,0 +1,3 @@
2313 +TypeForwarders.cs
2314 +AssemblyInfo.cs
2315 +
2316 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection/TypeForwarders.cs
2317 --- mono-3.2.5/mcs/class/Facades/System.Reflection/TypeForwarders.cs    1970-01-01 01:00:00.000000000 +0100
2318 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection/TypeForwarders.cs       2013-11-14 20:18:32.000000000 +0100
2319 @@ -0,0 +1,49 @@
2320 +// 
2321 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2322 +// 
2323 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2324 +// of this software and associated documentation files (the "Software"), to deal
2325 +// in the Software without restriction, including without limitation the rights
2326 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2327 +// copies of the Software, and to permit persons to whom the Software is
2328 +// furnished to do so, subject to the following conditions:
2329 +// 
2330 +// The above copyright notice and this permission notice shall be included in
2331 +// all copies or substantial portions of the Software.
2332 +// 
2333 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2334 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2335 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2336 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2337 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2338 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2339 +// THE SOFTWARE.
2340 +// 
2341 +
2342 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AmbiguousMatchException))]
2343 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Assembly))]
2344 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyContentType))]
2345 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyName))]
2346 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ConstructorInfo))]
2347 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeData))]
2348 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeNamedArgument))]
2349 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeTypedArgument))]
2350 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventInfo))]
2351 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.FieldInfo))]
2352 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.IntrospectionExtensions))]
2353 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.IReflectableType))]
2354 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.LocalVariableInfo))]
2355 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ManifestResourceInfo))]
2356 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberInfo))]
2357 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodBase))]
2358 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodInfo))]
2359 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Module))]
2360 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ParameterInfo))]
2361 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyInfo))]
2362 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ReflectionContext))]
2363 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ReflectionTypeLoadException))]
2364 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ResourceLocation))]
2365 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetInvocationException))]
2366 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TargetParameterCountException))]
2367 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeInfo))]
2368 +
2369 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/AssemblyInfo.cs
2370 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/AssemblyInfo.cs 1970-01-01 01:00:00.000000000 +0100
2371 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/AssemblyInfo.cs    2013-11-14 20:18:32.000000000 +0100
2372 @@ -0,0 +1,41 @@
2373 +// 
2374 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2375 +// 
2376 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2377 +// of this software and associated documentation files (the "Software"), to deal
2378 +// in the Software without restriction, including without limitation the rights
2379 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2380 +// copies of the Software, and to permit persons to whom the Software is
2381 +// furnished to do so, subject to the following conditions:
2382 +// 
2383 +// The above copyright notice and this permission notice shall be included in
2384 +// all copies or substantial portions of the Software.
2385 +// 
2386 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2387 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2388 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2389 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2390 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2391 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2392 +// THE SOFTWARE.
2393 +// 
2394 +
2395 +using System;
2396 +using System.Reflection;
2397 +using System.Runtime.CompilerServices;
2398 +
2399 +[assembly: AssemblyTitle ("System.Reflection.Emit.dll")]
2400 +[assembly: AssemblyDescription ("System.Reflection.Emit.dll")]
2401 +[assembly: AssemblyDefaultAlias ("System.Reflection.Emit.dll")]
2402 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2403 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2404 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2405 +[assembly: AssemblyVersion ("4.0.0.0")]
2406 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2407 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2408 +[assembly: AssemblyDelaySign (true)]
2409 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2410 +
2411 +[assembly: ReferenceAssembly]
2412 +
2413 +
2414 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/Makefile
2415 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/Makefile        1970-01-01 01:00:00.000000000 +0100
2416 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/Makefile   2013-11-14 20:18:32.000000000 +0100
2417 @@ -0,0 +1,22 @@
2418 +MCS_BUILD_DIR = ../../../build
2419 +
2420 +thisdir = class/Facades/System.Reflection.Emit
2421 +SUBDIRS = 
2422 +include $(MCS_BUILD_DIR)/rules.make
2423 +
2424 +LIBRARY_SUBDIR = Facades
2425 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2426 +
2427 +LIBRARY = System.Reflection.Emit.dll
2428 +
2429 +KEY_FILE = ../../msfinal.pub
2430 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2431 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
2432 +
2433 +PLATFORM_DEBUG_FLAGS =
2434 +
2435 +NO_TEST = yes
2436 +
2437 +include $(MCS_BUILD_DIR)/library.make
2438 +
2439 +
2440 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/System.Reflection.Emit.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/System.Reflection.Emit.dll.sources
2441 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/System.Reflection.Emit.dll.sources      1970-01-01 01:00:00.000000000 +0100
2442 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/System.Reflection.Emit.dll.sources 2013-11-14 20:18:32.000000000 +0100
2443 @@ -0,0 +1,3 @@
2444 +TypeForwarders.cs
2445 +AssemblyInfo.cs
2446 +
2447 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/TypeForwarders.cs
2448 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/TypeForwarders.cs       1970-01-01 01:00:00.000000000 +0100
2449 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit/TypeForwarders.cs  2013-11-14 20:18:32.000000000 +0100
2450 @@ -0,0 +1,34 @@
2451 +// 
2452 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2453 +// 
2454 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2455 +// of this software and associated documentation files (the "Software"), to deal
2456 +// in the Software without restriction, including without limitation the rights
2457 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2458 +// copies of the Software, and to permit persons to whom the Software is
2459 +// furnished to do so, subject to the following conditions:
2460 +// 
2461 +// The above copyright notice and this permission notice shall be included in
2462 +// all copies or substantial portions of the Software.
2463 +// 
2464 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2465 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2466 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2467 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2468 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2469 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2470 +// THE SOFTWARE.
2471 +// 
2472 +
2473 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.AssemblyBuilder))]
2474 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.AssemblyBuilderAccess))]
2475 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.ConstructorBuilder))]
2476 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.EnumBuilder))]
2477 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.EventBuilder))]
2478 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.FieldBuilder))]
2479 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.GenericTypeParameterBuilder))]
2480 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.MethodBuilder))]
2481 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.ModuleBuilder))]
2482 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.PropertyBuilder))]
2483 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.TypeBuilder))]
2484 +
2485 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/AssemblyInfo.cs
2486 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/AssemblyInfo.cs    1970-01-01 01:00:00.000000000 +0100
2487 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/AssemblyInfo.cs       2013-11-14 20:18:32.000000000 +0100
2488 @@ -0,0 +1,41 @@
2489 +// 
2490 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2491 +// 
2492 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2493 +// of this software and associated documentation files (the "Software"), to deal
2494 +// in the Software without restriction, including without limitation the rights
2495 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2496 +// copies of the Software, and to permit persons to whom the Software is
2497 +// furnished to do so, subject to the following conditions:
2498 +// 
2499 +// The above copyright notice and this permission notice shall be included in
2500 +// all copies or substantial portions of the Software.
2501 +// 
2502 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2503 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2504 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2505 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2506 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2507 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2508 +// THE SOFTWARE.
2509 +// 
2510 +
2511 +using System;
2512 +using System.Reflection;
2513 +using System.Runtime.CompilerServices;
2514 +
2515 +[assembly: AssemblyTitle ("System.Reflection.Emit.ILGeneration.dll")]
2516 +[assembly: AssemblyDescription ("System.Reflection.Emit.ILGeneration.dll")]
2517 +[assembly: AssemblyDefaultAlias ("System.Reflection.Emit.ILGeneration.dll")]
2518 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2519 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2520 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2521 +[assembly: AssemblyVersion ("4.0.0.0")]
2522 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2523 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2524 +[assembly: AssemblyDelaySign (true)]
2525 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2526 +
2527 +[assembly: ReferenceAssembly]
2528 +
2529 +
2530 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Makefile
2531 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Makefile   1970-01-01 01:00:00.000000000 +0100
2532 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Makefile      2013-11-14 20:18:32.000000000 +0100
2533 @@ -0,0 +1,22 @@
2534 +MCS_BUILD_DIR = ../../../build
2535 +
2536 +thisdir = class/Facades/System.Reflection.Emit.ILGeneration
2537 +SUBDIRS = 
2538 +include $(MCS_BUILD_DIR)/rules.make
2539 +
2540 +LIBRARY_SUBDIR = Facades
2541 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2542 +
2543 +LIBRARY = System.Reflection.Emit.ILGeneration.dll
2544 +
2545 +KEY_FILE = ../../msfinal.pub
2546 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2547 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
2548 +
2549 +PLATFORM_DEBUG_FLAGS =
2550 +
2551 +NO_TEST = yes
2552 +
2553 +include $(MCS_BUILD_DIR)/library.make
2554 +
2555 +
2556 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/System.Reflection.Emit.ILGeneration.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/System.Reflection.Emit.ILGeneration.dll.sources
2557 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/System.Reflection.Emit.ILGeneration.dll.sources    1970-01-01 01:00:00.000000000 +0100
2558 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/System.Reflection.Emit.ILGeneration.dll.sources       2013-11-14 20:18:32.000000000 +0100
2559 @@ -0,0 +1,3 @@
2560 +TypeForwarders.cs
2561 +AssemblyInfo.cs
2562 +
2563 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/TypeForwarders.cs
2564 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/TypeForwarders.cs  1970-01-01 01:00:00.000000000 +0100
2565 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.ILGeneration/TypeForwarders.cs     2013-11-14 20:18:32.000000000 +0100
2566 @@ -0,0 +1,29 @@
2567 +// 
2568 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2569 +// 
2570 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2571 +// of this software and associated documentation files (the "Software"), to deal
2572 +// in the Software without restriction, including without limitation the rights
2573 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2574 +// copies of the Software, and to permit persons to whom the Software is
2575 +// furnished to do so, subject to the following conditions:
2576 +// 
2577 +// The above copyright notice and this permission notice shall be included in
2578 +// all copies or substantial portions of the Software.
2579 +// 
2580 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2581 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2582 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2583 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2584 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2585 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2586 +// THE SOFTWARE.
2587 +// 
2588 +
2589 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.CustomAttributeBuilder))]
2590 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.ILGenerator))]
2591 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.Label))]
2592 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.LocalBuilder))]
2593 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.ParameterBuilder))]
2594 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.SignatureHelper))]
2595 +
2596 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/AssemblyInfo.cs
2597 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/AssemblyInfo.cs     1970-01-01 01:00:00.000000000 +0100
2598 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/AssemblyInfo.cs        2013-11-14 20:18:32.000000000 +0100
2599 @@ -0,0 +1,41 @@
2600 +// 
2601 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2602 +// 
2603 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2604 +// of this software and associated documentation files (the "Software"), to deal
2605 +// in the Software without restriction, including without limitation the rights
2606 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2607 +// copies of the Software, and to permit persons to whom the Software is
2608 +// furnished to do so, subject to the following conditions:
2609 +// 
2610 +// The above copyright notice and this permission notice shall be included in
2611 +// all copies or substantial portions of the Software.
2612 +// 
2613 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2614 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2615 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2616 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2617 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2618 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2619 +// THE SOFTWARE.
2620 +// 
2621 +
2622 +using System;
2623 +using System.Reflection;
2624 +using System.Runtime.CompilerServices;
2625 +
2626 +[assembly: AssemblyTitle ("System.Reflection.Emit.Lightweight.dll")]
2627 +[assembly: AssemblyDescription ("System.Reflection.Emit.Lightweight.dll")]
2628 +[assembly: AssemblyDefaultAlias ("System.Reflection.Emit.Lightweight.dll")]
2629 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2630 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2631 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2632 +[assembly: AssemblyVersion ("4.0.0.0")]
2633 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2634 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2635 +[assembly: AssemblyDelaySign (true)]
2636 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2637 +
2638 +[assembly: ReferenceAssembly]
2639 +
2640 +
2641 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/Makefile
2642 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/Makefile    1970-01-01 01:00:00.000000000 +0100
2643 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/Makefile       2013-11-14 20:18:32.000000000 +0100
2644 @@ -0,0 +1,22 @@
2645 +MCS_BUILD_DIR = ../../../build
2646 +
2647 +thisdir = class/Facades/System.Reflection.Emit.Lightweight
2648 +SUBDIRS = 
2649 +include $(MCS_BUILD_DIR)/rules.make
2650 +
2651 +LIBRARY_SUBDIR = Facades
2652 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2653 +
2654 +LIBRARY = System.Reflection.Emit.Lightweight.dll
2655 +
2656 +KEY_FILE = ../../msfinal.pub
2657 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2658 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
2659 +
2660 +PLATFORM_DEBUG_FLAGS =
2661 +
2662 +NO_TEST = yes
2663 +
2664 +include $(MCS_BUILD_DIR)/library.make
2665 +
2666 +
2667 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/System.Reflection.Emit.Lightweight.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/System.Reflection.Emit.Lightweight.dll.sources
2668 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/System.Reflection.Emit.Lightweight.dll.sources      1970-01-01 01:00:00.000000000 +0100
2669 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/System.Reflection.Emit.Lightweight.dll.sources 2013-11-14 20:18:32.000000000 +0100
2670 @@ -0,0 +1,3 @@
2671 +TypeForwarders.cs
2672 +AssemblyInfo.cs
2673 +
2674 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/TypeForwarders.cs
2675 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/TypeForwarders.cs   1970-01-01 01:00:00.000000000 +0100
2676 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Emit.Lightweight/TypeForwarders.cs      2013-11-14 20:18:32.000000000 +0100
2677 @@ -0,0 +1,24 @@
2678 +// 
2679 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2680 +// 
2681 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2682 +// of this software and associated documentation files (the "Software"), to deal
2683 +// in the Software without restriction, including without limitation the rights
2684 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2685 +// copies of the Software, and to permit persons to whom the Software is
2686 +// furnished to do so, subject to the following conditions:
2687 +// 
2688 +// The above copyright notice and this permission notice shall be included in
2689 +// all copies or substantial portions of the Software.
2690 +// 
2691 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2692 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2693 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2694 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2695 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2696 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2697 +// THE SOFTWARE.
2698 +// 
2699 +
2700 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.DynamicMethod))]
2701 +
2702 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/AssemblyInfo.cs
2703 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/AssemblyInfo.cs   1970-01-01 01:00:00.000000000 +0100
2704 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/AssemblyInfo.cs      2013-11-14 20:18:32.000000000 +0100
2705 @@ -0,0 +1,41 @@
2706 +// 
2707 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2708 +// 
2709 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2710 +// of this software and associated documentation files (the "Software"), to deal
2711 +// in the Software without restriction, including without limitation the rights
2712 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2713 +// copies of the Software, and to permit persons to whom the Software is
2714 +// furnished to do so, subject to the following conditions:
2715 +// 
2716 +// The above copyright notice and this permission notice shall be included in
2717 +// all copies or substantial portions of the Software.
2718 +// 
2719 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2720 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2721 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2722 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2723 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2724 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2725 +// THE SOFTWARE.
2726 +// 
2727 +
2728 +using System;
2729 +using System.Reflection;
2730 +using System.Runtime.CompilerServices;
2731 +
2732 +[assembly: AssemblyTitle ("System.Reflection.Extensions.dll")]
2733 +[assembly: AssemblyDescription ("System.Reflection.Extensions.dll")]
2734 +[assembly: AssemblyDefaultAlias ("System.Reflection.Extensions.dll")]
2735 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2736 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2737 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2738 +[assembly: AssemblyVersion ("4.0.0.0")]
2739 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2740 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2741 +[assembly: AssemblyDelaySign (true)]
2742 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2743 +
2744 +[assembly: ReferenceAssembly]
2745 +
2746 +
2747 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/Makefile
2748 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/Makefile  1970-01-01 01:00:00.000000000 +0100
2749 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/Makefile     2013-11-14 20:18:32.000000000 +0100
2750 @@ -0,0 +1,22 @@
2751 +MCS_BUILD_DIR = ../../../build
2752 +
2753 +thisdir = class/Facades/System.Reflection.Extensions
2754 +SUBDIRS = 
2755 +include $(MCS_BUILD_DIR)/rules.make
2756 +
2757 +LIBRARY_SUBDIR = Facades
2758 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2759 +
2760 +LIBRARY = System.Reflection.Extensions.dll
2761 +
2762 +KEY_FILE = ../../msfinal.pub
2763 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2764 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
2765 +
2766 +PLATFORM_DEBUG_FLAGS =
2767 +
2768 +NO_TEST = yes
2769 +
2770 +include $(MCS_BUILD_DIR)/library.make
2771 +
2772 +
2773 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/System.Reflection.Extensions.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/System.Reflection.Extensions.dll.sources
2774 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/System.Reflection.Extensions.dll.sources  1970-01-01 01:00:00.000000000 +0100
2775 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/System.Reflection.Extensions.dll.sources     2013-11-14 20:18:32.000000000 +0100
2776 @@ -0,0 +1,3 @@
2777 +TypeForwarders.cs
2778 +AssemblyInfo.cs
2779 +
2780 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/TypeForwarders.cs
2781 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/TypeForwarders.cs 1970-01-01 01:00:00.000000000 +0100
2782 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Extensions/TypeForwarders.cs    2013-11-14 20:18:32.000000000 +0100
2783 @@ -0,0 +1,26 @@
2784 +// 
2785 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2786 +// 
2787 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2788 +// of this software and associated documentation files (the "Software"), to deal
2789 +// in the Software without restriction, including without limitation the rights
2790 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2791 +// copies of the Software, and to permit persons to whom the Software is
2792 +// furnished to do so, subject to the following conditions:
2793 +// 
2794 +// The above copyright notice and this permission notice shall be included in
2795 +// all copies or substantial portions of the Software.
2796 +// 
2797 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2798 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2799 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2800 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2801 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2802 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2803 +// THE SOFTWARE.
2804 +// 
2805 +
2806 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CustomAttributeExtensions))]
2807 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.InterfaceMapping))]
2808 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.RuntimeReflectionExtensions))]
2809 +
2810 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/AssemblyInfo.cs
2811 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/AssemblyInfo.cs   1970-01-01 01:00:00.000000000 +0100
2812 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/AssemblyInfo.cs      2013-11-14 20:18:32.000000000 +0100
2813 @@ -0,0 +1,41 @@
2814 +// 
2815 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2816 +// 
2817 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2818 +// of this software and associated documentation files (the "Software"), to deal
2819 +// in the Software without restriction, including without limitation the rights
2820 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2821 +// copies of the Software, and to permit persons to whom the Software is
2822 +// furnished to do so, subject to the following conditions:
2823 +// 
2824 +// The above copyright notice and this permission notice shall be included in
2825 +// all copies or substantial portions of the Software.
2826 +// 
2827 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2828 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2829 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2830 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2831 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2832 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2833 +// THE SOFTWARE.
2834 +// 
2835 +
2836 +using System;
2837 +using System.Reflection;
2838 +using System.Runtime.CompilerServices;
2839 +
2840 +[assembly: AssemblyTitle ("System.Reflection.Primitives.dll")]
2841 +[assembly: AssemblyDescription ("System.Reflection.Primitives.dll")]
2842 +[assembly: AssemblyDefaultAlias ("System.Reflection.Primitives.dll")]
2843 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2844 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2845 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2846 +[assembly: AssemblyVersion ("4.0.0.0")]
2847 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2848 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2849 +[assembly: AssemblyDelaySign (true)]
2850 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2851 +
2852 +[assembly: ReferenceAssembly]
2853 +
2854 +
2855 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/Makefile
2856 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/Makefile  1970-01-01 01:00:00.000000000 +0100
2857 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/Makefile     2013-11-14 20:18:32.000000000 +0100
2858 @@ -0,0 +1,22 @@
2859 +MCS_BUILD_DIR = ../../../build
2860 +
2861 +thisdir = class/Facades/System.Reflection.Primitives
2862 +SUBDIRS = 
2863 +include $(MCS_BUILD_DIR)/rules.make
2864 +
2865 +LIBRARY_SUBDIR = Facades
2866 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2867 +
2868 +LIBRARY = System.Reflection.Primitives.dll
2869 +
2870 +KEY_FILE = ../../msfinal.pub
2871 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2872 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
2873 +
2874 +PLATFORM_DEBUG_FLAGS =
2875 +
2876 +NO_TEST = yes
2877 +
2878 +include $(MCS_BUILD_DIR)/library.make
2879 +
2880 +
2881 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/System.Reflection.Primitives.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/System.Reflection.Primitives.dll.sources
2882 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/System.Reflection.Primitives.dll.sources  1970-01-01 01:00:00.000000000 +0100
2883 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/System.Reflection.Primitives.dll.sources     2013-11-14 20:18:32.000000000 +0100
2884 @@ -0,0 +1,3 @@
2885 +TypeForwarders.cs
2886 +AssemblyInfo.cs
2887 +
2888 diff -Nur mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/TypeForwarders.cs
2889 --- mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/TypeForwarders.cs 1970-01-01 01:00:00.000000000 +0100
2890 +++ mono-mono-3.2.5/mcs/class/Facades/System.Reflection.Primitives/TypeForwarders.cs    2013-11-14 20:18:32.000000000 +0100
2891 @@ -0,0 +1,41 @@
2892 +// 
2893 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2894 +// 
2895 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2896 +// of this software and associated documentation files (the "Software"), to deal
2897 +// in the Software without restriction, including without limitation the rights
2898 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2899 +// copies of the Software, and to permit persons to whom the Software is
2900 +// furnished to do so, subject to the following conditions:
2901 +// 
2902 +// The above copyright notice and this permission notice shall be included in
2903 +// all copies or substantial portions of the Software.
2904 +// 
2905 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2906 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2907 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2908 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2909 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2910 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2911 +// THE SOFTWARE.
2912 +// 
2913 +
2914 +#if !MONOTOUCH
2915 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.FlowControl))]
2916 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.OpCode))]
2917 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.OpCodes))]
2918 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.OpCodeType))]
2919 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.OperandType))]
2920 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.PackingSize))]
2921 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.StackBehaviour))]
2922 +#endif
2923 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.CallingConventions))]
2924 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventAttributes))]
2925 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.FieldAttributes))]
2926 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.GenericParameterAttributes))]
2927 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodAttributes))]
2928 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodImplAttributes))]
2929 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ParameterAttributes))]
2930 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyAttributes))]
2931 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeAttributes))]
2932 +
2933 diff -Nur mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/AssemblyInfo.cs
2934 --- mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/AssemblyInfo.cs       1970-01-01 01:00:00.000000000 +0100
2935 +++ mono-mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/AssemblyInfo.cs  2013-11-14 20:18:32.000000000 +0100
2936 @@ -0,0 +1,41 @@
2937 +// 
2938 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
2939 +// 
2940 +// Permission is hereby granted, free of charge, to any person obtaining a copy
2941 +// of this software and associated documentation files (the "Software"), to deal
2942 +// in the Software without restriction, including without limitation the rights
2943 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2944 +// copies of the Software, and to permit persons to whom the Software is
2945 +// furnished to do so, subject to the following conditions:
2946 +// 
2947 +// The above copyright notice and this permission notice shall be included in
2948 +// all copies or substantial portions of the Software.
2949 +// 
2950 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2951 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2952 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2953 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2954 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2955 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2956 +// THE SOFTWARE.
2957 +// 
2958 +
2959 +using System;
2960 +using System.Reflection;
2961 +using System.Runtime.CompilerServices;
2962 +
2963 +[assembly: AssemblyTitle ("System.Resources.ResourceManager.dll")]
2964 +[assembly: AssemblyDescription ("System.Resources.ResourceManager.dll")]
2965 +[assembly: AssemblyDefaultAlias ("System.Resources.ResourceManager.dll")]
2966 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
2967 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
2968 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
2969 +[assembly: AssemblyVersion ("4.0.0.0")]
2970 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
2971 +[assembly: AssemblyFileVersion ("4.0.0.0")]
2972 +[assembly: AssemblyDelaySign (true)]
2973 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
2974 +
2975 +[assembly: ReferenceAssembly]
2976 +
2977 +
2978 diff -Nur mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/Makefile
2979 --- mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/Makefile      1970-01-01 01:00:00.000000000 +0100
2980 +++ mono-mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/Makefile 2013-11-14 20:18:32.000000000 +0100
2981 @@ -0,0 +1,22 @@
2982 +MCS_BUILD_DIR = ../../../build
2983 +
2984 +thisdir = class/Facades/System.Resources.ResourceManager
2985 +SUBDIRS = 
2986 +include $(MCS_BUILD_DIR)/rules.make
2987 +
2988 +LIBRARY_SUBDIR = Facades
2989 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
2990 +
2991 +LIBRARY = System.Resources.ResourceManager.dll
2992 +
2993 +KEY_FILE = ../../msfinal.pub
2994 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
2995 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
2996 +
2997 +PLATFORM_DEBUG_FLAGS =
2998 +
2999 +NO_TEST = yes
3000 +
3001 +include $(MCS_BUILD_DIR)/library.make
3002 +
3003 +
3004 diff -Nur mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/System.Resources.ResourceManager.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/System.Resources.ResourceManager.dll.sources
3005 --- mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/System.Resources.ResourceManager.dll.sources  1970-01-01 01:00:00.000000000 +0100
3006 +++ mono-mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/System.Resources.ResourceManager.dll.sources     2013-11-14 20:18:32.000000000 +0100
3007 @@ -0,0 +1,3 @@
3008 +TypeForwarders.cs
3009 +AssemblyInfo.cs
3010 +
3011 diff -Nur mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/TypeForwarders.cs
3012 --- mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/TypeForwarders.cs     1970-01-01 01:00:00.000000000 +0100
3013 +++ mono-mono-3.2.5/mcs/class/Facades/System.Resources.ResourceManager/TypeForwarders.cs        2013-11-14 20:18:32.000000000 +0100
3014 @@ -0,0 +1,27 @@
3015 +// 
3016 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3017 +// 
3018 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3019 +// of this software and associated documentation files (the "Software"), to deal
3020 +// in the Software without restriction, including without limitation the rights
3021 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3022 +// copies of the Software, and to permit persons to whom the Software is
3023 +// furnished to do so, subject to the following conditions:
3024 +// 
3025 +// The above copyright notice and this permission notice shall be included in
3026 +// all copies or substantial portions of the Software.
3027 +// 
3028 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3029 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3030 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3031 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3032 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3033 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3034 +// THE SOFTWARE.
3035 +// 
3036 +
3037 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.MissingManifestResourceException))]
3038 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.NeutralResourcesLanguageAttribute))]
3039 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.ResourceManager))]
3040 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.SatelliteContractVersionAttribute))]
3041 +
3042 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime/AssemblyInfo.cs
3043 --- mono-3.2.5/mcs/class/Facades/System.Runtime/AssemblyInfo.cs 1970-01-01 01:00:00.000000000 +0100
3044 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime/AssemblyInfo.cs    2013-11-14 20:18:32.000000000 +0100
3045 @@ -0,0 +1,41 @@
3046 +// 
3047 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3048 +// 
3049 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3050 +// of this software and associated documentation files (the "Software"), to deal
3051 +// in the Software without restriction, including without limitation the rights
3052 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3053 +// copies of the Software, and to permit persons to whom the Software is
3054 +// furnished to do so, subject to the following conditions:
3055 +// 
3056 +// The above copyright notice and this permission notice shall be included in
3057 +// all copies or substantial portions of the Software.
3058 +// 
3059 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3060 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3061 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3062 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3063 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3064 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3065 +// THE SOFTWARE.
3066 +// 
3067 +
3068 +using System;
3069 +using System.Reflection;
3070 +using System.Runtime.CompilerServices;
3071 +
3072 +[assembly: AssemblyTitle ("System.Runtime.dll")]
3073 +[assembly: AssemblyDescription ("System.Runtime.dll")]
3074 +[assembly: AssemblyDefaultAlias ("System.Runtime.dll")]
3075 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
3076 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
3077 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
3078 +[assembly: AssemblyVersion ("4.0.0.0")]
3079 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
3080 +[assembly: AssemblyFileVersion ("4.0.0.0")]
3081 +[assembly: AssemblyDelaySign (true)]
3082 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
3083 +
3084 +[assembly: ReferenceAssembly]
3085 +
3086 +
3087 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Runtime/Makefile
3088 --- mono-3.2.5/mcs/class/Facades/System.Runtime/Makefile        1970-01-01 01:00:00.000000000 +0100
3089 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime/Makefile   2013-11-14 20:18:32.000000000 +0100
3090 @@ -0,0 +1,22 @@
3091 +MCS_BUILD_DIR = ../../../build
3092 +
3093 +thisdir = class/Facades/System.Runtime
3094 +SUBDIRS = 
3095 +include $(MCS_BUILD_DIR)/rules.make
3096 +
3097 +LIBRARY_SUBDIR = Facades
3098 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
3099 +
3100 +LIBRARY = System.Runtime.dll
3101 +
3102 +KEY_FILE = ../../msfinal.pub
3103 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
3104 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System /r:System.ComponentModel.Composition /r:System.Core
3105 +
3106 +PLATFORM_DEBUG_FLAGS =
3107 +
3108 +NO_TEST = yes
3109 +
3110 +include $(MCS_BUILD_DIR)/library.make
3111 +
3112 +
3113 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime/System.Runtime.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Runtime/System.Runtime.dll.sources
3114 --- mono-3.2.5/mcs/class/Facades/System.Runtime/System.Runtime.dll.sources      1970-01-01 01:00:00.000000000 +0100
3115 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime/System.Runtime.dll.sources 2013-11-14 20:18:32.000000000 +0100
3116 @@ -0,0 +1,3 @@
3117 +TypeForwarders.cs
3118 +AssemblyInfo.cs
3119 +
3120 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime/TypeForwarders.cs
3121 --- mono-3.2.5/mcs/class/Facades/System.Runtime/TypeForwarders.cs       1970-01-01 01:00:00.000000000 +0100
3122 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime/TypeForwarders.cs  2013-11-14 20:18:32.000000000 +0100
3123 @@ -0,0 +1,275 @@
3124 +// 
3125 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3126 +// 
3127 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3128 +// of this software and associated documentation files (the "Software"), to deal
3129 +// in the Software without restriction, including without limitation the rights
3130 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3131 +// copies of the Software, and to permit persons to whom the Software is
3132 +// furnished to do so, subject to the following conditions:
3133 +// 
3134 +// The above copyright notice and this permission notice shall be included in
3135 +// all copies or substantial portions of the Software.
3136 +// 
3137 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3138 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3139 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3140 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3141 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3142 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3143 +// THE SOFTWARE.
3144 +// 
3145 +
3146 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action))]
3147 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,,,,,,,,,>))]
3148 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,,,,,,,,>))]
3149 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,,,,,,,>))]
3150 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,,,,,,>))]
3151 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,,,,,>))]
3152 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,,,,>))]
3153 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,,,>))]
3154 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,,>))]
3155 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,,>))]
3156 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,,>))]
3157 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,,>))]
3158 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,,>))]
3159 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,,>))]
3160 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,,>))]
3161 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<,>))]
3162 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Action<>))]
3163 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Activator))]
3164 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ArgumentException))]
3165 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ArgumentNullException))]
3166 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ArgumentOutOfRangeException))]
3167 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ArithmeticException))]
3168 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Array))]
3169 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ArraySegment<>))]
3170 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ArrayTypeMismatchException))]
3171 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.AsyncCallback))]
3172 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Attribute))]
3173 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.AttributeTargets))]
3174 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.AttributeUsageAttribute))]
3175 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.BadImageFormatException))]
3176 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Boolean))]
3177 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffer))]
3178 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Byte))]
3179 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Char))]
3180 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.CLSCompliantAttribute))]
3181 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.DictionaryEntry))]
3182 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.ICollection<>))]
3183 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IComparer<>))]
3184 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IDictionary<,>))]
3185 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IEnumerable<>))]
3186 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IEnumerator<>))]
3187 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IEqualityComparer<>))]
3188 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IList<>))]
3189 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IReadOnlyCollection<>))]
3190 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IReadOnlyDictionary<,>))]
3191 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.IReadOnlyList<>))]
3192 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.ISet<>))]
3193 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.KeyNotFoundException))]
3194 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.KeyValuePair<,>))]
3195 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ICollection))]
3196 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IComparer))]
3197 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IDictionary))]
3198 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IDictionaryEnumerator))]
3199 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IEnumerable))]
3200 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IEnumerator))]
3201 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IEqualityComparer))]
3202 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IList))]
3203 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IStructuralComparable))]
3204 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.IStructuralEquatable))]
3205 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.Collection<>))]
3206 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.ReadOnlyCollection<>))]
3207 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Comparison<>))]
3208 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DefaultValueAttribute))]
3209 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.EditorBrowsableAttribute))]
3210 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.EditorBrowsableState))]
3211 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.DateTime))]
3212 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.DateTimeKind))]
3213 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.DateTimeOffset))]
3214 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.DayOfWeek))]
3215 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Decimal))]
3216 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Delegate))]
3217 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.ConditionalAttribute))]
3218 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.DebuggableAttribute))]
3219 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.DivideByZeroException))]
3220 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Double))]
3221 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Enum))]
3222 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.EventArgs))]
3223 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.EventHandler))]
3224 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.EventHandler<>))]
3225 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Exception))]
3226 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.FlagsAttribute))]
3227 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.FormatException))]
3228 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,,,,,,,,,>))]
3229 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,,,,,,,,>))]
3230 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,,,,,,,>))]
3231 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,,,,,,>))]
3232 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,,,,,>))]
3233 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,,,,>))]
3234 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,,,>))]
3235 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,,>))]
3236 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,,>))]
3237 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,,>))]
3238 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,,>))]
3239 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,,>))]
3240 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,,>))]
3241 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,,>))]
3242 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,,>))]
3243 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<,>))]
3244 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Func<>))]
3245 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.GC))]
3246 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.GCCollectionMode))]
3247 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.DateTimeStyles))]
3248 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.NumberStyles))]
3249 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Globalization.TimeSpanStyles))]
3250 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Guid))]
3251 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IAsyncResult))]
3252 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IComparable))]
3253 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IComparable<>))]
3254 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ICustomFormatter))]
3255 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IDisposable))]
3256 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IEquatable<>))]
3257 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IFormatProvider))]
3258 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IFormattable))]
3259 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IndexOutOfRangeException))]
3260 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Int16))]
3261 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Int32))]
3262 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Int64))]
3263 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IntPtr))]
3264 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.InvalidCastException))]
3265 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.InvalidOperationException))]
3266 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.InvalidTimeZoneException))]
3267 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IObservable<>))]
3268 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IObserver<>))]
3269 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IProgress<>))]
3270 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Lazy<,>))]
3271 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Lazy<>))]
3272 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MemberAccessException))]
3273 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MissingMemberException))]
3274 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MTAThreadAttribute))]
3275 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MulticastDelegate))]
3276 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.NotImplementedException))]
3277 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.NotSupportedException))]
3278 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Nullable))]
3279 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Nullable<>))]
3280 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.NullReferenceException))]
3281 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Object))]
3282 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ObjectDisposedException))]
3283 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ObsoleteAttribute))]
3284 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.OutOfMemoryException))]
3285 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.OverflowException))]
3286 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ParamArrayAttribute))]
3287 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.PlatformNotSupportedException))]
3288 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Predicate<>))]
3289 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.RankException))]
3290 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyCompanyAttribute))]
3291 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyConfigurationAttribute))]
3292 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyCopyrightAttribute))]
3293 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyCultureAttribute))]
3294 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyDefaultAliasAttribute))]
3295 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyDelaySignAttribute))]
3296 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyDescriptionAttribute))]
3297 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyFileVersionAttribute))]
3298 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyFlagsAttribute))]
3299 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyInformationalVersionAttribute))]
3300 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyKeyFileAttribute))]
3301 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyKeyNameAttribute))]
3302 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyMetadataAttribute))]
3303 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyNameFlags))]
3304 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyProductAttribute))]
3305 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblySignatureKeyAttribute))]
3306 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyTitleAttribute))]
3307 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyTrademarkAttribute))]
3308 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyVersionAttribute))]
3309 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.DefaultMemberAttribute))]
3310 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AccessedThroughPropertyAttribute))]
3311 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncStateMachineAttribute))]
3312 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CallerFilePathAttribute))]
3313 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CallerLineNumberAttribute))]
3314 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CallerMemberNameAttribute))]
3315 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CompilationRelaxationsAttribute))]
3316 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CompilerGeneratedAttribute))]
3317 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.CustomConstantAttribute))]
3318 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.DateTimeConstantAttribute))]
3319 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.DecimalConstantAttribute))]
3320 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ExtensionAttribute))]
3321 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.FixedBufferAttribute))]
3322 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.IndexerNameAttribute))]
3323 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.InternalsVisibleToAttribute))]
3324 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.IStrongBox))]
3325 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.IsVolatile))]
3326 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.IteratorStateMachineAttribute))]
3327 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.MethodImplAttribute))]
3328 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.MethodImplOptions))]
3329 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ReferenceAssemblyAttribute))]
3330 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.RuntimeCompatibilityAttribute))]
3331 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.RuntimeHelpers))]
3332 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.StateMachineAttribute))]
3333 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.StrongBox<>))]
3334 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.TypeForwardedFromAttribute))]
3335 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.TypeForwardedToAttribute))]
3336 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.UnsafeValueTypeAttribute))]
3337 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.ExceptionServices.ExceptionDispatchInfo))]
3338 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.GCLatencyMode))]
3339 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.GCSettings))]
3340 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CharSet))]
3341 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComVisibleAttribute))]
3342 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.FieldOffsetAttribute))]
3343 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.LayoutKind))]
3344 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.OutAttribute))]
3345 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.StructLayoutAttribute))]
3346 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Versioning.TargetFrameworkAttribute))]
3347 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.RuntimeFieldHandle))]
3348 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.RuntimeMethodHandle))]
3349 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.RuntimeTypeHandle))]
3350 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.SByte))]
3351 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AllowPartiallyTrustedCallersAttribute))]
3352 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.SecurityCriticalAttribute))]
3353 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.SecurityException))]
3354 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.SecuritySafeCriticalAttribute))]
3355 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.SecurityTransparentAttribute))]
3356 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.VerificationException))]
3357 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Single))]
3358 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.STAThreadAttribute))]
3359 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.String))]
3360 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.StringComparison))]
3361 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.StringSplitOptions))]
3362 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.StringBuilder))]
3363 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.LazyThreadSafetyMode))]
3364 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Timeout))]
3365 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.WaitHandle))]
3366 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ThreadStaticAttribute))]
3367 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.TimeoutException))]
3368 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.TimeSpan))]
3369 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.TimeZoneInfo))]
3370 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple))]
3371 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple<,,,,,,,>))]
3372 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple<,,,,,,>))]
3373 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple<,,,,,>))]
3374 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple<,,,,>))]
3375 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple<,,,>))]
3376 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple<,,>))]
3377 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple<,>))]
3378 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Tuple<>))]
3379 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Type))]
3380 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.TypeAccessException))]
3381 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.TypeInitializationException))]
3382 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.TypeLoadException))]
3383 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UInt16))]
3384 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UInt32))]
3385 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UInt64))]
3386 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UIntPtr))]
3387 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UnauthorizedAccessException))]
3388 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Uri))]
3389 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriComponents))]
3390 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriFormat))]
3391 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriHostNameType))]
3392 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriKind))]
3393 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ValueType))]
3394 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Version))]
3395 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.WeakReference))]
3396 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.WeakReference<>))]
3397 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(void))]
3398 +
3399 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/AssemblyInfo.cs
3400 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/AssemblyInfo.cs      1970-01-01 01:00:00.000000000 +0100
3401 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/AssemblyInfo.cs 2013-11-14 20:18:32.000000000 +0100
3402 @@ -0,0 +1,41 @@
3403 +// 
3404 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3405 +// 
3406 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3407 +// of this software and associated documentation files (the "Software"), to deal
3408 +// in the Software without restriction, including without limitation the rights
3409 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3410 +// copies of the Software, and to permit persons to whom the Software is
3411 +// furnished to do so, subject to the following conditions:
3412 +// 
3413 +// The above copyright notice and this permission notice shall be included in
3414 +// all copies or substantial portions of the Software.
3415 +// 
3416 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3417 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3418 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3419 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3420 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3421 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3422 +// THE SOFTWARE.
3423 +// 
3424 +
3425 +using System;
3426 +using System.Reflection;
3427 +using System.Runtime.CompilerServices;
3428 +
3429 +[assembly: AssemblyTitle ("System.Runtime.Extensions.dll")]
3430 +[assembly: AssemblyDescription ("System.Runtime.Extensions.dll")]
3431 +[assembly: AssemblyDefaultAlias ("System.Runtime.Extensions.dll")]
3432 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
3433 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
3434 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
3435 +[assembly: AssemblyVersion ("4.0.0.0")]
3436 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
3437 +[assembly: AssemblyFileVersion ("4.0.0.0")]
3438 +[assembly: AssemblyDelaySign (true)]
3439 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
3440 +
3441 +[assembly: ReferenceAssembly]
3442 +
3443 +
3444 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/Makefile
3445 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/Makefile     1970-01-01 01:00:00.000000000 +0100
3446 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/Makefile        2013-11-14 20:18:32.000000000 +0100
3447 @@ -0,0 +1,22 @@
3448 +MCS_BUILD_DIR = ../../../build
3449 +
3450 +thisdir = class/Facades/System.Runtime.Extensions
3451 +SUBDIRS = 
3452 +include $(MCS_BUILD_DIR)/rules.make
3453 +
3454 +LIBRARY_SUBDIR = Facades
3455 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
3456 +
3457 +LIBRARY = System.Runtime.Extensions.dll
3458 +
3459 +KEY_FILE = ../../msfinal.pub
3460 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
3461 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
3462 +
3463 +PLATFORM_DEBUG_FLAGS =
3464 +
3465 +NO_TEST = yes
3466 +
3467 +include $(MCS_BUILD_DIR)/library.make
3468 +
3469 +
3470 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/System.Runtime.Extensions.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/System.Runtime.Extensions.dll.sources
3471 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/System.Runtime.Extensions.dll.sources        1970-01-01 01:00:00.000000000 +0100
3472 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/System.Runtime.Extensions.dll.sources   2013-11-14 20:18:32.000000000 +0100
3473 @@ -0,0 +1,3 @@
3474 +TypeForwarders.cs
3475 +AssemblyInfo.cs
3476 +
3477 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/TypeForwarders.cs
3478 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/TypeForwarders.cs    1970-01-01 01:00:00.000000000 +0100
3479 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Extensions/TypeForwarders.cs       2013-11-14 20:18:32.000000000 +0100
3480 @@ -0,0 +1,35 @@
3481 +// 
3482 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3483 +// 
3484 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3485 +// of this software and associated documentation files (the "Software"), to deal
3486 +// in the Software without restriction, including without limitation the rights
3487 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3488 +// copies of the Software, and to permit persons to whom the Software is
3489 +// furnished to do so, subject to the following conditions:
3490 +// 
3491 +// The above copyright notice and this permission notice shall be included in
3492 +// all copies or substantial portions of the Software.
3493 +// 
3494 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3495 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3496 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3497 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3498 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3499 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3500 +// THE SOFTWARE.
3501 +// 
3502 +
3503 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.BitConverter))]
3504 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Convert))]
3505 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Diagnostics.Stopwatch))]
3506 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Environment))]
3507 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Path))]
3508 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Math))]
3509 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MidpointRounding))]
3510 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.WebUtility))]
3511 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Progress<>))]
3512 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Random))]
3513 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.StringComparer))]
3514 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.UriBuilder))]
3515 +
3516 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/AssemblyInfo.cs
3517 --- mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/AssemblyInfo.cs 1970-01-01 01:00:00.000000000 +0100
3518 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/AssemblyInfo.cs    2013-11-14 20:18:32.000000000 +0100
3519 @@ -0,0 +1,41 @@
3520 +// 
3521 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3522 +// 
3523 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3524 +// of this software and associated documentation files (the "Software"), to deal
3525 +// in the Software without restriction, including without limitation the rights
3526 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3527 +// copies of the Software, and to permit persons to whom the Software is
3528 +// furnished to do so, subject to the following conditions:
3529 +// 
3530 +// The above copyright notice and this permission notice shall be included in
3531 +// all copies or substantial portions of the Software.
3532 +// 
3533 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3534 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3535 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3536 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3537 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3538 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3539 +// THE SOFTWARE.
3540 +// 
3541 +
3542 +using System;
3543 +using System.Reflection;
3544 +using System.Runtime.CompilerServices;
3545 +
3546 +[assembly: AssemblyTitle ("System.Runtime.InteropServices.dll")]
3547 +[assembly: AssemblyDescription ("System.Runtime.InteropServices.dll")]
3548 +[assembly: AssemblyDefaultAlias ("System.Runtime.InteropServices.dll")]
3549 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
3550 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
3551 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
3552 +[assembly: AssemblyVersion ("4.0.0.0")]
3553 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
3554 +[assembly: AssemblyFileVersion ("4.0.0.0")]
3555 +[assembly: AssemblyDelaySign (true)]
3556 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
3557 +
3558 +[assembly: ReferenceAssembly]
3559 +
3560 +
3561 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/Makefile
3562 --- mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/Makefile        1970-01-01 01:00:00.000000000 +0100
3563 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/Makefile   2013-11-14 20:18:32.000000000 +0100
3564 @@ -0,0 +1,22 @@
3565 +MCS_BUILD_DIR = ../../../build
3566 +
3567 +thisdir = class/Facades/System.Runtime.InteropServices
3568 +SUBDIRS = 
3569 +include $(MCS_BUILD_DIR)/rules.make
3570 +
3571 +LIBRARY_SUBDIR = Facades
3572 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
3573 +
3574 +LIBRARY = System.Runtime.InteropServices.dll
3575 +
3576 +KEY_FILE = ../../msfinal.pub
3577 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
3578 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System /r:System.Core
3579 +
3580 +PLATFORM_DEBUG_FLAGS =
3581 +
3582 +NO_TEST = yes
3583 +
3584 +include $(MCS_BUILD_DIR)/library.make
3585 +
3586 +
3587 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/System.Runtime.InteropServices.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/System.Runtime.InteropServices.dll.sources
3588 --- mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/System.Runtime.InteropServices.dll.sources      1970-01-01 01:00:00.000000000 +0100
3589 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/System.Runtime.InteropServices.dll.sources 2013-11-14 20:18:32.000000000 +0100
3590 @@ -0,0 +1,3 @@
3591 +TypeForwarders.cs
3592 +AssemblyInfo.cs
3593 +
3594 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/TypeForwarders.cs
3595 --- mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/TypeForwarders.cs       1970-01-01 01:00:00.000000000 +0100
3596 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.InteropServices/TypeForwarders.cs  2013-11-14 20:18:32.000000000 +0100
3597 @@ -0,0 +1,65 @@
3598 +// 
3599 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3600 +// 
3601 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3602 +// of this software and associated documentation files (the "Software"), to deal
3603 +// in the Software without restriction, including without limitation the rights
3604 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3605 +// copies of the Software, and to permit persons to whom the Software is
3606 +// furnished to do so, subject to the following conditions:
3607 +// 
3608 +// The above copyright notice and this permission notice shall be included in
3609 +// all copies or substantial portions of the Software.
3610 +// 
3611 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3612 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3613 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3614 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3615 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3616 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3617 +// THE SOFTWARE.
3618 +// 
3619 +
3620 +#if !MONOTOUCH
3621 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComImportAttribute))]
3622 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.DispatchWrapper))]
3623 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ErrorWrapper))]
3624 +#endif
3625 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.DataMisalignedException))]
3626 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.DllNotFoundException))]
3627 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Missing))]
3628 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ArrayWithOffset))]
3629 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.BestFitMappingAttribute))]
3630 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.BStrWrapper))]
3631 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CallingConvention))]
3632 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ClassInterfaceAttribute))]
3633 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ClassInterfaceType))]
3634 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CoClassAttribute))]
3635 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComDefaultInterfaceAttribute))]
3636 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComEventInterfaceAttribute))]
3637 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.COMException))]
3638 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComMemberType))]
3639 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ComSourceInterfacesAttribute))]
3640 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.CurrencyWrapper))]
3641 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.DefaultCharSetAttribute))]
3642 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.DispIdAttribute))]
3643 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.DllImportAttribute))]
3644 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GCHandle))]
3645 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GCHandleType))]
3646 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.GuidAttribute))]
3647 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.ICustomAdapter))]
3648 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.InAttribute))]
3649 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.InvalidComObjectException))]
3650 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.InvalidOleVariantTypeException))]
3651 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.MarshalDirectiveException))]
3652 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.OptionalAttribute))]
3653 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.PreserveSigAttribute))]
3654 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.SafeArrayRankMismatchException))]
3655 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.SafeArrayTypeMismatchException))]
3656 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.SEHException))]
3657 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.TypeIdentifierAttribute))]
3658 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.UnknownWrapper))]
3659 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute))]
3660 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.VarEnum))]
3661 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.VariantWrapper))]
3662 +
3663 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/AssemblyInfo.cs
3664 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/AssemblyInfo.cs        1970-01-01 01:00:00.000000000 +0100
3665 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/AssemblyInfo.cs   2013-11-14 20:18:32.000000000 +0100
3666 @@ -0,0 +1,41 @@
3667 +// 
3668 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3669 +// 
3670 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3671 +// of this software and associated documentation files (the "Software"), to deal
3672 +// in the Software without restriction, including without limitation the rights
3673 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3674 +// copies of the Software, and to permit persons to whom the Software is
3675 +// furnished to do so, subject to the following conditions:
3676 +// 
3677 +// The above copyright notice and this permission notice shall be included in
3678 +// all copies or substantial portions of the Software.
3679 +// 
3680 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3681 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3682 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3683 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3684 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3685 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3686 +// THE SOFTWARE.
3687 +// 
3688 +
3689 +using System;
3690 +using System.Reflection;
3691 +using System.Runtime.CompilerServices;
3692 +
3693 +[assembly: AssemblyTitle ("System.Runtime.Numerics.dll")]
3694 +[assembly: AssemblyDescription ("System.Runtime.Numerics.dll")]
3695 +[assembly: AssemblyDefaultAlias ("System.Runtime.Numerics.dll")]
3696 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
3697 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
3698 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
3699 +[assembly: AssemblyVersion ("4.0.0.0")]
3700 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
3701 +[assembly: AssemblyFileVersion ("4.0.0.0")]
3702 +[assembly: AssemblyDelaySign (true)]
3703 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
3704 +
3705 +[assembly: ReferenceAssembly]
3706 +
3707 +
3708 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/Makefile
3709 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/Makefile       1970-01-01 01:00:00.000000000 +0100
3710 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/Makefile  2013-11-14 20:18:32.000000000 +0100
3711 @@ -0,0 +1,22 @@
3712 +MCS_BUILD_DIR = ../../../build
3713 +
3714 +thisdir = class/Facades/System.Runtime.Numerics
3715 +SUBDIRS = 
3716 +include $(MCS_BUILD_DIR)/rules.make
3717 +
3718 +LIBRARY_SUBDIR = Facades
3719 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
3720 +
3721 +LIBRARY = System.Runtime.Numerics.dll
3722 +
3723 +KEY_FILE = ../../msfinal.pub
3724 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
3725 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Numerics
3726 +
3727 +PLATFORM_DEBUG_FLAGS =
3728 +
3729 +NO_TEST = yes
3730 +
3731 +include $(MCS_BUILD_DIR)/library.make
3732 +
3733 +
3734 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/System.Runtime.Numerics.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/System.Runtime.Numerics.dll.sources
3735 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/System.Runtime.Numerics.dll.sources    1970-01-01 01:00:00.000000000 +0100
3736 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/System.Runtime.Numerics.dll.sources       2013-11-14 20:18:32.000000000 +0100
3737 @@ -0,0 +1,3 @@
3738 +TypeForwarders.cs
3739 +AssemblyInfo.cs
3740 +
3741 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/TypeForwarders.cs
3742 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/TypeForwarders.cs      1970-01-01 01:00:00.000000000 +0100
3743 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Numerics/TypeForwarders.cs 2013-11-14 20:18:32.000000000 +0100
3744 @@ -0,0 +1,25 @@
3745 +// 
3746 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3747 +// 
3748 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3749 +// of this software and associated documentation files (the "Software"), to deal
3750 +// in the Software without restriction, including without limitation the rights
3751 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3752 +// copies of the Software, and to permit persons to whom the Software is
3753 +// furnished to do so, subject to the following conditions:
3754 +// 
3755 +// The above copyright notice and this permission notice shall be included in
3756 +// all copies or substantial portions of the Software.
3757 +// 
3758 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3759 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3760 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3761 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3762 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3763 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3764 +// THE SOFTWARE.
3765 +// 
3766 +
3767 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.BigInteger))]
3768 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Numerics.Complex))]
3769 +
3770 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/AssemblyInfo.cs
3771 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/AssemblyInfo.cs      1970-01-01 01:00:00.000000000 +0100
3772 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/AssemblyInfo.cs 2013-11-14 20:18:32.000000000 +0100
3773 @@ -0,0 +1,41 @@
3774 +// 
3775 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3776 +// 
3777 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3778 +// of this software and associated documentation files (the "Software"), to deal
3779 +// in the Software without restriction, including without limitation the rights
3780 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3781 +// copies of the Software, and to permit persons to whom the Software is
3782 +// furnished to do so, subject to the following conditions:
3783 +// 
3784 +// The above copyright notice and this permission notice shall be included in
3785 +// all copies or substantial portions of the Software.
3786 +// 
3787 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3788 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3789 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3790 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3791 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3792 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3793 +// THE SOFTWARE.
3794 +// 
3795 +
3796 +using System;
3797 +using System.Reflection;
3798 +using System.Runtime.CompilerServices;
3799 +
3800 +[assembly: AssemblyTitle ("System.Runtime.Serialization.Json.dll")]
3801 +[assembly: AssemblyDescription ("System.Runtime.Serialization.Json.dll")]
3802 +[assembly: AssemblyDefaultAlias ("System.Runtime.Serialization.Json.dll")]
3803 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
3804 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
3805 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
3806 +[assembly: AssemblyVersion ("4.0.0.0")]
3807 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
3808 +[assembly: AssemblyFileVersion ("4.0.0.0")]
3809 +[assembly: AssemblyDelaySign (true)]
3810 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
3811 +
3812 +[assembly: ReferenceAssembly]
3813 +
3814 +
3815 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/Makefile
3816 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/Makefile     1970-01-01 01:00:00.000000000 +0100
3817 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/Makefile        2013-11-14 20:18:32.000000000 +0100
3818 @@ -0,0 +1,22 @@
3819 +MCS_BUILD_DIR = ../../../build
3820 +
3821 +thisdir = class/Facades/System.Runtime.Serialization.Json
3822 +SUBDIRS = 
3823 +include $(MCS_BUILD_DIR)/rules.make
3824 +
3825 +LIBRARY_SUBDIR = Facades
3826 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
3827 +
3828 +LIBRARY = System.Runtime.Serialization.Json.dll
3829 +
3830 +KEY_FILE = ../../msfinal.pub
3831 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
3832 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Runtime.Serialization
3833 +
3834 +PLATFORM_DEBUG_FLAGS =
3835 +
3836 +NO_TEST = yes
3837 +
3838 +include $(MCS_BUILD_DIR)/library.make
3839 +
3840 +
3841 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/System.Runtime.Serialization.Json.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/System.Runtime.Serialization.Json.dll.sources
3842 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/System.Runtime.Serialization.Json.dll.sources        1970-01-01 01:00:00.000000000 +0100
3843 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/System.Runtime.Serialization.Json.dll.sources   2013-11-14 20:18:32.000000000 +0100
3844 @@ -0,0 +1,3 @@
3845 +TypeForwarders.cs
3846 +AssemblyInfo.cs
3847 +
3848 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/TypeForwarders.cs
3849 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/TypeForwarders.cs    1970-01-01 01:00:00.000000000 +0100
3850 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Json/TypeForwarders.cs       2013-11-14 20:18:32.000000000 +0100
3851 @@ -0,0 +1,27 @@
3852 +// 
3853 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3854 +// 
3855 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3856 +// of this software and associated documentation files (the "Software"), to deal
3857 +// in the Software without restriction, including without limitation the rights
3858 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3859 +// copies of the Software, and to permit persons to whom the Software is
3860 +// furnished to do so, subject to the following conditions:
3861 +// 
3862 +// The above copyright notice and this permission notice shall be included in
3863 +// all copies or substantial portions of the Software.
3864 +// 
3865 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3866 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3867 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3868 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3869 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3870 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3871 +// THE SOFTWARE.
3872 +// 
3873 +
3874 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.DateTimeFormat))]
3875 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.EmitTypeInformation))]
3876 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializer))]
3877 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializerSettings))]
3878 +
3879 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/AssemblyInfo.cs
3880 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/AssemblyInfo.cs        1970-01-01 01:00:00.000000000 +0100
3881 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/AssemblyInfo.cs   2013-11-14 20:18:32.000000000 +0100
3882 @@ -0,0 +1,41 @@
3883 +// 
3884 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3885 +// 
3886 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3887 +// of this software and associated documentation files (the "Software"), to deal
3888 +// in the Software without restriction, including without limitation the rights
3889 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3890 +// copies of the Software, and to permit persons to whom the Software is
3891 +// furnished to do so, subject to the following conditions:
3892 +// 
3893 +// The above copyright notice and this permission notice shall be included in
3894 +// all copies or substantial portions of the Software.
3895 +// 
3896 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3897 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3898 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3899 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3900 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3901 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3902 +// THE SOFTWARE.
3903 +// 
3904 +
3905 +using System;
3906 +using System.Reflection;
3907 +using System.Runtime.CompilerServices;
3908 +
3909 +[assembly: AssemblyTitle ("System.Runtime.Serialization.Primitives.dll")]
3910 +[assembly: AssemblyDescription ("System.Runtime.Serialization.Primitives.dll")]
3911 +[assembly: AssemblyDefaultAlias ("System.Runtime.Serialization.Primitives.dll")]
3912 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
3913 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
3914 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
3915 +[assembly: AssemblyVersion ("4.0.0.0")]
3916 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
3917 +[assembly: AssemblyFileVersion ("4.0.0.0")]
3918 +[assembly: AssemblyDelaySign (true)]
3919 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
3920 +
3921 +[assembly: ReferenceAssembly]
3922 +
3923 +
3924 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/Makefile
3925 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/Makefile       1970-01-01 01:00:00.000000000 +0100
3926 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/Makefile  2013-11-14 20:18:32.000000000 +0100
3927 @@ -0,0 +1,22 @@
3928 +MCS_BUILD_DIR = ../../../build
3929 +
3930 +thisdir = class/Facades/System.Runtime.Serialization.Primitives
3931 +SUBDIRS = 
3932 +include $(MCS_BUILD_DIR)/rules.make
3933 +
3934 +LIBRARY_SUBDIR = Facades
3935 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
3936 +
3937 +LIBRARY = System.Runtime.Serialization.Primitives.dll
3938 +
3939 +KEY_FILE = ../../msfinal.pub
3940 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
3941 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Runtime.Serialization
3942 +
3943 +PLATFORM_DEBUG_FLAGS =
3944 +
3945 +NO_TEST = yes
3946 +
3947 +include $(MCS_BUILD_DIR)/library.make
3948 +
3949 +
3950 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/System.Runtime.Serialization.Primitives.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/System.Runtime.Serialization.Primitives.dll.sources
3951 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/System.Runtime.Serialization.Primitives.dll.sources    1970-01-01 01:00:00.000000000 +0100
3952 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/System.Runtime.Serialization.Primitives.dll.sources       2013-11-14 20:18:32.000000000 +0100
3953 @@ -0,0 +1,3 @@
3954 +TypeForwarders.cs
3955 +AssemblyInfo.cs
3956 +
3957 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/TypeForwarders.cs
3958 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/TypeForwarders.cs      1970-01-01 01:00:00.000000000 +0100
3959 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Primitives/TypeForwarders.cs 2013-11-14 20:18:32.000000000 +0100
3960 @@ -0,0 +1,36 @@
3961 +// 
3962 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
3963 +// 
3964 +// Permission is hereby granted, free of charge, to any person obtaining a copy
3965 +// of this software and associated documentation files (the "Software"), to deal
3966 +// in the Software without restriction, including without limitation the rights
3967 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3968 +// copies of the Software, and to permit persons to whom the Software is
3969 +// furnished to do so, subject to the following conditions:
3970 +// 
3971 +// The above copyright notice and this permission notice shall be included in
3972 +// all copies or substantial portions of the Software.
3973 +// 
3974 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3975 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3976 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3977 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3978 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3979 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3980 +// THE SOFTWARE.
3981 +// 
3982 +
3983 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.CollectionDataContractAttribute))]
3984 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.ContractNamespaceAttribute))]
3985 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.DataContractAttribute))]
3986 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.DataMemberAttribute))]
3987 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.EnumMemberAttribute))]
3988 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))]
3989 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.KnownTypeAttribute))]
3990 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.OnDeserializedAttribute))]
3991 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.OnDeserializingAttribute))]
3992 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.OnSerializedAttribute))]
3993 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.OnSerializingAttribute))]
3994 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.SerializationException))]
3995 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.StreamingContext))]
3996 +
3997 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/AssemblyInfo.cs
3998 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/AssemblyInfo.cs       1970-01-01 01:00:00.000000000 +0100
3999 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/AssemblyInfo.cs  2013-11-14 20:18:32.000000000 +0100
4000 @@ -0,0 +1,41 @@
4001 +// 
4002 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4003 +// 
4004 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4005 +// of this software and associated documentation files (the "Software"), to deal
4006 +// in the Software without restriction, including without limitation the rights
4007 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4008 +// copies of the Software, and to permit persons to whom the Software is
4009 +// furnished to do so, subject to the following conditions:
4010 +// 
4011 +// The above copyright notice and this permission notice shall be included in
4012 +// all copies or substantial portions of the Software.
4013 +// 
4014 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4015 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4016 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4017 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4018 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4019 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4020 +// THE SOFTWARE.
4021 +// 
4022 +
4023 +using System;
4024 +using System.Reflection;
4025 +using System.Runtime.CompilerServices;
4026 +
4027 +[assembly: AssemblyTitle ("System.Runtime.Serialization.Xml.dll")]
4028 +[assembly: AssemblyDescription ("System.Runtime.Serialization.Xml.dll")]
4029 +[assembly: AssemblyDefaultAlias ("System.Runtime.Serialization.Xml.dll")]
4030 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
4031 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
4032 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
4033 +[assembly: AssemblyVersion ("4.0.0.0")]
4034 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
4035 +[assembly: AssemblyFileVersion ("4.0.0.0")]
4036 +[assembly: AssemblyDelaySign (true)]
4037 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
4038 +
4039 +[assembly: ReferenceAssembly]
4040 +
4041 +
4042 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/Makefile
4043 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/Makefile      1970-01-01 01:00:00.000000000 +0100
4044 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/Makefile 2013-11-14 20:18:32.000000000 +0100
4045 @@ -0,0 +1,22 @@
4046 +MCS_BUILD_DIR = ../../../build
4047 +
4048 +thisdir = class/Facades/System.Runtime.Serialization.Xml
4049 +SUBDIRS = 
4050 +include $(MCS_BUILD_DIR)/rules.make
4051 +
4052 +LIBRARY_SUBDIR = Facades
4053 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
4054 +
4055 +LIBRARY = System.Runtime.Serialization.Xml.dll
4056 +
4057 +KEY_FILE = ../../msfinal.pub
4058 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
4059 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Runtime.Serialization /r:System.Xml
4060 +
4061 +PLATFORM_DEBUG_FLAGS =
4062 +
4063 +NO_TEST = yes
4064 +
4065 +include $(MCS_BUILD_DIR)/library.make
4066 +
4067 +
4068 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/System.Runtime.Serialization.Xml.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/System.Runtime.Serialization.Xml.dll.sources
4069 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/System.Runtime.Serialization.Xml.dll.sources  1970-01-01 01:00:00.000000000 +0100
4070 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/System.Runtime.Serialization.Xml.dll.sources     2013-11-14 20:18:32.000000000 +0100
4071 @@ -0,0 +1,3 @@
4072 +TypeForwarders.cs
4073 +AssemblyInfo.cs
4074 +
4075 diff -Nur mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/TypeForwarders.cs
4076 --- mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/TypeForwarders.cs     1970-01-01 01:00:00.000000000 +0100
4077 +++ mono-mono-3.2.5/mcs/class/Facades/System.Runtime.Serialization.Xml/TypeForwarders.cs        2013-11-14 20:18:32.000000000 +0100
4078 @@ -0,0 +1,37 @@
4079 +// 
4080 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4081 +// 
4082 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4083 +// of this software and associated documentation files (the "Software"), to deal
4084 +// in the Software without restriction, including without limitation the rights
4085 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4086 +// copies of the Software, and to permit persons to whom the Software is
4087 +// furnished to do so, subject to the following conditions:
4088 +// 
4089 +// The above copyright notice and this permission notice shall be included in
4090 +// all copies or substantial portions of the Software.
4091 +// 
4092 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4093 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4094 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4095 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4096 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4097 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4098 +// THE SOFTWARE.
4099 +// 
4100 +
4101 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.DataContractResolver))]
4102 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.DataContractSerializer))]
4103 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.DataContractSerializerSettings))]
4104 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.InvalidDataContractException))]
4105 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.Serialization.XmlObjectSerializer))]
4106 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.IXmlDictionary))]
4107 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.UniqueId))]
4108 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlBinaryReaderSession))]
4109 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlBinaryWriterSession))]
4110 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlDictionary))]
4111 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlDictionaryReader))]
4112 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlDictionaryReaderQuotas))]
4113 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlDictionaryString))]
4114 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlDictionaryWriter))]
4115 +
4116 diff -Nur mono-3.2.5/mcs/class/Facades/System.Security.Principal/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Security.Principal/AssemblyInfo.cs
4117 --- mono-3.2.5/mcs/class/Facades/System.Security.Principal/AssemblyInfo.cs      1970-01-01 01:00:00.000000000 +0100
4118 +++ mono-mono-3.2.5/mcs/class/Facades/System.Security.Principal/AssemblyInfo.cs 2013-11-14 20:18:32.000000000 +0100
4119 @@ -0,0 +1,41 @@
4120 +// 
4121 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4122 +// 
4123 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4124 +// of this software and associated documentation files (the "Software"), to deal
4125 +// in the Software without restriction, including without limitation the rights
4126 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4127 +// copies of the Software, and to permit persons to whom the Software is
4128 +// furnished to do so, subject to the following conditions:
4129 +// 
4130 +// The above copyright notice and this permission notice shall be included in
4131 +// all copies or substantial portions of the Software.
4132 +// 
4133 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4134 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4135 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4136 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4137 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4138 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4139 +// THE SOFTWARE.
4140 +// 
4141 +
4142 +using System;
4143 +using System.Reflection;
4144 +using System.Runtime.CompilerServices;
4145 +
4146 +[assembly: AssemblyTitle ("System.Security.Principal.dll")]
4147 +[assembly: AssemblyDescription ("System.Security.Principal.dll")]
4148 +[assembly: AssemblyDefaultAlias ("System.Security.Principal.dll")]
4149 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
4150 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
4151 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
4152 +[assembly: AssemblyVersion ("4.0.0.0")]
4153 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
4154 +[assembly: AssemblyFileVersion ("4.0.0.0")]
4155 +[assembly: AssemblyDelaySign (true)]
4156 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
4157 +
4158 +[assembly: ReferenceAssembly]
4159 +
4160 +
4161 diff -Nur mono-3.2.5/mcs/class/Facades/System.Security.Principal/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Security.Principal/Makefile
4162 --- mono-3.2.5/mcs/class/Facades/System.Security.Principal/Makefile     1970-01-01 01:00:00.000000000 +0100
4163 +++ mono-mono-3.2.5/mcs/class/Facades/System.Security.Principal/Makefile        2013-11-14 20:18:32.000000000 +0100
4164 @@ -0,0 +1,22 @@
4165 +MCS_BUILD_DIR = ../../../build
4166 +
4167 +thisdir = class/Facades/System.Security.Principal
4168 +SUBDIRS = 
4169 +include $(MCS_BUILD_DIR)/rules.make
4170 +
4171 +LIBRARY_SUBDIR = Facades
4172 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
4173 +
4174 +LIBRARY = System.Security.Principal.dll
4175 +
4176 +KEY_FILE = ../../msfinal.pub
4177 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
4178 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
4179 +
4180 +PLATFORM_DEBUG_FLAGS =
4181 +
4182 +NO_TEST = yes
4183 +
4184 +include $(MCS_BUILD_DIR)/library.make
4185 +
4186 +
4187 diff -Nur mono-3.2.5/mcs/class/Facades/System.Security.Principal/System.Security.Principal.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Security.Principal/System.Security.Principal.dll.sources
4188 --- mono-3.2.5/mcs/class/Facades/System.Security.Principal/System.Security.Principal.dll.sources        1970-01-01 01:00:00.000000000 +0100
4189 +++ mono-mono-3.2.5/mcs/class/Facades/System.Security.Principal/System.Security.Principal.dll.sources   2013-11-14 20:18:32.000000000 +0100
4190 @@ -0,0 +1,3 @@
4191 +TypeForwarders.cs
4192 +AssemblyInfo.cs
4193 +
4194 diff -Nur mono-3.2.5/mcs/class/Facades/System.Security.Principal/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Security.Principal/TypeForwarders.cs
4195 --- mono-3.2.5/mcs/class/Facades/System.Security.Principal/TypeForwarders.cs    1970-01-01 01:00:00.000000000 +0100
4196 +++ mono-mono-3.2.5/mcs/class/Facades/System.Security.Principal/TypeForwarders.cs       2013-11-14 20:18:32.000000000 +0100
4197 @@ -0,0 +1,26 @@
4198 +// 
4199 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4200 +// 
4201 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4202 +// of this software and associated documentation files (the "Software"), to deal
4203 +// in the Software without restriction, including without limitation the rights
4204 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4205 +// copies of the Software, and to permit persons to whom the Software is
4206 +// furnished to do so, subject to the following conditions:
4207 +// 
4208 +// The above copyright notice and this permission notice shall be included in
4209 +// all copies or substantial portions of the Software.
4210 +// 
4211 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4212 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4213 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4214 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4215 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4216 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4217 +// THE SOFTWARE.
4218 +// 
4219 +
4220 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Principal.IIdentity))]
4221 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Principal.IPrincipal))]
4222 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Principal.TokenImpersonationLevel))]
4223 +
4224 diff -Nur mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/AssemblyInfo.cs
4225 --- mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/AssemblyInfo.cs       1970-01-01 01:00:00.000000000 +0100
4226 +++ mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/AssemblyInfo.cs  2013-11-14 20:18:32.000000000 +0100
4227 @@ -0,0 +1,41 @@
4228 +// 
4229 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4230 +// 
4231 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4232 +// of this software and associated documentation files (the "Software"), to deal
4233 +// in the Software without restriction, including without limitation the rights
4234 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4235 +// copies of the Software, and to permit persons to whom the Software is
4236 +// furnished to do so, subject to the following conditions:
4237 +// 
4238 +// The above copyright notice and this permission notice shall be included in
4239 +// all copies or substantial portions of the Software.
4240 +// 
4241 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4242 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4243 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4244 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4245 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4246 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4247 +// THE SOFTWARE.
4248 +// 
4249 +
4250 +using System;
4251 +using System.Reflection;
4252 +using System.Runtime.CompilerServices;
4253 +
4254 +[assembly: AssemblyTitle ("System.ServiceModel.Http.dll")]
4255 +[assembly: AssemblyDescription ("System.ServiceModel.Http.dll")]
4256 +[assembly: AssemblyDefaultAlias ("System.ServiceModel.Http.dll")]
4257 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
4258 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
4259 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
4260 +[assembly: AssemblyVersion ("4.0.0.0")]
4261 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
4262 +[assembly: AssemblyFileVersion ("4.0.0.0")]
4263 +[assembly: AssemblyDelaySign (true)]
4264 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
4265 +
4266 +[assembly: ReferenceAssembly]
4267 +
4268 +
4269 diff -Nur mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/Makefile mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/Makefile
4270 --- mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/Makefile      1970-01-01 01:00:00.000000000 +0100
4271 +++ mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/Makefile 2013-11-14 20:18:32.000000000 +0100
4272 @@ -0,0 +1,22 @@
4273 +MCS_BUILD_DIR = ../../../build
4274 +
4275 +thisdir = class/Facades/System.ServiceModel.Http
4276 +SUBDIRS = 
4277 +include $(MCS_BUILD_DIR)/rules.make
4278 +
4279 +LIBRARY_SUBDIR = Facades
4280 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
4281 +
4282 +LIBRARY = System.ServiceModel.Http.dll
4283 +
4284 +KEY_FILE = ../../msfinal.pub
4285 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
4286 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.ServiceModel
4287 +
4288 +PLATFORM_DEBUG_FLAGS =
4289 +
4290 +NO_TEST = yes
4291 +
4292 +include $(MCS_BUILD_DIR)/library.make
4293 +
4294 +
4295 diff -Nur mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/System.ServiceModel.Http.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/System.ServiceModel.Http.dll.sources
4296 --- mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/System.ServiceModel.Http.dll.sources  1970-01-01 01:00:00.000000000 +0100
4297 +++ mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/System.ServiceModel.Http.dll.sources     2013-11-14 20:18:32.000000000 +0100
4298 @@ -0,0 +1,3 @@
4299 +TypeForwarders.cs
4300 +AssemblyInfo.cs
4301 +
4302 diff -Nur mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/TypeForwarders.cs
4303 --- mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/TypeForwarders.cs     1970-01-01 01:00:00.000000000 +0100
4304 +++ mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Http/TypeForwarders.cs        2013-11-14 20:18:32.000000000 +0100
4305 @@ -0,0 +1,39 @@
4306 +// 
4307 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4308 +// 
4309 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4310 +// of this software and associated documentation files (the "Software"), to deal
4311 +// in the Software without restriction, including without limitation the rights
4312 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4313 +// copies of the Software, and to permit persons to whom the Software is
4314 +// furnished to do so, subject to the following conditions:
4315 +// 
4316 +// The above copyright notice and this permission notice shall be included in
4317 +// all copies or substantial portions of the Software.
4318 +// 
4319 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4320 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4321 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4322 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4323 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4324 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4325 +// THE SOFTWARE.
4326 +// 
4327 +
4328 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpBinding))]
4329 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpMessageCredentialType))]
4330 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpSecurity))]
4331 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.BasicHttpSecurityMode))]
4332 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpRequestMessageProperty))]
4333 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpResponseMessageProperty))]
4334 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpsTransportBindingElement))]
4335 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.HttpTransportBindingElement))]
4336 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IHttpCookieContainerManager))]
4337 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.WebSocketTransportSettings))]
4338 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.WebSocketTransportUsage))]
4339 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpBindingBase))]
4340 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpClientCredentialType))]
4341 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpTransportSecurity))]
4342 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpBinding))]
4343 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpMessageEncoding))]
4344 +
4345 diff -Nur mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/AssemblyInfo.cs
4346 --- mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/AssemblyInfo.cs 1970-01-01 01:00:00.000000000 +0100
4347 +++ mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/AssemblyInfo.cs    2013-11-14 20:18:32.000000000 +0100
4348 @@ -0,0 +1,41 @@
4349 +// 
4350 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4351 +// 
4352 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4353 +// of this software and associated documentation files (the "Software"), to deal
4354 +// in the Software without restriction, including without limitation the rights
4355 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4356 +// copies of the Software, and to permit persons to whom the Software is
4357 +// furnished to do so, subject to the following conditions:
4358 +// 
4359 +// The above copyright notice and this permission notice shall be included in
4360 +// all copies or substantial portions of the Software.
4361 +// 
4362 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4363 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4364 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4365 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4366 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4367 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4368 +// THE SOFTWARE.
4369 +// 
4370 +
4371 +using System;
4372 +using System.Reflection;
4373 +using System.Runtime.CompilerServices;
4374 +
4375 +[assembly: AssemblyTitle ("System.ServiceModel.Primitives.dll")]
4376 +[assembly: AssemblyDescription ("System.ServiceModel.Primitives.dll")]
4377 +[assembly: AssemblyDefaultAlias ("System.ServiceModel.Primitives.dll")]
4378 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
4379 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
4380 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
4381 +[assembly: AssemblyVersion ("4.0.0.0")]
4382 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
4383 +[assembly: AssemblyFileVersion ("4.0.0.0")]
4384 +[assembly: AssemblyDelaySign (true)]
4385 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
4386 +
4387 +[assembly: ReferenceAssembly]
4388 +
4389 +
4390 diff -Nur mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/Makefile mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/Makefile
4391 --- mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/Makefile        1970-01-01 01:00:00.000000000 +0100
4392 +++ mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/Makefile   2013-11-14 20:18:32.000000000 +0100
4393 @@ -0,0 +1,22 @@
4394 +MCS_BUILD_DIR = ../../../build
4395 +
4396 +thisdir = class/Facades/System.ServiceModel.Primitives
4397 +SUBDIRS = 
4398 +include $(MCS_BUILD_DIR)/rules.make
4399 +
4400 +LIBRARY_SUBDIR = Facades
4401 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
4402 +
4403 +LIBRARY = System.ServiceModel.Primitives.dll
4404 +
4405 +KEY_FILE = ../../msfinal.pub
4406 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
4407 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.ServiceModel /r:System.Xml
4408 +
4409 +PLATFORM_DEBUG_FLAGS =
4410 +
4411 +NO_TEST = yes
4412 +
4413 +include $(MCS_BUILD_DIR)/library.make
4414 +
4415 +
4416 diff -Nur mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/System.ServiceModel.Primitives.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/System.ServiceModel.Primitives.dll.sources
4417 --- mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/System.ServiceModel.Primitives.dll.sources      1970-01-01 01:00:00.000000000 +0100
4418 +++ mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/System.ServiceModel.Primitives.dll.sources 2013-11-14 20:18:32.000000000 +0100
4419 @@ -0,0 +1,3 @@
4420 +TypeForwarders.cs
4421 +AssemblyInfo.cs
4422 +
4423 diff -Nur mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/TypeForwarders.cs
4424 --- mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/TypeForwarders.cs       1970-01-01 01:00:00.000000000 +0100
4425 +++ mono-mono-3.2.5/mcs/class/Facades/System.ServiceModel.Primitives/TypeForwarders.cs  2013-11-14 20:18:32.000000000 +0100
4426 @@ -0,0 +1,162 @@
4427 +// 
4428 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4429 +// 
4430 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4431 +// of this software and associated documentation files (the "Software"), to deal
4432 +// in the Software without restriction, including without limitation the rights
4433 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4434 +// copies of the Software, and to permit persons to whom the Software is
4435 +// furnished to do so, subject to the following conditions:
4436 +// 
4437 +// The above copyright notice and this permission notice shall be included in
4438 +// all copies or substantial portions of the Software.
4439 +// 
4440 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4441 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4442 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4443 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4444 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4445 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4446 +// THE SOFTWARE.
4447 +// 
4448 +
4449 +#if !MONOTOUCH
4450 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.CompressionFormat))]
4451 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.ClientOperation))]
4452 +#endif
4453 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ActionNotSupportedException))]
4454 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory))]
4455 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory<>))]
4456 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.AddressHeader))]
4457 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.AddressHeaderCollection))]
4458 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.AddressingVersion))]
4459 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.BinaryMessageEncodingBindingElement))]
4460 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.Binding))]
4461 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.BindingContext))]
4462 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.BindingElement))]
4463 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.BindingElementCollection))]
4464 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.BindingParameterCollection))]
4465 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.BodyWriter))]
4466 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.BufferManager))]
4467 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.ChannelBase))]
4468 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.ChannelFactoryBase))]
4469 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.ChannelFactoryBase<>))]
4470 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.ChannelManagerBase))]
4471 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.ChannelParameterCollection))]
4472 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.CommunicationObject))]
4473 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.CustomBinding))]
4474 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.FaultConverter))]
4475 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IChannel))]
4476 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IChannelFactory))]
4477 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IChannelFactory<>))]
4478 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IDuplexChannel))]
4479 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IDuplexSession))]
4480 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IDuplexSessionChannel))]
4481 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IInputChannel))]
4482 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IInputSession))]
4483 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IInputSessionChannel))]
4484 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IMessageProperty))]
4485 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IOutputChannel))]
4486 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IOutputSession))]
4487 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IOutputSessionChannel))]
4488 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IRequestChannel))]
4489 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.IRequestSessionChannel))]
4490 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.ISession))]
4491 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.ISessionChannel<>))]
4492 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.Message))]
4493 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageBuffer))]
4494 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageEncoder))]
4495 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageEncoderFactory))]
4496 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageEncodingBindingElement))]
4497 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageFault))]
4498 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageHeader))]
4499 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageHeaderInfo))]
4500 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageHeaders))]
4501 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageProperties))]
4502 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageState))]
4503 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.MessageVersion))]
4504 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.RequestContext))]
4505 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.TextMessageEncodingBindingElement))]
4506 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.TransportBindingElement))]
4507 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ClientBase<>))]
4508 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.CommunicationException))]
4509 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.CommunicationObjectAbortedException))]
4510 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.CommunicationObjectFaultedException))]
4511 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.CommunicationState))]
4512 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.DataContractFormatAttribute))]
4513 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.ClientCredentials))]
4514 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.ContractDescription))]
4515 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.DataContractSerializerOperationBehavior))]
4516 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.FaultDescription))]
4517 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.FaultDescriptionCollection))]
4518 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.IContractBehavior))]
4519 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.IEndpointBehavior))]
4520 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.IOperationBehavior))]
4521 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessageBodyDescription))]
4522 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessageDescription))]
4523 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessageDescriptionCollection))]
4524 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessageDirection))]
4525 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessageHeaderDescription))]
4526 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessageHeaderDescriptionCollection))]
4527 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessagePartDescription))]
4528 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessagePartDescriptionCollection))]
4529 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessagePropertyDescription))]
4530 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.MessagePropertyDescriptionCollection))]
4531 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.OperationDescription))]
4532 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.OperationDescriptionCollection))]
4533 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.ServiceEndpoint))]
4534 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.ClientRuntime))]
4535 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.DispatchOperation))]
4536 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.DispatchRuntime))]
4537 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.EndpointDispatcher))]
4538 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IClientMessageFormatter))]
4539 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IClientMessageInspector))]
4540 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IClientOperationSelector))]
4541 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IParameterInspector))]
4542 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EndpointAddress))]
4543 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EndpointAddressBuilder))]
4544 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EndpointIdentity))]
4545 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EndpointNotFoundException))]
4546 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EnvelopeVersion))]
4547 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ExceptionDetail))]
4548 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultCode))]
4549 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultContractAttribute))]
4550 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultException))]
4551 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultException<>))]
4552 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultReason))]
4553 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultReasonText))]
4554 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.IClientChannel))]
4555 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ICommunicationObject))]
4556 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.IContextChannel))]
4557 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.IDefaultCommunicationTimeouts))]
4558 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.IExtensibleObject<>))]
4559 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.IExtension<>))]
4560 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.IExtensionCollection<>))]
4561 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.InvalidMessageContractException))]
4562 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageBodyMemberAttribute))]
4563 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageContractAttribute))]
4564 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageContractMemberAttribute))]
4565 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageCredentialType))]
4566 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeader<>))]
4567 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderException))]
4568 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageParameterAttribute))]
4569 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContext))]
4570 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContextScope))]
4571 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContractAttribute))]
4572 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationFormatStyle))]
4573 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ProtocolException))]
4574 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.QuotaExceededException))]
4575 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.HttpDigestClientCredential))]
4576 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.MessageSecurityException))]
4577 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityAccessDeniedException))]
4578 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.UserNamePasswordClientCredential))]
4579 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.WindowsClientCredential))]
4580 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.SecurityMode))]
4581 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServerTooBusyException))]
4582 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceActivationException))]
4583 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceContractAttribute))]
4584 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceKnownTypeAttribute))]
4585 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.TransferMode))]
4586 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.UnknownMessageReceivedEventArgs))]
4587 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.XmlSerializerFormatAttribute))]
4588 +
4589 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.Encoding/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding/AssemblyInfo.cs
4590 --- mono-3.2.5/mcs/class/Facades/System.Text.Encoding/AssemblyInfo.cs   1970-01-01 01:00:00.000000000 +0100
4591 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding/AssemblyInfo.cs      2013-11-14 20:18:32.000000000 +0100
4592 @@ -0,0 +1,41 @@
4593 +// 
4594 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4595 +// 
4596 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4597 +// of this software and associated documentation files (the "Software"), to deal
4598 +// in the Software without restriction, including without limitation the rights
4599 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4600 +// copies of the Software, and to permit persons to whom the Software is
4601 +// furnished to do so, subject to the following conditions:
4602 +// 
4603 +// The above copyright notice and this permission notice shall be included in
4604 +// all copies or substantial portions of the Software.
4605 +// 
4606 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4607 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4608 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4609 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4610 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4611 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4612 +// THE SOFTWARE.
4613 +// 
4614 +
4615 +using System;
4616 +using System.Reflection;
4617 +using System.Runtime.CompilerServices;
4618 +
4619 +[assembly: AssemblyTitle ("System.Text.Encoding.dll")]
4620 +[assembly: AssemblyDescription ("System.Text.Encoding.dll")]
4621 +[assembly: AssemblyDefaultAlias ("System.Text.Encoding.dll")]
4622 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
4623 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
4624 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
4625 +[assembly: AssemblyVersion ("4.0.0.0")]
4626 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
4627 +[assembly: AssemblyFileVersion ("4.0.0.0")]
4628 +[assembly: AssemblyDelaySign (true)]
4629 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
4630 +
4631 +[assembly: ReferenceAssembly]
4632 +
4633 +
4634 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.Encoding/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding/Makefile
4635 --- mono-3.2.5/mcs/class/Facades/System.Text.Encoding/Makefile  1970-01-01 01:00:00.000000000 +0100
4636 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding/Makefile     2013-11-14 20:18:32.000000000 +0100
4637 @@ -0,0 +1,22 @@
4638 +MCS_BUILD_DIR = ../../../build
4639 +
4640 +thisdir = class/Facades/System.Text.Encoding
4641 +SUBDIRS = 
4642 +include $(MCS_BUILD_DIR)/rules.make
4643 +
4644 +LIBRARY_SUBDIR = Facades
4645 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
4646 +
4647 +LIBRARY = System.Text.Encoding.dll
4648 +
4649 +KEY_FILE = ../../msfinal.pub
4650 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
4651 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
4652 +
4653 +PLATFORM_DEBUG_FLAGS =
4654 +
4655 +NO_TEST = yes
4656 +
4657 +include $(MCS_BUILD_DIR)/library.make
4658 +
4659 +
4660 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.Encoding/System.Text.Encoding.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding/System.Text.Encoding.dll.sources
4661 --- mono-3.2.5/mcs/class/Facades/System.Text.Encoding/System.Text.Encoding.dll.sources  1970-01-01 01:00:00.000000000 +0100
4662 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding/System.Text.Encoding.dll.sources     2013-11-14 20:18:32.000000000 +0100
4663 @@ -0,0 +1,3 @@
4664 +TypeForwarders.cs
4665 +AssemblyInfo.cs
4666 +
4667 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.Encoding/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding/TypeForwarders.cs
4668 --- mono-3.2.5/mcs/class/Facades/System.Text.Encoding/TypeForwarders.cs 1970-01-01 01:00:00.000000000 +0100
4669 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding/TypeForwarders.cs    2013-11-14 20:18:32.000000000 +0100
4670 @@ -0,0 +1,28 @@
4671 +// 
4672 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4673 +// 
4674 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4675 +// of this software and associated documentation files (the "Software"), to deal
4676 +// in the Software without restriction, including without limitation the rights
4677 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4678 +// copies of the Software, and to permit persons to whom the Software is
4679 +// furnished to do so, subject to the following conditions:
4680 +// 
4681 +// The above copyright notice and this permission notice shall be included in
4682 +// all copies or substantial portions of the Software.
4683 +// 
4684 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4685 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4686 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4687 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4688 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4689 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4690 +// THE SOFTWARE.
4691 +// 
4692 +
4693 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.Decoder))]
4694 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.DecoderFallbackException))]
4695 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.Encoder))]
4696 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.EncoderFallbackException))]
4697 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.Encoding))]
4698 +
4699 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/AssemblyInfo.cs
4700 --- mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/AssemblyInfo.cs        1970-01-01 01:00:00.000000000 +0100
4701 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/AssemblyInfo.cs   2013-11-14 20:18:32.000000000 +0100
4702 @@ -0,0 +1,41 @@
4703 +// 
4704 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4705 +// 
4706 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4707 +// of this software and associated documentation files (the "Software"), to deal
4708 +// in the Software without restriction, including without limitation the rights
4709 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4710 +// copies of the Software, and to permit persons to whom the Software is
4711 +// furnished to do so, subject to the following conditions:
4712 +// 
4713 +// The above copyright notice and this permission notice shall be included in
4714 +// all copies or substantial portions of the Software.
4715 +// 
4716 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4717 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4718 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4719 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4720 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4721 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4722 +// THE SOFTWARE.
4723 +// 
4724 +
4725 +using System;
4726 +using System.Reflection;
4727 +using System.Runtime.CompilerServices;
4728 +
4729 +[assembly: AssemblyTitle ("System.Text.Encoding.Extensions.dll")]
4730 +[assembly: AssemblyDescription ("System.Text.Encoding.Extensions.dll")]
4731 +[assembly: AssemblyDefaultAlias ("System.Text.Encoding.Extensions.dll")]
4732 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
4733 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
4734 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
4735 +[assembly: AssemblyVersion ("4.0.0.0")]
4736 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
4737 +[assembly: AssemblyFileVersion ("4.0.0.0")]
4738 +[assembly: AssemblyDelaySign (true)]
4739 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
4740 +
4741 +[assembly: ReferenceAssembly]
4742 +
4743 +
4744 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/Makefile
4745 --- mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/Makefile       1970-01-01 01:00:00.000000000 +0100
4746 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/Makefile  2013-11-14 20:18:32.000000000 +0100
4747 @@ -0,0 +1,22 @@
4748 +MCS_BUILD_DIR = ../../../build
4749 +
4750 +thisdir = class/Facades/System.Text.Encoding.Extensions
4751 +SUBDIRS = 
4752 +include $(MCS_BUILD_DIR)/rules.make
4753 +
4754 +LIBRARY_SUBDIR = Facades
4755 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
4756 +
4757 +LIBRARY = System.Text.Encoding.Extensions.dll
4758 +
4759 +KEY_FILE = ../../msfinal.pub
4760 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
4761 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
4762 +
4763 +PLATFORM_DEBUG_FLAGS =
4764 +
4765 +NO_TEST = yes
4766 +
4767 +include $(MCS_BUILD_DIR)/library.make
4768 +
4769 +
4770 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/System.Text.Encoding.Extensions.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/System.Text.Encoding.Extensions.dll.sources
4771 --- mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/System.Text.Encoding.Extensions.dll.sources    1970-01-01 01:00:00.000000000 +0100
4772 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/System.Text.Encoding.Extensions.dll.sources       2013-11-14 20:18:32.000000000 +0100
4773 @@ -0,0 +1,3 @@
4774 +TypeForwarders.cs
4775 +AssemblyInfo.cs
4776 +
4777 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/TypeForwarders.cs
4778 --- mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/TypeForwarders.cs      1970-01-01 01:00:00.000000000 +0100
4779 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.Encoding.Extensions/TypeForwarders.cs 2013-11-14 20:18:32.000000000 +0100
4780 @@ -0,0 +1,25 @@
4781 +// 
4782 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4783 +// 
4784 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4785 +// of this software and associated documentation files (the "Software"), to deal
4786 +// in the Software without restriction, including without limitation the rights
4787 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4788 +// copies of the Software, and to permit persons to whom the Software is
4789 +// furnished to do so, subject to the following conditions:
4790 +// 
4791 +// The above copyright notice and this permission notice shall be included in
4792 +// all copies or substantial portions of the Software.
4793 +// 
4794 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4795 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4796 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4797 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4798 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4799 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4800 +// THE SOFTWARE.
4801 +// 
4802 +
4803 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UnicodeEncoding))]
4804 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF8Encoding))]
4805 +
4806 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/AssemblyInfo.cs
4807 --- mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/AssemblyInfo.cs 1970-01-01 01:00:00.000000000 +0100
4808 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/AssemblyInfo.cs    2013-11-14 20:18:32.000000000 +0100
4809 @@ -0,0 +1,41 @@
4810 +// 
4811 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4812 +// 
4813 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4814 +// of this software and associated documentation files (the "Software"), to deal
4815 +// in the Software without restriction, including without limitation the rights
4816 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4817 +// copies of the Software, and to permit persons to whom the Software is
4818 +// furnished to do so, subject to the following conditions:
4819 +// 
4820 +// The above copyright notice and this permission notice shall be included in
4821 +// all copies or substantial portions of the Software.
4822 +// 
4823 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4824 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4825 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4826 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4827 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4828 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4829 +// THE SOFTWARE.
4830 +// 
4831 +
4832 +using System;
4833 +using System.Reflection;
4834 +using System.Runtime.CompilerServices;
4835 +
4836 +[assembly: AssemblyTitle ("System.Text.RegularExpressions.dll")]
4837 +[assembly: AssemblyDescription ("System.Text.RegularExpressions.dll")]
4838 +[assembly: AssemblyDefaultAlias ("System.Text.RegularExpressions.dll")]
4839 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
4840 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
4841 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
4842 +[assembly: AssemblyVersion ("4.0.0.0")]
4843 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
4844 +[assembly: AssemblyFileVersion ("4.0.0.0")]
4845 +[assembly: AssemblyDelaySign (true)]
4846 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
4847 +
4848 +[assembly: ReferenceAssembly]
4849 +
4850 +
4851 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/Makefile
4852 --- mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/Makefile        1970-01-01 01:00:00.000000000 +0100
4853 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/Makefile   2013-11-14 20:18:32.000000000 +0100
4854 @@ -0,0 +1,22 @@
4855 +MCS_BUILD_DIR = ../../../build
4856 +
4857 +thisdir = class/Facades/System.Text.RegularExpressions
4858 +SUBDIRS = 
4859 +include $(MCS_BUILD_DIR)/rules.make
4860 +
4861 +LIBRARY_SUBDIR = Facades
4862 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
4863 +
4864 +LIBRARY = System.Text.RegularExpressions.dll
4865 +
4866 +KEY_FILE = ../../msfinal.pub
4867 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
4868 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
4869 +
4870 +PLATFORM_DEBUG_FLAGS =
4871 +
4872 +NO_TEST = yes
4873 +
4874 +include $(MCS_BUILD_DIR)/library.make
4875 +
4876 +
4877 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/System.Text.RegularExpressions.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/System.Text.RegularExpressions.dll.sources
4878 --- mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/System.Text.RegularExpressions.dll.sources      1970-01-01 01:00:00.000000000 +0100
4879 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/System.Text.RegularExpressions.dll.sources 2013-11-14 20:18:32.000000000 +0100
4880 @@ -0,0 +1,3 @@
4881 +TypeForwarders.cs
4882 +AssemblyInfo.cs
4883 +
4884 diff -Nur mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/TypeForwarders.cs
4885 --- mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/TypeForwarders.cs       1970-01-01 01:00:00.000000000 +0100
4886 +++ mono-mono-3.2.5/mcs/class/Facades/System.Text.RegularExpressions/TypeForwarders.cs  2013-11-14 20:18:32.000000000 +0100
4887 @@ -0,0 +1,33 @@
4888 +// 
4889 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4890 +// 
4891 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4892 +// of this software and associated documentation files (the "Software"), to deal
4893 +// in the Software without restriction, including without limitation the rights
4894 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4895 +// copies of the Software, and to permit persons to whom the Software is
4896 +// furnished to do so, subject to the following conditions:
4897 +// 
4898 +// The above copyright notice and this permission notice shall be included in
4899 +// all copies or substantial portions of the Software.
4900 +// 
4901 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4902 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4903 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4904 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4905 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4906 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4907 +// THE SOFTWARE.
4908 +// 
4909 +
4910 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.Capture))]
4911 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.CaptureCollection))]
4912 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.Group))]
4913 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.GroupCollection))]
4914 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.Match))]
4915 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchCollection))]
4916 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.MatchEvaluator))]
4917 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.Regex))]
4918 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexMatchTimeoutException))]
4919 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.RegularExpressions.RegexOptions))]
4920 +
4921 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Threading/AssemblyInfo.cs
4922 --- mono-3.2.5/mcs/class/Facades/System.Threading/AssemblyInfo.cs       1970-01-01 01:00:00.000000000 +0100
4923 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading/AssemblyInfo.cs  2013-11-14 20:18:32.000000000 +0100
4924 @@ -0,0 +1,41 @@
4925 +// 
4926 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
4927 +// 
4928 +// Permission is hereby granted, free of charge, to any person obtaining a copy
4929 +// of this software and associated documentation files (the "Software"), to deal
4930 +// in the Software without restriction, including without limitation the rights
4931 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4932 +// copies of the Software, and to permit persons to whom the Software is
4933 +// furnished to do so, subject to the following conditions:
4934 +// 
4935 +// The above copyright notice and this permission notice shall be included in
4936 +// all copies or substantial portions of the Software.
4937 +// 
4938 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4939 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4940 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4941 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4942 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4943 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4944 +// THE SOFTWARE.
4945 +// 
4946 +
4947 +using System;
4948 +using System.Reflection;
4949 +using System.Runtime.CompilerServices;
4950 +
4951 +[assembly: AssemblyTitle ("System.Threading.dll")]
4952 +[assembly: AssemblyDescription ("System.Threading.dll")]
4953 +[assembly: AssemblyDefaultAlias ("System.Threading.dll")]
4954 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
4955 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
4956 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
4957 +[assembly: AssemblyVersion ("4.0.0.0")]
4958 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
4959 +[assembly: AssemblyFileVersion ("4.0.0.0")]
4960 +[assembly: AssemblyDelaySign (true)]
4961 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
4962 +
4963 +[assembly: ReferenceAssembly]
4964 +
4965 +
4966 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Threading/Makefile
4967 --- mono-3.2.5/mcs/class/Facades/System.Threading/Makefile      1970-01-01 01:00:00.000000000 +0100
4968 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading/Makefile 2013-11-14 20:18:32.000000000 +0100
4969 @@ -0,0 +1,22 @@
4970 +MCS_BUILD_DIR = ../../../build
4971 +
4972 +thisdir = class/Facades/System.Threading
4973 +SUBDIRS = 
4974 +include $(MCS_BUILD_DIR)/rules.make
4975 +
4976 +LIBRARY_SUBDIR = Facades
4977 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
4978 +
4979 +LIBRARY = System.Threading.dll
4980 +
4981 +KEY_FILE = ../../msfinal.pub
4982 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
4983 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System /r:System.Core
4984 +
4985 +PLATFORM_DEBUG_FLAGS =
4986 +
4987 +NO_TEST = yes
4988 +
4989 +include $(MCS_BUILD_DIR)/library.make
4990 +
4991 +
4992 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading/System.Threading.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Threading/System.Threading.dll.sources
4993 --- mono-3.2.5/mcs/class/Facades/System.Threading/System.Threading.dll.sources  1970-01-01 01:00:00.000000000 +0100
4994 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading/System.Threading.dll.sources     2013-11-14 20:18:32.000000000 +0100
4995 @@ -0,0 +1,3 @@
4996 +TypeForwarders.cs
4997 +AssemblyInfo.cs
4998 +
4999 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Threading/TypeForwarders.cs
5000 --- mono-3.2.5/mcs/class/Facades/System.Threading/TypeForwarders.cs     1970-01-01 01:00:00.000000000 +0100
5001 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading/TypeForwarders.cs        2013-11-14 20:18:32.000000000 +0100
5002 @@ -0,0 +1,50 @@
5003 +// 
5004 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5005 +// 
5006 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5007 +// of this software and associated documentation files (the "Software"), to deal
5008 +// in the Software without restriction, including without limitation the rights
5009 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5010 +// copies of the Software, and to permit persons to whom the Software is
5011 +// furnished to do so, subject to the following conditions:
5012 +// 
5013 +// The above copyright notice and this permission notice shall be included in
5014 +// all copies or substantial portions of the Software.
5015 +// 
5016 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5017 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5018 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5019 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5020 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5021 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5022 +// THE SOFTWARE.
5023 +// 
5024 +
5025 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.AbandonedMutexException))]
5026 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.AutoResetEvent))]
5027 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Barrier))]
5028 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
5029 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.CountdownEvent))]
5030 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.EventResetMode))]
5031 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.EventWaitHandle))]
5032 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Interlocked))]
5033 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.LazyInitializer))]
5034 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.LockRecursionException))]
5035 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.LockRecursionPolicy))]
5036 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.ManualResetEvent))]
5037 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.ManualResetEventSlim))]
5038 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Monitor))]
5039 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Mutex))]
5040 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.ReaderWriterLockSlim))]
5041 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Semaphore))]
5042 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
5043 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreSlim))]
5044 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SendOrPostCallback))]
5045 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SpinLock))]
5046 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SpinWait))]
5047 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SynchronizationContext))]
5048 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SynchronizationLockException))]
5049 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.ThreadLocal<>))]
5050 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Volatile))]
5051 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.WaitHandleCannotBeOpenedException))]
5052 +
5053 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/AssemblyInfo.cs
5054 --- mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/AssemblyInfo.cs 1970-01-01 01:00:00.000000000 +0100
5055 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/AssemblyInfo.cs    2013-11-14 20:18:32.000000000 +0100
5056 @@ -0,0 +1,41 @@
5057 +// 
5058 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5059 +// 
5060 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5061 +// of this software and associated documentation files (the "Software"), to deal
5062 +// in the Software without restriction, including without limitation the rights
5063 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5064 +// copies of the Software, and to permit persons to whom the Software is
5065 +// furnished to do so, subject to the following conditions:
5066 +// 
5067 +// The above copyright notice and this permission notice shall be included in
5068 +// all copies or substantial portions of the Software.
5069 +// 
5070 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5071 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5072 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5073 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5074 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5075 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5076 +// THE SOFTWARE.
5077 +// 
5078 +
5079 +using System;
5080 +using System.Reflection;
5081 +using System.Runtime.CompilerServices;
5082 +
5083 +[assembly: AssemblyTitle ("System.Threading.Tasks.dll")]
5084 +[assembly: AssemblyDescription ("System.Threading.Tasks.dll")]
5085 +[assembly: AssemblyDefaultAlias ("System.Threading.Tasks.dll")]
5086 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
5087 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
5088 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
5089 +[assembly: AssemblyVersion ("4.0.0.0")]
5090 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
5091 +[assembly: AssemblyFileVersion ("4.0.0.0")]
5092 +[assembly: AssemblyDelaySign (true)]
5093 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
5094 +
5095 +[assembly: ReferenceAssembly]
5096 +
5097 +
5098 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/Makefile
5099 --- mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/Makefile        1970-01-01 01:00:00.000000000 +0100
5100 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/Makefile   2013-11-14 20:18:32.000000000 +0100
5101 @@ -0,0 +1,22 @@
5102 +MCS_BUILD_DIR = ../../../build
5103 +
5104 +thisdir = class/Facades/System.Threading.Tasks
5105 +SUBDIRS = 
5106 +include $(MCS_BUILD_DIR)/rules.make
5107 +
5108 +LIBRARY_SUBDIR = Facades
5109 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
5110 +
5111 +LIBRARY = System.Threading.Tasks.dll
5112 +
5113 +KEY_FILE = ../../msfinal.pub
5114 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
5115 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Core
5116 +
5117 +PLATFORM_DEBUG_FLAGS =
5118 +
5119 +NO_TEST = yes
5120 +
5121 +include $(MCS_BUILD_DIR)/library.make
5122 +
5123 +
5124 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/System.Threading.Tasks.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/System.Threading.Tasks.dll.sources
5125 --- mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/System.Threading.Tasks.dll.sources      1970-01-01 01:00:00.000000000 +0100
5126 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/System.Threading.Tasks.dll.sources 2013-11-14 20:18:32.000000000 +0100
5127 @@ -0,0 +1,3 @@
5128 +TypeForwarders.cs
5129 +AssemblyInfo.cs
5130 +
5131 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/TypeForwarders.cs
5132 --- mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/TypeForwarders.cs       1970-01-01 01:00:00.000000000 +0100
5133 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks/TypeForwarders.cs  2013-11-14 20:18:32.000000000 +0100
5134 @@ -0,0 +1,53 @@
5135 +// 
5136 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5137 +// 
5138 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5139 +// of this software and associated documentation files (the "Software"), to deal
5140 +// in the Software without restriction, including without limitation the rights
5141 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5142 +// copies of the Software, and to permit persons to whom the Software is
5143 +// furnished to do so, subject to the following conditions:
5144 +// 
5145 +// The above copyright notice and this permission notice shall be included in
5146 +// all copies or substantial portions of the Software.
5147 +// 
5148 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5149 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5150 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5151 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5152 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5153 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5154 +// THE SOFTWARE.
5155 +// 
5156 +
5157 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.AggregateException))]
5158 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.OperationCanceledException))]
5159 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncTaskMethodBuilder))]
5160 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncTaskMethodBuilder<>))]
5161 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.AsyncVoidMethodBuilder))]
5162 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ConfiguredTaskAwaitable))]
5163 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ConfiguredTaskAwaitable<>))]
5164 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.IAsyncStateMachine))]
5165 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ICriticalNotifyCompletion))]
5166 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.INotifyCompletion))]
5167 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.TaskAwaiter))]
5168 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.TaskAwaiter<>))]
5169 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.YieldAwaitable))]
5170 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.CancellationToken))]
5171 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.CancellationTokenRegistration))]
5172 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.CancellationTokenSource))]
5173 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ConcurrentExclusiveSchedulerPair))]
5174 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Task))]
5175 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Task<>))]
5176 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskCanceledException))]
5177 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskCompletionSource<>))]
5178 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskContinuationOptions))]
5179 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskCreationOptions))]
5180 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskExtensions))]
5181 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskFactory))]
5182 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskFactory<>))]
5183 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskScheduler))]
5184 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskSchedulerException))]
5185 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.TaskStatus))]
5186 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.UnobservedTaskExceptionEventArgs))]
5187 +
5188 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/AssemblyInfo.cs
5189 --- mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/AssemblyInfo.cs        1970-01-01 01:00:00.000000000 +0100
5190 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/AssemblyInfo.cs   2013-11-14 20:18:32.000000000 +0100
5191 @@ -0,0 +1,41 @@
5192 +// 
5193 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5194 +// 
5195 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5196 +// of this software and associated documentation files (the "Software"), to deal
5197 +// in the Software without restriction, including without limitation the rights
5198 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5199 +// copies of the Software, and to permit persons to whom the Software is
5200 +// furnished to do so, subject to the following conditions:
5201 +// 
5202 +// The above copyright notice and this permission notice shall be included in
5203 +// all copies or substantial portions of the Software.
5204 +// 
5205 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5206 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5207 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5208 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5209 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5210 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5211 +// THE SOFTWARE.
5212 +// 
5213 +
5214 +using System;
5215 +using System.Reflection;
5216 +using System.Runtime.CompilerServices;
5217 +
5218 +[assembly: AssemblyTitle ("System.Threading.Tasks.Parallel.dll")]
5219 +[assembly: AssemblyDescription ("System.Threading.Tasks.Parallel.dll")]
5220 +[assembly: AssemblyDefaultAlias ("System.Threading.Tasks.Parallel.dll")]
5221 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
5222 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
5223 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
5224 +[assembly: AssemblyVersion ("4.0.0.0")]
5225 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
5226 +[assembly: AssemblyFileVersion ("4.0.0.0")]
5227 +[assembly: AssemblyDelaySign (true)]
5228 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
5229 +
5230 +[assembly: ReferenceAssembly]
5231 +
5232 +
5233 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/Makefile
5234 --- mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/Makefile       1970-01-01 01:00:00.000000000 +0100
5235 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/Makefile  2013-11-14 20:18:32.000000000 +0100
5236 @@ -0,0 +1,22 @@
5237 +MCS_BUILD_DIR = ../../../build
5238 +
5239 +thisdir = class/Facades/System.Threading.Tasks.Parallel
5240 +SUBDIRS = 
5241 +include $(MCS_BUILD_DIR)/rules.make
5242 +
5243 +LIBRARY_SUBDIR = Facades
5244 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
5245 +
5246 +LIBRARY = System.Threading.Tasks.Parallel.dll
5247 +
5248 +KEY_FILE = ../../msfinal.pub
5249 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
5250 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib
5251 +
5252 +PLATFORM_DEBUG_FLAGS =
5253 +
5254 +NO_TEST = yes
5255 +
5256 +include $(MCS_BUILD_DIR)/library.make
5257 +
5258 +
5259 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/System.Threading.Tasks.Parallel.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/System.Threading.Tasks.Parallel.dll.sources
5260 --- mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/System.Threading.Tasks.Parallel.dll.sources    1970-01-01 01:00:00.000000000 +0100
5261 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/System.Threading.Tasks.Parallel.dll.sources       2013-11-14 20:18:32.000000000 +0100
5262 @@ -0,0 +1,3 @@
5263 +TypeForwarders.cs
5264 +AssemblyInfo.cs
5265 +
5266 diff -Nur mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/TypeForwarders.cs
5267 --- mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/TypeForwarders.cs      1970-01-01 01:00:00.000000000 +0100
5268 +++ mono-mono-3.2.5/mcs/class/Facades/System.Threading.Tasks.Parallel/TypeForwarders.cs 2013-11-14 20:18:32.000000000 +0100
5269 @@ -0,0 +1,27 @@
5270 +// 
5271 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5272 +// 
5273 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5274 +// of this software and associated documentation files (the "Software"), to deal
5275 +// in the Software without restriction, including without limitation the rights
5276 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5277 +// copies of the Software, and to permit persons to whom the Software is
5278 +// furnished to do so, subject to the following conditions:
5279 +// 
5280 +// The above copyright notice and this permission notice shall be included in
5281 +// all copies or substantial portions of the Software.
5282 +// 
5283 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5284 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5285 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5286 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5287 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5288 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5289 +// THE SOFTWARE.
5290 +// 
5291 +
5292 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.Parallel))]
5293 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ParallelLoopResult))]
5294 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ParallelLoopState))]
5295 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.Tasks.ParallelOptions))]
5296 +
5297 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/AssemblyInfo.cs
5298 --- mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/AssemblyInfo.cs        1970-01-01 01:00:00.000000000 +0100
5299 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/AssemblyInfo.cs   2013-11-14 20:18:32.000000000 +0100
5300 @@ -0,0 +1,41 @@
5301 +// 
5302 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5303 +// 
5304 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5305 +// of this software and associated documentation files (the "Software"), to deal
5306 +// in the Software without restriction, including without limitation the rights
5307 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5308 +// copies of the Software, and to permit persons to whom the Software is
5309 +// furnished to do so, subject to the following conditions:
5310 +// 
5311 +// The above copyright notice and this permission notice shall be included in
5312 +// all copies or substantial portions of the Software.
5313 +// 
5314 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5315 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5316 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5317 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5318 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5319 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5320 +// THE SOFTWARE.
5321 +// 
5322 +
5323 +using System;
5324 +using System.Reflection;
5325 +using System.Runtime.CompilerServices;
5326 +
5327 +[assembly: AssemblyTitle ("System.Xml.ReaderWriter.dll")]
5328 +[assembly: AssemblyDescription ("System.Xml.ReaderWriter.dll")]
5329 +[assembly: AssemblyDefaultAlias ("System.Xml.ReaderWriter.dll")]
5330 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
5331 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
5332 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
5333 +[assembly: AssemblyVersion ("4.0.0.0")]
5334 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
5335 +[assembly: AssemblyFileVersion ("4.0.0.0")]
5336 +[assembly: AssemblyDelaySign (true)]
5337 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
5338 +
5339 +[assembly: ReferenceAssembly]
5340 +
5341 +
5342 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/Makefile
5343 --- mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/Makefile       1970-01-01 01:00:00.000000000 +0100
5344 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/Makefile  2013-11-14 20:18:32.000000000 +0100
5345 @@ -0,0 +1,22 @@
5346 +MCS_BUILD_DIR = ../../../build
5347 +
5348 +thisdir = class/Facades/System.Xml.ReaderWriter
5349 +SUBDIRS = 
5350 +include $(MCS_BUILD_DIR)/rules.make
5351 +
5352 +LIBRARY_SUBDIR = Facades
5353 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
5354 +
5355 +LIBRARY = System.Xml.ReaderWriter.dll
5356 +
5357 +KEY_FILE = ../../msfinal.pub
5358 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
5359 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Xml
5360 +
5361 +PLATFORM_DEBUG_FLAGS =
5362 +
5363 +NO_TEST = yes
5364 +
5365 +include $(MCS_BUILD_DIR)/library.make
5366 +
5367 +
5368 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/System.Xml.ReaderWriter.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/System.Xml.ReaderWriter.dll.sources
5369 --- mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/System.Xml.ReaderWriter.dll.sources    1970-01-01 01:00:00.000000000 +0100
5370 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/System.Xml.ReaderWriter.dll.sources       2013-11-14 20:18:32.000000000 +0100
5371 @@ -0,0 +1,3 @@
5372 +TypeForwarders.cs
5373 +AssemblyInfo.cs
5374 +
5375 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/TypeForwarders.cs
5376 --- mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/TypeForwarders.cs      1970-01-01 01:00:00.000000000 +0100
5377 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.ReaderWriter/TypeForwarders.cs 2013-11-14 20:18:32.000000000 +0100
5378 @@ -0,0 +1,47 @@
5379 +// 
5380 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5381 +// 
5382 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5383 +// of this software and associated documentation files (the "Software"), to deal
5384 +// in the Software without restriction, including without limitation the rights
5385 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5386 +// copies of the Software, and to permit persons to whom the Software is
5387 +// furnished to do so, subject to the following conditions:
5388 +// 
5389 +// The above copyright notice and this permission notice shall be included in
5390 +// all copies or substantial portions of the Software.
5391 +// 
5392 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5393 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5394 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5395 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5396 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5397 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5398 +// THE SOFTWARE.
5399 +// 
5400 +
5401 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.ConformanceLevel))]
5402 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.DtdProcessing))]
5403 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.IXmlLineInfo))]
5404 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.IXmlNamespaceResolver))]
5405 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.NamespaceHandling))]
5406 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.NameTable))]
5407 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.NewLineHandling))]
5408 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.ReadState))]
5409 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Schema.XmlSchema))]
5410 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Schema.XmlSchemaForm))]
5411 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.WriteState))]
5412 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlConvert))]
5413 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlException))]
5414 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlNamespaceManager))]
5415 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlNamespaceScope))]
5416 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlNameTable))]
5417 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlNodeType))]
5418 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlParserContext))]
5419 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlQualifiedName))]
5420 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlReader))]
5421 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlReaderSettings))]
5422 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlSpace))]
5423 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlWriter))]
5424 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.XmlWriterSettings))]
5425 +
5426 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/AssemblyInfo.cs
5427 --- mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/AssemblyInfo.cs   1970-01-01 01:00:00.000000000 +0100
5428 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/AssemblyInfo.cs      2013-11-14 20:18:32.000000000 +0100
5429 @@ -0,0 +1,41 @@
5430 +// 
5431 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5432 +// 
5433 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5434 +// of this software and associated documentation files (the "Software"), to deal
5435 +// in the Software without restriction, including without limitation the rights
5436 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5437 +// copies of the Software, and to permit persons to whom the Software is
5438 +// furnished to do so, subject to the following conditions:
5439 +// 
5440 +// The above copyright notice and this permission notice shall be included in
5441 +// all copies or substantial portions of the Software.
5442 +// 
5443 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5444 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5445 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5446 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5447 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5448 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5449 +// THE SOFTWARE.
5450 +// 
5451 +
5452 +using System;
5453 +using System.Reflection;
5454 +using System.Runtime.CompilerServices;
5455 +
5456 +[assembly: AssemblyTitle ("System.Xml.XDocument.dll")]
5457 +[assembly: AssemblyDescription ("System.Xml.XDocument.dll")]
5458 +[assembly: AssemblyDefaultAlias ("System.Xml.XDocument.dll")]
5459 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
5460 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
5461 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
5462 +[assembly: AssemblyVersion ("4.0.0.0")]
5463 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
5464 +[assembly: AssemblyFileVersion ("4.0.0.0")]
5465 +[assembly: AssemblyDelaySign (true)]
5466 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
5467 +
5468 +[assembly: ReferenceAssembly]
5469 +
5470 +
5471 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/Makefile
5472 --- mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/Makefile  1970-01-01 01:00:00.000000000 +0100
5473 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/Makefile     2013-11-14 20:18:32.000000000 +0100
5474 @@ -0,0 +1,22 @@
5475 +MCS_BUILD_DIR = ../../../build
5476 +
5477 +thisdir = class/Facades/System.Xml.XDocument
5478 +SUBDIRS = 
5479 +include $(MCS_BUILD_DIR)/rules.make
5480 +
5481 +LIBRARY_SUBDIR = Facades
5482 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
5483 +
5484 +LIBRARY = System.Xml.XDocument.dll
5485 +
5486 +KEY_FILE = ../../msfinal.pub
5487 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
5488 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Xml.Linq /r:System.Xml
5489 +
5490 +PLATFORM_DEBUG_FLAGS =
5491 +
5492 +NO_TEST = yes
5493 +
5494 +include $(MCS_BUILD_DIR)/library.make
5495 +
5496 +
5497 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/System.Xml.XDocument.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/System.Xml.XDocument.dll.sources
5498 --- mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/System.Xml.XDocument.dll.sources  1970-01-01 01:00:00.000000000 +0100
5499 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/System.Xml.XDocument.dll.sources     2013-11-14 20:18:32.000000000 +0100
5500 @@ -0,0 +1,3 @@
5501 +TypeForwarders.cs
5502 +AssemblyInfo.cs
5503 +
5504 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/TypeForwarders.cs
5505 --- mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/TypeForwarders.cs 1970-01-01 01:00:00.000000000 +0100
5506 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.XDocument/TypeForwarders.cs    2013-11-14 20:18:32.000000000 +0100
5507 @@ -0,0 +1,46 @@
5508 +// 
5509 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5510 +// 
5511 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5512 +// of this software and associated documentation files (the "Software"), to deal
5513 +// in the Software without restriction, including without limitation the rights
5514 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5515 +// copies of the Software, and to permit persons to whom the Software is
5516 +// furnished to do so, subject to the following conditions:
5517 +// 
5518 +// The above copyright notice and this permission notice shall be included in
5519 +// all copies or substantial portions of the Software.
5520 +// 
5521 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5522 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5523 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5524 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5525 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5526 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5527 +// THE SOFTWARE.
5528 +// 
5529 +
5530 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.Extensions))]
5531 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.LoadOptions))]
5532 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.ReaderOptions))]
5533 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.SaveOptions))]
5534 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XAttribute))]
5535 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XCData))]
5536 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XComment))]
5537 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XContainer))]
5538 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XDeclaration))]
5539 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XDocument))]
5540 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XDocumentType))]
5541 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XElement))]
5542 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XName))]
5543 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XNamespace))]
5544 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XNode))]
5545 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XNodeDocumentOrderComparer))]
5546 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XNodeEqualityComparer))]
5547 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XObject))]
5548 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XObjectChange))]
5549 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XObjectChangeEventArgs))]
5550 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XProcessingInstruction))]
5551 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XStreamingElement))]
5552 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Linq.XText))]
5553 +
5554 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/AssemblyInfo.cs mono-mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/AssemblyInfo.cs
5555 --- mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/AssemblyInfo.cs       1970-01-01 01:00:00.000000000 +0100
5556 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/AssemblyInfo.cs  2013-11-14 20:18:32.000000000 +0100
5557 @@ -0,0 +1,41 @@
5558 +// 
5559 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5560 +// 
5561 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5562 +// of this software and associated documentation files (the "Software"), to deal
5563 +// in the Software without restriction, including without limitation the rights
5564 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5565 +// copies of the Software, and to permit persons to whom the Software is
5566 +// furnished to do so, subject to the following conditions:
5567 +// 
5568 +// The above copyright notice and this permission notice shall be included in
5569 +// all copies or substantial portions of the Software.
5570 +// 
5571 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5572 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5573 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5574 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5575 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5576 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5577 +// THE SOFTWARE.
5578 +// 
5579 +
5580 +using System;
5581 +using System.Reflection;
5582 +using System.Runtime.CompilerServices;
5583 +
5584 +[assembly: AssemblyTitle ("System.Xml.XmlSerializer.dll")]
5585 +[assembly: AssemblyDescription ("System.Xml.XmlSerializer.dll")]
5586 +[assembly: AssemblyDefaultAlias ("System.Xml.XmlSerializer.dll")]
5587 +[assembly: AssemblyCompany ("Xamarin, Inc.")]
5588 +[assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
5589 +[assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
5590 +[assembly: AssemblyVersion ("4.0.0.0")]
5591 +[assembly: AssemblyInformationalVersion ("4.0.0.0")]
5592 +[assembly: AssemblyFileVersion ("4.0.0.0")]
5593 +[assembly: AssemblyDelaySign (true)]
5594 +[assembly: AssemblyKeyFile ("../../msfinal.pub")]
5595 +
5596 +[assembly: ReferenceAssembly]
5597 +
5598 +
5599 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/Makefile mono-mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/Makefile
5600 --- mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/Makefile      1970-01-01 01:00:00.000000000 +0100
5601 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/Makefile 2013-11-14 20:18:32.000000000 +0100
5602 @@ -0,0 +1,22 @@
5603 +MCS_BUILD_DIR = ../../../build
5604 +
5605 +thisdir = class/Facades/System.Xml.XmlSerializer
5606 +SUBDIRS = 
5607 +include $(MCS_BUILD_DIR)/rules.make
5608 +
5609 +LIBRARY_SUBDIR = Facades
5610 +LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
5611 +
5612 +LIBRARY = System.Xml.XmlSerializer.dll
5613 +
5614 +KEY_FILE = ../../msfinal.pub
5615 +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
5616 +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Xml
5617 +
5618 +PLATFORM_DEBUG_FLAGS =
5619 +
5620 +NO_TEST = yes
5621 +
5622 +include $(MCS_BUILD_DIR)/library.make
5623 +
5624 +
5625 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/System.Xml.XmlSerializer.dll.sources mono-mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/System.Xml.XmlSerializer.dll.sources
5626 --- mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/System.Xml.XmlSerializer.dll.sources  1970-01-01 01:00:00.000000000 +0100
5627 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/System.Xml.XmlSerializer.dll.sources     2013-11-14 20:18:32.000000000 +0100
5628 @@ -0,0 +1,3 @@
5629 +TypeForwarders.cs
5630 +AssemblyInfo.cs
5631 +
5632 diff -Nur mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/TypeForwarders.cs mono-mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/TypeForwarders.cs
5633 --- mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/TypeForwarders.cs     1970-01-01 01:00:00.000000000 +0100
5634 +++ mono-mono-3.2.5/mcs/class/Facades/System.Xml.XmlSerializer/TypeForwarders.cs        2013-11-14 20:18:32.000000000 +0100
5635 @@ -0,0 +1,46 @@
5636 +// 
5637 +// Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)
5638 +// 
5639 +// Permission is hereby granted, free of charge, to any person obtaining a copy
5640 +// of this software and associated documentation files (the "Software"), to deal
5641 +// in the Software without restriction, including without limitation the rights
5642 +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5643 +// copies of the Software, and to permit persons to whom the Software is
5644 +// furnished to do so, subject to the following conditions:
5645 +// 
5646 +// The above copyright notice and this permission notice shall be included in
5647 +// all copies or substantial portions of the Software.
5648 +// 
5649 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5650 +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5651 +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5652 +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5653 +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5654 +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5655 +// THE SOFTWARE.
5656 +// 
5657 +
5658 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.IXmlSerializable))]
5659 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAnyAttributeAttribute))]
5660 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAnyElementAttribute))]
5661 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAnyElementAttributes))]
5662 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlArrayAttribute))]
5663 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlArrayItemAttribute))]
5664 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlArrayItemAttributes))]
5665 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAttributeAttribute))]
5666 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAttributeOverrides))]
5667 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlAttributes))]
5668 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlChoiceIdentifierAttribute))]
5669 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlElementAttribute))]
5670 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlElementAttributes))]
5671 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlEnumAttribute))]
5672 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlIgnoreAttribute))]
5673 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlIncludeAttribute))]
5674 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlNamespaceDeclarationsAttribute))]
5675 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlRootAttribute))]
5676 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))]
5677 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlSerializer))]
5678 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlSerializerNamespaces))]
5679 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlTextAttribute))]
5680 +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Xml.Serialization.XmlTypeAttribute))]
5681 +
This page took 0.4822 seconds and 3 git commands to generate.