Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / corlib / corlib-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>612,618,1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_5/tmp</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>mscorlib</AssemblyName>\r
17     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
20     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <PlatformTarget>AnyCPU</PlatformTarget>\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>612,618,1699</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;INSIDE_CORLIB;LIBC;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <PlatformTarget>AnyCPU</PlatformTarget>  \r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>612,618,1699</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>INSIDE_CORLIB;LIBC;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <ItemGroup>\r
45    <Compile Include="Assembly\AssemblyInfo.cs" />
46    <Compile Include="..\..\build\common\Consts.cs" />
47    <Compile Include="..\..\build\common\Locale.cs" />
48    <Compile Include="Microsoft.Win32\IRegistryApi.cs" />
49    <Compile Include="Microsoft.Win32\RegistryKey.cs" />
50    <Compile Include="Microsoft.Win32\RegistryKeyPermissionCheck.cs" />
51    <Compile Include="Microsoft.Win32\Registry.cs" />
52    <Compile Include="Microsoft.Win32\RegistryHive.cs" />
53    <Compile Include="Microsoft.Win32\RegistryOptions.cs" />
54    <Compile Include="Microsoft.Win32\RegistryValueKind.cs" />
55    <Compile Include="Microsoft.Win32\RegistryValueOptions.cs" />
56    <Compile Include="Microsoft.Win32\RegistryView.cs" />
57    <Compile Include="Microsoft.Win32\UnixRegistryApi.cs" />
58    <Compile Include="Microsoft.Win32\Win32RegistryApi.cs" />
59    <Compile Include="Microsoft.Win32\Win32ResultCode.cs" />
60    <Compile Include="Microsoft.Win32.SafeHandles\CriticalHandleZeroOrMinusOneIsInvalid.cs" />
61    <Compile Include="Microsoft.Win32.SafeHandles\CriticalHandleMinusOneIsInvalid.cs" />
62    <Compile Include="Microsoft.Win32.SafeHandles\SafeHandleZeroOrMinusOneIsInvalid.cs" />
63    <Compile Include="Microsoft.Win32.SafeHandles\SafeHandleMinusOneIsInvalid.cs" />
64    <Compile Include="Microsoft.Win32.SafeHandles\SafeFileHandle.cs" />
65    <Compile Include="Microsoft.Win32.SafeHandles\SafeRegistryHandle.cs" />
66    <Compile Include="Microsoft.Win32.SafeHandles\SafeWaitHandle.cs" />
67    <Compile Include="Mono.Globalization.Unicode\CodePointIndexer.cs" />
68    <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTable.cs" />
69    <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTableUtil.cs" />
70    <Compile Include="Mono.Globalization.Unicode\SimpleCollator.cs" />
71    <Compile Include="Mono.Globalization.Unicode\SortKey.cs" />
72    <Compile Include="Mono.Globalization.Unicode\SortKeyBuffer.cs" />
73    <Compile Include="Mono.Globalization.Unicode\Normalization.cs" />
74    <Compile Include="Mono.Globalization.Unicode\NormalizationTableUtil.cs" />
75    <Compile Include="Mono\Runtime.cs" />
76    <Compile Include="Mono\DataConverter.cs" />
77    <Compile Include="Mono.Interop\ComInteropProxy.cs" />
78    <Compile Include="Mono.Interop\IDispatch.cs" />
79    <Compile Include="Mono.Interop\IUnknown.cs" />
80    <Compile Include="Mono.Math\BigInteger.cs" />
81    <Compile Include="Mono.Math.Prime\ConfidenceFactor.cs" />
82    <Compile Include="Mono.Math.Prime\PrimalityTests.cs" />
83    <Compile Include="Mono.Math.Prime.Generator\NextPrimeFinder.cs" />
84    <Compile Include="Mono.Math.Prime.Generator\PrimeGeneratorBase.cs" />
85    <Compile Include="Mono.Math.Prime.Generator\SequentialSearchPrimeGeneratorBase.cs" />
86    <Compile Include="Mono.Security\ASN1.cs" />
87    <Compile Include="Mono.Security\ASN1Convert.cs" />
88    <Compile Include="Mono.Security\BitConverterLE.cs" />
89    <Compile Include="Mono.Security\PKCS7.cs" />
90    <Compile Include="Mono.Security\StrongName.cs" />
91    <Compile Include="Mono.Security\StrongNameManager.cs" />
92    <Compile Include="Mono.Security\Uri.cs" />
93    <Compile Include="Mono.Security.Authenticode\AuthenticodeBase.cs" />
94    <Compile Include="Mono.Security.Authenticode\AuthenticodeDeformatter.cs" />
95    <Compile Include="Mono.Security.Cryptography\CryptoConvert.cs" />
96    <Compile Include="Mono.Security.Cryptography\CryptoTools.cs" />
97    <Compile Include="Mono.Security.Cryptography\DSAManaged.cs" />
98    <Compile Include="Mono.Security.Cryptography\KeyPairPersistence.cs" />
99    <Compile Include="Mono.Security.Cryptography\PKCS1.cs" />
100    <Compile Include="Mono.Security.Cryptography\PKCS8.cs" />
101    <Compile Include="Mono.Security.Cryptography\HMACAlgorithm.cs" />
102    <Compile Include="Mono.Security.Cryptography\MACAlgorithm.cs" />
103    <Compile Include="Mono.Security.Cryptography\SymmetricTransform.cs" />
104    <Compile Include="Mono.Security.Cryptography\RSAManaged.cs" />
105    <Compile Include="Mono.Security.X509\PKCS12.cs" />
106    <Compile Include="Mono.Security.X509\X501Name.cs" />
107    <Compile Include="Mono.Security.X509\X509Certificate.cs" />
108    <Compile Include="Mono.Security.X509\X509CertificateCollection.cs" />
109    <Compile Include="Mono.Security.X509\X509Chain.cs" />
110    <Compile Include="Mono.Security.X509\X509ChainStatusFlags.cs" />
111    <Compile Include="Mono.Security.X509\X509CRL.cs" />
112    <Compile Include="Mono.Security.X509\X509Extension.cs" />
113    <Compile Include="Mono.Security.X509\X509Extensions.cs" />
114    <Compile Include="Mono.Security.X509\X509Store.cs" />
115    <Compile Include="Mono.Security.X509\X509Stores.cs" />
116    <Compile Include="Mono.Security.X509\X509StoreManager.cs" />
117    <Compile Include="Mono.Security.X509\X520Attributes.cs" />
118    <Compile Include="Mono.Security.X509.Extensions\BasicConstraintsExtension.cs" />
119    <Compile Include="Mono.Security.X509.Extensions\KeyUsageExtension.cs" />
120    <Compile Include="Mono.Security.X509.Extensions\SubjectKeyIdentifierExtension.cs" />
121    <Compile Include="Mono.Xml\SmallXmlParser.cs" />
122    <Compile Include="Mono.Xml\SecurityParser.cs" />
123    <Compile Include="System\AccessViolationException.cs" />
124    <Compile Include="System\ActivationContext.cs" />
125    <Compile Include="System\Activator.cs" />
126    <Compile Include="System\AndroidPlatform.cs" />
127    <Compile Include="System\AppDomain.cs" />
128    <Compile Include="System\AppDomainInitializer.cs" />
129    <Compile Include="System\AppDomainManager.cs" />
130    <Compile Include="System\AppDomainSetup.cs" />
131    <Compile Include="System\AppDomainUnloadedException.cs" />
132    <Compile Include="System\ApplicationException.cs" />
133    <Compile Include="System\ApplicationId.cs" />
134    <Compile Include="System\ApplicationIdentity.cs" />
135    <Compile Include="System\ArgIterator.cs" />
136    <Compile Include="System\ArgumentException.cs" />
137    <Compile Include="System\ArgumentNullException.cs" />
138    <Compile Include="System\ArgumentOutOfRangeException.cs" />
139    <Compile Include="System\ArithmeticException.cs" />
140    <Compile Include="System\Array.cs" />
141    <Compile Include="System\ArrayTypeMismatchException.cs" />
142    <Compile Include="System\AssemblyLoadEventArgs.cs" />
143    <Compile Include="System\AssemblyLoadEventHandler.cs" />
144    <Compile Include="System\AsyncCallback.cs" />
145    <Compile Include="System\Attribute.cs" />
146    <Compile Include="System\AttributeTargets.cs" />
147    <Compile Include="System\AttributeUsageAttribute.cs" />
148    <Compile Include="System\BadImageFormatException.cs" />
149    <Compile Include="System\Base64FormattingOptions.cs" />
150    <Compile Include="System\BitConverter.cs" />
151    <Compile Include="System\Boolean.cs" />
152    <Compile Include="System\Buffer.cs" />
153    <Compile Include="System\Byte.cs" />
154    <Compile Include="System\CannotUnloadAppDomainException.cs" />
155    <Compile Include="System\Char.cs" />
156    <Compile Include="System\CharEnumerator.cs" />
157    <Compile Include="System\CLSCompliantAttribute.cs" />
158    <Compile Include="System\CStreamReader.cs" />
159    <Compile Include="System\CStreamWriter.cs" />
160    <Compile Include="System\Console.cs" />
161    <Compile Include="System\ConsoleCancelEventArgs.cs" />
162    <Compile Include="System\ConsoleCancelEventHandler.cs" />
163    <Compile Include="System\ConsoleColor.cs" />
164    <Compile Include="System\ConsoleDriver.cs" />
165    <Compile Include="System\ConsoleKey.cs" />
166    <Compile Include="System\ConsoleKeyInfo.cs" />
167    <Compile Include="System\ConsoleModifiers.cs" />
168    <Compile Include="System\ConsoleSpecialKey.cs" />
169    <Compile Include="System\ContextBoundObject.cs" />
170    <Compile Include="System\ContextMarshalException.cs" />
171    <Compile Include="System\ContextStaticAttribute.cs" />
172    <Compile Include="System\ControlCharacters.cs" />
173    <Compile Include="System\Convert.cs" />
174    <Compile Include="System\CrossAppDomainDelegate.cs" />
175    <Compile Include="System\DataMisalignedException.cs" />
176    <Compile Include="System\DateTime.cs" />
177    <Compile Include="System\DateTimeKind.cs" />
178    <Compile Include="System\DateTimeOffset.cs" />
179    <Compile Include="System\DateTimeUtils.cs" />
180    <Compile Include="System\DayOfWeek.cs" />
181    <Compile Include="System\DBNull.cs" />
182    <Compile Include="System\Decimal.cs" />
183    <Compile Include="System\Delegate.cs" />
184    <Compile Include="System\DelegateSerializationHolder.cs" />
185    <Compile Include="System\DivideByZeroException.cs" />
186    <Compile Include="System\DllNotFoundException.cs" />
187    <Compile Include="System\DomainManagerInitializationFlags.cs" />
188    <Compile Include="System\Double.cs" />
189    <Compile Include="System\DuplicateWaitObjectException.cs" />
190    <Compile Include="System\EntryPointNotFoundException.cs" />
191    <Compile Include="System\Enum.cs" />
192    <Compile Include="System\Environment.cs" />
193    <Compile Include="System\EnvironmentVariableTarget.cs" />
194    <Compile Include="System\EventArgs.cs" />
195    <Compile Include="System\EventHandler.cs" />
196    <Compile Include="System\Exception.cs" />
197    <Compile Include="System\ExecutionEngineException.cs" />
198    <Compile Include="System\FieldAccessException.cs" />
199    <Compile Include="System\FlagsAttribute.cs" />
200    <Compile Include="System\FormatException.cs" />
201    <Compile Include="System\Funcs.cs" />
202    <Compile Include="System\GC.cs" />
203    <Compile Include="System\GCCollectionMode.cs" />
204    <Compile Include="System\GCNotificationStatus.cs" />
205    <Compile Include="System\Guid.cs" />
206    <Compile Include="System\IAppDomainSetup.cs" />
207    <Compile Include="System\IAsyncResult.cs" />
208    <Compile Include="System\IObservable.cs" />
209    <Compile Include="System\IObserver.cs" />
210    <Compile Include="System\ICloneable.cs" />
211    <Compile Include="System\IComparable.cs" />
212    <Compile Include="System\IEquatable.cs" />
213    <Compile Include="System\IConsoleDriver.cs" />
214    <Compile Include="System\IConvertible.cs" />
215    <Compile Include="System\ICustomFormatter.cs" />
216    <Compile Include="System\IDisposable.cs" />
217    <Compile Include="System\IFormatProvider.cs" />
218    <Compile Include="System\IFormattable.cs" />
219    <Compile Include="System\IndexOutOfRangeException.cs" />
220    <Compile Include="System\InsufficientExecutionStackException.cs" />
221    <Compile Include="System\InsufficientMemoryException.cs" />
222    <Compile Include="System\Int16.cs" />
223    <Compile Include="System\Int32.cs" />
224    <Compile Include="System\Int64.cs" />
225    <Compile Include="System\IntPtr.cs" />
226    <Compile Include="System\InvalidCastException.cs" />
227    <Compile Include="System\InvalidOperationException.cs" />
228    <Compile Include="System\InvalidProgramException.cs" />
229    <Compile Include="System\InvalidTimeZoneException.cs" />
230    <Compile Include="System\IProgress.cs" />
231    <Compile Include="System\IServiceProvider.cs" />
232    <Compile Include="System\KnownTerminals.cs" />
233    <Compile Include="System\Lazy.cs" />
234    <Compile Include="System\LoaderOptimization.cs" />
235    <Compile Include="System\LoaderOptimizationAttribute.cs" />
236    <Compile Include="System\LocalDataStoreSlot.cs" />
237    <Compile Include="System\MarshalByRefObject.cs" />
238    <Compile Include="System\Math.cs" />
239    <Compile Include="System\MemberAccessException.cs" />
240    <Compile Include="System\MethodAccessException.cs" />
241    <Compile Include="System\MidpointRounding.cs" />
242    <Compile Include="System\MissingFieldException.cs" />
243    <Compile Include="System\MissingMemberException.cs" />
244    <Compile Include="System\MissingMethodException.cs" />
245    <Compile Include="System\MonoAsyncCall.cs" />
246    <Compile Include="System\MonoCQItem.cs" />
247    <Compile Include="System\MonoCustomAttrs.cs" />
248    <Compile Include="System\MonoListItem.cs" />
249    <Compile Include="System\MonoType.cs" />
250    <Compile Include="System\MonoTouchAOTHelper.cs" />
251    <Compile Include="System\MTAThreadAttribute.cs" />
252    <Compile Include="System\MulticastDelegate.cs" />
253    <Compile Include="System\MulticastNotSupportedException.cs" />
254    <Compile Include="System\NonSerializedAttribute.cs" />
255    <Compile Include="System\NotFiniteNumberException.cs" />
256    <Compile Include="System\NotImplementedException.cs" />
257    <Compile Include="System\NotSupportedException.cs" />
258    <Compile Include="System\NullConsoleDriver.cs" />
259    <Compile Include="System\Nullable.cs" />
260    <Compile Include="System\NullReferenceException.cs" />
261    <Compile Include="System\NumberFormatter.cs" />
262    <Compile Include="System\Object.cs" />
263    <Compile Include="System\ObjectDisposedException.cs" />
264    <Compile Include="System\ObsoleteAttribute.cs" />
265    <Compile Include="System\OperatingSystem.cs" />
266    <Compile Include="System\OperationCanceledException.cs" />
267    <Compile Include="System\OutOfMemoryException.cs" />
268    <Compile Include="System\OverflowException.cs" />
269    <Compile Include="System\ParamArrayAttribute.cs" />
270    <Compile Include="System\PlatformID.cs" />
271    <Compile Include="System\PlatformNotSupportedException.cs" />
272    <Compile Include="System\Random.cs" />
273    <Compile Include="System\RankException.cs" />
274    <Compile Include="System\ResolveEventArgs.cs" />
275    <Compile Include="System\ResolveEventHandler.cs" />
276    <Compile Include="System\RuntimeArgumentHandle.cs" />
277    <Compile Include="System\RuntimeFieldHandle.cs" />
278    <Compile Include="System\RuntimeMethodHandle.cs" />
279    <Compile Include="System\RuntimeTypeHandle.cs" />
280    <Compile Include="System\ModuleHandle.cs" />
281    <Compile Include="System\SByte.cs" />
282    <Compile Include="System\SerializableAttribute.cs" />
283    <Compile Include="System\Single.cs" />
284    <Compile Include="System\StackOverflowException.cs" />
285    <Compile Include="System\STAThreadAttribute.cs" />
286    <Compile Include="System\String.cs" />
287    <Compile Include="System\StringSplitOptions.cs" />
288    <Compile Include="System\StringComparer.cs" />
289    <Compile Include="System\StringComparison.cs" />
290    <Compile Include="System\SystemException.cs" />
291    <Compile Include="System\TermInfoBooleans.cs" />
292    <Compile Include="System\TermInfoDriver.cs" />
293    <Compile Include="System\TermInfoNumbers.cs" />
294    <Compile Include="System\TermInfoReader.cs" />
295    <Compile Include="System\TermInfoStrings.cs" />
296    <Compile Include="System\ThreadStaticAttribute.cs" />
297    <Compile Include="System\TimeSpan.cs" />
298    <Compile Include="System\TimeZone.cs" />
299    <Compile Include="..\System.Core\System\TimeZoneInfo.cs" />
300    <Compile Include="..\System.Core\System\TimeZoneInfo.AdjustmentRule.cs" />
301    <Compile Include="..\System.Core\System\TimeZoneInfo.Android.cs" />
302    <Compile Include="..\System.Core\System\TimeZoneInfo.MonoTouch.cs" />
303    <Compile Include="..\System.Core\System\TimeZoneInfo.TransitionTime.cs" />
304    <Compile Include="System\TimeZoneNotFoundException.cs" />
305    <Compile Include="System\TimeoutException.cs" />
306    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
307    <Compile Include="System\Type.cs" />
308    <Compile Include="System\TypeSpec.cs" />
309    <Compile Include="System\TypeAccessException.cs" />
310    <Compile Include="System\TypeCode.cs" />
311    <Compile Include="System\TypedReference.cs" />
312    <Compile Include="System\TypeInitializationException.cs" />
313    <Compile Include="System\TypeLoadException.cs" />
314    <Compile Include="System\TypeUnloadedException.cs" />
315    <Compile Include="System\Tuple.cs" />
316    <Compile Include="System\Tuples.cs" />
317    <Compile Include="System\UInt16.cs" />
318    <Compile Include="System\UInt32.cs" />
319    <Compile Include="System\UInt64.cs" />
320    <Compile Include="System\UIntPtr.cs" />
321    <Compile Include="System\UnauthorizedAccessException.cs" />
322    <Compile Include="System\UnhandledExceptionEventArgs.cs" />
323    <Compile Include="System\UnhandledExceptionEventHandler.cs" />
324    <Compile Include="System\UnitySerializationHolder.cs" />
325    <Compile Include="System\ValueType.cs" />
326    <Compile Include="System\Variant.cs" />
327    <Compile Include="System\Version.cs" />
328    <Compile Include="System\Void.cs" />
329    <Compile Include="System\WeakReference.cs" />
330    <Compile Include="System\WindowsConsoleDriver.cs" />
331    <Compile Include="System\_AppDomain.cs" />
332    <Compile Include="System\__ComObject.cs" />
333    <Compile Include="System.Collections\ArrayList.cs" />
334    <Compile Include="System.Collections\BitArray.cs" />
335    <Compile Include="System.Collections\CaseInsensitiveComparer.cs" />
336    <Compile Include="System.Collections\CaseInsensitiveHashCodeProvider.cs" />
337    <Compile Include="System.Collections\CollectionBase.cs" />
338    <Compile Include="System.Collections\Comparer.cs" />
339    <Compile Include="System.Collections\CollectionDebuggerView.cs" />
340    <Compile Include="System.Collections\DictionaryBase.cs" />
341    <Compile Include="System.Collections\DictionaryEntry.cs" />
342    <Compile Include="System.Collections\Hashtable.cs" />
343    <Compile Include="System.Collections\ICollection.cs" />
344    <Compile Include="System.Collections\IComparer.cs" />
345    <Compile Include="System.Collections\IDictionary.cs" />
346    <Compile Include="System.Collections\IDictionaryEnumerator.cs" />
347    <Compile Include="System.Collections\IEnumerable.cs" />
348    <Compile Include="System.Collections\IEnumerator.cs" />
349    <Compile Include="System.Collections\IEqualityComparer.cs" />
350    <Compile Include="System.Collections\IHashCodeProvider.cs" />
351    <Compile Include="System.Collections\IList.cs" />
352    <Compile Include="System.Collections\IStructuralComparable.cs" />
353    <Compile Include="System.Collections\IStructuralEquatable.cs" />
354    <Compile Include="System.Collections\Queue.cs" />
355    <Compile Include="System.Collections\ReadOnlyCollectionBase.cs" />
356    <Compile Include="System.Collections\SortedList.cs" />
357    <Compile Include="System.Collections\Stack.cs" />
358    <Compile Include="System.Collections\StructuralComparisons.cs" />
359    <Compile Include="System.Configuration.Assemblies\AssemblyHash.cs" />
360    <Compile Include="System.Configuration.Assemblies\AssemblyHashAlgorithm.cs" />
361    <Compile Include="System.Configuration.Assemblies\AssemblyVersionCompatibility.cs" />
362    <Compile Include="System.Configuration.Assemblies\ProcessorID.cs" />
363    <Compile Include="System.Deployment.Internal\InternalActivationContextHelper.cs" />
364    <Compile Include="System.Deployment.Internal\InternalApplicationIdentityHelper.cs" />
365    <Compile Include="System.Diagnostics\ConditionalAttribute.cs" />
366    <Compile Include="System.Diagnostics\DebuggableAttribute.cs" />
367    <Compile Include="System.Diagnostics\Debugger.cs" />
368    <Compile Include="System.Diagnostics\DebuggerBrowsableState.cs" />
369    <Compile Include="System.Diagnostics\DebuggerBrowsableAttribute.cs" />
370    <Compile Include="System.Diagnostics\DebuggerDisplayAttribute.cs" />
371    <Compile Include="System.Diagnostics\DebuggerHiddenAttribute.cs" />
372    <Compile Include="System.Diagnostics\DebuggerNonUserCodeAttribute.cs" />
373    <Compile Include="System.Diagnostics\DebuggerStepThroughAttribute.cs" />
374    <Compile Include="System.Diagnostics\DebuggerStepperBoundaryAttribute.cs" />
375    <Compile Include="System.Diagnostics\DebuggerTypeProxyAttribute.cs" />
376    <Compile Include="System.Diagnostics\DebuggerVisualizerAttribute.cs" />
377    <Compile Include="System.Diagnostics\StackFrame.cs" />
378    <Compile Include="System.Diagnostics\StackTrace.cs" />
379    <Compile Include="System.Diagnostics.CodeAnalysis\SuppressMessageAttribute.cs" />
380    <Compile Include="System.Diagnostics.Contracts\Contract.cs" />
381    <Compile Include="System.Diagnostics.Contracts\ContractAbbreviatorAttribute.cs" />
382    <Compile Include="System.Diagnostics.Contracts\ContractArgumentValidatorAttribute.cs" />
383    <Compile Include="System.Diagnostics.Contracts\ContractClassAttribute.cs" />
384    <Compile Include="System.Diagnostics.Contracts\ContractClassForAttribute.cs" />
385    <Compile Include="System.Diagnostics.Contracts\ContractException.cs" />
386    <Compile Include="System.Diagnostics.Contracts\ContractFailedEventArgs.cs" />
387    <Compile Include="System.Diagnostics.Contracts\ContractFailureKind.cs" />
388    <Compile Include="System.Diagnostics.Contracts\ContractInvariantMethodAttribute.cs" />
389    <Compile Include="System.Diagnostics.Contracts\ContractPublicPropertyNameAttribute.cs" />
390    <Compile Include="System.Diagnostics.Contracts\ContractReferenceAssemblyAttribute.cs" />
391    <Compile Include="System.Diagnostics.Contracts\ContractRuntimeIgnoredAttribute.cs" />
392    <Compile Include="System.Diagnostics.Contracts\ContractShouldAssertException.cs" />
393    <Compile Include="System.Diagnostics.Contracts\ContractVerificationAttribute.cs" />
394    <Compile Include="System.Diagnostics.Contracts\PureAttribute.cs" />
395    <Compile Include="System.Diagnostics.Contracts.Internal\ContractHelper.cs" />
396    <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder.cs" />
397    <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder1.cs" />
398    <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocument.cs" />
399    <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocumentWriter.cs" />
400    <Compile Include="System.Diagnostics.SymbolStore\ISymbolMethod.cs" />
401    <Compile Include="System.Diagnostics.SymbolStore\ISymbolNamespace.cs" />
402    <Compile Include="System.Diagnostics.SymbolStore\ISymbolReader.cs" />
403    <Compile Include="System.Diagnostics.SymbolStore\ISymbolScope.cs" />
404    <Compile Include="System.Diagnostics.SymbolStore\ISymbolVariable.cs" />
405    <Compile Include="System.Diagnostics.SymbolStore\ISymbolWriter.cs" />
406    <Compile Include="System.Diagnostics.SymbolStore\SymAddressKind.cs" />
407    <Compile Include="System.Diagnostics.SymbolStore\SymbolToken.cs" />
408    <Compile Include="System.Diagnostics.SymbolStore\SymDocumentType.cs" />
409    <Compile Include="System.Diagnostics.SymbolStore\SymLanguageType.cs" />
410    <Compile Include="System.Diagnostics.SymbolStore\SymLanguageVendor.cs" />
411    <Compile Include="System.Globalization\Calendar.cs" />
412    <Compile Include="System.Globalization\CalendarAlgorithmType.cs" />
413    <Compile Include="System.Globalization\CalendarWeekRule.cs" />
414    <Compile Include="System.Globalization\CalendricalCalculations.cs" />
415    <Compile Include="System.Globalization\CharUnicodeInfo.cs" />
416    <Compile Include="System.Globalization\ChineseLunisolarCalendar.cs" />
417    <Compile Include="System.Globalization\CodePageDataItem.cs" />
418    <Compile Include="System.Globalization\CompareInfo.cs" />
419    <Compile Include="System.Globalization\CompareOptions.cs" />
420    <Compile Include="System.Globalization\CultureInfo.cs" />
421    <Compile Include="System.Globalization\CultureNotFoundException.cs" />
422    <Compile Include="System.Globalization\CultureTypes.cs" />
423    <Compile Include="System.Globalization\DateTimeFormatInfo.cs" />
424    <Compile Include="System.Globalization\DateTimeStyles.cs" />
425    <Compile Include="System.Globalization\DaylightTime.cs" />
426    <Compile Include="System.Globalization\DigitShapes.cs" />
427    <Compile Include="System.Globalization\EastAsianLunisolarCalendar.cs" />
428    <Compile Include="System.Globalization\GregorianCalendar.cs" />
429    <Compile Include="System.Globalization\GregorianCalendarTypes.cs" />
430    <Compile Include="System.Globalization\HebrewCalendar.cs" />
431    <Compile Include="System.Globalization\HijriCalendar.cs" />
432    <Compile Include="System.Globalization\IdnMapping.cs" />
433    <Compile Include="System.Globalization\JapaneseCalendar.cs" />
434    <Compile Include="System.Globalization\JapaneseLunisolarCalendar.cs" />
435    <Compile Include="System.Globalization\JulianCalendar.cs" />
436    <Compile Include="System.Globalization\KoreanCalendar.cs" />
437    <Compile Include="System.Globalization\KoreanLunisolarCalendar.cs" />
438    <Compile Include="System.Globalization\NumberFormatInfo.cs" />
439    <Compile Include="System.Globalization\NumberStyles.cs" />
440    <Compile Include="System.Globalization\PersianCalendar.cs" />
441    <Compile Include="System.Globalization\RegionInfo.cs" />
442    <Compile Include="System.Globalization\RegionInfo.MonoTouch.cs" />
443    <Compile Include="System.Globalization\StringInfo.cs" />
444    <Compile Include="System.Globalization\TaiwanCalendar.cs" />
445    <Compile Include="System.Globalization\TaiwanLunisolarCalendar.cs" />
446    <Compile Include="System.Globalization\TextElementEnumerator.cs" />
447    <Compile Include="System.Globalization\TextInfo.cs" />
448    <Compile Include="System.Globalization\ThaiBuddhistCalendar.cs" />
449    <Compile Include="System.Globalization\TimeSpanStyles.cs" />
450    <Compile Include="System.Globalization\UmAlQuraCalendar.cs" />
451    <Compile Include="System.Globalization\UnicodeCategory.cs" />
452    <Compile Include="System.IO\BinaryReader.cs" />
453    <Compile Include="System.IO\BinaryWriter.cs" />
454    <Compile Include="System.IO\BufferedStream.cs" />
455    <Compile Include="System.IO\Directory.cs" />
456    <Compile Include="System.IO\DirectoryInfo.cs" />
457    <Compile Include="System.IO\DirectoryNotFoundException.cs" />
458    <Compile Include="System.IO\DriveInfo.cs" />
459    <Compile Include="System.IO\DriveNotFoundException.cs" />
460    <Compile Include="System.IO\DriveType.cs" />
461    <Compile Include="System.IO\EndOfStreamException.cs" />
462    <Compile Include="System.IO\File.cs" />
463    <Compile Include="System.IO\FileAccess.cs" />
464    <Compile Include="System.IO\FileAttributes.cs" />
465    <Compile Include="System.IO\FileInfo.cs" />
466    <Compile Include="System.IO\FileLoadException.cs" />
467    <Compile Include="System.IO\FileMode.cs" />
468    <Compile Include="System.IO\FileNotFoundException.cs" />
469    <Compile Include="System.IO\FileOptions.cs" />
470    <Compile Include="System.IO\FileShare.cs" />
471    <Compile Include="System.IO\FileStream.cs" />
472    <Compile Include="System.IO\FileStreamAsyncResult.cs" />
473    <Compile Include="System.IO\FileSystemInfo.cs" />
474    <Compile Include="System.IO\IOException.cs" />
475    <Compile Include="System.IO\LogcatTextWriter.cs" />
476    <Compile Include="System.IO\MemoryStream.cs" />
477    <Compile Include="System.IO\MonoIO.cs" />
478    <Compile Include="System.IO\MonoIOError.cs" />
479    <Compile Include="System.IO\MonoFileType.cs" />
480    <Compile Include="System.IO\MonoIOStat.cs" />
481    <Compile Include="System.IO\Path.cs" />
482    <Compile Include="System.IO\PathTooLongException.cs" />
483    <Compile Include="System.IO\SearchOption.cs" />
484    <Compile Include="System.IO\SearchPattern.cs" />
485    <Compile Include="System.IO\SeekOrigin.cs" />
486    <Compile Include="System.IO\Stream.cs" />
487    <Compile Include="System.IO\StreamReader.cs" />
488    <Compile Include="System.IO\StreamWriter.cs" />
489    <Compile Include="System.IO\StringReader.cs" />
490    <Compile Include="System.IO\StringWriter.cs" />
491    <Compile Include="System.IO\TextReader.cs" />
492    <Compile Include="System.IO\TextWriter.cs" />
493    <Compile Include="System.IO\UnexceptionalStreamReader.cs" />
494    <Compile Include="System.IO\UnexceptionalStreamWriter.cs" />
495    <Compile Include="System.IO\UnmanagedMemoryAccessor.cs" />
496    <Compile Include="System.IO\UnmanagedMemoryStream.cs" />
497    <Compile Include="System.IO.IsolatedStorage\INormalizeForIsolatedStorage.cs" />
498    <Compile Include="System.IO.IsolatedStorage\MoonIsolatedStorage.cs" />
499    <Compile Include="System.IO.IsolatedStorage\MoonIsolatedStorageFile.cs" />
500    <Compile Include="System.IO.IsolatedStorage\MoonIsolatedStorageFileStream.cs" />
501    <Compile Include="System.IO.IsolatedStorage\IsolatedStorage.cs" />
502    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageException.cs" />
503    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFile.cs" />
504    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileEnumerator.cs" />
505    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileStream.cs" />
506    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageScope.cs" />
507    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityOptions.cs" />
508    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityState.cs" />
509    <Compile Include="System.Reflection\AmbiguousMatchException.cs" />
510    <Compile Include="System.Reflection\Assembly.cs" />
511    <Compile Include="System.Reflection\AssemblyAlgorithmIdAttribute.cs" />
512    <Compile Include="System.Reflection\AssemblyCompanyAttribute.cs" />
513    <Compile Include="System.Reflection\AssemblyConfigurationAttribute.cs" />
514    <Compile Include="System.Reflection\AssemblyCopyrightAttribute.cs" />
515    <Compile Include="System.Reflection\AssemblyCultureAttribute.cs" />
516    <Compile Include="System.Reflection\AssemblyDefaultAliasAttribute.cs" />
517    <Compile Include="System.Reflection\AssemblyDelaySignAttribute.cs" />
518    <Compile Include="System.Reflection\AssemblyDescriptionAttribute.cs" />
519    <Compile Include="System.Reflection\AssemblyFileVersionAttribute.cs" />
520    <Compile Include="System.Reflection\AssemblyFlagsAttribute.cs" />
521    <Compile Include="System.Reflection\AssemblyInformationalVersionAttribute.cs" />
522    <Compile Include="System.Reflection\AssemblyKeyFileAttribute.cs" />
523    <Compile Include="System.Reflection\AssemblyKeyNameAttribute.cs" />
524    <Compile Include="System.Reflection\AssemblyMetadataAttribute.cs" />
525    <Compile Include="System.Reflection\AssemblyName.cs" />
526    <Compile Include="System.Reflection\AssemblyNameFlags.cs" />
527    <Compile Include="System.Reflection\AssemblyNameProxy.cs" />
528    <Compile Include="System.Reflection\AssemblyProductAttribute.cs" />
529    <Compile Include="System.Reflection\AssemblySignatureKeyAttribute.cs" />
530    <Compile Include="System.Reflection\AssemblyTitleAttribute.cs" />
531    <Compile Include="System.Reflection\AssemblyTradeMarkAttribute.cs" />
532    <Compile Include="System.Reflection\AssemblyVersionAttribute.cs" />
533    <Compile Include="System.Reflection\Binder.cs" />
534    <Compile Include="System.Reflection\BindingFlags.cs" />
535    <Compile Include="System.Reflection\CallingConventions.cs" />
536    <Compile Include="System.Reflection\ConstructorInfo.cs" />
537    <Compile Include="System.Reflection\CustomAttributeData.cs" />
538    <Compile Include="System.Reflection\CustomAttributeExtensions.cs" />
539    <Compile Include="System.Reflection\CustomAttributeFormatException.cs" />
540    <Compile Include="System.Reflection\CustomAttributeNamedArgument.cs" />
541    <Compile Include="System.Reflection\CustomAttributeTypedArgument.cs" />
542    <Compile Include="System.Reflection\DefaultMemberAttribute.cs" />
543    <Compile Include="System.Reflection\EventAttributes.cs" />
544    <Compile Include="System.Reflection\EventInfo.cs" />
545    <Compile Include="System.Reflection\ExceptionHandlingClause.cs" />
546    <Compile Include="System.Reflection\ExceptionHandlingClauseOptions.cs" />
547    <Compile Include="System.Reflection\FieldAttributes.cs" />
548    <Compile Include="System.Reflection\FieldInfo.cs" />
549    <Compile Include="System.Reflection\GenericParameterAttributes.cs" />
550    <Compile Include="System.Reflection\ICustomAttributeProvider.cs" />
551    <Compile Include="System.Reflection\ImageFileMachine.cs" />
552    <Compile Include="System.Reflection\InterfaceMapping.cs" />
553    <Compile Include="System.Reflection\IntrospectionExtensions.cs" />
554    <Compile Include="System.Reflection\InvalidFilterCriteriaException.cs" />
555    <Compile Include="System.Reflection\IReflect.cs" />
556    <Compile Include="System.Reflection\IReflectableType.cs" />
557    <Compile Include="System.Reflection\LocalVariableInfo.cs" />
558    <Compile Include="System.Reflection\ManifestResourceInfo.cs" />
559    <Compile Include="System.Reflection\MemberFilter.cs" />
560    <Compile Include="System.Reflection\MemberInfo.cs" />
561    <Compile Include="System.Reflection\MemberInfoSerializationHolder.cs" />
562    <Compile Include="System.Reflection\MemberTypes.cs" />
563    <Compile Include="System.Reflection\MethodAttributes.cs" />
564    <Compile Include="System.Reflection\MethodBase.cs" />
565    <Compile Include="System.Reflection\MethodBody.cs" />
566    <Compile Include="System.Reflection\MethodImplAttributes.cs" />
567    <Compile Include="System.Reflection\MethodInfo.cs" />
568    <Compile Include="System.Reflection\Missing.cs" />
569    <Compile Include="System.Reflection\Module.cs" />
570    <Compile Include="System.Reflection\ModuleResolveEventHandler.cs" />
571    <Compile Include="System.Reflection\MonoAssembly.cs" />
572    <Compile Include="System.Reflection\MonoGenericClass.cs" />
573    <Compile Include="System.Reflection\MonoGenericMethod.cs" />
574    <Compile Include="System.Reflection\MonoEvent.cs" />
575    <Compile Include="System.Reflection\MonoField.cs" />
576    <Compile Include="System.Reflection\MonoMethod.cs" />
577    <Compile Include="System.Reflection\MonoModule.cs" />
578    <Compile Include="System.Reflection\MonoProperty.cs" />
579    <Compile Include="System.Reflection\ObfuscateAssemblyAttribute.cs" />
580    <Compile Include="System.Reflection\ObfuscationAttribute.cs" />
581    <Compile Include="System.Reflection\ParameterAttributes.cs" />
582    <Compile Include="System.Reflection\ParameterInfo.cs" />
583    <Compile Include="System.Reflection\ParameterModifier.cs" />
584    <Compile Include="System.Reflection\Pointer.cs" />
585    <Compile Include="System.Reflection\PortableExecutableKinds.cs" />
586    <Compile Include="System.Reflection\ProcessorArchitecture.cs" />
587    <Compile Include="System.Reflection\PropertyAttributes.cs" />
588    <Compile Include="System.Reflection\PropertyInfo.cs" />
589    <Compile Include="System.Reflection\ReflectionContext.cs" />
590    <Compile Include="System.Reflection\ReflectionTypeLoadException.cs" />
591    <Compile Include="System.Reflection\ResourceAttributes.cs" />
592    <Compile Include="System.Reflection\ResourceLocation.cs" />
593    <Compile Include="System.Reflection\StrongNameKeyPair.cs" />
594    <Compile Include="System.Reflection\TargetException.cs" />
595    <Compile Include="System.Reflection\TargetInvocationException.cs" />
596    <Compile Include="System.Reflection\TargetParameterCountException.cs" />
597    <Compile Include="System.Reflection\TypeAttributes.cs" />
598    <Compile Include="System.Reflection\TypeDelegator.cs" />
599    <Compile Include="System.Reflection\TypeFilter.cs" />
600    <Compile Include="System.Reflection\TypeInfo.cs" />
601    <Compile Include="System.Reflection.Emit\AssemblyBuilder.cs" />
602    <Compile Include="System.Reflection.Emit\AssemblyBuilderAccess.cs" />
603    <Compile Include="System.Reflection.Emit\ConstructorBuilder.cs" />
604    <Compile Include="System.Reflection.Emit\ConstructorOnTypeBuilderInst.cs" />
605    <Compile Include="System.Reflection.Emit\CustomAttributeBuilder.cs" />
606    <Compile Include="System.Reflection.Emit\DerivedTypes.cs" />
607    <Compile Include="System.Reflection.Emit\DynamicILInfo.cs" />
608    <Compile Include="System.Reflection.Emit\DynamicMethod.cs" />
609    <Compile Include="System.Reflection.Emit\EnumBuilder.cs" />
610    <Compile Include="System.Reflection.Emit\EventBuilder.cs" />
611    <Compile Include="System.Reflection.Emit\EventOnTypeBuilderInst.cs" />
612    <Compile Include="System.Reflection.Emit\EventToken.cs" />
613    <Compile Include="System.Reflection.Emit\FieldBuilder.cs" />
614    <Compile Include="System.Reflection.Emit\FieldOnTypeBuilderInst.cs" />
615    <Compile Include="System.Reflection.Emit\FieldToken.cs" />
616    <Compile Include="System.Reflection.Emit\FlowControl.cs" />
617    <Compile Include="System.Reflection.Emit\GenericTypeParameterBuilder.cs" />
618    <Compile Include="System.Reflection.Emit\ILGenerator.cs" />
619    <Compile Include="System.Reflection.Emit\Label.cs" />
620    <Compile Include="System.Reflection.Emit\LocalBuilder.cs" />
621    <Compile Include="System.Reflection.Emit\MethodBuilder.cs" />
622    <Compile Include="System.Reflection.Emit\MethodOnTypeBuilderInst.cs" />
623    <Compile Include="System.Reflection.Emit\MethodToken.cs" />
624    <Compile Include="System.Reflection.Emit\MethodRental.cs" />
625    <Compile Include="System.Reflection.Emit\ModuleBuilder.cs" />
626    <Compile Include="System.Reflection.Emit\MonoArrayMethod.cs" />
627    <Compile Include="System.Reflection.Emit\OpCodeNames.cs" />
628    <Compile Include="System.Reflection.Emit\OpCode.cs" />
629    <Compile Include="System.Reflection.Emit\OpCodes.cs" />
630    <Compile Include="System.Reflection.Emit\OpCodeType.cs" />
631    <Compile Include="System.Reflection.Emit\OperandType.cs" />
632    <Compile Include="System.Reflection.Emit\PackingSize.cs" />
633    <Compile Include="System.Reflection.Emit\ParameterBuilder.cs" />
634    <Compile Include="System.Reflection.Emit\ParameterToken.cs" />
635    <Compile Include="System.Reflection.Emit\PEFileKinds.cs" />
636    <Compile Include="System.Reflection.Emit\PropertyBuilder.cs" />
637    <Compile Include="System.Reflection.Emit\PropertyOnTypeBuilderInst.cs" />
638    <Compile Include="System.Reflection.Emit\PropertyToken.cs" />
639    <Compile Include="System.Reflection.Emit\SignatureHelper.cs" />
640    <Compile Include="System.Reflection.Emit\SignatureToken.cs" />
641    <Compile Include="System.Reflection.Emit\StackBehaviour.cs" />
642    <Compile Include="System.Reflection.Emit\StringToken.cs" />
643    <Compile Include="System.Reflection.Emit\TypeBuilder.cs" />
644    <Compile Include="System.Reflection.Emit\TypeToken.cs" />
645    <Compile Include="System.Reflection.Emit\UnmanagedMarshal.cs" />
646    <Compile Include="System.Resources\IResourceReader.cs" />
647    <Compile Include="System.Resources\IResourceWriter.cs" />
648    <Compile Include="System.Resources\MissingManifestResourceException.cs" />
649    <Compile Include="System.Resources\MissingSatelliteAssemblyException.cs" />
650    <Compile Include="System.Resources\NeutralResourcesLanguageAttribute.cs" />
651    <Compile Include="System.Resources\ResourceManager.cs" />
652    <Compile Include="System.Resources\ResourceReader.cs" />
653    <Compile Include="System.Resources\ResourceSet.cs" />
654    <Compile Include="System.Resources\ResourceWriter.cs" />
655    <Compile Include="System.Resources\RuntimeResourceSet.cs" />
656    <Compile Include="System.Resources\SatelliteContractVersionAttribute.cs" />
657    <Compile Include="System.Resources\UltimateResourceFallbackLocation.cs" />
658    <Compile Include="System.Resources\Win32Resources.cs" />
659    <Compile Include="System.Runtime\AssemblyTargetedPatchBandAttribute.cs" />
660    <Compile Include="System.Runtime\GCLatencyMode.cs" />
661    <Compile Include="System.Runtime\GCSettings.cs" />
662    <Compile Include="System.Runtime\MemoryFailPoint.cs" />
663    <Compile Include="System.Runtime\TargetedPatchingOptOutAttribute.cs" />
664    <Compile Include="System.Runtime.CompilerServices\AccessedThroughPropertyAttribute.cs" />
665    <Compile Include="System.Runtime.CompilerServices\AsyncStateMachineAttribute.cs" />
666    <Compile Include="System.Runtime.CompilerServices\AsyncVoidMethodBuilder.cs" />
667    <Compile Include="System.Runtime.CompilerServices\AsyncTaskMethodBuilder.cs" />
668    <Compile Include="System.Runtime.CompilerServices\AsyncTaskMethodBuilder_T.cs" />
669    <Compile Include="System.Runtime.CompilerServices\ReferenceAssemblyAttribute.cs" />
670    <Compile Include="System.Runtime.CompilerServices\CallConvCdecl.cs" />
671    <Compile Include="System.Runtime.CompilerServices\CallConvFastcall.cs" />
672    <Compile Include="System.Runtime.CompilerServices\CallConvThiscall.cs" />
673    <Compile Include="System.Runtime.CompilerServices\CallConvStdcall.cs" />
674    <Compile Include="System.Runtime.CompilerServices\CallerFilePathAttribute.cs" />
675    <Compile Include="System.Runtime.CompilerServices\CallerLineNumberAttribute.cs" />
676    <Compile Include="System.Runtime.CompilerServices\CallerMemberNameAttribute.cs" />
677    <Compile Include="System.Runtime.CompilerServices\CompilationRelaxations.cs" />
678    <Compile Include="System.Runtime.CompilerServices\CompilationRelaxationsAttribute.cs" />
679    <Compile Include="System.Runtime.CompilerServices\CompilerGeneratedAttribute.cs" />
680    <Compile Include="System.Runtime.CompilerServices\CompilerGlobalScopeAttribute.cs" />
681    <Compile Include="System.Runtime.CompilerServices\CompilerMarshalOverride.cs" />
682    <Compile Include="System.Runtime.CompilerServices\ConditionalWeakTable.cs" />
683    <Compile Include="System.Runtime.CompilerServices\ConfiguredTaskAwaitable.cs" />
684    <Compile Include="System.Runtime.CompilerServices\ConfiguredTaskAwaitable_T.cs" />
685    <Compile Include="System.Runtime.CompilerServices\ContractHelper.cs" />
686    <Compile Include="System.Runtime.CompilerServices\CustomConstantAttribute.cs" />
687    <Compile Include="System.Runtime.CompilerServices\DateTimeConstantAttribute.cs" />
688    <Compile Include="System.Runtime.CompilerServices\DecimalConstantAttribute.cs" />
689    <Compile Include="System.Runtime.CompilerServices\DefaultDependencyAttribute.cs" />
690    <Compile Include="System.Runtime.CompilerServices\DependencyAttribute.cs" />
691    <Compile Include="System.Runtime.CompilerServices\DiscardableAttribute.cs" />
692    <Compile Include="System.Runtime.CompilerServices\ExtensionAttribute.cs" />
693    <Compile Include="System.Runtime.CompilerServices\FixedAddressValueTypeAttribute.cs" />
694    <Compile Include="System.Runtime.CompilerServices\FixedBufferAttribute.cs" />
695    <Compile Include="System.Runtime.CompilerServices\HasCopySemanticsAttribute.cs" />
696    <Compile Include="System.Runtime.CompilerServices\IAsyncStateMachine.cs" />
697    <Compile Include="System.Runtime.CompilerServices\ICriticalNotifyCompletion.cs" />
698    <Compile Include="System.Runtime.CompilerServices\IDispatchConstantAttribute.cs" />
699    <Compile Include="System.Runtime.CompilerServices\IUnknownConstantAttribute.cs" />
700    <Compile Include="System.Runtime.CompilerServices\IndexerNameAttribute.cs" />
701    <Compile Include="System.Runtime.CompilerServices\INotifyCompletion.cs" />
702    <Compile Include="System.Runtime.CompilerServices\InternalsVisibleToAttribute.cs" />
703    <Compile Include="System.Runtime.CompilerServices\IsBoxed.cs" />
704    <Compile Include="System.Runtime.CompilerServices\IsByValue.cs" />
705    <Compile Include="System.Runtime.CompilerServices\IsConst.cs" />
706    <Compile Include="System.Runtime.CompilerServices\IsCopyConstructed.cs" />
707    <Compile Include="System.Runtime.CompilerServices\IsExplicitlyDereferenced.cs" />
708    <Compile Include="System.Runtime.CompilerServices\IsImplicitlyDereferenced.cs" />
709    <Compile Include="System.Runtime.CompilerServices\IsJitIntrinsic.cs" />
710    <Compile Include="System.Runtime.CompilerServices\IsLong.cs" />
711    <Compile Include="System.Runtime.CompilerServices\IsPinned.cs" />
712    <Compile Include="System.Runtime.CompilerServices\IsSignUnspecifiedByte.cs" />
713    <Compile Include="System.Runtime.CompilerServices\IsUdtReturn.cs" />
714    <Compile Include="System.Runtime.CompilerServices\IsVolatile.cs" />
715    <Compile Include="System.Runtime.CompilerServices\IteratorStateMachineAttribute.cs" />
716    <Compile Include="System.Runtime.CompilerServices\LoadHint.cs" />
717    <Compile Include="System.Runtime.CompilerServices\MethodCodeType.cs" />
718    <Compile Include="System.Runtime.CompilerServices\MethodImplAttribute.cs" />
719    <Compile Include="System.Runtime.CompilerServices\MethodImplOptions.cs" />
720    <Compile Include="System.Runtime.CompilerServices\NativeCppClassAttribute.cs" />
721    <Compile Include="System.Runtime.CompilerServices\RequiredAttributeAttribute.cs" />
722    <Compile Include="System.Runtime.CompilerServices\RuntimeCompatibilityAttribute.cs" />
723    <Compile Include="System.Runtime.CompilerServices\RuntimeHelpers.cs" />
724    <Compile Include="System.Runtime.CompilerServices\RuntimeWrappedException.cs" />
725    <Compile Include="System.Runtime.CompilerServices\SpecialNameAttribute.cs" />
726    <Compile Include="System.Runtime.CompilerServices\ScopelessEnumAttribute.cs" />
727    <Compile Include="System.Runtime.CompilerServices\SuppressIldasmAttribute.cs" />
728    <Compile Include="System.Runtime.CompilerServices\StateMachineAttribute.cs" />
729    <Compile Include="System.Runtime.CompilerServices\StringFreezingAttribute.cs" />
730    <Compile Include="System.Runtime.CompilerServices\UnsafeValueTypeAttribute.cs" />
731    <Compile Include="System.Runtime.CompilerServices\TaskAwaiter.cs" />
732    <Compile Include="System.Runtime.CompilerServices\TaskAwaiter_T.cs" />
733    <Compile Include="System.Runtime.CompilerServices\TypeForwardedFromAttribute.cs" />
734    <Compile Include="System.Runtime.CompilerServices\TypeForwardedToAttribute.cs" />
735    <Compile Include="System.Runtime.CompilerServices\YieldAwaitable.cs" />
736    <Compile Include="System.Runtime.ConstrainedExecution\CriticialFinalizerObject.cs" />
737    <Compile Include="System.Runtime.ConstrainedExecution\CER.cs" />
738    <Compile Include="System.Runtime.ConstrainedExecution\Consistency.cs" />
739    <Compile Include="System.Runtime.ConstrainedExecution\PrePrepareMethodAttribute.cs" />
740    <Compile Include="System.Runtime.ConstrainedExecution\ReliabilityContractAttribute.cs" />
741    <Compile Include="System.Runtime.ExceptionServices\ExceptionDispatchInfo.cs" />
742    <Compile Include="System.Runtime.ExceptionServices\FirstChanceExceptionEventArgs.cs" />
743    <Compile Include="System.Runtime.ExceptionServices\HandleProcessCorruptedStateExceptionsAttribute.cs" />
744    <Compile Include="System.Runtime.Hosting\ActivationArguments.cs" />
745    <Compile Include="System.Runtime.Hosting\ApplicationActivator.cs" />
746    <Compile Include="System.Runtime.InteropServices\_Activator.cs" />
747    <Compile Include="System.Runtime.InteropServices\_Assembly.cs" />
748    <Compile Include="System.Runtime.InteropServices\_AssemblyBuilder.cs" />
749    <Compile Include="System.Runtime.InteropServices\_AssemblyName.cs" />
750    <Compile Include="System.Runtime.InteropServices\_Attribute.cs" />
751    <Compile Include="System.Runtime.InteropServices\_ConstructorBuilder.cs" />
752    <Compile Include="System.Runtime.InteropServices\_ConstructorInfo.cs" />
753    <Compile Include="System.Runtime.InteropServices\_CustomAttributeBuilder.cs" />
754    <Compile Include="System.Runtime.InteropServices\_EnumBuilder.cs" />
755    <Compile Include="System.Runtime.InteropServices\_EventBuilder.cs" />
756    <Compile Include="System.Runtime.InteropServices\_EventInfo.cs" />
757    <Compile Include="System.Runtime.InteropServices\_Exception.cs" />
758    <Compile Include="System.Runtime.InteropServices\_FieldBuilder.cs" />
759    <Compile Include="System.Runtime.InteropServices\_FieldInfo.cs" />
760    <Compile Include="System.Runtime.InteropServices\_ILGenerator.cs" />
761    <Compile Include="System.Runtime.InteropServices\_LocalBuilder.cs" />
762    <Compile Include="System.Runtime.InteropServices\_MemberInfo.cs" />
763    <Compile Include="System.Runtime.InteropServices\_MethodBase.cs" />
764    <Compile Include="System.Runtime.InteropServices\_MethodBuilder.cs" />
765    <Compile Include="System.Runtime.InteropServices\_MethodInfo.cs" />
766    <Compile Include="System.Runtime.InteropServices\_MethodRental.cs" />
767    <Compile Include="System.Runtime.InteropServices\_Module.cs" />
768    <Compile Include="System.Runtime.InteropServices\_ModuleBuilder.cs" />
769    <Compile Include="System.Runtime.InteropServices\_ParameterBuilder.cs" />
770    <Compile Include="System.Runtime.InteropServices\_ParameterInfo.cs" />
771    <Compile Include="System.Runtime.InteropServices\_PropertyBuilder.cs" />
772    <Compile Include="System.Runtime.InteropServices\_PropertyInfo.cs" />
773    <Compile Include="System.Runtime.InteropServices\_SignatureHelper.cs" />
774    <Compile Include="System.Runtime.InteropServices\_Thread.cs" />
775    <Compile Include="System.Runtime.InteropServices\_Type.cs" />
776    <Compile Include="System.Runtime.InteropServices\_TypeBuilder.cs" />
777    <Compile Include="System.Runtime.InteropServices\AllowReversePInvokeCallsAttribute.cs" />
778    <Compile Include="System.Runtime.InteropServices\ArrayWithOffset.cs" />
779    <Compile Include="System.Runtime.InteropServices\AssemblyRegistrationFlags.cs" />
780    <Compile Include="System.Runtime.InteropServices\AutomationProxyAttribute.cs" />
781    <Compile Include="System.Runtime.InteropServices\BestFitMappingAttribute.cs" />
782    <Compile Include="System.Runtime.InteropServices\BIND_OPTS.cs" />
783    <Compile Include="System.Runtime.InteropServices\BINDPTR.cs" />
784    <Compile Include="System.Runtime.InteropServices\BStrWrapper.cs" />
785    <Compile Include="System.Runtime.InteropServices\CALLCONV.cs" />
786    <Compile Include="System.Runtime.InteropServices\CallingConvention.cs" />
787    <Compile Include="System.Runtime.InteropServices\CharSet.cs" />
788    <Compile Include="System.Runtime.InteropServices\ClassInterfaceAttribute.cs" />
789    <Compile Include="System.Runtime.InteropServices\ClassInterfaceType.cs" />
790    <Compile Include="System.Runtime.InteropServices\CoClassAttribute.cs" />
791    <Compile Include="System.Runtime.InteropServices\ComAliasNameAttribute.cs" />
792    <Compile Include="System.Runtime.InteropServices\ComCompatibleVersionAttribute.cs" />
793    <Compile Include="System.Runtime.InteropServices\ComConversionLossAttribute.cs" />
794    <Compile Include="System.Runtime.InteropServices\ComDefaultInterfaceAttribute.cs" />
795    <Compile Include="System.Runtime.InteropServices\COMException.cs" />
796    <Compile Include="System.Runtime.InteropServices\ComEventInterfaceAttribute.cs" />
797    <Compile Include="System.Runtime.InteropServices\ComImportAttribute.cs" />
798    <Compile Include="System.Runtime.InteropServices\ComInterfaceType.cs" />
799    <Compile Include="System.Runtime.InteropServices\ComMemberType.cs" />
800    <Compile Include="System.Runtime.InteropServices\ComRegisterFunctionAttribute.cs" />
801    <Compile Include="System.Runtime.InteropServices\ComSourceInterfacesAttribute.cs" />
802    <Compile Include="System.Runtime.InteropServices\ComUnregisterFunctionAttribute.cs" />
803    <Compile Include="System.Runtime.InteropServices\ComVisible.cs" />
804    <Compile Include="System.Runtime.InteropServices\CONNECTDATA.cs" />
805    <Compile Include="System.Runtime.InteropServices\CriticalHandle.cs" />
806    <Compile Include="System.Runtime.InteropServices\CurrencyWrapper.cs" />
807    <Compile Include="System.Runtime.InteropServices\DefaultCharSetAttribute.cs" />
808    <Compile Include="System.Runtime.InteropServices\DESCKIND.cs" />
809    <Compile Include="System.Runtime.InteropServices\DispatchWrapper.cs" />
810    <Compile Include="System.Runtime.InteropServices\DISPPARAMS.cs" />
811    <Compile Include="System.Runtime.InteropServices\DispIdAttribute.cs" />
812    <Compile Include="System.Runtime.InteropServices\DllImportAttribute.cs" />
813    <Compile Include="System.Runtime.InteropServices\ELEMDESC.cs" />
814    <Compile Include="System.Runtime.InteropServices\ErrorWrapper.cs" />
815    <Compile Include="System.Runtime.InteropServices\EXCEPINFO.cs" />
816    <Compile Include="System.Runtime.InteropServices\ExporterEventKind.cs" />
817    <Compile Include="System.Runtime.InteropServices\ExtensibleClassFactory.cs" />
818    <Compile Include="System.Runtime.InteropServices\ExternalException.cs" />
819    <Compile Include="System.Runtime.InteropServices\FieldOffsetAttribute.cs" />
820    <Compile Include="System.Runtime.InteropServices\FILETIME.cs" />
821    <Compile Include="System.Runtime.InteropServices\FUNCDESC.cs" />
822    <Compile Include="System.Runtime.InteropServices\FUNCFLAGS.cs" />
823    <Compile Include="System.Runtime.InteropServices\FUNCKIND.cs" />
824    <Compile Include="System.Runtime.InteropServices\GCHandle.cs" />
825    <Compile Include="System.Runtime.InteropServices\GCHandleType.cs" />
826    <Compile Include="System.Runtime.InteropServices\GuidAttribute.cs" />
827    <Compile Include="System.Runtime.InteropServices\HandleRef.cs" />
828    <Compile Include="System.Runtime.InteropServices\ICustomAdapter.cs" />
829    <Compile Include="System.Runtime.InteropServices\ICustomFactory.cs" />
830    <Compile Include="System.Runtime.InteropServices\ICustomMarshaler.cs" />
831    <Compile Include="System.Runtime.InteropServices\IDispatchImplAttribute.cs" />
832    <Compile Include="System.Runtime.InteropServices\IDispatchImplType.cs" />
833    <Compile Include="System.Runtime.InteropServices\IDLDESC.cs" />
834    <Compile Include="System.Runtime.InteropServices\IDLFLAG.cs" />
835    <Compile Include="System.Runtime.InteropServices\IMPLTYPEFLAGS.cs" />
836    <Compile Include="System.Runtime.InteropServices\INVOKEKIND.cs" />
837    <Compile Include="System.Runtime.InteropServices\IRegistrationServices.cs" />
838    <Compile Include="System.Runtime.InteropServices\ITypeLibConverter.cs" />
839    <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNameProvider.cs" />
840    <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNotifySink.cs" />
841    <Compile Include="System.Runtime.InteropServices\ITypeLibImporterNotifySink.cs" />
842    <Compile Include="System.Runtime.InteropServices\ImportedFromTypeLibAttribute.cs" />
843    <Compile Include="System.Runtime.InteropServices\ImporterEventKind.cs" />
844    <Compile Include="System.Runtime.InteropServices\InAttribute.cs" />
845    <Compile Include="System.Runtime.InteropServices\InterfaceTypeAttribute.cs" />
846    <Compile Include="System.Runtime.InteropServices\InvalidComObjectException.cs" />
847    <Compile Include="System.Runtime.InteropServices\InvalidOleVariantTypeException.cs" />
848    <Compile Include="System.Runtime.InteropServices\LCIDConversionAttribute.cs" />
849    <Compile Include="System.Runtime.InteropServices\LIBFLAGS.cs" />
850    <Compile Include="System.Runtime.InteropServices\LayoutKind.cs" />
851    <Compile Include="System.Runtime.InteropServices\Marshal.cs" />
852    <Compile Include="System.Runtime.InteropServices\MarshalAsAttribute.cs" />
853    <Compile Include="System.Runtime.InteropServices\MarshalDirectiveException.cs" />
854    <Compile Include="System.Runtime.InteropServices\ObjectCreationDelegate.cs" />
855    <Compile Include="System.Runtime.InteropServices\OptionalAttribute.cs" />
856    <Compile Include="System.Runtime.InteropServices\OutAttribute.cs" />
857    <Compile Include="System.Runtime.InteropServices\PARAMDESC.cs" />
858    <Compile Include="System.Runtime.InteropServices\PARAMFLAG.cs" />
859    <Compile Include="System.Runtime.InteropServices\PreserveSigAttribute.cs" />
860    <Compile Include="System.Runtime.InteropServices\PrimaryInteropAssemblyAttribute.cs" />
861    <Compile Include="System.Runtime.InteropServices\RegistrationClassContext.cs" />
862    <Compile Include="System.Runtime.InteropServices\RegistrationConnectionType.cs" />
863    <Compile Include="System.Runtime.InteropServices\SEHException.cs" />
864    <Compile Include="System.Runtime.InteropServices\STATSTG.cs" />
865    <Compile Include="System.Runtime.InteropServices\ProgIdAttribute.cs" />
866    <Compile Include="System.Runtime.InteropServices\RegistrationServices.cs" />
867    <Compile Include="System.Runtime.InteropServices\RuntimeEnvironment.cs" />
868    <Compile Include="System.Runtime.InteropServices\SafeArrayRankMismatchException.cs" />
869    <Compile Include="System.Runtime.InteropServices\SafeArrayTypeMismatchException.cs" />
870    <Compile Include="System.Runtime.InteropServices\SafeBuffer.cs" />
871    <Compile Include="System.Runtime.InteropServices\SafeHandle.cs" />
872    <Compile Include="System.Runtime.InteropServices\SetWin32ContextInIDispatchAttribute.cs" />
873    <Compile Include="System.Runtime.InteropServices\StructLayoutAttribute.cs" />
874    <Compile Include="System.Runtime.InteropServices\SYSKIND.cs" />
875    <Compile Include="System.Runtime.InteropServices\TYPEATTR.cs" />
876    <Compile Include="System.Runtime.InteropServices\TYPEDESC.cs" />
877    <Compile Include="System.Runtime.InteropServices\TYPEFLAGS.cs" />
878    <Compile Include="System.Runtime.InteropServices\TYPEKIND.cs" />
879    <Compile Include="System.Runtime.InteropServices\TYPELIBATTR.cs" />
880    <Compile Include="System.Runtime.InteropServices\TypeIdentifierAttribute.cs" />
881    <Compile Include="System.Runtime.InteropServices\TypeLibConverter.cs" />
882    <Compile Include="System.Runtime.InteropServices\TypeLibExporterFlags.cs" />
883    <Compile Include="System.Runtime.InteropServices\TypeLibFuncAttribute.cs" />
884    <Compile Include="System.Runtime.InteropServices\TypeLibFuncFlags.cs" />
885    <Compile Include="System.Runtime.InteropServices\TypeLibImportClassAttribute.cs" />
886    <Compile Include="System.Runtime.InteropServices\TypeLibImporterFlags.cs" />
887    <Compile Include="System.Runtime.InteropServices\TypeLibTypeAttribute.cs" />
888    <Compile Include="System.Runtime.InteropServices\TypeLibTypeFlags.cs" />
889    <Compile Include="System.Runtime.InteropServices\TypeLibVarAttribute.cs" />
890    <Compile Include="System.Runtime.InteropServices\TypeLibVarFlags.cs" />
891    <Compile Include="System.Runtime.InteropServices\TypeLibVersionAttribute.cs" />
892    <Compile Include="System.Runtime.InteropServices\UCOMIBindCtx.cs" />
893    <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPoint.cs" />
894    <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPointContainer.cs" />
895    <Compile Include="System.Runtime.InteropServices\UCOMIEnumConnectionPoints.cs" />
896    <Compile Include="System.Runtime.InteropServices\UCOMIEnumConnections.cs" />
897    <Compile Include="System.Runtime.InteropServices\UCOMIEnumMoniker.cs" />
898    <Compile Include="System.Runtime.InteropServices\UCOMIEnumString.cs" />
899    <Compile Include="System.Runtime.InteropServices\UCOMIEnumVARIANT.cs" />
900    <Compile Include="System.Runtime.InteropServices\UCOMIMoniker.cs" />
901    <Compile Include="System.Runtime.InteropServices\UCOMIPersistFile.cs" />
902    <Compile Include="System.Runtime.InteropServices\UCOMIRunningObjectTable.cs" />
903    <Compile Include="System.Runtime.InteropServices\UCOMIStream.cs" />
904    <Compile Include="System.Runtime.InteropServices\UCOMITypeComp.cs" />
905    <Compile Include="System.Runtime.InteropServices\UCOMITypeInfo.cs" />
906    <Compile Include="System.Runtime.InteropServices\UCOMITypeLib.cs" />
907    <Compile Include="System.Runtime.InteropServices\UnknownWrapper.cs" />
908    <Compile Include="System.Runtime.InteropServices\UnmanagedFunctionPointerAttribute.cs" />
909    <Compile Include="System.Runtime.InteropServices\UnmanagedType.cs" />
910    <Compile Include="System.Runtime.InteropServices\VARDESC.cs" />
911    <Compile Include="System.Runtime.InteropServices\VarEnum.cs" />
912    <Compile Include="System.Runtime.InteropServices\VARFLAGS.cs" />
913    <Compile Include="System.Runtime.InteropServices\VariantWrapper.cs" />
914    <Compile Include="System.Runtime.InteropServices.ComTypes\BINDPTR.cs" />
915    <Compile Include="System.Runtime.InteropServices.ComTypes\BIND_OPTS.cs" />
916    <Compile Include="System.Runtime.InteropServices.ComTypes\CALLCONV.cs" />
917    <Compile Include="System.Runtime.InteropServices.ComTypes\CONNECTDATA.cs" />
918    <Compile Include="System.Runtime.InteropServices.ComTypes\DESCKIND.cs" />
919    <Compile Include="System.Runtime.InteropServices.ComTypes\DISPPARAMS.cs" />
920    <Compile Include="System.Runtime.InteropServices.ComTypes\ELEMDESC.cs" />
921    <Compile Include="System.Runtime.InteropServices.ComTypes\EXCEPINFO.cs" />
922    <Compile Include="System.Runtime.InteropServices.ComTypes\FILETIME.cs" />
923    <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCDESC.cs" />
924    <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCFLAGS.cs" />
925    <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCKIND.cs" />
926    <Compile Include="System.Runtime.InteropServices.ComTypes\IBindCtx.cs" />
927    <Compile Include="System.Runtime.InteropServices.ComTypes\IConnectionPoint.cs" />
928    <Compile Include="System.Runtime.InteropServices.ComTypes\IConnectionPointContainer.cs" />
929    <Compile Include="System.Runtime.InteropServices.ComTypes\IDLDESC.cs" />
930    <Compile Include="System.Runtime.InteropServices.ComTypes\IDLFLAG.cs" />
931    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumConnectionPoints.cs" />
932    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumConnections.cs" />
933    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumMoniker.cs" />
934    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumString.cs" />
935    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumVARIANT.cs" />
936    <Compile Include="System.Runtime.InteropServices.ComTypes\IMoniker.cs" />
937    <Compile Include="System.Runtime.InteropServices.ComTypes\IMPLTYPEFLAGS.cs" />
938    <Compile Include="System.Runtime.InteropServices.ComTypes\INVOKEKIND.cs" />
939    <Compile Include="System.Runtime.InteropServices.ComTypes\IPersistFile.cs" />
940    <Compile Include="System.Runtime.InteropServices.ComTypes\IRunningObjectTable.cs" />
941    <Compile Include="System.Runtime.InteropServices.ComTypes\IStream.cs" />
942    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeComp.cs" />
943    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeInfo.cs" />
944    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeInfo2.cs" />
945    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeLib.cs" />
946    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeLib2.cs" />
947    <Compile Include="System.Runtime.InteropServices.ComTypes\LIBFLAGS.cs" />
948    <Compile Include="System.Runtime.InteropServices.ComTypes\PARAMDESC.cs" />
949    <Compile Include="System.Runtime.InteropServices.ComTypes\PARAMFLAG.cs" />
950    <Compile Include="System.Runtime.InteropServices.ComTypes\STATSTG.cs" />
951    <Compile Include="System.Runtime.InteropServices.ComTypes\SYSKIND.cs" />
952    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEATTR.cs" />
953    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEDESC.cs" />
954    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEFLAGS.cs" />
955    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEKIND.cs" />
956    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPELIBATTR.cs" />
957    <Compile Include="System.Runtime.InteropServices.ComTypes\VARDESC.cs" />
958    <Compile Include="System.Runtime.InteropServices.ComTypes\VARFLAGS.cs" />
959    <Compile Include="System.Runtime.InteropServices.ComTypes\VARKIND.cs" />
960    <Compile Include="System.Runtime.InteropServices.Expando\IExpando.cs" />
961    <Compile Include="System.Runtime.Remoting\ActivatedClientTypeEntry.cs" />
962    <Compile Include="System.Runtime.Remoting\ActivatedServiceTypeEntry.cs" />
963    <Compile Include="System.Runtime.Remoting\CustomErrorsModes.cs" />
964    <Compile Include="System.Runtime.Remoting\EnvoyInfo.cs" />
965    <Compile Include="System.Runtime.Remoting\IObjectHandle.cs" />
966    <Compile Include="System.Runtime.Remoting\IChannelInfo.cs" />
967    <Compile Include="System.Runtime.Remoting\Identity.cs" />
968    <Compile Include="System.Runtime.Remoting\InternalRemotingServices.cs" />
969    <Compile Include="System.Runtime.Remoting\IEnvoyInfo.cs" />
970    <Compile Include="System.Runtime.Remoting\IRemotingTypeInfo.cs" />
971    <Compile Include="System.Runtime.Remoting\ObjectHandle.cs" />
972    <Compile Include="System.Runtime.Remoting\ObjRef.cs" />
973    <Compile Include="System.Runtime.Remoting\RemotingConfiguration.cs" />
974    <Compile Include="System.Runtime.Remoting\RemotingException.cs" />
975    <Compile Include="System.Runtime.Remoting\RemotingTimeoutException.cs" />
976    <Compile Include="System.Runtime.Remoting\RemotingServices.cs" />
977    <Compile Include="System.Runtime.Remoting\ServerException.cs" />
978    <Compile Include="System.Runtime.Remoting\ServerIdentity.cs" />
979    <Compile Include="System.Runtime.Remoting\SoapServices.cs" />
980    <Compile Include="System.Runtime.Remoting\TypeEntry.cs" />
981    <Compile Include="System.Runtime.Remoting\TypeInfo.cs" />
982    <Compile Include="System.Runtime.Remoting\WellKnownObjectMode.cs" />
983    <Compile Include="System.Runtime.Remoting\WellKnownClientTypeEntry.cs" />
984    <Compile Include="System.Runtime.Remoting\WellKnownServiceTypeEntry.cs" />
985    <Compile Include="System.Runtime.Remoting.Activation\ActivationServices.cs" />
986    <Compile Include="System.Runtime.Remoting.Activation\ActivatorLevel.cs" />
987    <Compile Include="System.Runtime.Remoting.Activation\AppDomainLevelActivator.cs" />
988    <Compile Include="System.Runtime.Remoting.Activation\ConstructionLevelActivator.cs" />
989    <Compile Include="System.Runtime.Remoting.Activation\ContextLevelActivator.cs" />
990    <Compile Include="System.Runtime.Remoting.Activation\IActivator.cs" />
991    <Compile Include="System.Runtime.Remoting.Activation\IConstructionCallMessage.cs" />
992    <Compile Include="System.Runtime.Remoting.Activation\IConstructionReturnMessage.cs" />
993    <Compile Include="System.Runtime.Remoting.Activation\RemoteActivator.cs" />
994    <Compile Include="System.Runtime.Remoting.Activation\RemoteActivationAttribute.cs" />
995    <Compile Include="System.Runtime.Remoting.Activation\UrlAttribute.cs" />
996    <Compile Include="System.Runtime.Remoting.Channels\AggregateDictionary.cs" />
997    <Compile Include="System.Runtime.Remoting.Channels\BaseChannelObjectWithProperties.cs" />
998    <Compile Include="System.Runtime.Remoting.Channels\BaseChannelSinkWithProperties.cs" />
999    <Compile Include="System.Runtime.Remoting.Channels\BaseChannelWithProperties.cs" />
1000    <Compile Include="System.Runtime.Remoting.Channels\ChannelDataStore.cs" />
1001    <Compile Include="System.Runtime.Remoting.Channels\ChannelServices.cs" />
1002    <Compile Include="System.Runtime.Remoting.Channels\ChannelSinkStackEntry.cs" />
1003    <Compile Include="System.Runtime.Remoting.Channels\ClientChannelSinkStack.cs" />
1004    <Compile Include="System.Runtime.Remoting.Channels\IChannel.cs" />
1005    <Compile Include="System.Runtime.Remoting.Channels\IChannelDataStore.cs" />
1006    <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiver.cs" />
1007    <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiverHook.cs" />
1008    <Compile Include="System.Runtime.Remoting.Channels\IChannelSender.cs" />
1009    <Compile Include="System.Runtime.Remoting.Channels\IChannelSinkBase.cs" />
1010    <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSink.cs" />
1011    <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkProvider.cs" />
1012    <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkStack.cs" />
1013    <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSink.cs" />
1014    <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSinkProvider.cs" />
1015    <Compile Include="System.Runtime.Remoting.Channels\IClientResponseChannelSinkStack.cs" />
1016    <Compile Include="System.Runtime.Remoting.Channels\ISecurableChannel.cs" />
1017    <Compile Include="System.Runtime.Remoting.Channels\IServerResponseChannelSinkStack.cs" />
1018    <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSink.cs" />
1019    <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSinkProvider.cs" />
1020    <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSink.cs" />
1021    <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkProvider.cs" />
1022    <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkStack.cs" />
1023    <Compile Include="System.Runtime.Remoting.Channels\IServerFormatterSinkProvider.cs" />
1024    <Compile Include="System.Runtime.Remoting.Channels\ITransportHeaders.cs" />
1025    <Compile Include="System.Runtime.Remoting.Channels\ServerChannelSinkStack.cs" />
1026    <Compile Include="System.Runtime.Remoting.Channels\ServerProcessing.cs" />
1027    <Compile Include="System.Runtime.Remoting.Channels\SinkProviderData.cs" />
1028    <Compile Include="System.Runtime.Remoting.Channels\TransportHeaders.cs" />
1029    <Compile Include="System.Runtime.Remoting.Channels\CrossAppDomainChannel.cs" />
1030    <Compile Include="System.Runtime.Remoting.Contexts\Context.cs" />
1031    <Compile Include="System.Runtime.Remoting.Contexts\ContextAttribute.cs" />
1032    <Compile Include="System.Runtime.Remoting.Contexts\ContextProperty.cs" />
1033    <Compile Include="System.Runtime.Remoting.Contexts\CrossContextChannel.cs" />
1034    <Compile Include="System.Runtime.Remoting.Contexts\CrossContextDelegate.cs" />
1035    <Compile Include="System.Runtime.Remoting.Contexts\IContextAttribute.cs" />
1036    <Compile Include="System.Runtime.Remoting.Contexts\IContextProperty.cs" />
1037    <Compile Include="System.Runtime.Remoting.Contexts\IContextPropertyActivator.cs" />
1038    <Compile Include="System.Runtime.Remoting.Contexts\IContributeClientContextSink.cs" />
1039    <Compile Include="System.Runtime.Remoting.Contexts\IContributeDynamicSink.cs" />
1040    <Compile Include="System.Runtime.Remoting.Contexts\IContributeEnvoySink.cs" />
1041    <Compile Include="System.Runtime.Remoting.Contexts\IContributeObjectSink.cs" />
1042    <Compile Include="System.Runtime.Remoting.Contexts\IContributeServerContextSink.cs" />
1043    <Compile Include="System.Runtime.Remoting.Contexts\IDynamicMessageSink.cs" />
1044    <Compile Include="System.Runtime.Remoting.Contexts\IDynamicProperty.cs" />
1045    <Compile Include="System.Runtime.Remoting.Contexts\SynchronizationAttribute.cs" />
1046    <Compile Include="System.Runtime.Remoting.Lifetime\ClientSponsor.cs" />
1047    <Compile Include="System.Runtime.Remoting.Lifetime\ILease.cs" />
1048    <Compile Include="System.Runtime.Remoting.Lifetime\ISponsor.cs" />
1049    <Compile Include="System.Runtime.Remoting.Lifetime\Lease.cs" />
1050    <Compile Include="System.Runtime.Remoting.Lifetime\LeaseManager.cs" />
1051    <Compile Include="System.Runtime.Remoting.Lifetime\LeaseSink.cs" />
1052    <Compile Include="System.Runtime.Remoting.Lifetime\LeaseState.cs" />
1053    <Compile Include="System.Runtime.Remoting.Lifetime\LifetimeServices.cs" />
1054    <Compile Include="System.Runtime.Remoting.Messaging\ArgInfo.cs" />
1055    <Compile Include="System.Runtime.Remoting.Messaging\AsyncResult.cs" />
1056    <Compile Include="System.Runtime.Remoting.Messaging\CallContext.cs" />
1057    <Compile Include="System.Runtime.Remoting.Messaging\ClientContextTerminatorSink.cs" />
1058    <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCall.cs" />
1059    <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCallDictionary.cs" />
1060    <Compile Include="System.Runtime.Remoting.Messaging\ConstructionResponse.cs" />
1061    <Compile Include="System.Runtime.Remoting.Messaging\EnvoyTerminatorSink.cs" />
1062    <Compile Include="System.Runtime.Remoting.Messaging\Header.cs" />
1063    <Compile Include="System.Runtime.Remoting.Messaging\HeaderHandler.cs" />
1064    <Compile Include="System.Runtime.Remoting.Messaging\ErrorMessage.cs" />
1065    <Compile Include="System.Runtime.Remoting.Messaging\IInternalMessage.cs" />
1066    <Compile Include="System.Runtime.Remoting.Messaging\IMessage.cs" />
1067    <Compile Include="System.Runtime.Remoting.Messaging\IMessageCtrl.cs" />
1068    <Compile Include="System.Runtime.Remoting.Messaging\IMessageSink.cs" />
1069    <Compile Include="System.Runtime.Remoting.Messaging\IMethodCallMessage.cs" />
1070    <Compile Include="System.Runtime.Remoting.Messaging\IMethodMessage.cs" />
1071    <Compile Include="System.Runtime.Remoting.Messaging\IMethodReturnMessage.cs" />
1072    <Compile Include="System.Runtime.Remoting.Messaging\IRemotingFormatter.cs" />
1073    <Compile Include="System.Runtime.Remoting.Messaging\InternalMessageWrapper.cs" />
1074    <Compile Include="System.Runtime.Remoting.Messaging\ISerializationRootObject.cs" />
1075    <Compile Include="System.Runtime.Remoting.Messaging\LogicalCallContext.cs" />
1076    <Compile Include="System.Runtime.Remoting.Messaging\MessageSurrogateFilter.cs" />
1077    <Compile Include="System.Runtime.Remoting.Messaging\MethodCall.cs" />
1078    <Compile Include="System.Runtime.Remoting.Messaging\MethodCallMessageWrapper.cs" />
1079    <Compile Include="System.Runtime.Remoting.Messaging\MethodResponse.cs" />
1080    <Compile Include="System.Runtime.Remoting.Messaging\MethodCallDictionary.cs" />
1081    <Compile Include="System.Runtime.Remoting.Messaging\MethodDictionary.cs" />
1082    <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnDictionary.cs" />
1083    <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnMessageWrapper.cs" />
1084    <Compile Include="System.Runtime.Remoting.Messaging\MonoMethodMessage.cs" />
1085    <Compile Include="System.Runtime.Remoting.Messaging\OneWayAttribute.cs" />
1086    <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogateSelector.cs" />
1087    <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogate.cs" />
1088    <Compile Include="System.Runtime.Remoting.Messaging\ReturnMessage.cs" />
1089    <Compile Include="System.Runtime.Remoting.Messaging\ServerContextTerminatorSink.cs" />
1090    <Compile Include="System.Runtime.Remoting.Messaging\ServerObjectTerminatorSink.cs" />
1091    <Compile Include="System.Runtime.Remoting.Messaging\StackBuilderSink.cs" />
1092    <Compile Include="System.Runtime.Remoting.Messaging\CADMessages.cs" />
1093    <Compile Include="System.Runtime.Remoting.Metadata\SoapAttribute.cs" />
1094    <Compile Include="System.Runtime.Remoting.Metadata\SoapFieldAttribute.cs" />
1095    <Compile Include="System.Runtime.Remoting.Metadata\SoapMethodAttribute.cs" />
1096    <Compile Include="System.Runtime.Remoting.Metadata\SoapOption.cs" />
1097    <Compile Include="System.Runtime.Remoting.Metadata\SoapParameterAttribute.cs" />
1098    <Compile Include="System.Runtime.Remoting.Metadata\SoapTypeAttribute.cs" />
1099    <Compile Include="System.Runtime.Remoting.Metadata\XmlFieldOrderOption.cs" />
1100    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\ISoapXsd.cs" />
1101    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapAnyUri.cs" />
1102    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntity.cs" />
1103    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonth.cs" />
1104    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonNegativeInteger.cs" />
1105    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapToken.cs" />
1106    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapBase64Binary.cs" />
1107    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHexBinary.cs" />
1108    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonthDay.cs" />
1109    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonPositiveInteger.cs" />
1110    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYear.cs" />
1111    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDate.cs" />
1112    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHelper.cs" />
1113    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapId.cs" />
1114    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapName.cs" />
1115    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNormalizedString.cs" />
1116    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYearMonth.cs" />
1117    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDateTime.cs" />
1118    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdref.cs" />
1119    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNcName.cs" />
1120    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNotation.cs" />
1121    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDay.cs" />
1122    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdrefs.cs" />
1123    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNegativeInteger.cs" />
1124    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapPositiveInteger.cs" />
1125    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDuration.cs" />
1126    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapInteger.cs" />
1127    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtoken.cs" />
1128    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapQName.cs" />
1129    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntities.cs" />
1130    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapLanguage.cs" />
1131    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtokens.cs" />
1132    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapTime.cs" />
1133    <Compile Include="System.Runtime.Remoting.Proxies\RealProxy.cs" />
1134    <Compile Include="System.Runtime.Remoting.Proxies\RemotingProxy.cs" />
1135    <Compile Include="System.Runtime.Remoting.Proxies\ProxyAttribute.cs" />
1136    <Compile Include="System.Runtime.Remoting.Services\EnterpriseServicesHelper.cs" />
1137    <Compile Include="System.Runtime.Remoting.Services\ITrackingHandler.cs" />
1138    <Compile Include="System.Runtime.Remoting.Services\TrackingServices.cs" />
1139    <Compile Include="System.Runtime.Serialization\Formatter.cs" />
1140    <Compile Include="System.Runtime.Serialization\FormatterConverter.cs" />
1141    <Compile Include="System.Runtime.Serialization\FormatterServices.cs" />
1142    <Compile Include="System.Runtime.Serialization\IDeserializationCallback.cs" />
1143    <Compile Include="System.Runtime.Serialization\IFormatter.cs" />
1144    <Compile Include="System.Runtime.Serialization\IFormatterConverter.cs" />
1145    <Compile Include="System.Runtime.Serialization\IObjectReference.cs" />
1146    <Compile Include="System.Runtime.Serialization\ISafeSerializationData.cs" />
1147    <Compile Include="System.Runtime.Serialization\ISerializable.cs" />
1148    <Compile Include="System.Runtime.Serialization\ISerializationSurrogate.cs" />
1149    <Compile Include="System.Runtime.Serialization\ISurrogateSelector.cs" />
1150    <Compile Include="System.Runtime.Serialization\ObjectIDGenerator.cs" />
1151    <Compile Include="System.Runtime.Serialization\ObjectManager.cs" />
1152    <Compile Include="System.Runtime.Serialization\OnDeserializedAttribute.cs" />
1153    <Compile Include="System.Runtime.Serialization\OnDeserializingAttribute.cs" />
1154    <Compile Include="System.Runtime.Serialization\OnSerializedAttribute.cs" />
1155    <Compile Include="System.Runtime.Serialization\OnSerializingAttribute.cs" />
1156    <Compile Include="System.Runtime.Serialization\OptionalFieldAttribute.cs" />
1157    <Compile Include="System.Runtime.Serialization\SafeSerializationEventArgs.cs" />
1158    <Compile Include="System.Runtime.Serialization\SerializationBinder.cs" />
1159    <Compile Include="System.Runtime.Serialization\SerializationCallbacks.cs" />
1160    <Compile Include="System.Runtime.Serialization\SerializationEntry.cs" />
1161    <Compile Include="System.Runtime.Serialization\SerializationException.cs" />
1162    <Compile Include="System.Runtime.Serialization\SerializationInfo.cs" />
1163    <Compile Include="System.Runtime.Serialization\SerializationInfoEnumerator.cs" />
1164    <Compile Include="System.Runtime.Serialization\SerializationObjectManager.cs" />
1165    <Compile Include="System.Runtime.Serialization\StreamingContext.cs" />
1166    <Compile Include="System.Runtime.Serialization\StreamingContextStates.cs" />
1167    <Compile Include="System.Runtime.Serialization\SurrogateSelector.cs" />
1168    <Compile Include="System.Runtime.Serialization.Formatters\FormatterAssemblyStyle.cs" />
1169    <Compile Include="System.Runtime.Serialization.Formatters\FormatterTopObjectStyle.cs" />
1170    <Compile Include="System.Runtime.Serialization.Formatters\FormatterTypeStyle.cs" />
1171    <Compile Include="System.Runtime.Serialization.Formatters\IFieldInfo.cs" />
1172    <Compile Include="System.Runtime.Serialization.Formatters\InternalArrayTypeE.cs" />
1173    <Compile Include="System.Runtime.Serialization.Formatters\InternalElementTypeE.cs" />
1174    <Compile Include="System.Runtime.Serialization.Formatters\InternalMemberTypeE.cs" />
1175    <Compile Include="System.Runtime.Serialization.Formatters\InternalMemberValueE.cs" />
1176    <Compile Include="System.Runtime.Serialization.Formatters\InternalNameSpaceE.cs" />
1177    <Compile Include="System.Runtime.Serialization.Formatters\InternalObjectPositionE.cs" />
1178    <Compile Include="System.Runtime.Serialization.Formatters\InternalObjectTypeE.cs" />
1179    <Compile Include="System.Runtime.Serialization.Formatters\InternalParseStateE.cs" />
1180    <Compile Include="System.Runtime.Serialization.Formatters\InternalParseTypeE.cs" />
1181    <Compile Include="System.Runtime.Serialization.Formatters\InternalPrimitiveTypeE.cs" />
1182    <Compile Include="System.Runtime.Serialization.Formatters\InternalRM.cs" />
1183    <Compile Include="System.Runtime.Serialization.Formatters\InternalSerializerTypeE.cs" />
1184    <Compile Include="System.Runtime.Serialization.Formatters\InternalST.cs" />
1185    <Compile Include="System.Runtime.Serialization.Formatters\ISoapMessage.cs" />
1186    <Compile Include="System.Runtime.Serialization.Formatters\ServerFault.cs" />
1187    <Compile Include="System.Runtime.Serialization.Formatters\SoapFault.cs" />
1188    <Compile Include="System.Runtime.Serialization.Formatters\SoapMessage.cs" />
1189    <Compile Include="System.Runtime.Serialization.Formatters\TypeFilterLevel.cs" />
1190    <Compile Include="System.Runtime.Serialization.Formatters.Binary\BinaryFormatter.cs" />
1191    <Compile Include="System.Runtime.Serialization.Formatters.Binary\BinaryCommon.cs" />
1192    <Compile Include="System.Runtime.Serialization.Formatters.Binary\CodeGenerator.cs" />
1193    <Compile Include="System.Runtime.Serialization.Formatters.Binary\ObjectReader.cs" />
1194    <Compile Include="System.Runtime.Serialization.Formatters.Binary\ObjectWriter.cs" />
1195    <Compile Include="System.Runtime.Serialization.Formatters.Binary\MessageFormatter.cs" />
1196    <Compile Include="System.Runtime.Versioning\ComponentGuaranteesAttribute.cs" />
1197    <Compile Include="System.Runtime.Versioning\ComponentGuaranteesOptions.cs" />
1198    <Compile Include="System.Runtime.Versioning\ResourceConsumptionAttribute.cs" />
1199    <Compile Include="System.Runtime.Versioning\ResourceExposureAttribute.cs" />
1200    <Compile Include="System.Runtime.Versioning\ResourceScope.cs" />
1201    <Compile Include="System.Runtime.Versioning\TargetFrameworkAttribute.cs" />
1202    <Compile Include="System.Runtime.Versioning\VersioningHelper.cs" />
1203    <Compile Include="System.Security\AllowPartiallyTrustedCallersAttribute.cs" />
1204    <Compile Include="System.Security\CodeAccessPermission.cs" />
1205    <Compile Include="System.Security\HostProtectionException.cs" />
1206    <Compile Include="System.Security\HostSecurityManager.cs" />
1207    <Compile Include="System.Security\HostSecurityManagerFlags.cs" />
1208    <Compile Include="System.Security\IEvidenceFactory.cs" />
1209    <Compile Include="System.Security\IPermission.cs" />
1210    <Compile Include="System.Security\ISecurityEncodable.cs" />
1211    <Compile Include="System.Security\ISecurityPolicyEncodable.cs" />
1212    <Compile Include="System.Security\IStackWalk.cs" />
1213    <Compile Include="System.Security\NamedPermissionSet.cs" />
1214    <Compile Include="System.Security\PermissionBuilder.cs" />
1215    <Compile Include="System.Security\PermissionSet.cs" />
1216    <Compile Include="System.Security\PolicyLevelType.cs" />
1217    <Compile Include="System.Security\SecureString.cs" />
1218    <Compile Include="System.Security\SecurityContext.cs" />
1219    <Compile Include="System.Security\SecurityContextSource.cs" />
1220    <Compile Include="System.Security\SecurityCriticalAttribute.cs" />
1221    <Compile Include="System.Security\SecurityCriticalScope.cs" />
1222    <Compile Include="System.Security\SecurityElement.cs" />
1223    <Compile Include="System.Security\SecurityFrame.cs" />
1224    <Compile Include="System.Security\SecurityException.cs" />
1225    <Compile Include="System.Security\SecurityManager.cs" />
1226    <Compile Include="System.Security\SecurityManager_2_1.cs" />
1227    <Compile Include="System.Security\SecurityManager_mobile.cs" />
1228    <Compile Include="System.Security\SecurityRuleSet.cs" />
1229    <Compile Include="System.Security\SecurityRulesAttribute.cs" />
1230    <Compile Include="System.Security\SecuritySafeCriticalAttribute.cs" />
1231    <Compile Include="System.Security\SecurityState.cs" />
1232    <Compile Include="System.Security\SecurityTransparentAttribute.cs" />
1233    <Compile Include="System.Security\SecurityTreatAsSafeAttribute.cs" />
1234    <Compile Include="System.Security\SecurityZone.cs" />
1235    <Compile Include="System.Security\SuppressUnmanagedCodeSecurityAttribute.cs" />
1236    <Compile Include="System.Security\UnverifiableCodeAttribute.cs" />
1237    <Compile Include="System.Security\VerificationException.cs" />
1238    <Compile Include="System.Security\XmlSyntaxException.cs" />
1239    <Compile Include="System.Security.AccessControl\AccessControlActions.cs" />
1240    <Compile Include="System.Security.AccessControl\AccessControlModification.cs" />
1241    <Compile Include="System.Security.AccessControl\AccessControlSections.cs" />
1242    <Compile Include="System.Security.AccessControl\AccessControlType.cs" />
1243    <Compile Include="System.Security.AccessControl\AccessRule.cs" />
1244    <Compile Include="System.Security.AccessControl\AccessRule_T.cs" />
1245    <Compile Include="System.Security.AccessControl\AceEnumerator.cs" />
1246    <Compile Include="System.Security.AccessControl\AceFlags.cs" />
1247    <Compile Include="System.Security.AccessControl\AceQualifier.cs" />
1248    <Compile Include="System.Security.AccessControl\AceType.cs" />
1249    <Compile Include="System.Security.AccessControl\AuditFlags.cs" />
1250    <Compile Include="System.Security.AccessControl\AuditRule.cs" />
1251    <Compile Include="System.Security.AccessControl\AuditRule_T.cs" />
1252    <Compile Include="System.Security.AccessControl\AuthorizationRule.cs" />
1253    <Compile Include="System.Security.AccessControl\AuthorizationRuleCollection.cs" />
1254    <Compile Include="System.Security.AccessControl\CommonAce.cs" />
1255    <Compile Include="System.Security.AccessControl\CommonAcl.cs" />
1256    <Compile Include="System.Security.AccessControl\CommonObjectSecurity.cs" />
1257    <Compile Include="System.Security.AccessControl\CommonSecurityDescriptor.cs" />
1258    <Compile Include="System.Security.AccessControl\CompoundAce.cs" />
1259    <Compile Include="System.Security.AccessControl\CompoundAceType.cs" />
1260    <Compile Include="System.Security.AccessControl\ControlFlags.cs" />
1261    <Compile Include="System.Security.AccessControl\CryptoKeyAccessRule.cs" />
1262    <Compile Include="System.Security.AccessControl\CryptoKeyAuditRule.cs" />
1263    <Compile Include="System.Security.AccessControl\CryptoKeyRights.cs" />
1264    <Compile Include="System.Security.AccessControl\CryptoKeySecurity.cs" />
1265    <Compile Include="System.Security.AccessControl\CustomAce.cs" />
1266    <Compile Include="System.Security.AccessControl\DirectoryObjectSecurity.cs" />
1267    <Compile Include="System.Security.AccessControl\DirectorySecurity.cs" />
1268    <Compile Include="System.Security.AccessControl\DiscretionaryAcl.cs" />
1269    <Compile Include="System.Security.AccessControl\EventWaitHandleAccessRule.cs" />
1270    <Compile Include="System.Security.AccessControl\EventWaitHandleAuditRule.cs" />
1271    <Compile Include="System.Security.AccessControl\EventWaitHandleRights.cs" />
1272    <Compile Include="System.Security.AccessControl\EventWaitHandleSecurity.cs" />
1273    <Compile Include="System.Security.AccessControl\FileSecurity.cs" />
1274    <Compile Include="System.Security.AccessControl\FileSystemAccessRule.cs" />
1275    <Compile Include="System.Security.AccessControl\FileSystemAuditRule.cs" />
1276    <Compile Include="System.Security.AccessControl\FileSystemRights.cs" />
1277    <Compile Include="System.Security.AccessControl\FileSystemSecurity.cs" />
1278    <Compile Include="System.Security.AccessControl\GenericAce.cs" />
1279    <Compile Include="System.Security.AccessControl\GenericAcl.cs" />
1280    <Compile Include="System.Security.AccessControl\GenericSecurityDescriptor.cs" />
1281    <Compile Include="System.Security.AccessControl\InheritanceFlags.cs" />
1282    <Compile Include="System.Security.AccessControl\KnownAce.cs" />
1283    <Compile Include="System.Security.AccessControl\MutexAccessRule.cs" />
1284    <Compile Include="System.Security.AccessControl\MutexAuditRule.cs" />
1285    <Compile Include="System.Security.AccessControl\MutexRights.cs" />
1286    <Compile Include="System.Security.AccessControl\MutexSecurity.cs" />
1287    <Compile Include="System.Security.AccessControl\NativeObjectSecurity.cs" />
1288    <Compile Include="System.Security.AccessControl\ObjectAccessRule.cs" />
1289    <Compile Include="System.Security.AccessControl\ObjectAce.cs" />
1290    <Compile Include="System.Security.AccessControl\ObjectAceFlags.cs" />
1291    <Compile Include="System.Security.AccessControl\ObjectAuditRule.cs" />
1292    <Compile Include="System.Security.AccessControl\ObjectSecurity.cs" />
1293    <Compile Include="System.Security.AccessControl\ObjectSecurity_T.cs" />
1294    <Compile Include="System.Security.AccessControl\PrivilegeNotHeldException.cs" />
1295    <Compile Include="System.Security.AccessControl\PropagationFlags.cs" />
1296    <Compile Include="System.Security.AccessControl\QualifiedAce.cs" />
1297    <Compile Include="System.Security.AccessControl\RawAcl.cs" />
1298    <Compile Include="System.Security.AccessControl\RawSecurityDescriptor.cs" />
1299    <Compile Include="System.Security.AccessControl\RegistryAccessRule.cs" />
1300    <Compile Include="System.Security.AccessControl\RegistryAuditRule.cs" />
1301    <Compile Include="System.Security.AccessControl\RegistryRights.cs" />
1302    <Compile Include="System.Security.AccessControl\RegistrySecurity.cs" />
1303    <Compile Include="System.Security.AccessControl\ResourceType.cs" />
1304    <Compile Include="System.Security.AccessControl\SddlAccessRight.cs" />
1305    <Compile Include="System.Security.AccessControl\SecurityInfos.cs" />
1306    <Compile Include="System.Security.AccessControl\SystemAcl.cs" />
1307    <Compile Include="..\System.Core\System.Security.Cryptography\Aes.cs" />
1308    <Compile Include="System.Security.Cryptography\AsymmetricAlgorithm.cs" />
1309    <Compile Include="System.Security.Cryptography\AsymmetricKeyExchangeDeformatter.cs" />
1310    <Compile Include="System.Security.Cryptography\AsymmetricKeyExchangeFormatter.cs" />
1311    <Compile Include="System.Security.Cryptography\AsymmetricSignatureDeformatter.cs" />
1312    <Compile Include="System.Security.Cryptography\AsymmetricSignatureFormatter.cs" />
1313    <Compile Include="System.Security.Cryptography\Base64Constants.cs" />
1314    <Compile Include="System.Security.Cryptography\CipherMode.cs" />
1315    <Compile Include="System.Security.Cryptography\CryptoAPITransform.cs" />
1316    <Compile Include="System.Security.Cryptography\CryptoConfig.cs" />
1317    <Compile Include="System.Security.Cryptography\CryptoConfig_2_1.cs" />
1318    <Compile Include="System.Security.Cryptography\CryptographicException.cs" />
1319    <Compile Include="System.Security.Cryptography\CryptographicUnexpectedOperationExcpetion.cs" />
1320    <Compile Include="System.Security.Cryptography\CryptoStream.cs" />
1321    <Compile Include="System.Security.Cryptography\CryptoStreamMode.cs" />
1322    <Compile Include="System.Security.Cryptography\CspKeyContainerInfo.cs" />
1323    <Compile Include="System.Security.Cryptography\CspParameters.cs" />
1324    <Compile Include="System.Security.Cryptography\CspProviderFlags.cs" />
1325    <Compile Include="System.Security.Cryptography\DeriveBytes.cs" />
1326    <Compile Include="System.Security.Cryptography\DES.cs" />
1327    <Compile Include="System.Security.Cryptography\DESCryptoServiceProvider.cs" />
1328    <Compile Include="System.Security.Cryptography\DSA.cs" />
1329    <Compile Include="System.Security.Cryptography\DSACryptoServiceProvider.cs" />
1330    <Compile Include="System.Security.Cryptography\DSAParameters.cs" />
1331    <Compile Include="System.Security.Cryptography\DSASignatureDeformatter.cs" />
1332    <Compile Include="System.Security.Cryptography\DSASignatureFormatter.cs" />
1333    <Compile Include="System.Security.Cryptography\FromBase64Transform.cs" />
1334    <Compile Include="System.Security.Cryptography\HashAlgorithm.cs" />
1335    <Compile Include="System.Security.Cryptography\HMAC.cs" />
1336    <Compile Include="System.Security.Cryptography\HMACMD5.cs" />
1337    <Compile Include="System.Security.Cryptography\HMACRIPEMD160.cs" />
1338    <Compile Include="System.Security.Cryptography\HMACSHA1.cs" />
1339    <Compile Include="System.Security.Cryptography\HMACSHA256.cs" />
1340    <Compile Include="System.Security.Cryptography\HMACSHA384.cs" />
1341    <Compile Include="System.Security.Cryptography\HMACSHA512.cs" />
1342    <Compile Include="System.Security.Cryptography\ICryptoTransform.cs" />
1343    <Compile Include="System.Security.Cryptography\ICspAsymmetricAlgorithm.cs" />
1344    <Compile Include="System.Security.Cryptography\KeyedHashAlgorithm.cs" />
1345    <Compile Include="System.Security.Cryptography\KeyNumber.cs" />
1346    <Compile Include="System.Security.Cryptography\KeySizes.cs" />
1347    <Compile Include="System.Security.Cryptography\MACTripleDES.cs" />
1348    <Compile Include="System.Security.Cryptography\MaskGenerationMethod.cs" />
1349    <Compile Include="System.Security.Cryptography\MD5.cs" />
1350    <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
1351    <Compile Include="System.Security.Cryptography\PaddingMode.cs" />
1352    <Compile Include="System.Security.Cryptography\PasswordDeriveBytes.cs" />
1353    <Compile Include="System.Security.Cryptography\PKCS1MaskGenerationMethod.cs" />
1354    <Compile Include="System.Security.Cryptography\RandomNumberGenerator.cs" />
1355    <Compile Include="System.Security.Cryptography\RC2.cs" />
1356    <Compile Include="System.Security.Cryptography\RC2CryptoServiceProvider.cs" />
1357    <Compile Include="System.Security.Cryptography\Rfc2898DeriveBytes.cs" />
1358    <Compile Include="System.Security.Cryptography\Rijndael.cs" />
1359    <Compile Include="System.Security.Cryptography\RijndaelManaged.cs" />
1360    <Compile Include="System.Security.Cryptography\RijndaelManagedTransform.cs" />
1361    <Compile Include="System.Security.Cryptography\RIPEMD160.cs" />
1362    <Compile Include="System.Security.Cryptography\RIPEMD160Managed.cs" />
1363    <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
1364    <Compile Include="System.Security.Cryptography\RSA.cs" />
1365    <Compile Include="System.Security.Cryptography\RSACryptoServiceProvider.cs" />
1366    <Compile Include="System.Security.Cryptography\RSAOAEPKeyExchangeDeformatter.cs" />
1367    <Compile Include="System.Security.Cryptography\RSAOAEPKeyExchangeFormatter.cs" />
1368    <Compile Include="System.Security.Cryptography\RSAParameters.cs" />
1369    <Compile Include="System.Security.Cryptography\RSAPKCS1KeyExchangeDeformatter.cs" />
1370    <Compile Include="System.Security.Cryptography\RSAPKCS1KeyExchangeFormatter.cs" />
1371    <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureDeformatter.cs" />
1372    <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureFormatter.cs" />
1373    <Compile Include="System.Security.Cryptography\SHA1.cs" />
1374    <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
1375    <Compile Include="System.Security.Cryptography\SHA1Managed.cs" />
1376    <Compile Include="System.Security.Cryptography\SHA256.cs" />
1377    <Compile Include="System.Security.Cryptography\SHA256Managed.cs" />
1378    <Compile Include="System.Security.Cryptography\SHA384.cs" />
1379    <Compile Include="System.Security.Cryptography\SHA384Managed.cs" />
1380    <Compile Include="System.Security.Cryptography\SHA512.cs" />
1381    <Compile Include="System.Security.Cryptography\SHA512Managed.cs" />
1382    <Compile Include="System.Security.Cryptography\SHAConstants.cs" />
1383    <Compile Include="System.Security.Cryptography\SignatureDescription.cs" />
1384    <Compile Include="System.Security.Cryptography\SymmetricAlgorithm.cs" />
1385    <Compile Include="System.Security.Cryptography\ToBase64Transform.cs" />
1386    <Compile Include="System.Security.Cryptography\TripleDES.cs" />
1387    <Compile Include="System.Security.Cryptography\TripleDESCryptoServiceProvider.cs" />
1388    <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate.cs" />
1389    <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate20.cs" />
1390    <Compile Include="System.Security.Cryptography.X509Certificates\X509ContentType.cs" />
1391    <Compile Include="System.Security.Cryptography.X509Certificates\X509KeyStorageFlags.cs" />
1392    <Compile Include="System.Security.Permissions\CodeAccessSecurityAttribute.cs" />
1393    <Compile Include="System.Security.Permissions\EnvironmentPermission.cs" />
1394    <Compile Include="System.Security.Permissions\EnvironmentPermissionAccess.cs" />
1395    <Compile Include="System.Security.Permissions\EnvironmentPermissionAttribute.cs" />
1396    <Compile Include="System.Security.Permissions\FileDialogPermission.cs" />
1397    <Compile Include="System.Security.Permissions\FileDialogPermissionAccess.cs" />
1398    <Compile Include="System.Security.Permissions\FileDialogPermissionAttribute.cs" />
1399    <Compile Include="System.Security.Permissions\FileIOPermission.cs" />
1400    <Compile Include="System.Security.Permissions\FileIOPermissionAccess.cs" />
1401    <Compile Include="System.Security.Permissions\FileIOPermissionAttribute.cs" />
1402    <Compile Include="System.Security.Permissions\GacIdentityPermission.cs" />
1403    <Compile Include="System.Security.Permissions\GacIdentityPermissionAttribute.cs" />
1404    <Compile Include="System.Security.Permissions\HostProtectionAttribute.cs" />
1405    <Compile Include="System.Security.Permissions\HostProtectionPermission.cs" />
1406    <Compile Include="System.Security.Permissions\HostProtectionResource.cs" />
1407    <Compile Include="System.Security.Permissions\IBuiltInPermission.cs" />
1408    <Compile Include="System.Security.Permissions\IsolatedStorageContainment.cs" />
1409    <Compile Include="System.Security.Permissions\IsolatedStorageFilePermission.cs" />
1410    <Compile Include="System.Security.Permissions\IsolatedStorageFilePermissionAttribute.cs" />
1411    <Compile Include="System.Security.Permissions\IsolatedStoragePermission.cs" />
1412    <Compile Include="System.Security.Permissions\IsolatedStoragePermissionAttribute.cs" />
1413    <Compile Include="System.Security.Permissions\IUnrestrictedPermission.cs" />
1414    <Compile Include="System.Security.Permissions\KeyContainerPermission.cs" />
1415    <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntry.cs" />
1416    <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryCollection.cs" />
1417    <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryEnumerator.cs" />
1418    <Compile Include="System.Security.Permissions\KeyContainerPermissionAttribute.cs" />
1419    <Compile Include="System.Security.Permissions\KeyContainerPermissionFlags.cs" />
1420    <Compile Include="System.Security.Permissions\PermissionSetAttribute.cs" />
1421    <Compile Include="System.Security.Permissions\PermissionState.cs" />
1422    <Compile Include="System.Security.Permissions\PrincipalPermission.cs" />
1423    <Compile Include="System.Security.Permissions\PrincipalPermissionAttribute.cs" />
1424    <Compile Include="System.Security.Permissions\PublisherIdentityPermission.cs" />
1425    <Compile Include="System.Security.Permissions\PublisherIdentityPermissionAttribute.cs" />
1426    <Compile Include="System.Security.Permissions\ReflectionPermission.cs" />
1427    <Compile Include="System.Security.Permissions\ReflectionPermissionAttribute.cs" />
1428    <Compile Include="System.Security.Permissions\ReflectionPermissionFlag.cs" />
1429    <Compile Include="System.Security.Permissions\RegistryPermission.cs" />
1430    <Compile Include="System.Security.Permissions\RegistryPermissionAccess.cs" />
1431    <Compile Include="System.Security.Permissions\RegistryPermissionAttribute.cs" />
1432    <Compile Include="System.Security.Permissions\SecurityAction.cs" />
1433    <Compile Include="System.Security.Permissions\SecurityAttribute.cs" />
1434    <Compile Include="System.Security.Permissions\SecurityPermission.cs" />
1435    <Compile Include="System.Security.Permissions\SecurityPermissionAttribute.cs" />
1436    <Compile Include="System.Security.Permissions\SecurityPermissionFlag.cs" />
1437    <Compile Include="System.Security.Permissions\SiteIdentityPermission.cs" />
1438    <Compile Include="System.Security.Permissions\SiteIdentityPermissionAttribute.cs" />
1439    <Compile Include="System.Security.Permissions\StrongNameIdentityPermission.cs" />
1440    <Compile Include="System.Security.Permissions\StrongNamePermissionAttribute.cs" />
1441    <Compile Include="System.Security.Permissions\StrongNamePublicKeyBlob.cs" />
1442    <Compile Include="System.Security.Permissions\UIPermission.cs" />
1443    <Compile Include="System.Security.Permissions\UIPermissionAttribute.cs" />
1444    <Compile Include="System.Security.Permissions\UIPermissionClipboard.cs" />
1445    <Compile Include="System.Security.Permissions\UIPermissionWindow.cs" />
1446    <Compile Include="System.Security.Permissions\UrlIdentityPermission.cs" />
1447    <Compile Include="System.Security.Permissions\UrlIdentityPermissionAttribute.cs" />
1448    <Compile Include="System.Security.Permissions\ZoneIdentityPermission.cs" />
1449    <Compile Include="System.Security.Permissions\ZoneIdentityPermissionAttribute.cs" />
1450    <Compile Include="System.Security.Policy\AllMembershipCondition.cs" />
1451    <Compile Include="System.Security.Policy\ApplicationDirectory.cs" />
1452    <Compile Include="System.Security.Policy\ApplicationDirectoryMembershipCondition.cs" />
1453    <Compile Include="System.Security.Policy\ApplicationSecurityInfo.cs" />
1454    <Compile Include="System.Security.Policy\ApplicationSecurityManager.cs" />
1455    <Compile Include="System.Security.Policy\ApplicationTrust.cs" />
1456    <Compile Include="System.Security.Policy\ApplicationTrustCollection.cs" />
1457    <Compile Include="System.Security.Policy\ApplicationTrustEnumerator.cs" />
1458    <Compile Include="System.Security.Policy\ApplicationVersionMatch.cs" />
1459    <Compile Include="System.Security.Policy\CodeConnectAccess.cs" />
1460    <Compile Include="System.Security.Policy\CodeGroup.cs" />
1461    <Compile Include="System.Security.Policy\DefaultPolicies.cs" />
1462    <Compile Include="System.Security.Policy\Evidence.cs" />
1463    <Compile Include="System.Security.Policy\EvidenceBase.cs" />
1464    <Compile Include="System.Security.Policy\FileCodeGroup.cs" />
1465    <Compile Include="System.Security.Policy\FirstMatchCodeGroup.cs" />
1466    <Compile Include="System.Security.Policy\Gac.cs" />
1467    <Compile Include="System.Security.Policy\GacMembershipCondition.cs" />
1468    <Compile Include="System.Security.Policy\Hash.cs" />
1469    <Compile Include="System.Security.Policy\HashMembershipCondition.cs" />
1470    <Compile Include="System.Security.Policy\IApplicationTrustManager.cs" />
1471    <Compile Include="System.Security.Policy\IBuiltInEvidence.cs" />
1472    <Compile Include="System.Security.Policy\IConstantMembershipCondition.cs" />
1473    <Compile Include="System.Security.Policy\IIdentityPermissionFactory.cs" />
1474    <Compile Include="System.Security.Policy\IMembershipCondition.cs" />
1475    <Compile Include="System.Security.Policy\MembershipConditionHelper.cs" />
1476    <Compile Include="System.Security.Policy\MonoTrustManager.cs" />
1477    <Compile Include="System.Security.Policy\NetCodeGroup.cs" />
1478    <Compile Include="System.Security.Policy\PermissionRequestEvidence.cs" />
1479    <Compile Include="System.Security.Policy\PolicyException.cs" />
1480    <Compile Include="System.Security.Policy\PolicyLevel.cs" />
1481    <Compile Include="System.Security.Policy\PolicyLevel_2_1.cs" />
1482    <Compile Include="System.Security.Policy\PolicyStatement.cs" />
1483    <Compile Include="System.Security.Policy\PolicyStatementAttribute.cs" />
1484    <Compile Include="System.Security.Policy\Publisher.cs" />
1485    <Compile Include="System.Security.Policy\PublisherMembershipCondition.cs" />
1486    <Compile Include="System.Security.Policy\Site.cs" />
1487    <Compile Include="System.Security.Policy\SiteMembershipCondition.cs" />
1488    <Compile Include="System.Security.Policy\StrongName.cs" />
1489    <Compile Include="System.Security.Policy\StrongNameMembershipCondition.cs" />
1490    <Compile Include="System.Security.Policy\TrustManagerContext.cs" />
1491    <Compile Include="System.Security.Policy\TrustManagerUIContext.cs" />
1492    <Compile Include="System.Security.Policy\UnionCodeGroup.cs" />
1493    <Compile Include="System.Security.Policy\Url.cs" />
1494    <Compile Include="System.Security.Policy\UrlMembershipCondition.cs" />
1495    <Compile Include="System.Security.Policy\Zone.cs" />
1496    <Compile Include="System.Security.Policy\ZoneMembershipCondition.cs" />
1497    <Compile Include="System.Security.Principal\GenericIdentity.cs" />
1498    <Compile Include="System.Security.Principal\GenericPrincipal.cs" />
1499    <Compile Include="System.Security.Principal\IdentityNotMappedException.cs" />
1500    <Compile Include="System.Security.Principal\IdentityReferenceCollection.cs" />
1501    <Compile Include="System.Security.Principal\IdentityReference.cs" />
1502    <Compile Include="System.Security.Principal\IIdentity.cs" />
1503    <Compile Include="System.Security.Principal\IPrincipal.cs" />
1504    <Compile Include="System.Security.Principal\NTAccount.cs" />
1505    <Compile Include="System.Security.Principal\PrincipalPolicy.cs" />
1506    <Compile Include="System.Security.Principal\SecurityIdentifier.cs" />
1507    <Compile Include="System.Security.Principal\TokenAccessLevels.cs" />
1508    <Compile Include="System.Security.Principal\TokenImpersonationLevel.cs" />
1509    <Compile Include="System.Security.Principal\WellKnownAccount.cs" />
1510    <Compile Include="System.Security.Principal\WellKnownSidType.cs" />
1511    <Compile Include="System.Security.Principal\WindowsAccountType.cs" />
1512    <Compile Include="System.Security.Principal\WindowsBuiltInRole.cs" />
1513    <Compile Include="System.Security.Principal\WindowsIdentity.cs" />
1514    <Compile Include="System.Security.Principal\WindowsImpersonationContext.cs" />
1515    <Compile Include="System.Security.Principal\WindowsPrincipal.cs" />
1516    <Compile Include="System.Text\ASCIIEncoding.cs" />
1517    <Compile Include="System.Text\CodePageEncoding.cs" />
1518    <Compile Include="System.Text\Decoder.cs" />
1519    <Compile Include="System.Text\DecoderExceptionFallback.cs" />
1520    <Compile Include="System.Text\DecoderExceptionFallbackBuffer.cs" />
1521    <Compile Include="System.Text\DecoderFallback.cs" />
1522    <Compile Include="System.Text\DecoderFallbackBuffer.cs" />
1523    <Compile Include="System.Text\DecoderFallbackException.cs" />
1524    <Compile Include="System.Text\DecoderReplacementFallback.cs" />
1525    <Compile Include="System.Text\DecoderReplacementFallbackBuffer.cs" />
1526    <Compile Include="System.Text\Encoder.cs" />
1527    <Compile Include="System.Text\EncoderExceptionFallback.cs" />
1528    <Compile Include="System.Text\EncoderExceptionFallbackBuffer.cs" />
1529    <Compile Include="System.Text\EncoderFallback.cs" />
1530    <Compile Include="System.Text\EncoderFallbackBuffer.cs" />
1531    <Compile Include="System.Text\EncoderFallbackException.cs" />
1532    <Compile Include="System.Text\EncoderReplacementFallback.cs" />
1533    <Compile Include="System.Text\EncoderReplacementFallbackBuffer.cs" />
1534    <Compile Include="System.Text\Encoding.cs" />
1535    <Compile Include="System.Text\EncodingInfo.cs" />
1536    <Compile Include="System.Text\Latin1Encoding.cs" />
1537    <Compile Include="System.Text\MLangCodePageEncoding.cs" />
1538    <Compile Include="System.Text\NormalizationForm.cs" />
1539    <Compile Include="System.Text\StringBuilder.cs" />
1540    <Compile Include="System.Text\SurrogateEncoder.cs" />
1541    <Compile Include="System.Text\UnicodeEncoding.cs" />
1542    <Compile Include="System.Text\UTF7Encoding.cs" />
1543    <Compile Include="System.Text\UTF8Encoding.cs" />
1544    <Compile Include="System.Text\UTF32Encoding.cs" />
1545    <Compile Include="System.Threading\AbandonedMutexException.cs" />
1546    <Compile Include="System.Threading\ApartmentState.cs" />
1547    <Compile Include="System.Threading\AsyncFlowControl.cs" />
1548    <Compile Include="System.Threading\AutoResetEvent.cs" />
1549    <Compile Include="System.Threading\CompressedStack.cs" />
1550    <Compile Include="System.Threading\ContextCallback.cs" />
1551    <Compile Include="System.Threading\EventResetMode.cs" />
1552    <Compile Include="System.Threading\EventWaitHandle.cs" />
1553    <Compile Include="System.Threading\ExecutionContext.cs" />
1554    <Compile Include="System.Threading\HostExecutionContext.cs" />
1555    <Compile Include="System.Threading\HostExecutionContextManager.cs" />
1556    <Compile Include="System.Threading\Interlocked.cs" />
1557    <Compile Include="System.Threading\IOCompletionCallback.cs" />
1558    <Compile Include="System.Threading\LazyThreadSafetyMode.cs" />
1559    <Compile Include="System.Threading\LockCookie.cs" />
1560    <Compile Include="System.Threading\LockQueue.cs" />
1561    <Compile Include="System.Threading\LockRecursionException.cs" />
1562    <Compile Include="System.Threading\ManualResetEvent.cs" />
1563    <Compile Include="System.Threading\Monitor.cs" />
1564    <Compile Include="System.Threading\Mutex.cs" />
1565    <Compile Include="System.Threading\NativeEventCalls.cs" />
1566    <Compile Include="System.Threading\NativeOverlapped.cs" />
1567    <Compile Include="System.Threading\Overlapped.cs" />
1568    <Compile Include="System.Threading\ParameterizedThreadStart.cs" />
1569    <Compile Include="System.Threading\ReaderWriterLock.cs" />
1570    <Compile Include="System.Threading\RegisteredWaitHandle.cs" />
1571    <Compile Include="System.Threading\SendOrPostCallback.cs" />
1572    <Compile Include="..\System\System.Threading\SemaphoreFullException.cs" />
1573    <Compile Include="System.Threading\SynchronizationContext.cs" />
1574    <Compile Include="System.Threading\SynchronizationLockException.cs" />
1575    <Compile Include="System.Threading\Thread.cs" />
1576    <Compile Include="System.Threading\ThreadAbortException.cs" />
1577    <Compile Include="System.Threading\ThreadInterruptedException.cs" />
1578    <Compile Include="System.Threading\ThreadPool.cs" />
1579    <Compile Include="System.Threading\ThreadPriority.cs" />
1580    <Compile Include="System.Threading\ThreadStart.cs" />
1581    <Compile Include="System.Threading\ThreadStartException.cs" />
1582    <Compile Include="System.Threading\ThreadState.cs" />
1583    <Compile Include="System.Threading\ThreadStateException.cs" />
1584    <Compile Include="System.Threading\Timeout.cs" />
1585    <Compile Include="System.Threading\Timer.cs" />
1586    <Compile Include="System.Threading\TimerCallback.cs" />
1587    <Compile Include="System.Threading\Volatile.cs" />
1588    <Compile Include="System.Threading\WaitCallback.cs" />
1589    <Compile Include="System.Threading\WaitHandle.cs" />
1590    <Compile Include="System.Threading\WaitHandleCannotBeOpenedException.cs" />
1591    <Compile Include="System.Threading\WaitOrTimerCallback.cs" />
1592    <Compile Include="System.Collections.Generic\CollectionDebuggerView.cs" />
1593    <Compile Include="System.Collections.Generic\Dictionary.cs" />
1594    <Compile Include="System.Collections.Generic\ICollection.cs" />
1595    <Compile Include="System.Collections.Generic\IEnumerable.cs" />
1596    <Compile Include="System.Collections.Generic\IEnumerator.cs" />
1597    <Compile Include="System.Collections.Generic\IList.cs" />
1598    <Compile Include="System.Collections.Generic\IComparer.cs" />
1599    <Compile Include="System.Collections.Generic\IEqualityComparer.cs" />
1600    <Compile Include="System.Collections.Generic\IDictionary.cs" />
1601    <Compile Include="System.Collections.Generic\IReadOnlyCollection.cs" />
1602    <Compile Include="System.Collections.Generic\IReadOnlyList.cs" />
1603    <Compile Include="System.Collections.Generic\IReadOnlyDictionary.cs" />
1604    <Compile Include="System.Collections.Generic\KeyValuePair.cs" />
1605    <Compile Include="System.Collections.Generic\EqualityComparer.cs" />
1606    <Compile Include="System.Collections.Generic\KeyNotFoundException.cs" />
1607    <Compile Include="System.Collections.Generic\List.cs" />
1608    <Compile Include="System.Collections.ObjectModel\Collection.cs" />
1609    <Compile Include="System.Collections.ObjectModel\KeyedCollection.cs" />
1610    <Compile Include="System.Collections.ObjectModel\ReadOnlyCollection.cs" />
1611    <Compile Include="System\Action.cs" />
1612    <Compile Include="System\ArraySegment.cs" />
1613    <Compile Include="System\Comparison.cs" />
1614    <Compile Include="System\Converter.cs" />
1615    <Compile Include="System\Predicate.cs" />
1616    <Compile Include="System.Collections.Generic\Comparer.cs" />
1617    <Compile Include="System.Threading.Tasks\ConcurrentExclusiveSchedulerPair.cs" />
1618    <Compile Include="System.Threading.Tasks\TaskFactory.cs" />
1619    <Compile Include="System.Threading.Tasks\TaskFactory_T.cs" />
1620    <Compile Include="System.Threading.Tasks\TaskStatus.cs" />
1621    <Compile Include="System.Threading.Tasks\TaskCreationOptions.cs" />
1622    <Compile Include="System.Threading.Tasks\CyclicDeque.cs" />
1623    <Compile Include="System.Threading.Tasks\IConcurrentDeque.cs" />
1624    <Compile Include="System.Threading.Tasks\PopResult.cs" />
1625    <Compile Include="System.Threading.Tasks\TaskScheduler.cs" />
1626    <Compile Include="System.Threading.Tasks\TaskContinuationOptions.cs" />
1627    <Compile Include="System.Threading.Tasks\TaskCanceledException.cs" />
1628    <Compile Include="System.Threading.Tasks\Task_T.cs" />
1629    <Compile Include="System.Threading.Tasks\Task.cs" />
1630    <Compile Include="System.Threading.Tasks\TaskCompletionQueue.cs" />
1631    <Compile Include="System.Threading.Tasks\TaskExceptionSlot.cs" />
1632    <Compile Include="System.Threading.Tasks\TaskActionInvoker.cs" />
1633    <Compile Include="System.Threading.Tasks\TaskDebuggerView.cs" />
1634    <Compile Include="System.Threading.Tasks\TaskCompletionSource.cs" />
1635    <Compile Include="System.Threading.Tasks\TaskContinuation.cs" />
1636    <Compile Include="System.Threading.Tasks\TaskSchedulerException.cs" />
1637    <Compile Include="System.Threading.Tasks\TaskConstants.cs" />
1638    <Compile Include="System.Threading.Tasks\TaskConstants_T.cs" />
1639    <Compile Include="System.Collections.Concurrent\OrderablePartitioner.cs" />
1640    <Compile Include="System.Collections.Concurrent\ConcurrentDictionary.cs" />
1641    <Compile Include="System.Collections.Concurrent\Partitioner.cs" />
1642    <Compile Include="System.Collections.Concurrent\ConcurrentQueue.cs" />
1643    <Compile Include="System.Collections.Concurrent.Partitioners\ListPartitioner.cs" />
1644    <Compile Include="System.Collections.Concurrent.Partitioners\EnumerablePartitioner.cs" />
1645    <Compile Include="System.Collections.Concurrent.Partitioners\UserRangePartitioner.cs" />
1646    <Compile Include="System.Collections.Concurrent\IProducerConsumerCollection.cs" />
1647    <Compile Include="System.Collections.Concurrent\ConcurrentStack.cs" />
1648    <Compile Include="System.Collections.Concurrent\SplitOrderedList.cs" />
1649    <Compile Include="System.Collections.Concurrent\ConcurrentOrderedList.cs" />
1650    <Compile Include="System.Threading\LazyInitializer.cs" />
1651    <Compile Include="System.Threading\CountdownEvent.cs" />
1652    <Compile Include="System.Threading\CancellationTokenSource.cs" />
1653    <Compile Include="System.Threading\CancellationToken.cs" />
1654    <Compile Include="System.Threading\SpinWait.cs" />
1655    <Compile Include="System.Threading\SemaphoreSlim.cs" />
1656    <Compile Include="System.Threading\CancellationTokenRegistration.cs" />
1657    <Compile Include="System.Threading\SpinLock.cs" />
1658    <Compile Include="System.Threading\AtomicBoolean.cs" />
1659    <Compile Include="System.Threading\ManualResetEventSlim.cs" />
1660    <Compile Include="System.Threading\ThreadLocal.cs" />
1661    <Compile Include="System.Threading\Watch.cs" />
1662    <Compile Include="System.Threading.Tasks\ParallelOptions.cs" />
1663    <Compile Include="System.Threading.Tasks\Parallel.cs" />
1664    <Compile Include="System.Threading.Tasks\ParallelLoopResult.cs" />
1665    <Compile Include="System.Threading.Tasks\ParallelLoopState.cs" />
1666    <Compile Include="System\AggregateException.cs" />
1667    <Compile Include="System.Threading.Tasks\SimpleConcurrentBag.cs" />
1668    <Compile Include="System.Threading.Tasks\SynchronizationContextScheduler.cs" />
1669    <Compile Include="System.Threading.Tasks\UnobservedTaskExceptionEventArgs.cs" />
1670    <Compile Include="System.Threading.Tasks\TpScheduler.cs" />
1671    <Compile Include="..\System.Core\System.Threading.Tasks\TaskExtensions.cs" />
1672 \r
1673   </ItemGroup>\r
1674   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
1675        Other similar extension points exist, see Microsoft.Common.targets.\r
1676   <Target Name="BeforeBuild">\r
1677   </Target>\r
1678   <Target Name="AfterBuild">\r
1679   </Target>\r
1680   -->\r
1681   <PropertyGroup>\r
1682     <PreBuildEvent></PreBuildEvent>\r
1683   </PropertyGroup>\r
1684   <ItemGroup>\r
1685 \r
1686   </ItemGroup>\r
1687   <ItemGroup>\r
1688     <Folder Include="Properties\" />\r
1689   </ItemGroup>\r
1690     <ItemGroup>
1691     <EmbeddedResource Include="resources/collation.core.bin">
1692        <LogicalName>collation.core.bin</LogicalName>
1693     </EmbeddedResource>
1694     <EmbeddedResource Include="resources/collation.tailoring.bin">
1695        <LogicalName>collation.tailoring.bin</LogicalName>
1696     </EmbeddedResource>
1697     <EmbeddedResource Include="resources/collation.cjkCHS.bin">
1698        <LogicalName>collation.cjkCHS.bin</LogicalName>
1699     </EmbeddedResource>
1700     <EmbeddedResource Include="resources/collation.cjkCHT.bin">
1701        <LogicalName>collation.cjkCHT.bin</LogicalName>
1702     </EmbeddedResource>
1703     <EmbeddedResource Include="resources/collation.cjkJA.bin">
1704        <LogicalName>collation.cjkJA.bin</LogicalName>
1705     </EmbeddedResource>
1706     <EmbeddedResource Include="resources/collation.cjkKO.bin">
1707        <LogicalName>collation.cjkKO.bin</LogicalName>
1708     </EmbeddedResource>
1709     <EmbeddedResource Include="resources/collation.cjkKOlv2.bin">
1710        <LogicalName>collation.cjkKOlv2.bin</LogicalName>
1711     </EmbeddedResource>
1712   </ItemGroup>
1713 \r
1714 </Project>\r
1715