Incorrect warning message on thread pool startup in full AOT:ed Windows build.
[mono.git] / mcs / class / corlib / corlib-build.csproj
index 768d0c782e5526c0780de3e5119ebba5bd43971f..a83ee4830e9100674159cec890015fecc49ae3d7 100644 (file)
@@ -5,22 +5,21 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{2BDF80D1-6F06-4908-B351-835292B7A9B9}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>612,618,1699</NoWarn>\r
-    <OutputPath>./../../class/lib/build/tmp</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>./../../class/lib/build</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>mscorlib</AssemblyName>\r
     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
-    <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <NoWarn>612,618,1699</NoWarn>\r
     <DefineConstants>DEBUG;TRACE;INSIDE_CORLIB;LIBC;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/build</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>612,618,1699</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>INSIDE_CORLIB;LIBC;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/build</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include="Assembly\AssemblyInfo.cs" />
-   <Compile Include="..\..\build\common\Consts.cs" />
-   <Compile Include="..\..\build\common\Locale.cs" />
-   <Compile Include="Microsoft.Win32\IRegistryApi.cs" />
-   <Compile Include="Microsoft.Win32\RegistryKey.cs" />
-   <Compile Include="Microsoft.Win32\RegistryKeyPermissionCheck.cs" />
-   <Compile Include="Microsoft.Win32\Registry.cs" />
-   <Compile Include="Microsoft.Win32\RegistryHive.cs" />
-   <Compile Include="Microsoft.Win32\RegistryOptions.cs" />
-   <Compile Include="Microsoft.Win32\RegistryValueKind.cs" />
-   <Compile Include="Microsoft.Win32\RegistryValueOptions.cs" />
-   <Compile Include="Microsoft.Win32\RegistryView.cs" />
-   <Compile Include="Microsoft.Win32\UnixRegistryApi.cs" />
-   <Compile Include="Microsoft.Win32\Win32RegistryApi.cs" />
-   <Compile Include="Microsoft.Win32\Win32ResultCode.cs" />
-   <Compile Include="Microsoft.Win32.SafeHandles\CriticalHandleZeroOrMinusOneIsInvalid.cs" />
-   <Compile Include="Microsoft.Win32.SafeHandles\CriticalHandleMinusOneIsInvalid.cs" />
-   <Compile Include="Microsoft.Win32.SafeHandles\SafeHandleZeroOrMinusOneIsInvalid.cs" />
-   <Compile Include="Microsoft.Win32.SafeHandles\SafeHandleMinusOneIsInvalid.cs" />
-   <Compile Include="Microsoft.Win32.SafeHandles\SafeFileHandle.cs" />
-   <Compile Include="Microsoft.Win32.SafeHandles\SafeRegistryHandle.cs" />
-   <Compile Include="Microsoft.Win32.SafeHandles\SafeWaitHandle.cs" />
-   <Compile Include="Mono.Globalization.Unicode\CodePointIndexer.cs" />
-   <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTable.cs" />
-   <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTableUtil.cs" />
-   <Compile Include="Mono.Globalization.Unicode\SimpleCollator.cs" />
-   <Compile Include="Mono.Globalization.Unicode\SortKey.cs" />
-   <Compile Include="Mono.Globalization.Unicode\SortKeyBuffer.cs" />
-   <Compile Include="Mono.Globalization.Unicode\Normalization.cs" />
-   <Compile Include="Mono.Globalization.Unicode\NormalizationTableUtil.cs" />
-   <Compile Include="Mono\Runtime.cs" />
-   <Compile Include="Mono\DataConverter.cs" />
-   <Compile Include="Mono.Interop\ComInteropProxy.cs" />
-   <Compile Include="Mono.Interop\IDispatch.cs" />
-   <Compile Include="Mono.Interop\IUnknown.cs" />
-   <Compile Include="Mono.Math\BigInteger.cs" />
-   <Compile Include="Mono.Math.Prime\ConfidenceFactor.cs" />
-   <Compile Include="Mono.Math.Prime\PrimalityTests.cs" />
-   <Compile Include="Mono.Math.Prime.Generator\NextPrimeFinder.cs" />
-   <Compile Include="Mono.Math.Prime.Generator\PrimeGeneratorBase.cs" />
-   <Compile Include="Mono.Math.Prime.Generator\SequentialSearchPrimeGeneratorBase.cs" />
-   <Compile Include="Mono.Security\ASN1.cs" />
-   <Compile Include="Mono.Security\ASN1Convert.cs" />
-   <Compile Include="Mono.Security\BitConverterLE.cs" />
-   <Compile Include="Mono.Security\PKCS7.cs" />
-   <Compile Include="Mono.Security\StrongName.cs" />
-   <Compile Include="Mono.Security\StrongNameManager.cs" />
-   <Compile Include="Mono.Security\Uri.cs" />
-   <Compile Include="Mono.Security.Authenticode\AuthenticodeBase.cs" />
-   <Compile Include="Mono.Security.Authenticode\AuthenticodeDeformatter.cs" />
-   <Compile Include="Mono.Security.Cryptography\CryptoConvert.cs" />
-   <Compile Include="Mono.Security.Cryptography\CryptoTools.cs" />
-   <Compile Include="Mono.Security.Cryptography\DSAManaged.cs" />
-   <Compile Include="Mono.Security.Cryptography\KeyPairPersistence.cs" />
-   <Compile Include="Mono.Security.Cryptography\PKCS1.cs" />
-   <Compile Include="Mono.Security.Cryptography\PKCS8.cs" />
-   <Compile Include="Mono.Security.Cryptography\HMACAlgorithm.cs" />
-   <Compile Include="Mono.Security.Cryptography\MACAlgorithm.cs" />
-   <Compile Include="Mono.Security.Cryptography\SymmetricTransform.cs" />
-   <Compile Include="Mono.Security.Cryptography\RSAManaged.cs" />
-   <Compile Include="Mono.Security.X509\PKCS12.cs" />
-   <Compile Include="Mono.Security.X509\X501Name.cs" />
-   <Compile Include="Mono.Security.X509\X509Certificate.cs" />
-   <Compile Include="Mono.Security.X509\X509CertificateCollection.cs" />
-   <Compile Include="Mono.Security.X509\X509Chain.cs" />
-   <Compile Include="Mono.Security.X509\X509ChainStatusFlags.cs" />
-   <Compile Include="Mono.Security.X509\X509CRL.cs" />
-   <Compile Include="Mono.Security.X509\X509Extension.cs" />
-   <Compile Include="Mono.Security.X509\X509Extensions.cs" />
-   <Compile Include="Mono.Security.X509\X509Store.cs" />
-   <Compile Include="Mono.Security.X509\X509Stores.cs" />
-   <Compile Include="Mono.Security.X509\X509StoreManager.cs" />
-   <Compile Include="Mono.Security.X509\X520Attributes.cs" />
-   <Compile Include="Mono.Security.X509.Extensions\BasicConstraintsExtension.cs" />
-   <Compile Include="Mono.Security.X509.Extensions\KeyUsageExtension.cs" />
-   <Compile Include="Mono.Security.X509.Extensions\SubjectKeyIdentifierExtension.cs" />
-   <Compile Include="Mono.Xml\SmallXmlParser.cs" />
-   <Compile Include="Mono.Xml\SecurityParser.cs" />
-   <Compile Include="System\AccessViolationException.cs" />
-   <Compile Include="System\ActivationContext.cs" />
-   <Compile Include="System\Activator.cs" />
-   <Compile Include="System\AndroidPlatform.cs" />
-   <Compile Include="System\AppDomain.cs" />
-   <Compile Include="System\AppDomainInitializer.cs" />
-   <Compile Include="System\AppDomainManager.cs" />
-   <Compile Include="System\AppDomainSetup.cs" />
-   <Compile Include="System\AppDomainUnloadedException.cs" />
-   <Compile Include="System\ApplicationException.cs" />
-   <Compile Include="System\ApplicationId.cs" />
-   <Compile Include="System\ApplicationIdentity.cs" />
-   <Compile Include="System\ArgIterator.cs" />
-   <Compile Include="System\ArgumentException.cs" />
-   <Compile Include="System\ArgumentNullException.cs" />
-   <Compile Include="System\ArgumentOutOfRangeException.cs" />
-   <Compile Include="System\ArithmeticException.cs" />
-   <Compile Include="System\Array.cs" />
-   <Compile Include="System\ArrayTypeMismatchException.cs" />
-   <Compile Include="System\AssemblyLoadEventArgs.cs" />
-   <Compile Include="System\AssemblyLoadEventHandler.cs" />
-   <Compile Include="System\AsyncCallback.cs" />
-   <Compile Include="System\Attribute.cs" />
-   <Compile Include="System\AttributeTargets.cs" />
-   <Compile Include="System\AttributeUsageAttribute.cs" />
-   <Compile Include="System\BadImageFormatException.cs" />
-   <Compile Include="System\Base64FormattingOptions.cs" />
-   <Compile Include="System\BitConverter.cs" />
-   <Compile Include="System\Boolean.cs" />
-   <Compile Include="System\Buffer.cs" />
-   <Compile Include="System\Byte.cs" />
-   <Compile Include="System\CannotUnloadAppDomainException.cs" />
-   <Compile Include="System\Char.cs" />
-   <Compile Include="System\CharEnumerator.cs" />
-   <Compile Include="System\CLSCompliantAttribute.cs" />
-   <Compile Include="System\CStreamReader.cs" />
-   <Compile Include="System\CStreamWriter.cs" />
-   <Compile Include="System\Console.cs" />
-   <Compile Include="System\ConsoleCancelEventArgs.cs" />
-   <Compile Include="System\ConsoleCancelEventHandler.cs" />
-   <Compile Include="System\ConsoleColor.cs" />
-   <Compile Include="System\ConsoleDriver.cs" />
-   <Compile Include="System\ConsoleKey.cs" />
-   <Compile Include="System\ConsoleKeyInfo.cs" />
-   <Compile Include="System\ConsoleModifiers.cs" />
-   <Compile Include="System\ConsoleSpecialKey.cs" />
-   <Compile Include="System\ContextBoundObject.cs" />
-   <Compile Include="System\ContextMarshalException.cs" />
-   <Compile Include="System\ContextStaticAttribute.cs" />
-   <Compile Include="System\ControlCharacters.cs" />
-   <Compile Include="System\Convert.cs" />
-   <Compile Include="System\CrossAppDomainDelegate.cs" />
-   <Compile Include="System\DataMisalignedException.cs" />
-   <Compile Include="System\DateTime.cs" />
-   <Compile Include="System\DateTimeKind.cs" />
-   <Compile Include="System\DateTimeOffset.cs" />
-   <Compile Include="System\DateTimeUtils.cs" />
-   <Compile Include="System\DayOfWeek.cs" />
-   <Compile Include="System\DBNull.cs" />
-   <Compile Include="System\Decimal.cs" />
-   <Compile Include="System\Delegate.cs" />
-   <Compile Include="System\DelegateSerializationHolder.cs" />
-   <Compile Include="System\DivideByZeroException.cs" />
-   <Compile Include="System\DllNotFoundException.cs" />
-   <Compile Include="System\DomainManagerInitializationFlags.cs" />
-   <Compile Include="System\Double.cs" />
-   <Compile Include="System\DuplicateWaitObjectException.cs" />
-   <Compile Include="System\EntryPointNotFoundException.cs" />
-   <Compile Include="System\Enum.cs" />
-   <Compile Include="System\Environment.cs" />
-   <Compile Include="System\EnvironmentVariableTarget.cs" />
-   <Compile Include="System\EventArgs.cs" />
-   <Compile Include="System\EventHandler.cs" />
-   <Compile Include="System\Exception.cs" />
-   <Compile Include="System\ExecutionEngineException.cs" />
-   <Compile Include="System\FieldAccessException.cs" />
-   <Compile Include="System\FlagsAttribute.cs" />
-   <Compile Include="System\FormatException.cs" />
-   <Compile Include="System\Funcs.cs" />
-   <Compile Include="System\GC.cs" />
-   <Compile Include="System\GCCollectionMode.cs" />
-   <Compile Include="System\GCNotificationStatus.cs" />
-   <Compile Include="System\Guid.cs" />
-   <Compile Include="System\IAppDomainSetup.cs" />
-   <Compile Include="System\IAsyncResult.cs" />
-   <Compile Include="System\IObservable.cs" />
-   <Compile Include="System\IObserver.cs" />
-   <Compile Include="System\ICloneable.cs" />
-   <Compile Include="System\IComparable.cs" />
-   <Compile Include="System\IEquatable.cs" />
-   <Compile Include="System\IConsoleDriver.cs" />
-   <Compile Include="System\IConvertible.cs" />
-   <Compile Include="System\ICustomFormatter.cs" />
-   <Compile Include="System\IDisposable.cs" />
-   <Compile Include="System\IFormatProvider.cs" />
-   <Compile Include="System\IFormattable.cs" />
-   <Compile Include="System\IndexOutOfRangeException.cs" />
-   <Compile Include="System\InsufficientExecutionStackException.cs" />
-   <Compile Include="System\InsufficientMemoryException.cs" />
-   <Compile Include="System\Int16.cs" />
-   <Compile Include="System\Int32.cs" />
-   <Compile Include="System\Int64.cs" />
-   <Compile Include="System\IntPtr.cs" />
-   <Compile Include="System\InvalidCastException.cs" />
-   <Compile Include="System\InvalidOperationException.cs" />
-   <Compile Include="System\InvalidProgramException.cs" />
-   <Compile Include="System\InvalidTimeZoneException.cs" />
-   <Compile Include="System\IProgress.cs" />
-   <Compile Include="System\IServiceProvider.cs" />
-   <Compile Include="System\KnownTerminals.cs" />
-   <Compile Include="System\Lazy.cs" />
-   <Compile Include="System\LoaderOptimization.cs" />
-   <Compile Include="System\LoaderOptimizationAttribute.cs" />
-   <Compile Include="System\LocalDataStoreSlot.cs" />
-   <Compile Include="System\MarshalByRefObject.cs" />
-   <Compile Include="System\Math.cs" />
-   <Compile Include="System\MemberAccessException.cs" />
-   <Compile Include="System\MethodAccessException.cs" />
-   <Compile Include="System\MidpointRounding.cs" />
-   <Compile Include="System\MissingFieldException.cs" />
-   <Compile Include="System\MissingMemberException.cs" />
-   <Compile Include="System\MissingMethodException.cs" />
-   <Compile Include="System\MonoAsyncCall.cs" />
-   <Compile Include="System\MonoCQItem.cs" />
-   <Compile Include="System\MonoCustomAttrs.cs" />
-   <Compile Include="System\MonoListItem.cs" />
-   <Compile Include="System\MonoType.cs" />
-   <Compile Include="System\MonoTouchAOTHelper.cs" />
-   <Compile Include="System\MTAThreadAttribute.cs" />
-   <Compile Include="System\MulticastDelegate.cs" />
-   <Compile Include="System\MulticastNotSupportedException.cs" />
-   <Compile Include="System\NonSerializedAttribute.cs" />
-   <Compile Include="System\NotFiniteNumberException.cs" />
-   <Compile Include="System\NotImplementedException.cs" />
-   <Compile Include="System\NotSupportedException.cs" />
-   <Compile Include="System\NullConsoleDriver.cs" />
-   <Compile Include="System\Nullable.cs" />
-   <Compile Include="System\NullReferenceException.cs" />
-   <Compile Include="System\NumberFormatter.cs" />
-   <Compile Include="System\Object.cs" />
-   <Compile Include="System\ObjectDisposedException.cs" />
-   <Compile Include="System\ObsoleteAttribute.cs" />
-   <Compile Include="System\OperatingSystem.cs" />
-   <Compile Include="System\OperationCanceledException.cs" />
-   <Compile Include="System\OutOfMemoryException.cs" />
-   <Compile Include="System\OverflowException.cs" />
-   <Compile Include="System\ParamArrayAttribute.cs" />
-   <Compile Include="System\PlatformID.cs" />
-   <Compile Include="System\PlatformNotSupportedException.cs" />
-   <Compile Include="System\Random.cs" />
-   <Compile Include="System\RankException.cs" />
-   <Compile Include="System\ResolveEventArgs.cs" />
-   <Compile Include="System\ResolveEventHandler.cs" />
-   <Compile Include="System\RuntimeArgumentHandle.cs" />
-   <Compile Include="System\RuntimeFieldHandle.cs" />
-   <Compile Include="System\RuntimeMethodHandle.cs" />
-   <Compile Include="System\RuntimeTypeHandle.cs" />
-   <Compile Include="System\ModuleHandle.cs" />
-   <Compile Include="System\SByte.cs" />
-   <Compile Include="System\SerializableAttribute.cs" />
-   <Compile Include="System\Single.cs" />
-   <Compile Include="System\StackOverflowException.cs" />
-   <Compile Include="System\STAThreadAttribute.cs" />
-   <Compile Include="System\String.cs" />
-   <Compile Include="System\StringSplitOptions.cs" />
-   <Compile Include="System\StringComparer.cs" />
-   <Compile Include="System\StringComparison.cs" />
-   <Compile Include="System\SystemException.cs" />
-   <Compile Include="System\TermInfoBooleans.cs" />
-   <Compile Include="System\TermInfoDriver.cs" />
-   <Compile Include="System\TermInfoNumbers.cs" />
-   <Compile Include="System\TermInfoReader.cs" />
-   <Compile Include="System\TermInfoStrings.cs" />
-   <Compile Include="System\ThreadStaticAttribute.cs" />
-   <Compile Include="System\TimeSpan.cs" />
-   <Compile Include="System\TimeZone.cs" />
-   <Compile Include="..\System.Core\System\TimeZoneInfo.cs" />
-   <Compile Include="..\System.Core\System\TimeZoneInfo.AdjustmentRule.cs" />
-   <Compile Include="..\System.Core\System\TimeZoneInfo.Android.cs" />
-   <Compile Include="..\System.Core\System\TimeZoneInfo.MonoTouch.cs" />
-   <Compile Include="..\System.Core\System\TimeZoneInfo.TransitionTime.cs" />
-   <Compile Include="System\TimeZoneNotFoundException.cs" />
-   <Compile Include="System\TimeoutException.cs" />
-   <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
-   <Compile Include="System\Type.cs" />
-   <Compile Include="System\TypeSpec.cs" />
-   <Compile Include="System\TypeAccessException.cs" />
-   <Compile Include="System\TypeCode.cs" />
-   <Compile Include="System\TypedReference.cs" />
-   <Compile Include="System\TypeInitializationException.cs" />
-   <Compile Include="System\TypeLoadException.cs" />
-   <Compile Include="System\TypeUnloadedException.cs" />
-   <Compile Include="System\Tuple.cs" />
-   <Compile Include="System\Tuples.cs" />
-   <Compile Include="System\UInt16.cs" />
-   <Compile Include="System\UInt32.cs" />
-   <Compile Include="System\UInt64.cs" />
-   <Compile Include="System\UIntPtr.cs" />
-   <Compile Include="System\UnauthorizedAccessException.cs" />
-   <Compile Include="System\UnhandledExceptionEventArgs.cs" />
-   <Compile Include="System\UnhandledExceptionEventHandler.cs" />
-   <Compile Include="System\UnitySerializationHolder.cs" />
-   <Compile Include="System\ValueType.cs" />
-   <Compile Include="System\Variant.cs" />
-   <Compile Include="System\Version.cs" />
-   <Compile Include="System\Void.cs" />
-   <Compile Include="System\WeakReference.cs" />
-   <Compile Include="System\WindowsConsoleDriver.cs" />
-   <Compile Include="System\_AppDomain.cs" />
-   <Compile Include="System\__ComObject.cs" />
-   <Compile Include="System.Collections\ArrayList.cs" />
-   <Compile Include="System.Collections\BitArray.cs" />
-   <Compile Include="System.Collections\CaseInsensitiveComparer.cs" />
-   <Compile Include="System.Collections\CaseInsensitiveHashCodeProvider.cs" />
-   <Compile Include="System.Collections\CollectionBase.cs" />
-   <Compile Include="System.Collections\Comparer.cs" />
-   <Compile Include="System.Collections\CollectionDebuggerView.cs" />
-   <Compile Include="System.Collections\DictionaryBase.cs" />
-   <Compile Include="System.Collections\DictionaryEntry.cs" />
-   <Compile Include="System.Collections\Hashtable.cs" />
-   <Compile Include="System.Collections\ICollection.cs" />
-   <Compile Include="System.Collections\IComparer.cs" />
-   <Compile Include="System.Collections\IDictionary.cs" />
-   <Compile Include="System.Collections\IDictionaryEnumerator.cs" />
-   <Compile Include="System.Collections\IEnumerable.cs" />
-   <Compile Include="System.Collections\IEnumerator.cs" />
-   <Compile Include="System.Collections\IEqualityComparer.cs" />
-   <Compile Include="System.Collections\IHashCodeProvider.cs" />
-   <Compile Include="System.Collections\IList.cs" />
-   <Compile Include="System.Collections\IStructuralComparable.cs" />
-   <Compile Include="System.Collections\IStructuralEquatable.cs" />
-   <Compile Include="System.Collections\Queue.cs" />
-   <Compile Include="System.Collections\ReadOnlyCollectionBase.cs" />
-   <Compile Include="System.Collections\SortedList.cs" />
-   <Compile Include="System.Collections\Stack.cs" />
-   <Compile Include="System.Collections\StructuralComparisons.cs" />
-   <Compile Include="System.Configuration.Assemblies\AssemblyHash.cs" />
-   <Compile Include="System.Configuration.Assemblies\AssemblyHashAlgorithm.cs" />
-   <Compile Include="System.Configuration.Assemblies\AssemblyVersionCompatibility.cs" />
-   <Compile Include="System.Configuration.Assemblies\ProcessorID.cs" />
-   <Compile Include="System.Deployment.Internal\InternalActivationContextHelper.cs" />
-   <Compile Include="System.Deployment.Internal\InternalApplicationIdentityHelper.cs" />
-   <Compile Include="System.Diagnostics\ConditionalAttribute.cs" />
-   <Compile Include="System.Diagnostics\DebuggableAttribute.cs" />
-   <Compile Include="System.Diagnostics\Debugger.cs" />
-   <Compile Include="System.Diagnostics\DebuggerBrowsableState.cs" />
-   <Compile Include="System.Diagnostics\DebuggerBrowsableAttribute.cs" />
-   <Compile Include="System.Diagnostics\DebuggerDisplayAttribute.cs" />
-   <Compile Include="System.Diagnostics\DebuggerHiddenAttribute.cs" />
-   <Compile Include="System.Diagnostics\DebuggerNonUserCodeAttribute.cs" />
-   <Compile Include="System.Diagnostics\DebuggerStepThroughAttribute.cs" />
-   <Compile Include="System.Diagnostics\DebuggerStepperBoundaryAttribute.cs" />
-   <Compile Include="System.Diagnostics\DebuggerTypeProxyAttribute.cs" />
-   <Compile Include="System.Diagnostics\DebuggerVisualizerAttribute.cs" />
-   <Compile Include="System.Diagnostics\StackFrame.cs" />
-   <Compile Include="System.Diagnostics\StackTrace.cs" />
-   <Compile Include="System.Diagnostics.CodeAnalysis\SuppressMessageAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\Contract.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractAbbreviatorAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractArgumentValidatorAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractClassAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractClassForAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractException.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractFailedEventArgs.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractFailureKind.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractInvariantMethodAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractPublicPropertyNameAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractReferenceAssemblyAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractRuntimeIgnoredAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractShouldAssertException.cs" />
-   <Compile Include="System.Diagnostics.Contracts\ContractVerificationAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts\PureAttribute.cs" />
-   <Compile Include="System.Diagnostics.Contracts.Internal\ContractHelper.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder1.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocument.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocumentWriter.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolMethod.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolNamespace.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolReader.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolScope.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolVariable.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\ISymbolWriter.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\SymAddressKind.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\SymbolToken.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\SymDocumentType.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\SymLanguageType.cs" />
-   <Compile Include="System.Diagnostics.SymbolStore\SymLanguageVendor.cs" />
-   <Compile Include="System.Globalization\Calendar.cs" />
-   <Compile Include="System.Globalization\CalendarAlgorithmType.cs" />
-   <Compile Include="System.Globalization\CalendarWeekRule.cs" />
-   <Compile Include="System.Globalization\CalendricalCalculations.cs" />
-   <Compile Include="System.Globalization\CharUnicodeInfo.cs" />
-   <Compile Include="System.Globalization\ChineseLunisolarCalendar.cs" />
-   <Compile Include="System.Globalization\CodePageDataItem.cs" />
-   <Compile Include="System.Globalization\CompareInfo.cs" />
-   <Compile Include="System.Globalization\CompareOptions.cs" />
-   <Compile Include="System.Globalization\CultureInfo.cs" />
-   <Compile Include="System.Globalization\CultureNotFoundException.cs" />
-   <Compile Include="System.Globalization\CultureTypes.cs" />
-   <Compile Include="System.Globalization\DateTimeFormatInfo.cs" />
-   <Compile Include="System.Globalization\DateTimeStyles.cs" />
-   <Compile Include="System.Globalization\DaylightTime.cs" />
-   <Compile Include="System.Globalization\DigitShapes.cs" />
-   <Compile Include="System.Globalization\EastAsianLunisolarCalendar.cs" />
-   <Compile Include="System.Globalization\GregorianCalendar.cs" />
-   <Compile Include="System.Globalization\GregorianCalendarTypes.cs" />
-   <Compile Include="System.Globalization\HebrewCalendar.cs" />
-   <Compile Include="System.Globalization\HijriCalendar.cs" />
-   <Compile Include="System.Globalization\IdnMapping.cs" />
-   <Compile Include="System.Globalization\JapaneseCalendar.cs" />
-   <Compile Include="System.Globalization\JapaneseLunisolarCalendar.cs" />
-   <Compile Include="System.Globalization\JulianCalendar.cs" />
-   <Compile Include="System.Globalization\KoreanCalendar.cs" />
-   <Compile Include="System.Globalization\KoreanLunisolarCalendar.cs" />
-   <Compile Include="System.Globalization\NumberFormatInfo.cs" />
-   <Compile Include="System.Globalization\NumberStyles.cs" />
-   <Compile Include="System.Globalization\PersianCalendar.cs" />
-   <Compile Include="System.Globalization\RegionInfo.cs" />
-   <Compile Include="System.Globalization\RegionInfo.MonoTouch.cs" />
-   <Compile Include="System.Globalization\StringInfo.cs" />
-   <Compile Include="System.Globalization\TaiwanCalendar.cs" />
-   <Compile Include="System.Globalization\TaiwanLunisolarCalendar.cs" />
-   <Compile Include="System.Globalization\TextElementEnumerator.cs" />
-   <Compile Include="System.Globalization\TextInfo.cs" />
-   <Compile Include="System.Globalization\ThaiBuddhistCalendar.cs" />
-   <Compile Include="System.Globalization\TimeSpanStyles.cs" />
-   <Compile Include="System.Globalization\UmAlQuraCalendar.cs" />
-   <Compile Include="System.Globalization\UnicodeCategory.cs" />
-   <Compile Include="System.IO\BinaryReader.cs" />
-   <Compile Include="System.IO\BinaryWriter.cs" />
-   <Compile Include="System.IO\BufferedStream.cs" />
-   <Compile Include="System.IO\Directory.cs" />
-   <Compile Include="System.IO\DirectoryInfo.cs" />
-   <Compile Include="System.IO\DirectoryNotFoundException.cs" />
-   <Compile Include="System.IO\DriveInfo.cs" />
-   <Compile Include="System.IO\DriveNotFoundException.cs" />
-   <Compile Include="System.IO\DriveType.cs" />
-   <Compile Include="System.IO\EndOfStreamException.cs" />
-   <Compile Include="System.IO\File.cs" />
-   <Compile Include="System.IO\FileAccess.cs" />
-   <Compile Include="System.IO\FileAttributes.cs" />
-   <Compile Include="System.IO\FileInfo.cs" />
-   <Compile Include="System.IO\FileLoadException.cs" />
-   <Compile Include="System.IO\FileMode.cs" />
-   <Compile Include="System.IO\FileNotFoundException.cs" />
-   <Compile Include="System.IO\FileOptions.cs" />
-   <Compile Include="System.IO\FileShare.cs" />
-   <Compile Include="System.IO\FileStream.cs" />
-   <Compile Include="System.IO\FileStreamAsyncResult.cs" />
-   <Compile Include="System.IO\FileSystemInfo.cs" />
-   <Compile Include="System.IO\IOException.cs" />
-   <Compile Include="System.IO\LogcatTextWriter.cs" />
-   <Compile Include="System.IO\MemoryStream.cs" />
-   <Compile Include="System.IO\MonoIO.cs" />
-   <Compile Include="System.IO\MonoIOError.cs" />
-   <Compile Include="System.IO\MonoFileType.cs" />
-   <Compile Include="System.IO\MonoIOStat.cs" />
-   <Compile Include="System.IO\Path.cs" />
-   <Compile Include="System.IO\PathTooLongException.cs" />
-   <Compile Include="System.IO\SearchOption.cs" />
-   <Compile Include="System.IO\SearchPattern.cs" />
-   <Compile Include="System.IO\SeekOrigin.cs" />
-   <Compile Include="System.IO\Stream.cs" />
-   <Compile Include="System.IO\StreamReader.cs" />
-   <Compile Include="System.IO\StreamWriter.cs" />
-   <Compile Include="System.IO\StringReader.cs" />
-   <Compile Include="System.IO\StringWriter.cs" />
-   <Compile Include="System.IO\TextReader.cs" />
-   <Compile Include="System.IO\TextWriter.cs" />
-   <Compile Include="System.IO\UnexceptionalStreamReader.cs" />
-   <Compile Include="System.IO\UnexceptionalStreamWriter.cs" />
-   <Compile Include="System.IO\UnmanagedMemoryAccessor.cs" />
-   <Compile Include="System.IO\UnmanagedMemoryStream.cs" />
-   <Compile Include="System.IO.IsolatedStorage\INormalizeForIsolatedStorage.cs" />
-   <Compile Include="System.IO.IsolatedStorage\MoonIsolatedStorage.cs" />
-   <Compile Include="System.IO.IsolatedStorage\MoonIsolatedStorageFile.cs" />
-   <Compile Include="System.IO.IsolatedStorage\MoonIsolatedStorageFileStream.cs" />
-   <Compile Include="System.IO.IsolatedStorage\IsolatedStorage.cs" />
-   <Compile Include="System.IO.IsolatedStorage\IsolatedStorageException.cs" />
-   <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFile.cs" />
-   <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileEnumerator.cs" />
-   <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileStream.cs" />
-   <Compile Include="System.IO.IsolatedStorage\IsolatedStorageScope.cs" />
-   <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityOptions.cs" />
-   <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityState.cs" />
-   <Compile Include="System.Reflection\AmbiguousMatchException.cs" />
-   <Compile Include="System.Reflection\Assembly.cs" />
-   <Compile Include="System.Reflection\AssemblyAlgorithmIdAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyCompanyAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyConfigurationAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyCopyrightAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyCultureAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyDefaultAliasAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyDelaySignAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyDescriptionAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyFileVersionAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyFlagsAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyInformationalVersionAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyKeyFileAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyKeyNameAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyMetadataAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyName.cs" />
-   <Compile Include="System.Reflection\AssemblyNameFlags.cs" />
-   <Compile Include="System.Reflection\AssemblyNameProxy.cs" />
-   <Compile Include="System.Reflection\AssemblyProductAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblySignatureKeyAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyTitleAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyTradeMarkAttribute.cs" />
-   <Compile Include="System.Reflection\AssemblyVersionAttribute.cs" />
-   <Compile Include="System.Reflection\Binder.cs" />
-   <Compile Include="System.Reflection\BindingFlags.cs" />
-   <Compile Include="System.Reflection\CallingConventions.cs" />
-   <Compile Include="System.Reflection\ConstructorInfo.cs" />
-   <Compile Include="System.Reflection\CustomAttributeData.cs" />
-   <Compile Include="System.Reflection\CustomAttributeExtensions.cs" />
-   <Compile Include="System.Reflection\CustomAttributeFormatException.cs" />
-   <Compile Include="System.Reflection\CustomAttributeNamedArgument.cs" />
-   <Compile Include="System.Reflection\CustomAttributeTypedArgument.cs" />
-   <Compile Include="System.Reflection\DefaultMemberAttribute.cs" />
-   <Compile Include="System.Reflection\EventAttributes.cs" />
-   <Compile Include="System.Reflection\EventInfo.cs" />
-   <Compile Include="System.Reflection\ExceptionHandlingClause.cs" />
-   <Compile Include="System.Reflection\ExceptionHandlingClauseOptions.cs" />
-   <Compile Include="System.Reflection\FieldAttributes.cs" />
-   <Compile Include="System.Reflection\FieldInfo.cs" />
-   <Compile Include="System.Reflection\GenericParameterAttributes.cs" />
-   <Compile Include="System.Reflection\ICustomAttributeProvider.cs" />
-   <Compile Include="System.Reflection\ImageFileMachine.cs" />
-   <Compile Include="System.Reflection\InterfaceMapping.cs" />
-   <Compile Include="System.Reflection\IntrospectionExtensions.cs" />
-   <Compile Include="System.Reflection\InvalidFilterCriteriaException.cs" />
-   <Compile Include="System.Reflection\IReflect.cs" />
-   <Compile Include="System.Reflection\IReflectableType.cs" />
-   <Compile Include="System.Reflection\LocalVariableInfo.cs" />
-   <Compile Include="System.Reflection\ManifestResourceInfo.cs" />
-   <Compile Include="System.Reflection\MemberFilter.cs" />
-   <Compile Include="System.Reflection\MemberInfo.cs" />
-   <Compile Include="System.Reflection\MemberInfoSerializationHolder.cs" />
-   <Compile Include="System.Reflection\MemberTypes.cs" />
-   <Compile Include="System.Reflection\MethodAttributes.cs" />
-   <Compile Include="System.Reflection\MethodBase.cs" />
-   <Compile Include="System.Reflection\MethodBody.cs" />
-   <Compile Include="System.Reflection\MethodImplAttributes.cs" />
-   <Compile Include="System.Reflection\MethodInfo.cs" />
-   <Compile Include="System.Reflection\Missing.cs" />
-   <Compile Include="System.Reflection\Module.cs" />
-   <Compile Include="System.Reflection\ModuleResolveEventHandler.cs" />
-   <Compile Include="System.Reflection\MonoAssembly.cs" />
-   <Compile Include="System.Reflection\MonoGenericClass.cs" />
-   <Compile Include="System.Reflection\MonoGenericMethod.cs" />
-   <Compile Include="System.Reflection\MonoEvent.cs" />
-   <Compile Include="System.Reflection\MonoField.cs" />
-   <Compile Include="System.Reflection\MonoMethod.cs" />
-   <Compile Include="System.Reflection\MonoModule.cs" />
-   <Compile Include="System.Reflection\MonoProperty.cs" />
-   <Compile Include="System.Reflection\ObfuscateAssemblyAttribute.cs" />
-   <Compile Include="System.Reflection\ObfuscationAttribute.cs" />
-   <Compile Include="System.Reflection\ParameterAttributes.cs" />
-   <Compile Include="System.Reflection\ParameterInfo.cs" />
-   <Compile Include="System.Reflection\ParameterModifier.cs" />
-   <Compile Include="System.Reflection\Pointer.cs" />
-   <Compile Include="System.Reflection\PortableExecutableKinds.cs" />
-   <Compile Include="System.Reflection\ProcessorArchitecture.cs" />
-   <Compile Include="System.Reflection\PropertyAttributes.cs" />
-   <Compile Include="System.Reflection\PropertyInfo.cs" />
-   <Compile Include="System.Reflection\ReflectionContext.cs" />
-   <Compile Include="System.Reflection\ReflectionTypeLoadException.cs" />
-   <Compile Include="System.Reflection\ResourceAttributes.cs" />
-   <Compile Include="System.Reflection\ResourceLocation.cs" />
-   <Compile Include="System.Reflection\StrongNameKeyPair.cs" />
-   <Compile Include="System.Reflection\TargetException.cs" />
-   <Compile Include="System.Reflection\TargetInvocationException.cs" />
-   <Compile Include="System.Reflection\TargetParameterCountException.cs" />
-   <Compile Include="System.Reflection\TypeAttributes.cs" />
-   <Compile Include="System.Reflection\TypeDelegator.cs" />
-   <Compile Include="System.Reflection\TypeFilter.cs" />
-   <Compile Include="System.Reflection\TypeInfo.cs" />
-   <Compile Include="System.Reflection.Emit\AssemblyBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\AssemblyBuilderAccess.cs" />
-   <Compile Include="System.Reflection.Emit\ConstructorBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\ConstructorOnTypeBuilderInst.cs" />
-   <Compile Include="System.Reflection.Emit\CustomAttributeBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\DerivedTypes.cs" />
-   <Compile Include="System.Reflection.Emit\DynamicILInfo.cs" />
-   <Compile Include="System.Reflection.Emit\DynamicMethod.cs" />
-   <Compile Include="System.Reflection.Emit\EnumBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\EventBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\EventOnTypeBuilderInst.cs" />
-   <Compile Include="System.Reflection.Emit\EventToken.cs" />
-   <Compile Include="System.Reflection.Emit\FieldBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\FieldOnTypeBuilderInst.cs" />
-   <Compile Include="System.Reflection.Emit\FieldToken.cs" />
-   <Compile Include="System.Reflection.Emit\FlowControl.cs" />
-   <Compile Include="System.Reflection.Emit\GenericTypeParameterBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\ILGenerator.cs" />
-   <Compile Include="System.Reflection.Emit\Label.cs" />
-   <Compile Include="System.Reflection.Emit\LocalBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\MethodBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\MethodOnTypeBuilderInst.cs" />
-   <Compile Include="System.Reflection.Emit\MethodToken.cs" />
-   <Compile Include="System.Reflection.Emit\MethodRental.cs" />
-   <Compile Include="System.Reflection.Emit\ModuleBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\MonoArrayMethod.cs" />
-   <Compile Include="System.Reflection.Emit\OpCodeNames.cs" />
-   <Compile Include="System.Reflection.Emit\OpCode.cs" />
-   <Compile Include="System.Reflection.Emit\OpCodes.cs" />
-   <Compile Include="System.Reflection.Emit\OpCodeType.cs" />
-   <Compile Include="System.Reflection.Emit\OperandType.cs" />
-   <Compile Include="System.Reflection.Emit\PackingSize.cs" />
-   <Compile Include="System.Reflection.Emit\ParameterBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\ParameterToken.cs" />
-   <Compile Include="System.Reflection.Emit\PEFileKinds.cs" />
-   <Compile Include="System.Reflection.Emit\PropertyBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\PropertyOnTypeBuilderInst.cs" />
-   <Compile Include="System.Reflection.Emit\PropertyToken.cs" />
-   <Compile Include="System.Reflection.Emit\SignatureHelper.cs" />
-   <Compile Include="System.Reflection.Emit\SignatureToken.cs" />
-   <Compile Include="System.Reflection.Emit\StackBehaviour.cs" />
-   <Compile Include="System.Reflection.Emit\StringToken.cs" />
-   <Compile Include="System.Reflection.Emit\TypeBuilder.cs" />
-   <Compile Include="System.Reflection.Emit\TypeToken.cs" />
-   <Compile Include="System.Reflection.Emit\UnmanagedMarshal.cs" />
-   <Compile Include="System.Resources\IResourceReader.cs" />
-   <Compile Include="System.Resources\IResourceWriter.cs" />
-   <Compile Include="System.Resources\MissingManifestResourceException.cs" />
-   <Compile Include="System.Resources\MissingSatelliteAssemblyException.cs" />
-   <Compile Include="System.Resources\NeutralResourcesLanguageAttribute.cs" />
-   <Compile Include="System.Resources\ResourceManager.cs" />
-   <Compile Include="System.Resources\ResourceReader.cs" />
-   <Compile Include="System.Resources\ResourceSet.cs" />
-   <Compile Include="System.Resources\ResourceWriter.cs" />
-   <Compile Include="System.Resources\RuntimeResourceSet.cs" />
-   <Compile Include="System.Resources\SatelliteContractVersionAttribute.cs" />
-   <Compile Include="System.Resources\UltimateResourceFallbackLocation.cs" />
-   <Compile Include="System.Resources\Win32Resources.cs" />
-   <Compile Include="System.Runtime\AssemblyTargetedPatchBandAttribute.cs" />
-   <Compile Include="System.Runtime\GCLatencyMode.cs" />
-   <Compile Include="System.Runtime\GCSettings.cs" />
-   <Compile Include="System.Runtime\MemoryFailPoint.cs" />
-   <Compile Include="System.Runtime\TargetedPatchingOptOutAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\AccessedThroughPropertyAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\AsyncStateMachineAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\AsyncVoidMethodBuilder.cs" />
-   <Compile Include="System.Runtime.CompilerServices\AsyncTaskMethodBuilder.cs" />
-   <Compile Include="System.Runtime.CompilerServices\AsyncTaskMethodBuilder_T.cs" />
-   <Compile Include="System.Runtime.CompilerServices\ReferenceAssemblyAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CallConvCdecl.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CallConvFastcall.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CallConvThiscall.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CallConvStdcall.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CallerFilePathAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CallerLineNumberAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CallerMemberNameAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CompilationRelaxations.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CompilationRelaxationsAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CompilerGeneratedAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CompilerGlobalScopeAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CompilerMarshalOverride.cs" />
-   <Compile Include="System.Runtime.CompilerServices\ConditionalWeakTable.cs" />
-   <Compile Include="System.Runtime.CompilerServices\ConfiguredTaskAwaitable.cs" />
-   <Compile Include="System.Runtime.CompilerServices\ConfiguredTaskAwaitable_T.cs" />
-   <Compile Include="System.Runtime.CompilerServices\ContractHelper.cs" />
-   <Compile Include="System.Runtime.CompilerServices\CustomConstantAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\DateTimeConstantAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\DecimalConstantAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\DefaultDependencyAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\DependencyAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\DiscardableAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\ExtensionAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\FixedAddressValueTypeAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\FixedBufferAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\HasCopySemanticsAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IAsyncStateMachine.cs" />
-   <Compile Include="System.Runtime.CompilerServices\ICriticalNotifyCompletion.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IDispatchConstantAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IUnknownConstantAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IndexerNameAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\INotifyCompletion.cs" />
-   <Compile Include="System.Runtime.CompilerServices\InternalsVisibleToAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsBoxed.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsByValue.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsConst.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsCopyConstructed.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsExplicitlyDereferenced.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsImplicitlyDereferenced.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsJitIntrinsic.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsLong.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsPinned.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsSignUnspecifiedByte.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsUdtReturn.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IsVolatile.cs" />
-   <Compile Include="System.Runtime.CompilerServices\IteratorStateMachineAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\LoadHint.cs" />
-   <Compile Include="System.Runtime.CompilerServices\MethodCodeType.cs" />
-   <Compile Include="System.Runtime.CompilerServices\MethodImplAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\MethodImplOptions.cs" />
-   <Compile Include="System.Runtime.CompilerServices\NativeCppClassAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\RequiredAttributeAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\RuntimeCompatibilityAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\RuntimeHelpers.cs" />
-   <Compile Include="System.Runtime.CompilerServices\RuntimeWrappedException.cs" />
-   <Compile Include="System.Runtime.CompilerServices\SpecialNameAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\ScopelessEnumAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\SuppressIldasmAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\StateMachineAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\StringFreezingAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\UnsafeValueTypeAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\TaskAwaiter.cs" />
-   <Compile Include="System.Runtime.CompilerServices\TaskAwaiter_T.cs" />
-   <Compile Include="System.Runtime.CompilerServices\TypeForwardedFromAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\TypeForwardedToAttribute.cs" />
-   <Compile Include="System.Runtime.CompilerServices\YieldAwaitable.cs" />
-   <Compile Include="System.Runtime.ConstrainedExecution\CriticialFinalizerObject.cs" />
-   <Compile Include="System.Runtime.ConstrainedExecution\CER.cs" />
-   <Compile Include="System.Runtime.ConstrainedExecution\Consistency.cs" />
-   <Compile Include="System.Runtime.ConstrainedExecution\PrePrepareMethodAttribute.cs" />
-   <Compile Include="System.Runtime.ConstrainedExecution\ReliabilityContractAttribute.cs" />
-   <Compile Include="System.Runtime.ExceptionServices\ExceptionDispatchInfo.cs" />
-   <Compile Include="System.Runtime.ExceptionServices\FirstChanceExceptionEventArgs.cs" />
-   <Compile Include="System.Runtime.ExceptionServices\HandleProcessCorruptedStateExceptionsAttribute.cs" />
-   <Compile Include="System.Runtime.Hosting\ActivationArguments.cs" />
-   <Compile Include="System.Runtime.Hosting\ApplicationActivator.cs" />
-   <Compile Include="System.Runtime.InteropServices\_Activator.cs" />
-   <Compile Include="System.Runtime.InteropServices\_Assembly.cs" />
-   <Compile Include="System.Runtime.InteropServices\_AssemblyBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_AssemblyName.cs" />
-   <Compile Include="System.Runtime.InteropServices\_Attribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\_ConstructorBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_ConstructorInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices\_CustomAttributeBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_EnumBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_EventBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_EventInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices\_Exception.cs" />
-   <Compile Include="System.Runtime.InteropServices\_FieldBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_FieldInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices\_ILGenerator.cs" />
-   <Compile Include="System.Runtime.InteropServices\_LocalBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_MemberInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices\_MethodBase.cs" />
-   <Compile Include="System.Runtime.InteropServices\_MethodBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_MethodInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices\_MethodRental.cs" />
-   <Compile Include="System.Runtime.InteropServices\_Module.cs" />
-   <Compile Include="System.Runtime.InteropServices\_ModuleBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_ParameterBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_ParameterInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices\_PropertyBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\_PropertyInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices\_SignatureHelper.cs" />
-   <Compile Include="System.Runtime.InteropServices\_Thread.cs" />
-   <Compile Include="System.Runtime.InteropServices\_Type.cs" />
-   <Compile Include="System.Runtime.InteropServices\_TypeBuilder.cs" />
-   <Compile Include="System.Runtime.InteropServices\AllowReversePInvokeCallsAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ArrayWithOffset.cs" />
-   <Compile Include="System.Runtime.InteropServices\AssemblyRegistrationFlags.cs" />
-   <Compile Include="System.Runtime.InteropServices\AutomationProxyAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\BestFitMappingAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\BIND_OPTS.cs" />
-   <Compile Include="System.Runtime.InteropServices\BINDPTR.cs" />
-   <Compile Include="System.Runtime.InteropServices\BStrWrapper.cs" />
-   <Compile Include="System.Runtime.InteropServices\CALLCONV.cs" />
-   <Compile Include="System.Runtime.InteropServices\CallingConvention.cs" />
-   <Compile Include="System.Runtime.InteropServices\CharSet.cs" />
-   <Compile Include="System.Runtime.InteropServices\ClassInterfaceAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ClassInterfaceType.cs" />
-   <Compile Include="System.Runtime.InteropServices\CoClassAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComAliasNameAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComCompatibleVersionAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComConversionLossAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComDefaultInterfaceAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\COMException.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComEventInterfaceAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComImportAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComInterfaceType.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComMemberType.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComRegisterFunctionAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComSourceInterfacesAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComUnregisterFunctionAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ComVisible.cs" />
-   <Compile Include="System.Runtime.InteropServices\CONNECTDATA.cs" />
-   <Compile Include="System.Runtime.InteropServices\CriticalHandle.cs" />
-   <Compile Include="System.Runtime.InteropServices\CurrencyWrapper.cs" />
-   <Compile Include="System.Runtime.InteropServices\DefaultCharSetAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\DESCKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices\DispatchWrapper.cs" />
-   <Compile Include="System.Runtime.InteropServices\DISPPARAMS.cs" />
-   <Compile Include="System.Runtime.InteropServices\DispIdAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\DllImportAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ELEMDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices\ErrorWrapper.cs" />
-   <Compile Include="System.Runtime.InteropServices\EXCEPINFO.cs" />
-   <Compile Include="System.Runtime.InteropServices\ExporterEventKind.cs" />
-   <Compile Include="System.Runtime.InteropServices\ExtensibleClassFactory.cs" />
-   <Compile Include="System.Runtime.InteropServices\ExternalException.cs" />
-   <Compile Include="System.Runtime.InteropServices\FieldOffsetAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\FILETIME.cs" />
-   <Compile Include="System.Runtime.InteropServices\FUNCDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices\FUNCFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices\FUNCKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices\GCHandle.cs" />
-   <Compile Include="System.Runtime.InteropServices\GCHandleType.cs" />
-   <Compile Include="System.Runtime.InteropServices\GuidAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\HandleRef.cs" />
-   <Compile Include="System.Runtime.InteropServices\ICustomAdapter.cs" />
-   <Compile Include="System.Runtime.InteropServices\ICustomFactory.cs" />
-   <Compile Include="System.Runtime.InteropServices\ICustomMarshaler.cs" />
-   <Compile Include="System.Runtime.InteropServices\IDispatchImplAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\IDispatchImplType.cs" />
-   <Compile Include="System.Runtime.InteropServices\IDLDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices\IDLFLAG.cs" />
-   <Compile Include="System.Runtime.InteropServices\IMPLTYPEFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices\INVOKEKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices\IRegistrationServices.cs" />
-   <Compile Include="System.Runtime.InteropServices\ITypeLibConverter.cs" />
-   <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNameProvider.cs" />
-   <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNotifySink.cs" />
-   <Compile Include="System.Runtime.InteropServices\ITypeLibImporterNotifySink.cs" />
-   <Compile Include="System.Runtime.InteropServices\ImportedFromTypeLibAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\ImporterEventKind.cs" />
-   <Compile Include="System.Runtime.InteropServices\InAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\InterfaceTypeAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\InvalidComObjectException.cs" />
-   <Compile Include="System.Runtime.InteropServices\InvalidOleVariantTypeException.cs" />
-   <Compile Include="System.Runtime.InteropServices\LCIDConversionAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\LIBFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices\LayoutKind.cs" />
-   <Compile Include="System.Runtime.InteropServices\Marshal.cs" />
-   <Compile Include="System.Runtime.InteropServices\MarshalAsAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\MarshalDirectiveException.cs" />
-   <Compile Include="System.Runtime.InteropServices\ObjectCreationDelegate.cs" />
-   <Compile Include="System.Runtime.InteropServices\OptionalAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\OutAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\PARAMDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices\PARAMFLAG.cs" />
-   <Compile Include="System.Runtime.InteropServices\PreserveSigAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\PrimaryInteropAssemblyAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\RegistrationClassContext.cs" />
-   <Compile Include="System.Runtime.InteropServices\RegistrationConnectionType.cs" />
-   <Compile Include="System.Runtime.InteropServices\SEHException.cs" />
-   <Compile Include="System.Runtime.InteropServices\STATSTG.cs" />
-   <Compile Include="System.Runtime.InteropServices\ProgIdAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\RegistrationServices.cs" />
-   <Compile Include="System.Runtime.InteropServices\RuntimeEnvironment.cs" />
-   <Compile Include="System.Runtime.InteropServices\SafeArrayRankMismatchException.cs" />
-   <Compile Include="System.Runtime.InteropServices\SafeArrayTypeMismatchException.cs" />
-   <Compile Include="System.Runtime.InteropServices\SafeBuffer.cs" />
-   <Compile Include="System.Runtime.InteropServices\SafeHandle.cs" />
-   <Compile Include="System.Runtime.InteropServices\SetWin32ContextInIDispatchAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\StructLayoutAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\SYSKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices\TYPEATTR.cs" />
-   <Compile Include="System.Runtime.InteropServices\TYPEDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices\TYPEFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices\TYPEKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices\TYPELIBATTR.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeIdentifierAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibConverter.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibExporterFlags.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibFuncAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibFuncFlags.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibImportClassAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibImporterFlags.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibTypeAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibTypeFlags.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibVarAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibVarFlags.cs" />
-   <Compile Include="System.Runtime.InteropServices\TypeLibVersionAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIBindCtx.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPoint.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPointContainer.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIEnumConnectionPoints.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIEnumConnections.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIEnumMoniker.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIEnumString.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIEnumVARIANT.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIMoniker.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIPersistFile.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIRunningObjectTable.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMIStream.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMITypeComp.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMITypeInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices\UCOMITypeLib.cs" />
-   <Compile Include="System.Runtime.InteropServices\UnknownWrapper.cs" />
-   <Compile Include="System.Runtime.InteropServices\UnmanagedFunctionPointerAttribute.cs" />
-   <Compile Include="System.Runtime.InteropServices\UnmanagedType.cs" />
-   <Compile Include="System.Runtime.InteropServices\VARDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices\VarEnum.cs" />
-   <Compile Include="System.Runtime.InteropServices\VARFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices\VariantWrapper.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\BINDPTR.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\BIND_OPTS.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\CALLCONV.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\CONNECTDATA.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\DESCKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\DISPPARAMS.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\ELEMDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\EXCEPINFO.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\FILETIME.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IBindCtx.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IConnectionPoint.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IConnectionPointContainer.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IDLDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IDLFLAG.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumConnectionPoints.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumConnections.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumMoniker.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumString.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumVARIANT.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IMoniker.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IMPLTYPEFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\INVOKEKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IPersistFile.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IRunningObjectTable.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\IStream.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeComp.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeInfo.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeInfo2.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeLib.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeLib2.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\LIBFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\PARAMDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\PARAMFLAG.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\STATSTG.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\SYSKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEATTR.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\TYPELIBATTR.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\VARDESC.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\VARFLAGS.cs" />
-   <Compile Include="System.Runtime.InteropServices.ComTypes\VARKIND.cs" />
-   <Compile Include="System.Runtime.InteropServices.Expando\IExpando.cs" />
-   <Compile Include="System.Runtime.Remoting\ActivatedClientTypeEntry.cs" />
-   <Compile Include="System.Runtime.Remoting\ActivatedServiceTypeEntry.cs" />
-   <Compile Include="System.Runtime.Remoting\CustomErrorsModes.cs" />
-   <Compile Include="System.Runtime.Remoting\EnvoyInfo.cs" />
-   <Compile Include="System.Runtime.Remoting\IObjectHandle.cs" />
-   <Compile Include="System.Runtime.Remoting\IChannelInfo.cs" />
-   <Compile Include="System.Runtime.Remoting\Identity.cs" />
-   <Compile Include="System.Runtime.Remoting\InternalRemotingServices.cs" />
-   <Compile Include="System.Runtime.Remoting\IEnvoyInfo.cs" />
-   <Compile Include="System.Runtime.Remoting\IRemotingTypeInfo.cs" />
-   <Compile Include="System.Runtime.Remoting\ObjectHandle.cs" />
-   <Compile Include="System.Runtime.Remoting\ObjRef.cs" />
-   <Compile Include="System.Runtime.Remoting\RemotingConfiguration.cs" />
-   <Compile Include="System.Runtime.Remoting\RemotingException.cs" />
-   <Compile Include="System.Runtime.Remoting\RemotingTimeoutException.cs" />
-   <Compile Include="System.Runtime.Remoting\RemotingServices.cs" />
-   <Compile Include="System.Runtime.Remoting\ServerException.cs" />
-   <Compile Include="System.Runtime.Remoting\ServerIdentity.cs" />
-   <Compile Include="System.Runtime.Remoting\SoapServices.cs" />
-   <Compile Include="System.Runtime.Remoting\TypeEntry.cs" />
-   <Compile Include="System.Runtime.Remoting\TypeInfo.cs" />
-   <Compile Include="System.Runtime.Remoting\WellKnownObjectMode.cs" />
-   <Compile Include="System.Runtime.Remoting\WellKnownClientTypeEntry.cs" />
-   <Compile Include="System.Runtime.Remoting\WellKnownServiceTypeEntry.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\ActivationServices.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\ActivatorLevel.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\AppDomainLevelActivator.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\ConstructionLevelActivator.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\ContextLevelActivator.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\IActivator.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\IConstructionCallMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\IConstructionReturnMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\RemoteActivator.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\RemoteActivationAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Activation\UrlAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\AggregateDictionary.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\BaseChannelObjectWithProperties.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\BaseChannelSinkWithProperties.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\BaseChannelWithProperties.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ChannelDataStore.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ChannelServices.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ChannelSinkStackEntry.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ClientChannelSinkStack.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IChannel.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IChannelDataStore.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiver.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiverHook.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IChannelSender.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IChannelSinkBase.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkProvider.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkStack.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSinkProvider.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IClientResponseChannelSinkStack.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ISecurableChannel.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IServerResponseChannelSinkStack.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSinkProvider.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkProvider.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkStack.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\IServerFormatterSinkProvider.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ITransportHeaders.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ServerChannelSinkStack.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\ServerProcessing.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\SinkProviderData.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\TransportHeaders.cs" />
-   <Compile Include="System.Runtime.Remoting.Channels\CrossAppDomainChannel.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\Context.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\ContextAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\ContextProperty.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\CrossContextChannel.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\CrossContextDelegate.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IContextAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IContextProperty.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IContextPropertyActivator.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IContributeClientContextSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IContributeDynamicSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IContributeEnvoySink.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IContributeObjectSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IContributeServerContextSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IDynamicMessageSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\IDynamicProperty.cs" />
-   <Compile Include="System.Runtime.Remoting.Contexts\SynchronizationAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Lifetime\ClientSponsor.cs" />
-   <Compile Include="System.Runtime.Remoting.Lifetime\ILease.cs" />
-   <Compile Include="System.Runtime.Remoting.Lifetime\ISponsor.cs" />
-   <Compile Include="System.Runtime.Remoting.Lifetime\Lease.cs" />
-   <Compile Include="System.Runtime.Remoting.Lifetime\LeaseManager.cs" />
-   <Compile Include="System.Runtime.Remoting.Lifetime\LeaseSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Lifetime\LeaseState.cs" />
-   <Compile Include="System.Runtime.Remoting.Lifetime\LifetimeServices.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ArgInfo.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\AsyncResult.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\CallContext.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ClientContextTerminatorSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCall.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCallDictionary.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ConstructionResponse.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\EnvoyTerminatorSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\Header.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\HeaderHandler.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ErrorMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\IInternalMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\IMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\IMessageCtrl.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\IMessageSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\IMethodCallMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\IMethodMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\IMethodReturnMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\IRemotingFormatter.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\InternalMessageWrapper.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ISerializationRootObject.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\LogicalCallContext.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MessageSurrogateFilter.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MethodCall.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MethodCallMessageWrapper.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MethodResponse.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MethodCallDictionary.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MethodDictionary.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnDictionary.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnMessageWrapper.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\MonoMethodMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\OneWayAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogateSelector.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogate.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ReturnMessage.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ServerContextTerminatorSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\ServerObjectTerminatorSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\StackBuilderSink.cs" />
-   <Compile Include="System.Runtime.Remoting.Messaging\CADMessages.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata\SoapAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata\SoapFieldAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata\SoapMethodAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata\SoapOption.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata\SoapParameterAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata\SoapTypeAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata\XmlFieldOrderOption.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\ISoapXsd.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapAnyUri.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntity.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonth.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonNegativeInteger.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapToken.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapBase64Binary.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHexBinary.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonthDay.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonPositiveInteger.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYear.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDate.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHelper.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapId.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapName.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNormalizedString.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYearMonth.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDateTime.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdref.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNcName.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNotation.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDay.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdrefs.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNegativeInteger.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapPositiveInteger.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDuration.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapInteger.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtoken.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapQName.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntities.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapLanguage.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtokens.cs" />
-   <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapTime.cs" />
-   <Compile Include="System.Runtime.Remoting.Proxies\RealProxy.cs" />
-   <Compile Include="System.Runtime.Remoting.Proxies\RemotingProxy.cs" />
-   <Compile Include="System.Runtime.Remoting.Proxies\ProxyAttribute.cs" />
-   <Compile Include="System.Runtime.Remoting.Services\EnterpriseServicesHelper.cs" />
-   <Compile Include="System.Runtime.Remoting.Services\ITrackingHandler.cs" />
-   <Compile Include="System.Runtime.Remoting.Services\TrackingServices.cs" />
-   <Compile Include="System.Runtime.Serialization\Formatter.cs" />
-   <Compile Include="System.Runtime.Serialization\FormatterConverter.cs" />
-   <Compile Include="System.Runtime.Serialization\FormatterServices.cs" />
-   <Compile Include="System.Runtime.Serialization\IDeserializationCallback.cs" />
-   <Compile Include="System.Runtime.Serialization\IFormatter.cs" />
-   <Compile Include="System.Runtime.Serialization\IFormatterConverter.cs" />
-   <Compile Include="System.Runtime.Serialization\IObjectReference.cs" />
-   <Compile Include="System.Runtime.Serialization\ISafeSerializationData.cs" />
-   <Compile Include="System.Runtime.Serialization\ISerializable.cs" />
-   <Compile Include="System.Runtime.Serialization\ISerializationSurrogate.cs" />
-   <Compile Include="System.Runtime.Serialization\ISurrogateSelector.cs" />
-   <Compile Include="System.Runtime.Serialization\ObjectIDGenerator.cs" />
-   <Compile Include="System.Runtime.Serialization\ObjectManager.cs" />
-   <Compile Include="System.Runtime.Serialization\OnDeserializedAttribute.cs" />
-   <Compile Include="System.Runtime.Serialization\OnDeserializingAttribute.cs" />
-   <Compile Include="System.Runtime.Serialization\OnSerializedAttribute.cs" />
-   <Compile Include="System.Runtime.Serialization\OnSerializingAttribute.cs" />
-   <Compile Include="System.Runtime.Serialization\OptionalFieldAttribute.cs" />
-   <Compile Include="System.Runtime.Serialization\SafeSerializationEventArgs.cs" />
-   <Compile Include="System.Runtime.Serialization\SerializationBinder.cs" />
-   <Compile Include="System.Runtime.Serialization\SerializationCallbacks.cs" />
-   <Compile Include="System.Runtime.Serialization\SerializationEntry.cs" />
-   <Compile Include="System.Runtime.Serialization\SerializationException.cs" />
-   <Compile Include="System.Runtime.Serialization\SerializationInfo.cs" />
-   <Compile Include="System.Runtime.Serialization\SerializationInfoEnumerator.cs" />
-   <Compile Include="System.Runtime.Serialization\SerializationObjectManager.cs" />
-   <Compile Include="System.Runtime.Serialization\StreamingContext.cs" />
-   <Compile Include="System.Runtime.Serialization\StreamingContextStates.cs" />
-   <Compile Include="System.Runtime.Serialization\SurrogateSelector.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\FormatterAssemblyStyle.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\FormatterTopObjectStyle.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\FormatterTypeStyle.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\IFieldInfo.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalArrayTypeE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalElementTypeE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalMemberTypeE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalMemberValueE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalNameSpaceE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalObjectPositionE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalObjectTypeE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalParseStateE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalParseTypeE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalPrimitiveTypeE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalRM.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalSerializerTypeE.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\InternalST.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\ISoapMessage.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\ServerFault.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\SoapFault.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\SoapMessage.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters\TypeFilterLevel.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters.Binary\BinaryFormatter.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters.Binary\BinaryCommon.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters.Binary\CodeGenerator.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters.Binary\ObjectReader.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters.Binary\ObjectWriter.cs" />
-   <Compile Include="System.Runtime.Serialization.Formatters.Binary\MessageFormatter.cs" />
-   <Compile Include="System.Runtime.Versioning\ComponentGuaranteesAttribute.cs" />
-   <Compile Include="System.Runtime.Versioning\ComponentGuaranteesOptions.cs" />
-   <Compile Include="System.Runtime.Versioning\ResourceConsumptionAttribute.cs" />
-   <Compile Include="System.Runtime.Versioning\ResourceExposureAttribute.cs" />
-   <Compile Include="System.Runtime.Versioning\ResourceScope.cs" />
-   <Compile Include="System.Runtime.Versioning\TargetFrameworkAttribute.cs" />
-   <Compile Include="System.Runtime.Versioning\VersioningHelper.cs" />
-   <Compile Include="System.Security\AllowPartiallyTrustedCallersAttribute.cs" />
-   <Compile Include="System.Security\CodeAccessPermission.cs" />
-   <Compile Include="System.Security\HostProtectionException.cs" />
-   <Compile Include="System.Security\HostSecurityManager.cs" />
-   <Compile Include="System.Security\HostSecurityManagerFlags.cs" />
-   <Compile Include="System.Security\IEvidenceFactory.cs" />
-   <Compile Include="System.Security\IPermission.cs" />
-   <Compile Include="System.Security\ISecurityEncodable.cs" />
-   <Compile Include="System.Security\ISecurityPolicyEncodable.cs" />
-   <Compile Include="System.Security\IStackWalk.cs" />
-   <Compile Include="System.Security\NamedPermissionSet.cs" />
-   <Compile Include="System.Security\PermissionBuilder.cs" />
-   <Compile Include="System.Security\PermissionSet.cs" />
-   <Compile Include="System.Security\PolicyLevelType.cs" />
-   <Compile Include="System.Security\SecureString.cs" />
-   <Compile Include="System.Security\SecurityContext.cs" />
-   <Compile Include="System.Security\SecurityContextSource.cs" />
-   <Compile Include="System.Security\SecurityCriticalAttribute.cs" />
-   <Compile Include="System.Security\SecurityCriticalScope.cs" />
-   <Compile Include="System.Security\SecurityElement.cs" />
-   <Compile Include="System.Security\SecurityFrame.cs" />
-   <Compile Include="System.Security\SecurityException.cs" />
-   <Compile Include="System.Security\SecurityManager.cs" />
-   <Compile Include="System.Security\SecurityManager_2_1.cs" />
-   <Compile Include="System.Security\SecurityManager_mobile.cs" />
-   <Compile Include="System.Security\SecurityRuleSet.cs" />
-   <Compile Include="System.Security\SecurityRulesAttribute.cs" />
-   <Compile Include="System.Security\SecuritySafeCriticalAttribute.cs" />
-   <Compile Include="System.Security\SecurityState.cs" />
-   <Compile Include="System.Security\SecurityTransparentAttribute.cs" />
-   <Compile Include="System.Security\SecurityTreatAsSafeAttribute.cs" />
-   <Compile Include="System.Security\SecurityZone.cs" />
-   <Compile Include="System.Security\SuppressUnmanagedCodeSecurityAttribute.cs" />
-   <Compile Include="System.Security\UnverifiableCodeAttribute.cs" />
-   <Compile Include="System.Security\VerificationException.cs" />
-   <Compile Include="System.Security\XmlSyntaxException.cs" />
-   <Compile Include="System.Security.AccessControl\AccessControlActions.cs" />
-   <Compile Include="System.Security.AccessControl\AccessControlModification.cs" />
-   <Compile Include="System.Security.AccessControl\AccessControlSections.cs" />
-   <Compile Include="System.Security.AccessControl\AccessControlType.cs" />
-   <Compile Include="System.Security.AccessControl\AccessRule.cs" />
-   <Compile Include="System.Security.AccessControl\AceEnumerator.cs" />
-   <Compile Include="System.Security.AccessControl\AceFlags.cs" />
-   <Compile Include="System.Security.AccessControl\AceQualifier.cs" />
-   <Compile Include="System.Security.AccessControl\AceType.cs" />
-   <Compile Include="System.Security.AccessControl\AuditFlags.cs" />
-   <Compile Include="System.Security.AccessControl\AuditRule.cs" />
-   <Compile Include="System.Security.AccessControl\AuthorizationRule.cs" />
-   <Compile Include="System.Security.AccessControl\AuthorizationRuleCollection.cs" />
-   <Compile Include="System.Security.AccessControl\CommonAce.cs" />
-   <Compile Include="System.Security.AccessControl\CommonAcl.cs" />
-   <Compile Include="System.Security.AccessControl\CommonObjectSecurity.cs" />
-   <Compile Include="System.Security.AccessControl\CommonSecurityDescriptor.cs" />
-   <Compile Include="System.Security.AccessControl\CompoundAce.cs" />
-   <Compile Include="System.Security.AccessControl\CompoundAceType.cs" />
-   <Compile Include="System.Security.AccessControl\ControlFlags.cs" />
-   <Compile Include="System.Security.AccessControl\CryptoKeyAccessRule.cs" />
-   <Compile Include="System.Security.AccessControl\CryptoKeyAuditRule.cs" />
-   <Compile Include="System.Security.AccessControl\CryptoKeyRights.cs" />
-   <Compile Include="System.Security.AccessControl\CryptoKeySecurity.cs" />
-   <Compile Include="System.Security.AccessControl\CustomAce.cs" />
-   <Compile Include="System.Security.AccessControl\DirectoryObjectSecurity.cs" />
-   <Compile Include="System.Security.AccessControl\DirectorySecurity.cs" />
-   <Compile Include="System.Security.AccessControl\DiscretionaryAcl.cs" />
-   <Compile Include="System.Security.AccessControl\EventWaitHandleAccessRule.cs" />
-   <Compile Include="System.Security.AccessControl\EventWaitHandleAuditRule.cs" />
-   <Compile Include="System.Security.AccessControl\EventWaitHandleRights.cs" />
-   <Compile Include="System.Security.AccessControl\EventWaitHandleSecurity.cs" />
-   <Compile Include="System.Security.AccessControl\FileSecurity.cs" />
-   <Compile Include="System.Security.AccessControl\FileSystemAccessRule.cs" />
-   <Compile Include="System.Security.AccessControl\FileSystemAuditRule.cs" />
-   <Compile Include="System.Security.AccessControl\FileSystemRights.cs" />
-   <Compile Include="System.Security.AccessControl\FileSystemSecurity.cs" />
-   <Compile Include="System.Security.AccessControl\GenericAce.cs" />
-   <Compile Include="System.Security.AccessControl\GenericAcl.cs" />
-   <Compile Include="System.Security.AccessControl\GenericSecurityDescriptor.cs" />
-   <Compile Include="System.Security.AccessControl\InheritanceFlags.cs" />
-   <Compile Include="System.Security.AccessControl\KnownAce.cs" />
-   <Compile Include="System.Security.AccessControl\MutexAccessRule.cs" />
-   <Compile Include="System.Security.AccessControl\MutexAuditRule.cs" />
-   <Compile Include="System.Security.AccessControl\MutexRights.cs" />
-   <Compile Include="System.Security.AccessControl\MutexSecurity.cs" />
-   <Compile Include="System.Security.AccessControl\NativeObjectSecurity.cs" />
-   <Compile Include="System.Security.AccessControl\ObjectAccessRule.cs" />
-   <Compile Include="System.Security.AccessControl\ObjectAce.cs" />
-   <Compile Include="System.Security.AccessControl\ObjectAceFlags.cs" />
-   <Compile Include="System.Security.AccessControl\ObjectAuditRule.cs" />
-   <Compile Include="System.Security.AccessControl\ObjectSecurity.cs" />
-   <Compile Include="System.Security.AccessControl\ObjectSecurity_T.cs" />
-   <Compile Include="System.Security.AccessControl\PrivilegeNotHeldException.cs" />
-   <Compile Include="System.Security.AccessControl\PropagationFlags.cs" />
-   <Compile Include="System.Security.AccessControl\QualifiedAce.cs" />
-   <Compile Include="System.Security.AccessControl\RawAcl.cs" />
-   <Compile Include="System.Security.AccessControl\RawSecurityDescriptor.cs" />
-   <Compile Include="System.Security.AccessControl\RegistryAccessRule.cs" />
-   <Compile Include="System.Security.AccessControl\RegistryAuditRule.cs" />
-   <Compile Include="System.Security.AccessControl\RegistryRights.cs" />
-   <Compile Include="System.Security.AccessControl\RegistrySecurity.cs" />
-   <Compile Include="System.Security.AccessControl\ResourceType.cs" />
-   <Compile Include="System.Security.AccessControl\SddlAccessRight.cs" />
-   <Compile Include="System.Security.AccessControl\SecurityInfos.cs" />
-   <Compile Include="System.Security.AccessControl\SystemAcl.cs" />
-   <Compile Include="..\System.Core\System.Security.Cryptography\Aes.cs" />
-   <Compile Include="System.Security.Cryptography\AsymmetricAlgorithm.cs" />
-   <Compile Include="System.Security.Cryptography\AsymmetricKeyExchangeDeformatter.cs" />
-   <Compile Include="System.Security.Cryptography\AsymmetricKeyExchangeFormatter.cs" />
-   <Compile Include="System.Security.Cryptography\AsymmetricSignatureDeformatter.cs" />
-   <Compile Include="System.Security.Cryptography\AsymmetricSignatureFormatter.cs" />
-   <Compile Include="System.Security.Cryptography\Base64Constants.cs" />
-   <Compile Include="System.Security.Cryptography\CipherMode.cs" />
-   <Compile Include="System.Security.Cryptography\CryptoAPITransform.cs" />
-   <Compile Include="System.Security.Cryptography\CryptoConfig.cs" />
-   <Compile Include="System.Security.Cryptography\CryptoConfig_2_1.cs" />
-   <Compile Include="System.Security.Cryptography\CryptographicException.cs" />
-   <Compile Include="System.Security.Cryptography\CryptographicUnexpectedOperationExcpetion.cs" />
-   <Compile Include="System.Security.Cryptography\CryptoStream.cs" />
-   <Compile Include="System.Security.Cryptography\CryptoStreamMode.cs" />
-   <Compile Include="System.Security.Cryptography\CspKeyContainerInfo.cs" />
-   <Compile Include="System.Security.Cryptography\CspParameters.cs" />
-   <Compile Include="System.Security.Cryptography\CspProviderFlags.cs" />
-   <Compile Include="System.Security.Cryptography\DeriveBytes.cs" />
-   <Compile Include="System.Security.Cryptography\DES.cs" />
-   <Compile Include="System.Security.Cryptography\DESCryptoServiceProvider.cs" />
-   <Compile Include="System.Security.Cryptography\DSA.cs" />
-   <Compile Include="System.Security.Cryptography\DSACryptoServiceProvider.cs" />
-   <Compile Include="System.Security.Cryptography\DSAParameters.cs" />
-   <Compile Include="System.Security.Cryptography\DSASignatureDeformatter.cs" />
-   <Compile Include="System.Security.Cryptography\DSASignatureFormatter.cs" />
-   <Compile Include="System.Security.Cryptography\FromBase64Transform.cs" />
-   <Compile Include="System.Security.Cryptography\HashAlgorithm.cs" />
-   <Compile Include="System.Security.Cryptography\HMAC.cs" />
-   <Compile Include="System.Security.Cryptography\HMACMD5.cs" />
-   <Compile Include="System.Security.Cryptography\HMACRIPEMD160.cs" />
-   <Compile Include="System.Security.Cryptography\HMACSHA1.cs" />
-   <Compile Include="System.Security.Cryptography\HMACSHA256.cs" />
-   <Compile Include="System.Security.Cryptography\HMACSHA384.cs" />
-   <Compile Include="System.Security.Cryptography\HMACSHA512.cs" />
-   <Compile Include="System.Security.Cryptography\ICryptoTransform.cs" />
-   <Compile Include="System.Security.Cryptography\ICspAsymmetricAlgorithm.cs" />
-   <Compile Include="System.Security.Cryptography\KeyedHashAlgorithm.cs" />
-   <Compile Include="System.Security.Cryptography\KeyNumber.cs" />
-   <Compile Include="System.Security.Cryptography\KeySizes.cs" />
-   <Compile Include="System.Security.Cryptography\MACTripleDES.cs" />
-   <Compile Include="System.Security.Cryptography\MaskGenerationMethod.cs" />
-   <Compile Include="System.Security.Cryptography\MD5.cs" />
-   <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
-   <Compile Include="System.Security.Cryptography\PaddingMode.cs" />
-   <Compile Include="System.Security.Cryptography\PasswordDeriveBytes.cs" />
-   <Compile Include="System.Security.Cryptography\PKCS1MaskGenerationMethod.cs" />
-   <Compile Include="System.Security.Cryptography\RandomNumberGenerator.cs" />
-   <Compile Include="System.Security.Cryptography\RC2.cs" />
-   <Compile Include="System.Security.Cryptography\RC2CryptoServiceProvider.cs" />
-   <Compile Include="System.Security.Cryptography\Rfc2898DeriveBytes.cs" />
-   <Compile Include="System.Security.Cryptography\Rijndael.cs" />
-   <Compile Include="System.Security.Cryptography\RijndaelManaged.cs" />
-   <Compile Include="System.Security.Cryptography\RijndaelManagedTransform.cs" />
-   <Compile Include="System.Security.Cryptography\RIPEMD160.cs" />
-   <Compile Include="System.Security.Cryptography\RIPEMD160Managed.cs" />
-   <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
-   <Compile Include="System.Security.Cryptography\RSA.cs" />
-   <Compile Include="System.Security.Cryptography\RSACryptoServiceProvider.cs" />
-   <Compile Include="System.Security.Cryptography\RSAOAEPKeyExchangeDeformatter.cs" />
-   <Compile Include="System.Security.Cryptography\RSAOAEPKeyExchangeFormatter.cs" />
-   <Compile Include="System.Security.Cryptography\RSAParameters.cs" />
-   <Compile Include="System.Security.Cryptography\RSAPKCS1KeyExchangeDeformatter.cs" />
-   <Compile Include="System.Security.Cryptography\RSAPKCS1KeyExchangeFormatter.cs" />
-   <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureDeformatter.cs" />
-   <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureFormatter.cs" />
-   <Compile Include="System.Security.Cryptography\SHA1.cs" />
-   <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
-   <Compile Include="System.Security.Cryptography\SHA1Managed.cs" />
-   <Compile Include="System.Security.Cryptography\SHA256.cs" />
-   <Compile Include="System.Security.Cryptography\SHA256Managed.cs" />
-   <Compile Include="System.Security.Cryptography\SHA384.cs" />
-   <Compile Include="System.Security.Cryptography\SHA384Managed.cs" />
-   <Compile Include="System.Security.Cryptography\SHA512.cs" />
-   <Compile Include="System.Security.Cryptography\SHA512Managed.cs" />
-   <Compile Include="System.Security.Cryptography\SHAConstants.cs" />
-   <Compile Include="System.Security.Cryptography\SignatureDescription.cs" />
-   <Compile Include="System.Security.Cryptography\SymmetricAlgorithm.cs" />
-   <Compile Include="System.Security.Cryptography\ToBase64Transform.cs" />
-   <Compile Include="System.Security.Cryptography\TripleDES.cs" />
-   <Compile Include="System.Security.Cryptography\TripleDESCryptoServiceProvider.cs" />
-   <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate.cs" />
-   <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate20.cs" />
-   <Compile Include="System.Security.Cryptography.X509Certificates\X509ContentType.cs" />
-   <Compile Include="System.Security.Cryptography.X509Certificates\X509KeyStorageFlags.cs" />
-   <Compile Include="System.Security.Permissions\CodeAccessSecurityAttribute.cs" />
-   <Compile Include="System.Security.Permissions\EnvironmentPermission.cs" />
-   <Compile Include="System.Security.Permissions\EnvironmentPermissionAccess.cs" />
-   <Compile Include="System.Security.Permissions\EnvironmentPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\FileDialogPermission.cs" />
-   <Compile Include="System.Security.Permissions\FileDialogPermissionAccess.cs" />
-   <Compile Include="System.Security.Permissions\FileDialogPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\FileIOPermission.cs" />
-   <Compile Include="System.Security.Permissions\FileIOPermissionAccess.cs" />
-   <Compile Include="System.Security.Permissions\FileIOPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\GacIdentityPermission.cs" />
-   <Compile Include="System.Security.Permissions\GacIdentityPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\HostProtectionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\HostProtectionPermission.cs" />
-   <Compile Include="System.Security.Permissions\HostProtectionResource.cs" />
-   <Compile Include="System.Security.Permissions\IBuiltInPermission.cs" />
-   <Compile Include="System.Security.Permissions\IsolatedStorageContainment.cs" />
-   <Compile Include="System.Security.Permissions\IsolatedStorageFilePermission.cs" />
-   <Compile Include="System.Security.Permissions\IsolatedStorageFilePermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\IsolatedStoragePermission.cs" />
-   <Compile Include="System.Security.Permissions\IsolatedStoragePermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\IUnrestrictedPermission.cs" />
-   <Compile Include="System.Security.Permissions\KeyContainerPermission.cs" />
-   <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntry.cs" />
-   <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryCollection.cs" />
-   <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryEnumerator.cs" />
-   <Compile Include="System.Security.Permissions\KeyContainerPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\KeyContainerPermissionFlags.cs" />
-   <Compile Include="System.Security.Permissions\PermissionSetAttribute.cs" />
-   <Compile Include="System.Security.Permissions\PermissionState.cs" />
-   <Compile Include="System.Security.Permissions\PrincipalPermission.cs" />
-   <Compile Include="System.Security.Permissions\PrincipalPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\PublisherIdentityPermission.cs" />
-   <Compile Include="System.Security.Permissions\PublisherIdentityPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\ReflectionPermission.cs" />
-   <Compile Include="System.Security.Permissions\ReflectionPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\ReflectionPermissionFlag.cs" />
-   <Compile Include="System.Security.Permissions\RegistryPermission.cs" />
-   <Compile Include="System.Security.Permissions\RegistryPermissionAccess.cs" />
-   <Compile Include="System.Security.Permissions\RegistryPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\SecurityAction.cs" />
-   <Compile Include="System.Security.Permissions\SecurityAttribute.cs" />
-   <Compile Include="System.Security.Permissions\SecurityPermission.cs" />
-   <Compile Include="System.Security.Permissions\SecurityPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\SecurityPermissionFlag.cs" />
-   <Compile Include="System.Security.Permissions\SiteIdentityPermission.cs" />
-   <Compile Include="System.Security.Permissions\SiteIdentityPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\StrongNameIdentityPermission.cs" />
-   <Compile Include="System.Security.Permissions\StrongNamePermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\StrongNamePublicKeyBlob.cs" />
-   <Compile Include="System.Security.Permissions\UIPermission.cs" />
-   <Compile Include="System.Security.Permissions\UIPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\UIPermissionClipboard.cs" />
-   <Compile Include="System.Security.Permissions\UIPermissionWindow.cs" />
-   <Compile Include="System.Security.Permissions\UrlIdentityPermission.cs" />
-   <Compile Include="System.Security.Permissions\UrlIdentityPermissionAttribute.cs" />
-   <Compile Include="System.Security.Permissions\ZoneIdentityPermission.cs" />
-   <Compile Include="System.Security.Permissions\ZoneIdentityPermissionAttribute.cs" />
-   <Compile Include="System.Security.Policy\AllMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\ApplicationDirectory.cs" />
-   <Compile Include="System.Security.Policy\ApplicationDirectoryMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\ApplicationSecurityInfo.cs" />
-   <Compile Include="System.Security.Policy\ApplicationSecurityManager.cs" />
-   <Compile Include="System.Security.Policy\ApplicationTrust.cs" />
-   <Compile Include="System.Security.Policy\ApplicationTrustCollection.cs" />
-   <Compile Include="System.Security.Policy\ApplicationTrustEnumerator.cs" />
-   <Compile Include="System.Security.Policy\ApplicationVersionMatch.cs" />
-   <Compile Include="System.Security.Policy\CodeConnectAccess.cs" />
-   <Compile Include="System.Security.Policy\CodeGroup.cs" />
-   <Compile Include="System.Security.Policy\DefaultPolicies.cs" />
-   <Compile Include="System.Security.Policy\Evidence.cs" />
-   <Compile Include="System.Security.Policy\FileCodeGroup.cs" />
-   <Compile Include="System.Security.Policy\FirstMatchCodeGroup.cs" />
-   <Compile Include="System.Security.Policy\Gac.cs" />
-   <Compile Include="System.Security.Policy\GacMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\Hash.cs" />
-   <Compile Include="System.Security.Policy\HashMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\IApplicationTrustManager.cs" />
-   <Compile Include="System.Security.Policy\IBuiltInEvidence.cs" />
-   <Compile Include="System.Security.Policy\IConstantMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\IIdentityPermissionFactory.cs" />
-   <Compile Include="System.Security.Policy\IMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\MembershipConditionHelper.cs" />
-   <Compile Include="System.Security.Policy\MonoTrustManager.cs" />
-   <Compile Include="System.Security.Policy\NetCodeGroup.cs" />
-   <Compile Include="System.Security.Policy\PermissionRequestEvidence.cs" />
-   <Compile Include="System.Security.Policy\PolicyException.cs" />
-   <Compile Include="System.Security.Policy\PolicyLevel.cs" />
-   <Compile Include="System.Security.Policy\PolicyLevel_2_1.cs" />
-   <Compile Include="System.Security.Policy\PolicyStatement.cs" />
-   <Compile Include="System.Security.Policy\PolicyStatementAttribute.cs" />
-   <Compile Include="System.Security.Policy\Publisher.cs" />
-   <Compile Include="System.Security.Policy\PublisherMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\Site.cs" />
-   <Compile Include="System.Security.Policy\SiteMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\StrongName.cs" />
-   <Compile Include="System.Security.Policy\StrongNameMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\TrustManagerContext.cs" />
-   <Compile Include="System.Security.Policy\TrustManagerUIContext.cs" />
-   <Compile Include="System.Security.Policy\UnionCodeGroup.cs" />
-   <Compile Include="System.Security.Policy\Url.cs" />
-   <Compile Include="System.Security.Policy\UrlMembershipCondition.cs" />
-   <Compile Include="System.Security.Policy\Zone.cs" />
-   <Compile Include="System.Security.Policy\ZoneMembershipCondition.cs" />
-   <Compile Include="System.Security.Principal\GenericIdentity.cs" />
-   <Compile Include="System.Security.Principal\GenericPrincipal.cs" />
-   <Compile Include="System.Security.Principal\IdentityNotMappedException.cs" />
-   <Compile Include="System.Security.Principal\IdentityReferenceCollection.cs" />
-   <Compile Include="System.Security.Principal\IdentityReference.cs" />
-   <Compile Include="System.Security.Principal\IIdentity.cs" />
-   <Compile Include="System.Security.Principal\IPrincipal.cs" />
-   <Compile Include="System.Security.Principal\NTAccount.cs" />
-   <Compile Include="System.Security.Principal\PrincipalPolicy.cs" />
-   <Compile Include="System.Security.Principal\SecurityIdentifier.cs" />
-   <Compile Include="System.Security.Principal\TokenAccessLevels.cs" />
-   <Compile Include="System.Security.Principal\TokenImpersonationLevel.cs" />
-   <Compile Include="System.Security.Principal\WellKnownAccount.cs" />
-   <Compile Include="System.Security.Principal\WellKnownSidType.cs" />
-   <Compile Include="System.Security.Principal\WindowsAccountType.cs" />
-   <Compile Include="System.Security.Principal\WindowsBuiltInRole.cs" />
-   <Compile Include="System.Security.Principal\WindowsIdentity.cs" />
-   <Compile Include="System.Security.Principal\WindowsImpersonationContext.cs" />
-   <Compile Include="System.Security.Principal\WindowsPrincipal.cs" />
-   <Compile Include="System.Text\ASCIIEncoding.cs" />
-   <Compile Include="System.Text\CodePageEncoding.cs" />
-   <Compile Include="System.Text\Decoder.cs" />
-   <Compile Include="System.Text\DecoderExceptionFallback.cs" />
-   <Compile Include="System.Text\DecoderExceptionFallbackBuffer.cs" />
-   <Compile Include="System.Text\DecoderFallback.cs" />
-   <Compile Include="System.Text\DecoderFallbackBuffer.cs" />
-   <Compile Include="System.Text\DecoderFallbackException.cs" />
-   <Compile Include="System.Text\DecoderReplacementFallback.cs" />
-   <Compile Include="System.Text\DecoderReplacementFallbackBuffer.cs" />
-   <Compile Include="System.Text\Encoder.cs" />
-   <Compile Include="System.Text\EncoderExceptionFallback.cs" />
-   <Compile Include="System.Text\EncoderExceptionFallbackBuffer.cs" />
-   <Compile Include="System.Text\EncoderFallback.cs" />
-   <Compile Include="System.Text\EncoderFallbackBuffer.cs" />
-   <Compile Include="System.Text\EncoderFallbackException.cs" />
-   <Compile Include="System.Text\EncoderReplacementFallback.cs" />
-   <Compile Include="System.Text\EncoderReplacementFallbackBuffer.cs" />
-   <Compile Include="System.Text\Encoding.cs" />
-   <Compile Include="System.Text\EncodingInfo.cs" />
-   <Compile Include="System.Text\Latin1Encoding.cs" />
-   <Compile Include="System.Text\MLangCodePageEncoding.cs" />
-   <Compile Include="System.Text\NormalizationForm.cs" />
-   <Compile Include="System.Text\StringBuilder.cs" />
-   <Compile Include="System.Text\SurrogateEncoder.cs" />
-   <Compile Include="System.Text\UnicodeEncoding.cs" />
-   <Compile Include="System.Text\UTF7Encoding.cs" />
-   <Compile Include="System.Text\UTF8Encoding.cs" />
-   <Compile Include="System.Text\UTF32Encoding.cs" />
-   <Compile Include="System.Threading\AbandonedMutexException.cs" />
-   <Compile Include="System.Threading\ApartmentState.cs" />
-   <Compile Include="System.Threading\AsyncFlowControl.cs" />
-   <Compile Include="System.Threading\AutoResetEvent.cs" />
-   <Compile Include="System.Threading\CompressedStack.cs" />
-   <Compile Include="System.Threading\ContextCallback.cs" />
-   <Compile Include="System.Threading\EventResetMode.cs" />
-   <Compile Include="System.Threading\EventWaitHandle.cs" />
-   <Compile Include="System.Threading\ExecutionContext.cs" />
-   <Compile Include="System.Threading\HostExecutionContext.cs" />
-   <Compile Include="System.Threading\HostExecutionContextManager.cs" />
-   <Compile Include="System.Threading\Interlocked.cs" />
-   <Compile Include="System.Threading\IOCompletionCallback.cs" />
-   <Compile Include="System.Threading\LazyThreadSafetyMode.cs" />
-   <Compile Include="System.Threading\LockCookie.cs" />
-   <Compile Include="System.Threading\LockQueue.cs" />
-   <Compile Include="System.Threading\LockRecursionException.cs" />
-   <Compile Include="System.Threading\ManualResetEvent.cs" />
-   <Compile Include="System.Threading\Monitor.cs" />
-   <Compile Include="System.Threading\Mutex.cs" />
-   <Compile Include="System.Threading\NativeEventCalls.cs" />
-   <Compile Include="System.Threading\NativeOverlapped.cs" />
-   <Compile Include="System.Threading\Overlapped.cs" />
-   <Compile Include="System.Threading\ParameterizedThreadStart.cs" />
-   <Compile Include="System.Threading\ReaderWriterLock.cs" />
-   <Compile Include="System.Threading\RegisteredWaitHandle.cs" />
-   <Compile Include="System.Threading\SendOrPostCallback.cs" />
-   <Compile Include="..\System\System.Threading\SemaphoreFullException.cs" />
-   <Compile Include="System.Threading\SynchronizationContext.cs" />
-   <Compile Include="System.Threading\SynchronizationLockException.cs" />
-   <Compile Include="System.Threading\Thread.cs" />
-   <Compile Include="System.Threading\ThreadAbortException.cs" />
-   <Compile Include="System.Threading\ThreadInterruptedException.cs" />
-   <Compile Include="System.Threading\ThreadPool.cs" />
-   <Compile Include="System.Threading\ThreadPriority.cs" />
-   <Compile Include="System.Threading\ThreadStart.cs" />
-   <Compile Include="System.Threading\ThreadStartException.cs" />
-   <Compile Include="System.Threading\ThreadState.cs" />
-   <Compile Include="System.Threading\ThreadStateException.cs" />
-   <Compile Include="System.Threading\Timeout.cs" />
-   <Compile Include="System.Threading\Timer.cs" />
-   <Compile Include="System.Threading\TimerCallback.cs" />
-   <Compile Include="System.Threading\Volatile.cs" />
-   <Compile Include="System.Threading\WaitCallback.cs" />
-   <Compile Include="System.Threading\WaitHandle.cs" />
-   <Compile Include="System.Threading\WaitHandleCannotBeOpenedException.cs" />
-   <Compile Include="System.Threading\WaitOrTimerCallback.cs" />
-   <Compile Include="System.Collections.Generic\CollectionDebuggerView.cs" />
-   <Compile Include="System.Collections.Generic\Dictionary.cs" />
-   <Compile Include="System.Collections.Generic\ICollection.cs" />
-   <Compile Include="System.Collections.Generic\IEnumerable.cs" />
-   <Compile Include="System.Collections.Generic\IEnumerator.cs" />
-   <Compile Include="System.Collections.Generic\IList.cs" />
-   <Compile Include="System.Collections.Generic\IComparer.cs" />
-   <Compile Include="System.Collections.Generic\IEqualityComparer.cs" />
-   <Compile Include="System.Collections.Generic\IDictionary.cs" />
-   <Compile Include="System.Collections.Generic\IReadOnlyCollection.cs" />
-   <Compile Include="System.Collections.Generic\IReadOnlyList.cs" />
-   <Compile Include="System.Collections.Generic\IReadOnlyDictionary.cs" />
-   <Compile Include="System.Collections.Generic\KeyValuePair.cs" />
-   <Compile Include="System.Collections.Generic\EqualityComparer.cs" />
-   <Compile Include="System.Collections.Generic\KeyNotFoundException.cs" />
-   <Compile Include="System.Collections.Generic\List.cs" />
-   <Compile Include="System.Collections.ObjectModel\Collection.cs" />
-   <Compile Include="System.Collections.ObjectModel\KeyedCollection.cs" />
-   <Compile Include="System.Collections.ObjectModel\ReadOnlyCollection.cs" />
-   <Compile Include="System\Action.cs" />
-   <Compile Include="System\ArraySegment.cs" />
-   <Compile Include="System\Comparison.cs" />
-   <Compile Include="System\Converter.cs" />
-   <Compile Include="System\Predicate.cs" />
-   <Compile Include="System.Collections.Generic\Comparer.cs" />
-   <Compile Include="System.Threading.Tasks\ConcurrentExclusiveSchedulerPair.cs" />
-   <Compile Include="System.Threading.Tasks\TaskFactory.cs" />
-   <Compile Include="System.Threading.Tasks\TaskFactory_T.cs" />
-   <Compile Include="System.Threading.Tasks\TaskStatus.cs" />
-   <Compile Include="System.Threading.Tasks\TaskCreationOptions.cs" />
-   <Compile Include="System.Threading.Tasks\CyclicDeque.cs" />
-   <Compile Include="System.Threading.Tasks\IConcurrentDeque.cs" />
-   <Compile Include="System.Threading.Tasks\PopResult.cs" />
-   <Compile Include="System.Threading.Tasks\TaskScheduler.cs" />
-   <Compile Include="System.Threading.Tasks\TaskContinuationOptions.cs" />
-   <Compile Include="System.Threading.Tasks\TaskCanceledException.cs" />
-   <Compile Include="System.Threading.Tasks\Task_T.cs" />
-   <Compile Include="System.Threading.Tasks\Task.cs" />
-   <Compile Include="System.Threading.Tasks\TaskCompletionQueue.cs" />
-   <Compile Include="System.Threading.Tasks\TaskExceptionSlot.cs" />
-   <Compile Include="System.Threading.Tasks\TaskActionInvoker.cs" />
-   <Compile Include="System.Threading.Tasks\TaskDebuggerView.cs" />
-   <Compile Include="System.Threading.Tasks\TaskCompletionSource.cs" />
-   <Compile Include="System.Threading.Tasks\TaskContinuation.cs" />
-   <Compile Include="System.Threading.Tasks\TaskSchedulerException.cs" />
-   <Compile Include="System.Threading.Tasks\TaskConstants.cs" />
-   <Compile Include="System.Threading.Tasks\TaskConstants_T.cs" />
-   <Compile Include="System.Collections.Concurrent\OrderablePartitioner.cs" />
-   <Compile Include="System.Collections.Concurrent\ConcurrentDictionary.cs" />
-   <Compile Include="System.Collections.Concurrent\Partitioner.cs" />
-   <Compile Include="System.Collections.Concurrent\ConcurrentQueue.cs" />
-   <Compile Include="System.Collections.Concurrent.Partitioners\ListPartitioner.cs" />
-   <Compile Include="System.Collections.Concurrent.Partitioners\EnumerablePartitioner.cs" />
-   <Compile Include="System.Collections.Concurrent.Partitioners\UserRangePartitioner.cs" />
-   <Compile Include="System.Collections.Concurrent\IProducerConsumerCollection.cs" />
-   <Compile Include="System.Collections.Concurrent\ConcurrentStack.cs" />
-   <Compile Include="System.Collections.Concurrent\SplitOrderedList.cs" />
-   <Compile Include="System.Collections.Concurrent\ConcurrentOrderedList.cs" />
-   <Compile Include="System.Threading\LazyInitializer.cs" />
-   <Compile Include="System.Threading\CountdownEvent.cs" />
-   <Compile Include="System.Threading\CancellationTokenSource.cs" />
-   <Compile Include="System.Threading\CancellationToken.cs" />
-   <Compile Include="System.Threading\SpinWait.cs" />
-   <Compile Include="System.Threading\SemaphoreSlim.cs" />
-   <Compile Include="System.Threading\CancellationTokenRegistration.cs" />
-   <Compile Include="System.Threading\SpinLock.cs" />
-   <Compile Include="System.Threading\AtomicBoolean.cs" />
-   <Compile Include="System.Threading\ManualResetEventSlim.cs" />
-   <Compile Include="System.Threading\ThreadLocal.cs" />
-   <Compile Include="System.Threading\Watch.cs" />
-   <Compile Include="System.Threading.Tasks\ParallelOptions.cs" />
-   <Compile Include="System.Threading.Tasks\Parallel.cs" />
-   <Compile Include="System.Threading.Tasks\ParallelLoopResult.cs" />
-   <Compile Include="System.Threading.Tasks\ParallelLoopState.cs" />
-   <Compile Include="System\AggregateException.cs" />
-   <Compile Include="System.Threading.Tasks\SimpleConcurrentBag.cs" />
-   <Compile Include="System.Threading.Tasks\SynchronizationContextScheduler.cs" />
-   <Compile Include="System.Threading.Tasks\UnobservedTaskExceptionEventArgs.cs" />
-   <Compile Include="System.Collections.Concurrent\ObjectPool.cs" />
-   <Compile Include="System.Threading.Tasks\TpScheduler.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="..\..\build\common\Consts.cs" />\r
+    <Compile Include="..\..\build\common\Locale.cs" />\r
+    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\NextPrimeFinder.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\PrimeGeneratorBase.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\SequentialSearchPrimeGeneratorBase.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Math.Prime\ConfidenceFactor.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Math.Prime\PrimalityTests.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Math\BigInteger.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Authenticode\AuthenticodeBase.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Authenticode\AuthenticodeDeformatter.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoConvert.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoTools.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\KeyPairPersistence.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\PKCS1.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\PKCS8.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\RC4.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\RSAManaged.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.Cryptography\SymmetricTransform.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\BasicConstraintsExtension.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\KeyUsageExtension.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\SubjectKeyIdentifierExtension.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\PKCS12.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X501Name.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509Certificate.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509CertificateCollection.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509Chain.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509ChainStatusFlags.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509CRL.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509Extension.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509Extensions.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509Store.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509StoreManager.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X509Stores.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security.X509\X520Attributes.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security\ASN1.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security\ASN1Convert.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security\BitConverterLE.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security\PKCS7.cs" />\r
+    <Compile Include="..\Mono.Security\Mono.Security\StrongName.cs" />\r
+    <Compile Include="..\System.Core\System.Security.Cryptography\Aes.cs" />\r
+    <Compile Include="..\System.Core\System\TimeZoneInfo.AdjustmentRule.cs" />\r
+    <Compile Include="..\System.Core\System\TimeZoneInfo.Android.cs" />\r
+    <Compile Include="..\System.Core\System\TimeZoneInfo.cs" />\r
+    <Compile Include="..\System.Core\System\TimeZoneInfo.MonoTouch.cs" />\r
+    <Compile Include="..\System.Core\System\TimeZoneInfo.TransitionTime.cs" />\r
+    <Compile Include="..\System\System.Threading\SemaphoreFullException.cs" />\r
+    <Compile Include="Assembly\AssemblyInfo.cs" />\r
+    <Compile Include="Microsoft.Win32.SafeHandles\CriticalHandleMinusOneIsInvalid.cs" />\r
+    <Compile Include="Microsoft.Win32.SafeHandles\CriticalHandleZeroOrMinusOneIsInvalid.cs" />\r
+    <Compile Include="Microsoft.Win32.SafeHandles\SafeFileHandle.cs" />\r
+    <Compile Include="Microsoft.Win32.SafeHandles\SafeHandleMinusOneIsInvalid.cs" />\r
+    <Compile Include="Microsoft.Win32.SafeHandles\SafeHandleZeroOrMinusOneIsInvalid.cs" />\r
+    <Compile Include="Microsoft.Win32.SafeHandles\SafeRegistryHandle.cs" />\r
+    <Compile Include="Microsoft.Win32.SafeHandles\SafeWaitHandle.cs" />\r
+    <Compile Include="Microsoft.Win32\IRegistryApi.cs" />\r
+    <Compile Include="Microsoft.Win32\Registry.cs" />\r
+    <Compile Include="Microsoft.Win32\RegistryHive.cs" />\r
+    <Compile Include="Microsoft.Win32\RegistryKey.cs" />\r
+    <Compile Include="Microsoft.Win32\RegistryKeyPermissionCheck.cs" />\r
+    <Compile Include="Microsoft.Win32\RegistryOptions.cs" />\r
+    <Compile Include="Microsoft.Win32\RegistryValueKind.cs" />\r
+    <Compile Include="Microsoft.Win32\RegistryValueOptions.cs" />\r
+    <Compile Include="Microsoft.Win32\RegistryView.cs" />\r
+    <Compile Include="Microsoft.Win32\UnixRegistryApi.cs" />\r
+    <Compile Include="Microsoft.Win32\Win32RegistryApi.cs" />\r
+    <Compile Include="Microsoft.Win32\Win32ResultCode.cs" />\r
+    <Compile Include="Mono.Globalization.Unicode\CodePointIndexer.cs" />\r
+    <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTable.cs" />\r
+    <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTableUtil.cs" />\r
+    <Compile Include="Mono.Globalization.Unicode\Normalization.cs" />\r
+    <Compile Include="Mono.Globalization.Unicode\NormalizationTableUtil.cs" />\r
+    <Compile Include="Mono.Globalization.Unicode\SimpleCollator.cs" />\r
+    <Compile Include="Mono.Globalization.Unicode\SortKey.cs" />\r
+    <Compile Include="Mono.Globalization.Unicode\SortKeyBuffer.cs" />\r
+    <Compile Include="Mono.Interop\ComInteropProxy.cs" />\r
+    <Compile Include="Mono.Interop\IDispatch.cs" />\r
+    <Compile Include="Mono.Interop\IUnknown.cs" />\r
+    <Compile Include="Mono.Security.Cryptography\DSAManaged.cs" />\r
+    <Compile Include="Mono.Security.Cryptography\HMACAlgorithm.cs" />\r
+    <Compile Include="Mono.Security.Cryptography\MACAlgorithm.cs" />\r
+    <Compile Include="Mono.Security\StrongNameManager.cs" />\r
+    <Compile Include="Mono.Security\Uri.cs" />\r
+    <Compile Include="Mono.Xml\SecurityParser.cs" />\r
+    <Compile Include="Mono.Xml\SmallXmlParser.cs" />\r
+    <Compile Include="Mono\DataConverter.cs" />\r
+    <Compile Include="Mono\Runtime.cs" />\r
+    <Compile Include="System.Collections.Concurrent.Partitioners\EnumerablePartitioner.cs" />\r
+    <Compile Include="System.Collections.Concurrent.Partitioners\ListPartitioner.cs" />\r
+    <Compile Include="System.Collections.Concurrent.Partitioners\UserRangePartitioner.cs" />\r
+    <Compile Include="System.Collections.Concurrent\ConcurrentDictionary.cs" />\r
+    <Compile Include="System.Collections.Concurrent\ConcurrentOrderedList.cs" />\r
+    <Compile Include="System.Collections.Concurrent\ConcurrentQueue.cs" />\r
+    <Compile Include="System.Collections.Concurrent\ConcurrentStack.cs" />\r
+    <Compile Include="System.Collections.Concurrent\EnumerablePartitionerOptions.cs" />\r
+    <Compile Include="System.Collections.Concurrent\IProducerConsumerCollection.cs" />\r
+    <Compile Include="System.Collections.Concurrent\OrderablePartitioner.cs" />\r
+    <Compile Include="System.Collections.Concurrent\Partitioner.cs" />\r
+    <Compile Include="System.Collections.Concurrent\SplitOrderedList.cs" />\r
+    <Compile Include="System.Collections.Generic\CollectionDebuggerView.cs" />\r
+    <Compile Include="System.Collections.Generic\Comparer.cs" />\r
+    <Compile Include="System.Collections.Generic\Dictionary.cs" />\r
+    <Compile Include="System.Collections.Generic\EqualityComparer.cs" />\r
+    <Compile Include="System.Collections.Generic\ICollection.cs" />\r
+    <Compile Include="System.Collections.Generic\IComparer.cs" />\r
+    <Compile Include="System.Collections.Generic\IDictionary.cs" />\r
+    <Compile Include="System.Collections.Generic\IEnumerable.cs" />\r
+    <Compile Include="System.Collections.Generic\IEnumerator.cs" />\r
+    <Compile Include="System.Collections.Generic\IEqualityComparer.cs" />\r
+    <Compile Include="System.Collections.Generic\IList.cs" />\r
+    <Compile Include="System.Collections.Generic\IReadOnlyCollection.cs" />\r
+    <Compile Include="System.Collections.Generic\IReadOnlyDictionary.cs" />\r
+    <Compile Include="System.Collections.Generic\IReadOnlyList.cs" />\r
+    <Compile Include="System.Collections.Generic\KeyNotFoundException.cs" />\r
+    <Compile Include="System.Collections.Generic\KeyValuePair.cs" />\r
+    <Compile Include="System.Collections.Generic\List.cs" />\r
+    <Compile Include="System.Collections.ObjectModel\Collection.cs" />\r
+    <Compile Include="System.Collections.ObjectModel\KeyedCollection.cs" />\r
+    <Compile Include="System.Collections.ObjectModel\ReadOnlyCollection.cs" />\r
+    <Compile Include="System.Collections.ObjectModel\ReadOnlyDictionary.cs" />\r
+    <Compile Include="System.Collections\ArrayList.cs" />\r
+    <Compile Include="System.Collections\BitArray.cs" />\r
+    <Compile Include="System.Collections\CaseInsensitiveComparer.cs" />\r
+    <Compile Include="System.Collections\CaseInsensitiveHashCodeProvider.cs" />\r
+    <Compile Include="System.Collections\CollectionBase.cs" />\r
+    <Compile Include="System.Collections\CollectionDebuggerView.cs" />\r
+    <Compile Include="System.Collections\Comparer.cs" />\r
+    <Compile Include="System.Collections\DictionaryBase.cs" />\r
+    <Compile Include="System.Collections\DictionaryEntry.cs" />\r
+    <Compile Include="System.Collections\HashPrimeNumbers.cs" />\r
+    <Compile Include="System.Collections\Hashtable.cs" />\r
+    <Compile Include="System.Collections\ICollection.cs" />\r
+    <Compile Include="System.Collections\IComparer.cs" />\r
+    <Compile Include="System.Collections\IDictionary.cs" />\r
+    <Compile Include="System.Collections\IDictionaryEnumerator.cs" />\r
+    <Compile Include="System.Collections\IEnumerable.cs" />\r
+    <Compile Include="System.Collections\IEnumerator.cs" />\r
+    <Compile Include="System.Collections\IEqualityComparer.cs" />\r
+    <Compile Include="System.Collections\IHashCodeProvider.cs" />\r
+    <Compile Include="System.Collections\IList.cs" />\r
+    <Compile Include="System.Collections\IStructuralComparable.cs" />\r
+    <Compile Include="System.Collections\IStructuralEquatable.cs" />\r
+    <Compile Include="System.Collections\Queue.cs" />\r
+    <Compile Include="System.Collections\ReadOnlyCollectionBase.cs" />\r
+    <Compile Include="System.Collections\SortedList.cs" />\r
+    <Compile Include="System.Collections\Stack.cs" />\r
+    <Compile Include="System.Collections\StructuralComparisons.cs" />\r
+    <Compile Include="System.Configuration.Assemblies\AssemblyHash.cs" />\r
+    <Compile Include="System.Configuration.Assemblies\AssemblyHashAlgorithm.cs" />\r
+    <Compile Include="System.Configuration.Assemblies\AssemblyVersionCompatibility.cs" />\r
+    <Compile Include="System.Configuration.Assemblies\ProcessorID.cs" />\r
+    <Compile Include="System.Deployment.Internal\InternalActivationContextHelper.cs" />\r
+    <Compile Include="System.Deployment.Internal\InternalApplicationIdentityHelper.cs" />\r
+    <Compile Include="System.Diagnostics.CodeAnalysis\SuppressMessageAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts.Internal\ContractHelper.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\Contract.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractAbbreviatorAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractArgumentValidatorAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractClassAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractClassForAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractException.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractFailedEventArgs.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractFailureKind.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractInvariantMethodAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractOptionAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractPublicPropertyNameAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractReferenceAssemblyAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractRuntimeIgnoredAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractShouldAssertException.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\ContractVerificationAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Contracts\PureAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder1.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocument.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocumentWriter.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolMethod.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolNamespace.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolReader.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolScope.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolVariable.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\ISymbolWriter.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\SymAddressKind.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\SymbolToken.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\SymDocumentType.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\SymLanguageType.cs" />\r
+    <Compile Include="System.Diagnostics.SymbolStore\SymLanguageVendor.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventCommand.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventCommandEventArgs.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventKeywords.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventLevel.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventSource.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\EventSourceAttribute.cs" />\r
+    <Compile Include="System.Diagnostics.Tracing\NonEventAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\ConditionalAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggableAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\Debugger.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerBrowsableAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerBrowsableState.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerDisplayAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerHiddenAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerNonUserCodeAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerStepperBoundaryAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerStepThroughAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerTypeProxyAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\DebuggerVisualizerAttribute.cs" />\r
+    <Compile Include="System.Diagnostics\StackFrame.cs" />\r
+    <Compile Include="System.Diagnostics\StackTrace.cs" />\r
+    <Compile Include="System.Globalization\Calendar.cs" />\r
+    <Compile Include="System.Globalization\CalendarAlgorithmType.cs" />\r
+    <Compile Include="System.Globalization\CalendarWeekRule.cs" />\r
+    <Compile Include="System.Globalization\CalendricalCalculations.cs" />\r
+    <Compile Include="System.Globalization\CharUnicodeInfo.cs" />\r
+    <Compile Include="System.Globalization\ChineseLunisolarCalendar.cs" />\r
+    <Compile Include="System.Globalization\CodePageDataItem.cs" />\r
+    <Compile Include="System.Globalization\CompareInfo.cs" />\r
+    <Compile Include="System.Globalization\CompareOptions.cs" />\r
+    <Compile Include="System.Globalization\CultureInfo.cs" />\r
+    <Compile Include="System.Globalization\CultureNotFoundException.cs" />\r
+    <Compile Include="System.Globalization\CultureTypes.cs" />\r
+    <Compile Include="System.Globalization\DateTimeFormatInfo.cs" />\r
+    <Compile Include="System.Globalization\DateTimeStyles.cs" />\r
+    <Compile Include="System.Globalization\DaylightTime.cs" />\r
+    <Compile Include="System.Globalization\DigitShapes.cs" />\r
+    <Compile Include="System.Globalization\EastAsianLunisolarCalendar.cs" />\r
+    <Compile Include="System.Globalization\GregorianCalendar.cs" />\r
+    <Compile Include="System.Globalization\GregorianCalendarTypes.cs" />\r
+    <Compile Include="System.Globalization\HebrewCalendar.cs" />\r
+    <Compile Include="System.Globalization\HijriCalendar.cs" />\r
+    <Compile Include="System.Globalization\IdnMapping.cs" />\r
+    <Compile Include="System.Globalization\JapaneseCalendar.cs" />\r
+    <Compile Include="System.Globalization\JapaneseLunisolarCalendar.cs" />\r
+    <Compile Include="System.Globalization\JulianCalendar.cs" />\r
+    <Compile Include="System.Globalization\KoreanCalendar.cs" />\r
+    <Compile Include="System.Globalization\KoreanLunisolarCalendar.cs" />\r
+    <Compile Include="System.Globalization\NumberFormatInfo.cs" />\r
+    <Compile Include="System.Globalization\NumberStyles.cs" />\r
+    <Compile Include="System.Globalization\PersianCalendar.cs" />\r
+    <Compile Include="System.Globalization\RegionInfo.cs" />\r
+    <Compile Include="System.Globalization\RegionInfo.MonoTouch.cs" />\r
+    <Compile Include="System.Globalization\SortVersion.cs" />\r
+    <Compile Include="System.Globalization\StringInfo.cs" />\r
+    <Compile Include="System.Globalization\TaiwanCalendar.cs" />\r
+    <Compile Include="System.Globalization\TaiwanLunisolarCalendar.cs" />\r
+    <Compile Include="System.Globalization\TextElementEnumerator.cs" />\r
+    <Compile Include="System.Globalization\TextInfo.cs" />\r
+    <Compile Include="System.Globalization\ThaiBuddhistCalendar.cs" />\r
+    <Compile Include="System.Globalization\TimeSpanStyles.cs" />\r
+    <Compile Include="System.Globalization\UmAlQuraCalendar.cs" />\r
+    <Compile Include="System.Globalization\UnicodeCategory.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\INormalizeForIsolatedStorage.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\IsolatedStorage.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageException.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFile.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileEnumerator.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileStream.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageScope.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityOptions.cs" />\r
+    <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityState.cs" />\r
+    <Compile Include="System.IO\BinaryReader.cs" />\r
+    <Compile Include="System.IO\BinaryWriter.cs" />\r
+    <Compile Include="System.IO\BufferedStream.cs" />\r
+    <Compile Include="System.IO\Directory.cs" />\r
+    <Compile Include="System.IO\DirectoryInfo.cs" />\r
+    <Compile Include="System.IO\DirectoryNotFoundException.cs" />\r
+    <Compile Include="System.IO\DriveInfo.cs" />\r
+    <Compile Include="System.IO\DriveNotFoundException.cs" />\r
+    <Compile Include="System.IO\DriveType.cs" />\r
+    <Compile Include="System.IO\EndOfStreamException.cs" />\r
+    <Compile Include="System.IO\File.cs" />\r
+    <Compile Include="System.IO\FileAccess.cs" />\r
+    <Compile Include="System.IO\FileAttributes.cs" />\r
+    <Compile Include="System.IO\FileInfo.cs" />\r
+    <Compile Include="System.IO\FileLoadException.cs" />\r
+    <Compile Include="System.IO\FileMode.cs" />\r
+    <Compile Include="System.IO\FileNotFoundException.cs" />\r
+    <Compile Include="System.IO\FileOptions.cs" />\r
+    <Compile Include="System.IO\FileShare.cs" />\r
+    <Compile Include="System.IO\FileStream.cs" />\r
+    <Compile Include="System.IO\FileStreamAsyncResult.cs" />\r
+    <Compile Include="System.IO\FileSystemInfo.cs" />\r
+    <Compile Include="System.IO\IOException.cs" />\r
+    <Compile Include="System.IO\LogcatTextWriter.cs" />\r
+    <Compile Include="System.IO\MemoryStream.cs" />\r
+    <Compile Include="System.IO\MonoFileType.cs" />\r
+    <Compile Include="System.IO\MonoIO.cs" />\r
+    <Compile Include="System.IO\MonoIOError.cs" />\r
+    <Compile Include="System.IO\MonoIOStat.cs" />\r
+    <Compile Include="System.IO\Path.cs" />\r
+    <Compile Include="System.IO\PathTooLongException.cs" />\r
+    <Compile Include="System.IO\SearchOption.cs" />\r
+    <Compile Include="System.IO\SearchPattern.cs" />\r
+    <Compile Include="System.IO\SeekOrigin.cs" />\r
+    <Compile Include="System.IO\Stream.cs" />\r
+    <Compile Include="System.IO\StreamReader.cs" />\r
+    <Compile Include="System.IO\StreamWriter.cs" />\r
+    <Compile Include="System.IO\StringReader.cs" />\r
+    <Compile Include="System.IO\StringWriter.cs" />\r
+    <Compile Include="System.IO\TextReader.cs" />\r
+    <Compile Include="System.IO\TextWriter.cs" />\r
+    <Compile Include="System.IO\UnexceptionalStreamReader.cs" />\r
+    <Compile Include="System.IO\UnexceptionalStreamWriter.cs" />\r
+    <Compile Include="System.IO\UnmanagedMemoryAccessor.cs" />\r
+    <Compile Include="System.IO\UnmanagedMemoryStream.cs" />\r
+    <Compile Include="System.Reflection.Emit\AssemblyBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\AssemblyBuilderAccess.cs" />\r
+    <Compile Include="System.Reflection.Emit\ConstructorBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\ConstructorOnTypeBuilderInst.cs" />\r
+    <Compile Include="System.Reflection.Emit\CustomAttributeBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\DerivedTypes.cs" />\r
+    <Compile Include="System.Reflection.Emit\DynamicILInfo.cs" />\r
+    <Compile Include="System.Reflection.Emit\DynamicMethod.cs" />\r
+    <Compile Include="System.Reflection.Emit\EnumBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\EventBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\EventOnTypeBuilderInst.cs" />\r
+    <Compile Include="System.Reflection.Emit\EventToken.cs" />\r
+    <Compile Include="System.Reflection.Emit\FieldBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\FieldOnTypeBuilderInst.cs" />\r
+    <Compile Include="System.Reflection.Emit\FieldToken.cs" />\r
+    <Compile Include="System.Reflection.Emit\FlowControl.cs" />\r
+    <Compile Include="System.Reflection.Emit\GenericTypeParameterBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\ILGenerator.cs" />\r
+    <Compile Include="System.Reflection.Emit\Label.cs" />\r
+    <Compile Include="System.Reflection.Emit\LocalBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\MethodBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\MethodOnTypeBuilderInst.cs" />\r
+    <Compile Include="System.Reflection.Emit\MethodRental.cs" />\r
+    <Compile Include="System.Reflection.Emit\MethodToken.cs" />\r
+    <Compile Include="System.Reflection.Emit\ModuleBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\MonoArrayMethod.cs" />\r
+    <Compile Include="System.Reflection.Emit\OpCode.cs" />\r
+    <Compile Include="System.Reflection.Emit\OpCodeNames.cs" />\r
+    <Compile Include="System.Reflection.Emit\OpCodes.cs" />\r
+    <Compile Include="System.Reflection.Emit\OpCodeType.cs" />\r
+    <Compile Include="System.Reflection.Emit\OperandType.cs" />\r
+    <Compile Include="System.Reflection.Emit\PackingSize.cs" />\r
+    <Compile Include="System.Reflection.Emit\ParameterBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\ParameterToken.cs" />\r
+    <Compile Include="System.Reflection.Emit\PEFileKinds.cs" />\r
+    <Compile Include="System.Reflection.Emit\PropertyBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\PropertyOnTypeBuilderInst.cs" />\r
+    <Compile Include="System.Reflection.Emit\PropertyToken.cs" />\r
+    <Compile Include="System.Reflection.Emit\SignatureHelper.cs" />\r
+    <Compile Include="System.Reflection.Emit\SignatureToken.cs" />\r
+    <Compile Include="System.Reflection.Emit\StackBehaviour.cs" />\r
+    <Compile Include="System.Reflection.Emit\StringToken.cs" />\r
+    <Compile Include="System.Reflection.Emit\TypeBuilder.cs" />\r
+    <Compile Include="System.Reflection.Emit\TypeToken.cs" />\r
+    <Compile Include="System.Reflection.Emit\UnmanagedMarshal.cs" />\r
+    <Compile Include="System.Reflection\AmbiguousMatchException.cs" />\r
+    <Compile Include="System.Reflection\Assembly.cs" />\r
+    <Compile Include="System.Reflection\AssemblyAlgorithmIdAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyCompanyAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyConfigurationAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyContentType.cs" />\r
+    <Compile Include="System.Reflection\AssemblyCopyrightAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyCultureAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyDefaultAliasAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyDelaySignAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyDescriptionAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyFileVersionAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyFlagsAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyInformationalVersionAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyKeyFileAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyKeyNameAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyMetadataAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyName.cs" />\r
+    <Compile Include="System.Reflection\AssemblyNameFlags.cs" />\r
+    <Compile Include="System.Reflection\AssemblyNameProxy.cs" />\r
+    <Compile Include="System.Reflection\AssemblyProductAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblySignatureKeyAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyTitleAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyTradeMarkAttribute.cs" />\r
+    <Compile Include="System.Reflection\AssemblyVersionAttribute.cs" />\r
+    <Compile Include="System.Reflection\Binder.cs" />\r
+    <Compile Include="System.Reflection\BindingFlags.cs" />\r
+    <Compile Include="System.Reflection\CallingConventions.cs" />\r
+    <Compile Include="System.Reflection\ConstructorInfo.cs" />\r
+    <Compile Include="System.Reflection\CustomAttributeData.cs" />\r
+    <Compile Include="System.Reflection\CustomAttributeExtensions.cs" />\r
+    <Compile Include="System.Reflection\CustomAttributeFormatException.cs" />\r
+    <Compile Include="System.Reflection\CustomAttributeNamedArgument.cs" />\r
+    <Compile Include="System.Reflection\CustomAttributeTypedArgument.cs" />\r
+    <Compile Include="System.Reflection\DefaultMemberAttribute.cs" />\r
+    <Compile Include="System.Reflection\EventAttributes.cs" />\r
+    <Compile Include="System.Reflection\EventInfo.cs" />\r
+    <Compile Include="System.Reflection\ExceptionHandlingClause.cs" />\r
+    <Compile Include="System.Reflection\ExceptionHandlingClauseOptions.cs" />\r
+    <Compile Include="System.Reflection\FieldAttributes.cs" />\r
+    <Compile Include="System.Reflection\FieldInfo.cs" />\r
+    <Compile Include="System.Reflection\GenericParameterAttributes.cs" />\r
+    <Compile Include="System.Reflection\ICustomAttributeProvider.cs" />\r
+    <Compile Include="System.Reflection\ImageFileMachine.cs" />\r
+    <Compile Include="System.Reflection\InterfaceMapping.cs" />\r
+    <Compile Include="System.Reflection\IntrospectionExtensions.cs" />\r
+    <Compile Include="System.Reflection\InvalidFilterCriteriaException.cs" />\r
+    <Compile Include="System.Reflection\IReflect.cs" />\r
+    <Compile Include="System.Reflection\IReflectableType.cs" />\r
+    <Compile Include="System.Reflection\LocalVariableInfo.cs" />\r
+    <Compile Include="System.Reflection\ManifestResourceInfo.cs" />\r
+    <Compile Include="System.Reflection\MemberFilter.cs" />\r
+    <Compile Include="System.Reflection\MemberInfo.cs" />\r
+    <Compile Include="System.Reflection\MemberInfoSerializationHolder.cs" />\r
+    <Compile Include="System.Reflection\MemberTypes.cs" />\r
+    <Compile Include="System.Reflection\MethodAttributes.cs" />\r
+    <Compile Include="System.Reflection\MethodBase.cs" />\r
+    <Compile Include="System.Reflection\MethodBody.cs" />\r
+    <Compile Include="System.Reflection\MethodImplAttributes.cs" />\r
+    <Compile Include="System.Reflection\MethodInfo.cs" />\r
+    <Compile Include="System.Reflection\Missing.cs" />\r
+    <Compile Include="System.Reflection\Module.cs" />\r
+    <Compile Include="System.Reflection\ModuleResolveEventHandler.cs" />\r
+    <Compile Include="System.Reflection\MonoAssembly.cs" />\r
+    <Compile Include="System.Reflection\MonoEvent.cs" />\r
+    <Compile Include="System.Reflection\MonoField.cs" />\r
+    <Compile Include="System.Reflection\MonoGenericClass.cs" />\r
+    <Compile Include="System.Reflection\MonoGenericMethod.cs" />\r
+    <Compile Include="System.Reflection\MonoMethod.cs" />\r
+    <Compile Include="System.Reflection\MonoModule.cs" />\r
+    <Compile Include="System.Reflection\MonoParameterInfo.cs" />\r
+    <Compile Include="System.Reflection\MonoProperty.cs" />\r
+    <Compile Include="System.Reflection\ObfuscateAssemblyAttribute.cs" />\r
+    <Compile Include="System.Reflection\ObfuscationAttribute.cs" />\r
+    <Compile Include="System.Reflection\ParameterAttributes.cs" />\r
+    <Compile Include="System.Reflection\ParameterInfo.cs" />\r
+    <Compile Include="System.Reflection\ParameterModifier.cs" />\r
+    <Compile Include="System.Reflection\Pointer.cs" />\r
+    <Compile Include="System.Reflection\PortableExecutableKinds.cs" />\r
+    <Compile Include="System.Reflection\ProcessorArchitecture.cs" />\r
+    <Compile Include="System.Reflection\PropertyAttributes.cs" />\r
+    <Compile Include="System.Reflection\PropertyInfo.cs" />\r
+    <Compile Include="System.Reflection\ReflectionContext.cs" />\r
+    <Compile Include="System.Reflection\ReflectionTypeLoadException.cs" />\r
+    <Compile Include="System.Reflection\ResourceAttributes.cs" />\r
+    <Compile Include="System.Reflection\ResourceLocation.cs" />\r
+    <Compile Include="System.Reflection\RuntimeReflectionExtensions.cs" />\r
+    <Compile Include="System.Reflection\StrongNameKeyPair.cs" />\r
+    <Compile Include="System.Reflection\TargetException.cs" />\r
+    <Compile Include="System.Reflection\TargetInvocationException.cs" />\r
+    <Compile Include="System.Reflection\TargetParameterCountException.cs" />\r
+    <Compile Include="System.Reflection\TypeAttributes.cs" />\r
+    <Compile Include="System.Reflection\TypeDelegator.cs" />\r
+    <Compile Include="System.Reflection\TypeFilter.cs" />\r
+    <Compile Include="System.Reflection\TypeInfo.cs" />\r
+    <Compile Include="System.Resources\IResourceReader.cs" />\r
+    <Compile Include="System.Resources\IResourceWriter.cs" />\r
+    <Compile Include="System.Resources\MissingManifestResourceException.cs" />\r
+    <Compile Include="System.Resources\MissingSatelliteAssemblyException.cs" />\r
+    <Compile Include="System.Resources\NeutralResourcesLanguageAttribute.cs" />\r
+    <Compile Include="System.Resources\ResourceManager.cs" />\r
+    <Compile Include="System.Resources\ResourceReader.cs" />\r
+    <Compile Include="System.Resources\ResourceSet.cs" />\r
+    <Compile Include="System.Resources\ResourceWriter.cs" />\r
+    <Compile Include="System.Resources\RuntimeResourceSet.cs" />\r
+    <Compile Include="System.Resources\SatelliteContractVersionAttribute.cs" />\r
+    <Compile Include="System.Resources\UltimateResourceFallbackLocation.cs" />\r
+    <Compile Include="System.Resources\Win32Resources.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\AccessedThroughPropertyAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\AsyncStateMachineAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\AsyncTaskMethodBuilder.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\AsyncTaskMethodBuilder_T.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\AsyncVoidMethodBuilder.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CallConvCdecl.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CallConvFastcall.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CallConvStdcall.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CallConvThiscall.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CallerFilePathAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CallerLineNumberAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CallerMemberNameAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CompilationRelaxations.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CompilationRelaxationsAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CompilerGeneratedAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CompilerGlobalScopeAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CompilerMarshalOverride.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\ConditionalWeakTable.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\ConfiguredTaskAwaitable.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\ConfiguredTaskAwaitable_T.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\ContractHelper.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\CustomConstantAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\DateTimeConstantAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\DecimalConstantAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\DefaultDependencyAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\DependencyAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\DiscardableAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\ExtensionAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\FixedAddressValueTypeAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\FixedBufferAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\HasCopySemanticsAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IAsyncStateMachine.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\ICriticalNotifyCompletion.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IDispatchConstantAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IndexerNameAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\INotifyCompletion.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\InternalsVisibleToAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsBoxed.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsByValue.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsConst.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsCopyConstructed.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsExplicitlyDereferenced.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsImplicitlyDereferenced.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsJitIntrinsic.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsLong.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsPinned.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsSignUnspecifiedByte.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsUdtReturn.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IsVolatile.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IteratorStateMachineAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\IUnknownConstantAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\LoadHint.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\MethodCodeType.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\MethodImplAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\MethodImplOptions.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\NativeCppClassAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\ReferenceAssemblyAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\RequiredAttributeAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\RuntimeCompatibilityAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\RuntimeHelpers.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\RuntimeWrappedException.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\ScopelessEnumAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\SpecialNameAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\StateMachineAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\StringFreezingAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\SuppressIldasmAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\TaskAwaiter.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\TaskAwaiter_T.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\TypeForwardedFromAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\TypeForwardedToAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\UnsafeValueTypeAttribute.cs" />\r
+    <Compile Include="System.Runtime.CompilerServices\YieldAwaitable.cs" />\r
+    <Compile Include="System.Runtime.ConstrainedExecution\CER.cs" />\r
+    <Compile Include="System.Runtime.ConstrainedExecution\Consistency.cs" />\r
+    <Compile Include="System.Runtime.ConstrainedExecution\CriticialFinalizerObject.cs" />\r
+    <Compile Include="System.Runtime.ConstrainedExecution\PrePrepareMethodAttribute.cs" />\r
+    <Compile Include="System.Runtime.ConstrainedExecution\ReliabilityContractAttribute.cs" />\r
+    <Compile Include="System.Runtime.ExceptionServices\ExceptionDispatchInfo.cs" />\r
+    <Compile Include="System.Runtime.ExceptionServices\FirstChanceExceptionEventArgs.cs" />\r
+    <Compile Include="System.Runtime.ExceptionServices\HandleProcessCorruptedStateExceptionsAttribute.cs" />\r
+    <Compile Include="System.Runtime.Hosting\ActivationArguments.cs" />\r
+    <Compile Include="System.Runtime.Hosting\ApplicationActivator.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\BIND_OPTS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\BINDPTR.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\CALLCONV.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\CONNECTDATA.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\DESCKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\DISPPARAMS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\ELEMDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\EXCEPINFO.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\FILETIME.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\FUNCKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IBindCtx.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IConnectionPoint.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IConnectionPointContainer.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IDLDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IDLFLAG.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumConnectionPoints.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumConnections.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumMoniker.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumString.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumVARIANT.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IMoniker.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IMPLTYPEFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\INVOKEKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IPersistFile.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IRunningObjectTable.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\IStream.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeComp.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeInfo2.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeLib.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\ITypeLib2.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\LIBFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\PARAMDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\PARAMFLAG.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\STATSTG.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\SYSKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEATTR.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPEKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\TYPELIBATTR.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\VARDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\VARFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.ComTypes\VARKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.Expando\IExpando.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\DefaultInterfaceAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\DesignerNamespaceResolveEventArgs.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\EventRegistrationToken.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\EventRegistrationTokenTable.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\IActivationFactory.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\InterfaceImplementedInVersionAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\NamespaceResolveEventArgs.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\ReadOnlyArrayAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\ReturnValueNameAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\WindowsRuntimeMarshal.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\WindowsRuntimeMetadata.cs" />\r
+    <Compile Include="System.Runtime.InteropServices.WindowsRuntime\WriteOnlyArrayAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_Activator.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_Assembly.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_AssemblyBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_AssemblyName.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_Attribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_ConstructorBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_ConstructorInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_CustomAttributeBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_EnumBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_EventBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_EventInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_Exception.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_FieldBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_FieldInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_ILGenerator.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_LocalBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_MemberInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_MethodBase.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_MethodBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_MethodInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_MethodRental.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_Module.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_ModuleBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_ParameterBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_ParameterInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_PropertyBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_PropertyInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_SignatureHelper.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_Thread.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_Type.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\_TypeBuilder.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\AllowReversePInvokeCallsAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ArrayWithOffset.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\AssemblyRegistrationFlags.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\AutomationProxyAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\BestFitMappingAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\BIND_OPTS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\BINDPTR.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\BStrWrapper.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\CALLCONV.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\CallingConvention.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\CharSet.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ClassInterfaceAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ClassInterfaceType.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\CoClassAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComAliasNameAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComCompatibleVersionAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComConversionLossAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComDefaultInterfaceAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComEventInterfaceAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\COMException.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComImportAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComInterfaceType.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComMemberType.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComRegisterFunctionAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComSourceInterfacesAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComUnregisterFunctionAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ComVisible.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\CONNECTDATA.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\CriticalHandle.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\CurrencyWrapper.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\DefaultCharSetAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\DESCKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\DispatchWrapper.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\DispIdAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\DISPPARAMS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\DllImportAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ELEMDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ErrorWrapper.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\EXCEPINFO.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ExporterEventKind.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ExtensibleClassFactory.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ExternalException.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\FieldOffsetAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\FILETIME.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\FUNCDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\FUNCFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\FUNCKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\GCHandle.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\GCHandleType.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\GuidAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\HandleRef.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ICustomAdapter.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ICustomFactory.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ICustomMarshaler.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\IDispatchImplAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\IDispatchImplType.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\IDLDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\IDLFLAG.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\IMPLTYPEFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ImportedFromTypeLibAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ImporterEventKind.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\InAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\InterfaceTypeAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\InvalidComObjectException.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\InvalidOleVariantTypeException.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\INVOKEKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\IRegistrationServices.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ITypeLibConverter.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNameProvider.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNotifySink.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ITypeLibImporterNotifySink.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\LayoutKind.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\LCIDConversionAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\LIBFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\Marshal.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\MarshalAsAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\MarshalDirectiveException.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ObjectCreationDelegate.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\OptionalAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\OutAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\PARAMDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\PARAMFLAG.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\PreserveSigAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\PrimaryInteropAssemblyAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\ProgIdAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\RegistrationClassContext.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\RegistrationConnectionType.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\RegistrationServices.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\RuntimeEnvironment.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\SafeArrayRankMismatchException.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\SafeArrayTypeMismatchException.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\SafeBuffer.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\SafeHandle.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\SEHException.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\SetWin32ContextInIDispatchAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\STATSTG.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\StructLayoutAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\SYSKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TYPEATTR.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TYPEDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TYPEFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeIdentifierAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TYPEKIND.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TYPELIBATTR.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibConverter.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibExporterFlags.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibFuncAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibFuncFlags.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibImportClassAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibImporterFlags.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibTypeAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibTypeFlags.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibVarAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibVarFlags.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\TypeLibVersionAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIBindCtx.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPoint.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPointContainer.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIEnumConnectionPoints.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIEnumConnections.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIEnumMoniker.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIEnumString.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIEnumVARIANT.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIMoniker.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIPersistFile.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIRunningObjectTable.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMIStream.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMITypeComp.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMITypeInfo.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UCOMITypeLib.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UnknownWrapper.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UnmanagedFunctionPointerAttribute.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\UnmanagedType.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\VARDESC.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\VarEnum.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\VARFLAGS.cs" />\r
+    <Compile Include="System.Runtime.InteropServices\VariantWrapper.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\ActivationServices.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\ActivatorLevel.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\AppDomainLevelActivator.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\ConstructionLevelActivator.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\ContextLevelActivator.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\IActivator.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\IConstructionCallMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\IConstructionReturnMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\RemoteActivationAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\RemoteActivator.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Activation\UrlAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\AggregateDictionary.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\BaseChannelObjectWithProperties.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\BaseChannelSinkWithProperties.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\BaseChannelWithProperties.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ChannelDataStore.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ChannelServices.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ChannelSinkStackEntry.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ClientChannelSinkStack.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\CrossAppDomainChannel.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IChannel.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IChannelDataStore.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiver.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiverHook.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IChannelSender.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IChannelSinkBase.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkProvider.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkStack.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSinkProvider.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IClientResponseChannelSinkStack.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ISecurableChannel.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkProvider.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkStack.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IServerFormatterSinkProvider.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\IServerResponseChannelSinkStack.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ITransportHeaders.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ServerChannelSinkStack.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSinkProvider.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\ServerProcessing.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\SinkProviderData.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Channels\TransportHeaders.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\Context.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\ContextAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\ContextProperty.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\CrossContextChannel.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\CrossContextDelegate.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IContextAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IContextProperty.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IContextPropertyActivator.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IContributeClientContextSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IContributeDynamicSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IContributeEnvoySink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IContributeObjectSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IContributeServerContextSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IDynamicMessageSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\IDynamicProperty.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Contexts\SynchronizationAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Lifetime\ClientSponsor.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Lifetime\ILease.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Lifetime\ISponsor.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Lifetime\Lease.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Lifetime\LeaseManager.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Lifetime\LeaseSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Lifetime\LeaseState.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Lifetime\LifetimeServices.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ArgInfo.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\AsyncResult.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\CADMessages.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\CallContext.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ClientContextTerminatorSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCall.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCallDictionary.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ConstructionResponse.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\EnvoyTerminatorSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ErrorMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\Header.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\HeaderHandler.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\IInternalMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\IMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\IMessageCtrl.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\IMessageSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\IMethodCallMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\IMethodMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\IMethodReturnMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\InternalMessageWrapper.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\IRemotingFormatter.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ISerializationRootObject.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\LogicalCallContext.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MessageSurrogateFilter.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MethodCall.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MethodCallDictionary.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MethodCallMessageWrapper.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MethodDictionary.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MethodResponse.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnDictionary.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnMessageWrapper.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\MonoMethodMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\OneWayAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogate.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogateSelector.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ReturnMessage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ServerContextTerminatorSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\ServerObjectTerminatorSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Messaging\StackBuilderSink.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\ISoapXsd.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapAnyUri.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapBase64Binary.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDate.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDateTime.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDay.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDuration.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntities.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntity.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHelper.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHexBinary.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapId.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdref.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdrefs.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapInteger.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapLanguage.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonth.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonthDay.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapName.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNcName.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNegativeInteger.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtoken.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtokens.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonNegativeInteger.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonPositiveInteger.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNormalizedString.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNotation.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapPositiveInteger.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapQName.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapTime.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapToken.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYear.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYearMonth.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata\SoapAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata\SoapFieldAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata\SoapMethodAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata\SoapOption.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata\SoapParameterAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata\SoapTypeAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Metadata\XmlFieldOrderOption.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Proxies\ProxyAttribute.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Proxies\RealProxy.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Proxies\RemotingProxy.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Services\EnterpriseServicesHelper.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Services\ITrackingHandler.cs" />\r
+    <Compile Include="System.Runtime.Remoting.Services\TrackingServices.cs" />\r
+    <Compile Include="System.Runtime.Remoting\ActivatedClientTypeEntry.cs" />\r
+    <Compile Include="System.Runtime.Remoting\ActivatedServiceTypeEntry.cs" />\r
+    <Compile Include="System.Runtime.Remoting\CustomErrorsModes.cs" />\r
+    <Compile Include="System.Runtime.Remoting\EnvoyInfo.cs" />\r
+    <Compile Include="System.Runtime.Remoting\IChannelInfo.cs" />\r
+    <Compile Include="System.Runtime.Remoting\Identity.cs" />\r
+    <Compile Include="System.Runtime.Remoting\IEnvoyInfo.cs" />\r
+    <Compile Include="System.Runtime.Remoting\InternalRemotingServices.cs" />\r
+    <Compile Include="System.Runtime.Remoting\IObjectHandle.cs" />\r
+    <Compile Include="System.Runtime.Remoting\IRemotingTypeInfo.cs" />\r
+    <Compile Include="System.Runtime.Remoting\ObjectHandle.cs" />\r
+    <Compile Include="System.Runtime.Remoting\ObjRef.cs" />\r
+    <Compile Include="System.Runtime.Remoting\RemotingConfiguration.cs" />\r
+    <Compile Include="System.Runtime.Remoting\RemotingException.cs" />\r
+    <Compile Include="System.Runtime.Remoting\RemotingServices.cs" />\r
+    <Compile Include="System.Runtime.Remoting\RemotingTimeoutException.cs" />\r
+    <Compile Include="System.Runtime.Remoting\ServerException.cs" />\r
+    <Compile Include="System.Runtime.Remoting\ServerIdentity.cs" />\r
+    <Compile Include="System.Runtime.Remoting\SoapServices.cs" />\r
+    <Compile Include="System.Runtime.Remoting\TypeEntry.cs" />\r
+    <Compile Include="System.Runtime.Remoting\TypeInfo.cs" />\r
+    <Compile Include="System.Runtime.Remoting\WellKnownClientTypeEntry.cs" />\r
+    <Compile Include="System.Runtime.Remoting\WellKnownObjectMode.cs" />\r
+    <Compile Include="System.Runtime.Remoting\WellKnownServiceTypeEntry.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters.Binary\BinaryCommon.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters.Binary\BinaryFormatter.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters.Binary\CodeGenerator.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters.Binary\MessageFormatter.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters.Binary\ObjectReader.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters.Binary\ObjectWriter.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\FormatterAssemblyStyle.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\FormatterTopObjectStyle.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\FormatterTypeStyle.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\IFieldInfo.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalArrayTypeE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalElementTypeE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalMemberTypeE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalMemberValueE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalNameSpaceE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalObjectPositionE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalObjectTypeE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalParseStateE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalParseTypeE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalPrimitiveTypeE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalRM.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalSerializerTypeE.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\InternalST.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\ISoapMessage.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\ServerFault.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\SoapFault.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\SoapMessage.cs" />\r
+    <Compile Include="System.Runtime.Serialization.Formatters\TypeFilterLevel.cs" />\r
+    <Compile Include="System.Runtime.Serialization\Formatter.cs" />\r
+    <Compile Include="System.Runtime.Serialization\FormatterConverter.cs" />\r
+    <Compile Include="System.Runtime.Serialization\FormatterServices.cs" />\r
+    <Compile Include="System.Runtime.Serialization\IDeserializationCallback.cs" />\r
+    <Compile Include="System.Runtime.Serialization\IFormatter.cs" />\r
+    <Compile Include="System.Runtime.Serialization\IFormatterConverter.cs" />\r
+    <Compile Include="System.Runtime.Serialization\IObjectReference.cs" />\r
+    <Compile Include="System.Runtime.Serialization\ISafeSerializationData.cs" />\r
+    <Compile Include="System.Runtime.Serialization\ISerializable.cs" />\r
+    <Compile Include="System.Runtime.Serialization\ISerializationSurrogate.cs" />\r
+    <Compile Include="System.Runtime.Serialization\ISurrogateSelector.cs" />\r
+    <Compile Include="System.Runtime.Serialization\ObjectIDGenerator.cs" />\r
+    <Compile Include="System.Runtime.Serialization\ObjectManager.cs" />\r
+    <Compile Include="System.Runtime.Serialization\OnDeserializedAttribute.cs" />\r
+    <Compile Include="System.Runtime.Serialization\OnDeserializingAttribute.cs" />\r
+    <Compile Include="System.Runtime.Serialization\OnSerializedAttribute.cs" />\r
+    <Compile Include="System.Runtime.Serialization\OnSerializingAttribute.cs" />\r
+    <Compile Include="System.Runtime.Serialization\OptionalFieldAttribute.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SafeSerializationEventArgs.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SerializationBinder.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SerializationCallbacks.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SerializationEntry.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SerializationException.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SerializationInfo.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SerializationInfoEnumerator.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SerializationObjectManager.cs" />\r
+    <Compile Include="System.Runtime.Serialization\StreamingContext.cs" />\r
+    <Compile Include="System.Runtime.Serialization\StreamingContextStates.cs" />\r
+    <Compile Include="System.Runtime.Serialization\SurrogateSelector.cs" />\r
+    <Compile Include="System.Runtime.Versioning\ComponentGuaranteesAttribute.cs" />\r
+    <Compile Include="System.Runtime.Versioning\ComponentGuaranteesOptions.cs" />\r
+    <Compile Include="System.Runtime.Versioning\ResourceConsumptionAttribute.cs" />\r
+    <Compile Include="System.Runtime.Versioning\ResourceExposureAttribute.cs" />\r
+    <Compile Include="System.Runtime.Versioning\ResourceScope.cs" />\r
+    <Compile Include="System.Runtime.Versioning\TargetFrameworkAttribute.cs" />\r
+    <Compile Include="System.Runtime.Versioning\VersioningHelper.cs" />\r
+    <Compile Include="System.Runtime\AssemblyTargetedPatchBandAttribute.cs" />\r
+    <Compile Include="System.Runtime\GCLargeObjectHeapCompactionMode.cs" />\r
+    <Compile Include="System.Runtime\GCLatencyMode.cs" />\r
+    <Compile Include="System.Runtime\GCSettings.cs" />\r
+    <Compile Include="System.Runtime\MemoryFailPoint.cs" />\r
+    <Compile Include="System.Runtime\TargetedPatchingOptOutAttribute.cs" />\r
+    <Compile Include="System.Security.AccessControl\AccessControlActions.cs" />\r
+    <Compile Include="System.Security.AccessControl\AccessControlModification.cs" />\r
+    <Compile Include="System.Security.AccessControl\AccessControlSections.cs" />\r
+    <Compile Include="System.Security.AccessControl\AccessControlType.cs" />\r
+    <Compile Include="System.Security.AccessControl\AccessRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\AccessRule_T.cs" />\r
+    <Compile Include="System.Security.AccessControl\AceEnumerator.cs" />\r
+    <Compile Include="System.Security.AccessControl\AceFlags.cs" />\r
+    <Compile Include="System.Security.AccessControl\AceQualifier.cs" />\r
+    <Compile Include="System.Security.AccessControl\AceType.cs" />\r
+    <Compile Include="System.Security.AccessControl\AuditFlags.cs" />\r
+    <Compile Include="System.Security.AccessControl\AuditRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\AuditRule_T.cs" />\r
+    <Compile Include="System.Security.AccessControl\AuthorizationRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\AuthorizationRuleCollection.cs" />\r
+    <Compile Include="System.Security.AccessControl\CommonAce.cs" />\r
+    <Compile Include="System.Security.AccessControl\CommonAcl.cs" />\r
+    <Compile Include="System.Security.AccessControl\CommonObjectSecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\CommonSecurityDescriptor.cs" />\r
+    <Compile Include="System.Security.AccessControl\CompoundAce.cs" />\r
+    <Compile Include="System.Security.AccessControl\CompoundAceType.cs" />\r
+    <Compile Include="System.Security.AccessControl\ControlFlags.cs" />\r
+    <Compile Include="System.Security.AccessControl\CryptoKeyAccessRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\CryptoKeyAuditRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\CryptoKeyRights.cs" />\r
+    <Compile Include="System.Security.AccessControl\CryptoKeySecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\CustomAce.cs" />\r
+    <Compile Include="System.Security.AccessControl\DirectoryObjectSecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\DirectorySecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\DiscretionaryAcl.cs" />\r
+    <Compile Include="System.Security.AccessControl\EventWaitHandleAccessRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\EventWaitHandleAuditRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\EventWaitHandleRights.cs" />\r
+    <Compile Include="System.Security.AccessControl\EventWaitHandleSecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\FileSecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\FileSystemAccessRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\FileSystemAuditRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\FileSystemRights.cs" />\r
+    <Compile Include="System.Security.AccessControl\FileSystemSecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\GenericAce.cs" />\r
+    <Compile Include="System.Security.AccessControl\GenericAcl.cs" />\r
+    <Compile Include="System.Security.AccessControl\GenericSecurityDescriptor.cs" />\r
+    <Compile Include="System.Security.AccessControl\InheritanceFlags.cs" />\r
+    <Compile Include="System.Security.AccessControl\KnownAce.cs" />\r
+    <Compile Include="System.Security.AccessControl\MutexAccessRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\MutexAuditRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\MutexRights.cs" />\r
+    <Compile Include="System.Security.AccessControl\MutexSecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\NativeObjectSecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\ObjectAccessRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\ObjectAce.cs" />\r
+    <Compile Include="System.Security.AccessControl\ObjectAceFlags.cs" />\r
+    <Compile Include="System.Security.AccessControl\ObjectAuditRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\ObjectSecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\ObjectSecurity_T.cs" />\r
+    <Compile Include="System.Security.AccessControl\PrivilegeNotHeldException.cs" />\r
+    <Compile Include="System.Security.AccessControl\PropagationFlags.cs" />\r
+    <Compile Include="System.Security.AccessControl\QualifiedAce.cs" />\r
+    <Compile Include="System.Security.AccessControl\RawAcl.cs" />\r
+    <Compile Include="System.Security.AccessControl\RawSecurityDescriptor.cs" />\r
+    <Compile Include="System.Security.AccessControl\RegistryAccessRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\RegistryAuditRule.cs" />\r
+    <Compile Include="System.Security.AccessControl\RegistryRights.cs" />\r
+    <Compile Include="System.Security.AccessControl\RegistrySecurity.cs" />\r
+    <Compile Include="System.Security.AccessControl\ResourceType.cs" />\r
+    <Compile Include="System.Security.AccessControl\SddlAccessRight.cs" />\r
+    <Compile Include="System.Security.AccessControl\SecurityInfos.cs" />\r
+    <Compile Include="System.Security.AccessControl\SystemAcl.cs" />\r
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate.cs" />\r
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate20.cs" />\r
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509ContentType.cs" />\r
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509KeyStorageFlags.cs" />\r
+    <Compile Include="System.Security.Cryptography\AsymmetricAlgorithm.cs" />\r
+    <Compile Include="System.Security.Cryptography\AsymmetricKeyExchangeDeformatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\AsymmetricKeyExchangeFormatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\AsymmetricSignatureDeformatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\AsymmetricSignatureFormatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\Base64Constants.cs" />\r
+    <Compile Include="System.Security.Cryptography\CipherMode.cs" />\r
+    <Compile Include="System.Security.Cryptography\CryptoAPITransform.cs" />\r
+    <Compile Include="System.Security.Cryptography\CryptoConfig.cs" />\r
+    <Compile Include="System.Security.Cryptography\CryptoConfig.fullaot.cs" />\r
+    <Compile Include="System.Security.Cryptography\CryptoConfig_2_1.cs" />\r
+    <Compile Include="System.Security.Cryptography\CryptographicException.cs" />\r
+    <Compile Include="System.Security.Cryptography\CryptographicUnexpectedOperationExcpetion.cs" />\r
+    <Compile Include="System.Security.Cryptography\CryptoStream.cs" />\r
+    <Compile Include="System.Security.Cryptography\CryptoStreamMode.cs" />\r
+    <Compile Include="System.Security.Cryptography\CspKeyContainerInfo.cs" />\r
+    <Compile Include="System.Security.Cryptography\CspParameters.cs" />\r
+    <Compile Include="System.Security.Cryptography\CspProviderFlags.cs" />\r
+    <Compile Include="System.Security.Cryptography\DeriveBytes.cs" />\r
+    <Compile Include="System.Security.Cryptography\DES.cs" />\r
+    <Compile Include="System.Security.Cryptography\DESCryptoServiceProvider.cs" />\r
+    <Compile Include="System.Security.Cryptography\DSA.cs" />\r
+    <Compile Include="System.Security.Cryptography\DSACryptoServiceProvider.cs" />\r
+    <Compile Include="System.Security.Cryptography\DSAParameters.cs" />\r
+    <Compile Include="System.Security.Cryptography\DSASignatureDeformatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\DSASignatureFormatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\FromBase64Transform.cs" />\r
+    <Compile Include="System.Security.Cryptography\HashAlgorithm.cs" />\r
+    <Compile Include="System.Security.Cryptography\HMAC.cs" />\r
+    <Compile Include="System.Security.Cryptography\HMACMD5.cs" />\r
+    <Compile Include="System.Security.Cryptography\HMACRIPEMD160.cs" />\r
+    <Compile Include="System.Security.Cryptography\HMACSHA1.cs" />\r
+    <Compile Include="System.Security.Cryptography\HMACSHA256.cs" />\r
+    <Compile Include="System.Security.Cryptography\HMACSHA384.cs" />\r
+    <Compile Include="System.Security.Cryptography\HMACSHA512.cs" />\r
+    <Compile Include="System.Security.Cryptography\ICryptoTransform.cs" />\r
+    <Compile Include="System.Security.Cryptography\ICspAsymmetricAlgorithm.cs" />\r
+    <Compile Include="System.Security.Cryptography\KeyedHashAlgorithm.cs" />\r
+    <Compile Include="System.Security.Cryptography\KeyNumber.cs" />\r
+    <Compile Include="System.Security.Cryptography\KeySizes.cs" />\r
+    <Compile Include="System.Security.Cryptography\MACTripleDES.cs" />\r
+    <Compile Include="System.Security.Cryptography\MaskGenerationMethod.cs" />\r
+    <Compile Include="System.Security.Cryptography\MD5.cs" />\r
+    <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />\r
+    <Compile Include="System.Security.Cryptography\PaddingMode.cs" />\r
+    <Compile Include="System.Security.Cryptography\PasswordDeriveBytes.cs" />\r
+    <Compile Include="System.Security.Cryptography\PKCS1MaskGenerationMethod.cs" />\r
+    <Compile Include="System.Security.Cryptography\RandomNumberGenerator.cs" />\r
+    <Compile Include="System.Security.Cryptography\RC2.cs" />\r
+    <Compile Include="System.Security.Cryptography\RC2CryptoServiceProvider.cs" />\r
+    <Compile Include="System.Security.Cryptography\Rfc2898DeriveBytes.cs" />\r
+    <Compile Include="System.Security.Cryptography\Rijndael.cs" />\r
+    <Compile Include="System.Security.Cryptography\RijndaelManaged.cs" />\r
+    <Compile Include="System.Security.Cryptography\RijndaelManagedTransform.cs" />\r
+    <Compile Include="System.Security.Cryptography\RIPEMD160.cs" />\r
+    <Compile Include="System.Security.Cryptography\RIPEMD160Managed.cs" />\r
+    <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSA.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSACryptoServiceProvider.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSAOAEPKeyExchangeDeformatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSAOAEPKeyExchangeFormatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSAParameters.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSAPKCS1KeyExchangeDeformatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSAPKCS1KeyExchangeFormatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureDeformatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureFormatter.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA1.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA1Managed.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA256.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA256Managed.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA384.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA384Managed.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA512.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHA512Managed.cs" />\r
+    <Compile Include="System.Security.Cryptography\SHAConstants.cs" />\r
+    <Compile Include="System.Security.Cryptography\SignatureDescription.cs" />\r
+    <Compile Include="System.Security.Cryptography\SymmetricAlgorithm.cs" />\r
+    <Compile Include="System.Security.Cryptography\ToBase64Transform.cs" />\r
+    <Compile Include="System.Security.Cryptography\TripleDES.cs" />\r
+    <Compile Include="System.Security.Cryptography\TripleDESCryptoServiceProvider.cs" />\r
+    <Compile Include="System.Security.Permissions\CodeAccessSecurityAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\EnvironmentPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\EnvironmentPermissionAccess.cs" />\r
+    <Compile Include="System.Security.Permissions\EnvironmentPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\FileDialogPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\FileDialogPermissionAccess.cs" />\r
+    <Compile Include="System.Security.Permissions\FileDialogPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\FileIOPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\FileIOPermissionAccess.cs" />\r
+    <Compile Include="System.Security.Permissions\FileIOPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\GacIdentityPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\GacIdentityPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\HostProtectionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\HostProtectionPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\HostProtectionResource.cs" />\r
+    <Compile Include="System.Security.Permissions\IBuiltInPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\IsolatedStorageContainment.cs" />\r
+    <Compile Include="System.Security.Permissions\IsolatedStorageFilePermission.cs" />\r
+    <Compile Include="System.Security.Permissions\IsolatedStorageFilePermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\IsolatedStoragePermission.cs" />\r
+    <Compile Include="System.Security.Permissions\IsolatedStoragePermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\IUnrestrictedPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\KeyContainerPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntry.cs" />\r
+    <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryCollection.cs" />\r
+    <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryEnumerator.cs" />\r
+    <Compile Include="System.Security.Permissions\KeyContainerPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\KeyContainerPermissionFlags.cs" />\r
+    <Compile Include="System.Security.Permissions\PermissionSetAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\PermissionState.cs" />\r
+    <Compile Include="System.Security.Permissions\PrincipalPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\PrincipalPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\PublisherIdentityPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\PublisherIdentityPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\ReflectionPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\ReflectionPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\ReflectionPermissionFlag.cs" />\r
+    <Compile Include="System.Security.Permissions\RegistryPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\RegistryPermissionAccess.cs" />\r
+    <Compile Include="System.Security.Permissions\RegistryPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\SecurityAction.cs" />\r
+    <Compile Include="System.Security.Permissions\SecurityAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\SecurityPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\SecurityPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\SecurityPermissionFlag.cs" />\r
+    <Compile Include="System.Security.Permissions\SiteIdentityPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\SiteIdentityPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\StrongNameIdentityPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\StrongNamePermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\StrongNamePublicKeyBlob.cs" />\r
+    <Compile Include="System.Security.Permissions\UIPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\UIPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\UIPermissionClipboard.cs" />\r
+    <Compile Include="System.Security.Permissions\UIPermissionWindow.cs" />\r
+    <Compile Include="System.Security.Permissions\UrlIdentityPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\UrlIdentityPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Permissions\ZoneIdentityPermission.cs" />\r
+    <Compile Include="System.Security.Permissions\ZoneIdentityPermissionAttribute.cs" />\r
+    <Compile Include="System.Security.Policy\AllMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\ApplicationDirectory.cs" />\r
+    <Compile Include="System.Security.Policy\ApplicationDirectoryMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\ApplicationSecurityInfo.cs" />\r
+    <Compile Include="System.Security.Policy\ApplicationSecurityManager.cs" />\r
+    <Compile Include="System.Security.Policy\ApplicationTrust.cs" />\r
+    <Compile Include="System.Security.Policy\ApplicationTrustCollection.cs" />\r
+    <Compile Include="System.Security.Policy\ApplicationTrustEnumerator.cs" />\r
+    <Compile Include="System.Security.Policy\ApplicationVersionMatch.cs" />\r
+    <Compile Include="System.Security.Policy\CodeConnectAccess.cs" />\r
+    <Compile Include="System.Security.Policy\CodeGroup.cs" />\r
+    <Compile Include="System.Security.Policy\DefaultPolicies.cs" />\r
+    <Compile Include="System.Security.Policy\Evidence.cs" />\r
+    <Compile Include="System.Security.Policy\EvidenceBase.cs" />\r
+    <Compile Include="System.Security.Policy\FileCodeGroup.cs" />\r
+    <Compile Include="System.Security.Policy\FirstMatchCodeGroup.cs" />\r
+    <Compile Include="System.Security.Policy\Gac.cs" />\r
+    <Compile Include="System.Security.Policy\GacMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\Hash.cs" />\r
+    <Compile Include="System.Security.Policy\HashMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\IApplicationTrustManager.cs" />\r
+    <Compile Include="System.Security.Policy\IBuiltInEvidence.cs" />\r
+    <Compile Include="System.Security.Policy\IConstantMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\IIdentityPermissionFactory.cs" />\r
+    <Compile Include="System.Security.Policy\IMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\MembershipConditionHelper.cs" />\r
+    <Compile Include="System.Security.Policy\MonoTrustManager.cs" />\r
+    <Compile Include="System.Security.Policy\NetCodeGroup.cs" />\r
+    <Compile Include="System.Security.Policy\PermissionRequestEvidence.cs" />\r
+    <Compile Include="System.Security.Policy\PolicyException.cs" />\r
+    <Compile Include="System.Security.Policy\PolicyLevel.cs" />\r
+    <Compile Include="System.Security.Policy\PolicyStatement.cs" />\r
+    <Compile Include="System.Security.Policy\PolicyStatementAttribute.cs" />\r
+    <Compile Include="System.Security.Policy\Publisher.cs" />\r
+    <Compile Include="System.Security.Policy\PublisherMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\Site.cs" />\r
+    <Compile Include="System.Security.Policy\SiteMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\StrongName.cs" />\r
+    <Compile Include="System.Security.Policy\StrongNameMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\TrustManagerContext.cs" />\r
+    <Compile Include="System.Security.Policy\TrustManagerUIContext.cs" />\r
+    <Compile Include="System.Security.Policy\UnionCodeGroup.cs" />\r
+    <Compile Include="System.Security.Policy\Url.cs" />\r
+    <Compile Include="System.Security.Policy\UrlMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Policy\Zone.cs" />\r
+    <Compile Include="System.Security.Policy\ZoneMembershipCondition.cs" />\r
+    <Compile Include="System.Security.Principal\GenericIdentity.cs" />\r
+    <Compile Include="System.Security.Principal\GenericPrincipal.cs" />\r
+    <Compile Include="System.Security.Principal\IdentityNotMappedException.cs" />\r
+    <Compile Include="System.Security.Principal\IdentityReference.cs" />\r
+    <Compile Include="System.Security.Principal\IdentityReferenceCollection.cs" />\r
+    <Compile Include="System.Security.Principal\IIdentity.cs" />\r
+    <Compile Include="System.Security.Principal\IPrincipal.cs" />\r
+    <Compile Include="System.Security.Principal\NTAccount.cs" />\r
+    <Compile Include="System.Security.Principal\PrincipalPolicy.cs" />\r
+    <Compile Include="System.Security.Principal\SecurityIdentifier.cs" />\r
+    <Compile Include="System.Security.Principal\TokenAccessLevels.cs" />\r
+    <Compile Include="System.Security.Principal\TokenImpersonationLevel.cs" />\r
+    <Compile Include="System.Security.Principal\WellKnownAccount.cs" />\r
+    <Compile Include="System.Security.Principal\WellKnownSidType.cs" />\r
+    <Compile Include="System.Security.Principal\WindowsAccountType.cs" />\r
+    <Compile Include="System.Security.Principal\WindowsBuiltInRole.cs" />\r
+    <Compile Include="System.Security.Principal\WindowsIdentity.cs" />\r
+    <Compile Include="System.Security.Principal\WindowsImpersonationContext.cs" />\r
+    <Compile Include="System.Security.Principal\WindowsPrincipal.cs" />\r
+    <Compile Include="System.Security\AllowPartiallyTrustedCallersAttribute.cs" />\r
+    <Compile Include="System.Security\CodeAccessPermission.cs" />\r
+    <Compile Include="System.Security\HostProtectionException.cs" />\r
+    <Compile Include="System.Security\HostSecurityManager.cs" />\r
+    <Compile Include="System.Security\HostSecurityManagerFlags.cs" />\r
+    <Compile Include="System.Security\IEvidenceFactory.cs" />\r
+    <Compile Include="System.Security\IPermission.cs" />\r
+    <Compile Include="System.Security\ISecurityEncodable.cs" />\r
+    <Compile Include="System.Security\ISecurityPolicyEncodable.cs" />\r
+    <Compile Include="System.Security\IStackWalk.cs" />\r
+    <Compile Include="System.Security\NamedPermissionSet.cs" />\r
+    <Compile Include="System.Security\PermissionBuilder.cs" />\r
+    <Compile Include="System.Security\PermissionSet.cs" />\r
+    <Compile Include="System.Security\PolicyLevelType.cs" />\r
+    <Compile Include="System.Security\SecureString.cs" />\r
+    <Compile Include="System.Security\SecurityContext.cs" />\r
+    <Compile Include="System.Security\SecurityContextSource.cs" />\r
+    <Compile Include="System.Security\SecurityCriticalAttribute.cs" />\r
+    <Compile Include="System.Security\SecurityCriticalScope.cs" />\r
+    <Compile Include="System.Security\SecurityElement.cs" />\r
+    <Compile Include="System.Security\SecurityException.cs" />\r
+    <Compile Include="System.Security\SecurityFrame.cs" />\r
+    <Compile Include="System.Security\SecurityManager.cs" />\r
+    <Compile Include="System.Security\SecurityManager_mobile.cs" />\r
+    <Compile Include="System.Security\SecurityRulesAttribute.cs" />\r
+    <Compile Include="System.Security\SecurityRuleSet.cs" />\r
+    <Compile Include="System.Security\SecuritySafeCriticalAttribute.cs" />\r
+    <Compile Include="System.Security\SecurityState.cs" />\r
+    <Compile Include="System.Security\SecurityTransparentAttribute.cs" />\r
+    <Compile Include="System.Security\SecurityTreatAsSafeAttribute.cs" />\r
+    <Compile Include="System.Security\SecurityZone.cs" />\r
+    <Compile Include="System.Security\SuppressUnmanagedCodeSecurityAttribute.cs" />\r
+    <Compile Include="System.Security\UnverifiableCodeAttribute.cs" />\r
+    <Compile Include="System.Security\VerificationException.cs" />\r
+    <Compile Include="System.Security\XmlSyntaxException.cs" />\r
+    <Compile Include="System.Text\ASCIIEncoding.cs" />\r
+    <Compile Include="System.Text\CodePageEncoding.cs" />\r
+    <Compile Include="System.Text\Decoder.cs" />\r
+    <Compile Include="System.Text\DecoderExceptionFallback.cs" />\r
+    <Compile Include="System.Text\DecoderExceptionFallbackBuffer.cs" />\r
+    <Compile Include="System.Text\DecoderFallback.cs" />\r
+    <Compile Include="System.Text\DecoderFallbackBuffer.cs" />\r
+    <Compile Include="System.Text\DecoderFallbackException.cs" />\r
+    <Compile Include="System.Text\DecoderReplacementFallback.cs" />\r
+    <Compile Include="System.Text\DecoderReplacementFallbackBuffer.cs" />\r
+    <Compile Include="System.Text\Encoder.cs" />\r
+    <Compile Include="System.Text\EncoderExceptionFallback.cs" />\r
+    <Compile Include="System.Text\EncoderExceptionFallbackBuffer.cs" />\r
+    <Compile Include="System.Text\EncoderFallback.cs" />\r
+    <Compile Include="System.Text\EncoderFallbackBuffer.cs" />\r
+    <Compile Include="System.Text\EncoderFallbackException.cs" />\r
+    <Compile Include="System.Text\EncoderReplacementFallback.cs" />\r
+    <Compile Include="System.Text\EncoderReplacementFallbackBuffer.cs" />\r
+    <Compile Include="System.Text\Encoding.cs" />\r
+    <Compile Include="System.Text\EncodingInfo.cs" />\r
+    <Compile Include="System.Text\Latin1Encoding.cs" />\r
+    <Compile Include="System.Text\MLangCodePageEncoding.cs" />\r
+    <Compile Include="System.Text\NormalizationForm.cs" />\r
+    <Compile Include="System.Text\StringBuilder.cs" />\r
+    <Compile Include="System.Text\SurrogateEncoder.cs" />\r
+    <Compile Include="System.Text\UnicodeEncoding.cs" />\r
+    <Compile Include="System.Text\UTF32Encoding.cs" />\r
+    <Compile Include="System.Text\UTF7Encoding.cs" />\r
+    <Compile Include="System.Text\UTF8Encoding.cs" />\r
+    <Compile Include="System.Threading.Tasks\ConcurrentExclusiveSchedulerPair.cs" />\r
+    <Compile Include="System.Threading.Tasks\CyclicDeque.cs" />\r
+    <Compile Include="System.Threading.Tasks\DecoupledTask.cs" />\r
+    <Compile Include="System.Threading.Tasks\IConcurrentDeque.cs" />\r
+    <Compile Include="System.Threading.Tasks\Parallel.cs" />\r
+    <Compile Include="System.Threading.Tasks\ParallelLoopResult.cs" />\r
+    <Compile Include="System.Threading.Tasks\ParallelLoopState.cs" />\r
+    <Compile Include="System.Threading.Tasks\ParallelOptions.cs" />\r
+    <Compile Include="System.Threading.Tasks\PopResult.cs" />\r
+    <Compile Include="System.Threading.Tasks\SimpleConcurrentBag.cs" />\r
+    <Compile Include="System.Threading.Tasks\SynchronizationContextScheduler.cs" />\r
+    <Compile Include="System.Threading.Tasks\Task.cs" />\r
+    <Compile Include="System.Threading.Tasks\Task_T.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskActionInvoker.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskCanceledException.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskCompletionQueue.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskCompletionSource.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskConstants.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskConstants_T.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskContinuation.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskContinuationOptions.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskCreationOptions.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskDebuggerView.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskExceptionSlot.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskExtensionsImpl.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskFactory.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskFactory_T.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskScheduler.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskSchedulerException.cs" />\r
+    <Compile Include="System.Threading.Tasks\TaskStatus.cs" />\r
+    <Compile Include="System.Threading.Tasks\TpScheduler.cs" />\r
+    <Compile Include="System.Threading.Tasks\UnobservedTaskExceptionEventArgs.cs" />\r
+    <Compile Include="System.Threading\AbandonedMutexException.cs" />\r
+    <Compile Include="System.Threading\ApartmentState.cs" />\r
+    <Compile Include="System.Threading\AsyncFlowControl.cs" />\r
+    <Compile Include="System.Threading\AtomicBoolean.cs" />\r
+    <Compile Include="System.Threading\AutoResetEvent.cs" />\r
+    <Compile Include="System.Threading\CancellationToken.cs" />\r
+    <Compile Include="System.Threading\CancellationTokenRegistration.cs" />\r
+    <Compile Include="System.Threading\CancellationTokenSource.cs" />\r
+    <Compile Include="System.Threading\CompressedStack.cs" />\r
+    <Compile Include="System.Threading\ContextCallback.cs" />\r
+    <Compile Include="System.Threading\CountdownEvent.cs" />\r
+    <Compile Include="System.Threading\EventResetMode.cs" />\r
+    <Compile Include="System.Threading\EventWaitHandle.cs" />\r
+    <Compile Include="System.Threading\ExecutionContext.cs" />\r
+    <Compile Include="System.Threading\HostExecutionContext.cs" />\r
+    <Compile Include="System.Threading\HostExecutionContextManager.cs" />\r
+    <Compile Include="System.Threading\Interlocked.cs" />\r
+    <Compile Include="System.Threading\IOCompletionCallback.cs" />\r
+    <Compile Include="System.Threading\LazyInitializer.cs" />\r
+    <Compile Include="System.Threading\LazyThreadSafetyMode.cs" />\r
+    <Compile Include="System.Threading\LockCookie.cs" />\r
+    <Compile Include="System.Threading\LockQueue.cs" />\r
+    <Compile Include="System.Threading\LockRecursionException.cs" />\r
+    <Compile Include="System.Threading\ManualResetEvent.cs" />\r
+    <Compile Include="System.Threading\ManualResetEventSlim.cs" />\r
+    <Compile Include="System.Threading\Monitor.cs" />\r
+    <Compile Include="System.Threading\Mutex.cs" />\r
+    <Compile Include="System.Threading\NamedDataSlot.cs" />\r
+    <Compile Include="System.Threading\NativeEventCalls.cs" />\r
+    <Compile Include="System.Threading\NativeOverlapped.cs" />\r
+    <Compile Include="System.Threading\Overlapped.cs" />\r
+    <Compile Include="System.Threading\ParameterizedThreadStart.cs" />\r
+    <Compile Include="System.Threading\ReaderWriterLock.cs" />\r
+    <Compile Include="System.Threading\RegisteredWaitHandle.cs" />\r
+    <Compile Include="System.Threading\SemaphoreSlim.cs" />\r
+    <Compile Include="System.Threading\SendOrPostCallback.cs" />\r
+    <Compile Include="System.Threading\SpinLock.cs" />\r
+    <Compile Include="System.Threading\SpinWait.cs" />\r
+    <Compile Include="System.Threading\SynchronizationContext.cs" />\r
+    <Compile Include="System.Threading\SynchronizationLockException.cs" />\r
+    <Compile Include="System.Threading\Thread.cs" />\r
+    <Compile Include="System.Threading\ThreadAbortException.cs" />\r
+    <Compile Include="System.Threading\ThreadInterruptedException.cs" />\r
+    <Compile Include="System.Threading\ThreadLocal.cs" />\r
+    <Compile Include="System.Threading\ThreadPool.cs" />\r
+    <Compile Include="System.Threading\ThreadPriority.cs" />\r
+    <Compile Include="System.Threading\ThreadStart.cs" />\r
+    <Compile Include="System.Threading\ThreadStartException.cs" />\r
+    <Compile Include="System.Threading\ThreadState.cs" />\r
+    <Compile Include="System.Threading\ThreadStateException.cs" />\r
+    <Compile Include="System.Threading\Timeout.cs" />\r
+    <Compile Include="System.Threading\Timer.cs" />\r
+    <Compile Include="System.Threading\TimerCallback.cs" />\r
+    <Compile Include="System.Threading\Volatile.cs" />\r
+    <Compile Include="System.Threading\WaitCallback.cs" />\r
+    <Compile Include="System.Threading\WaitHandle.cs" />\r
+    <Compile Include="System.Threading\WaitHandleCannotBeOpenedException.cs" />\r
+    <Compile Include="System.Threading\WaitOrTimerCallback.cs" />\r
+    <Compile Include="System.Threading\Watch.cs" />\r
+    <Compile Include="System\__ComObject.cs" />\r
+    <Compile Include="System\_AppDomain.cs" />\r
+    <Compile Include="System\AccessViolationException.cs" />\r
+    <Compile Include="System\Action.cs" />\r
+    <Compile Include="System\ActivationContext.cs" />\r
+    <Compile Include="System\Activator.cs" />\r
+    <Compile Include="System\AggregateException.cs" />\r
+    <Compile Include="System\AndroidPlatform.cs" />\r
+    <Compile Include="System\AppDomain.cs" />\r
+    <Compile Include="System\AppDomainInitializer.cs" />\r
+    <Compile Include="System\AppDomainManager.cs" />\r
+    <Compile Include="System\AppDomainSetup.cs" />\r
+    <Compile Include="System\AppDomainUnloadedException.cs" />\r
+    <Compile Include="System\ApplicationException.cs" />\r
+    <Compile Include="System\ApplicationId.cs" />\r
+    <Compile Include="System\ApplicationIdentity.cs" />\r
+    <Compile Include="System\ArgIterator.cs" />\r
+    <Compile Include="System\ArgumentException.cs" />\r
+    <Compile Include="System\ArgumentNullException.cs" />\r
+    <Compile Include="System\ArgumentOutOfRangeException.cs" />\r
+    <Compile Include="System\ArithmeticException.cs" />\r
+    <Compile Include="System\Array.cs" />\r
+    <Compile Include="System\ArraySegment.cs" />\r
+    <Compile Include="System\ArrayTypeMismatchException.cs" />\r
+    <Compile Include="System\AssemblyLoadEventArgs.cs" />\r
+    <Compile Include="System\AssemblyLoadEventHandler.cs" />\r
+    <Compile Include="System\AsyncCallback.cs" />\r
+    <Compile Include="System\Attribute.cs" />\r
+    <Compile Include="System\AttributeTargets.cs" />\r
+    <Compile Include="System\AttributeUsageAttribute.cs" />\r
+    <Compile Include="System\BadImageFormatException.cs" />\r
+    <Compile Include="System\Base64FormattingOptions.cs" />\r
+    <Compile Include="System\BitConverter.cs" />\r
+    <Compile Include="System\Boolean.cs" />\r
+    <Compile Include="System\Buffer.cs" />\r
+    <Compile Include="System\Byte.cs" />\r
+    <Compile Include="System\CannotUnloadAppDomainException.cs" />\r
+    <Compile Include="System\Char.cs" />\r
+    <Compile Include="System\CharEnumerator.cs" />\r
+    <Compile Include="System\CLSCompliantAttribute.cs" />\r
+    <Compile Include="System\Comparison.cs" />\r
+    <Compile Include="System\Console.cs" />\r
+    <Compile Include="System\Console.iOS.cs" />\r
+    <Compile Include="System\ConsoleCancelEventArgs.cs" />\r
+    <Compile Include="System\ConsoleCancelEventHandler.cs" />\r
+    <Compile Include="System\ConsoleColor.cs" />\r
+    <Compile Include="System\ConsoleDriver.cs" />\r
+    <Compile Include="System\ConsoleKey.cs" />\r
+    <Compile Include="System\ConsoleKeyInfo.cs" />\r
+    <Compile Include="System\ConsoleModifiers.cs" />\r
+    <Compile Include="System\ConsoleSpecialKey.cs" />\r
+    <Compile Include="System\ContextBoundObject.cs" />\r
+    <Compile Include="System\ContextMarshalException.cs" />\r
+    <Compile Include="System\ContextStaticAttribute.cs" />\r
+    <Compile Include="System\ControlCharacters.cs" />\r
+    <Compile Include="System\Convert.cs" />\r
+    <Compile Include="System\Converter.cs" />\r
+    <Compile Include="System\CrossAppDomainDelegate.cs" />\r
+    <Compile Include="System\CStreamReader.cs" />\r
+    <Compile Include="System\CStreamWriter.cs" />\r
+    <Compile Include="System\DataMisalignedException.cs" />\r
+    <Compile Include="System\DateTime.cs" />\r
+    <Compile Include="System\DateTimeKind.cs" />\r
+    <Compile Include="System\DateTimeOffset.cs" />\r
+    <Compile Include="System\DateTimeUtils.cs" />\r
+    <Compile Include="System\DayOfWeek.cs" />\r
+    <Compile Include="System\DBNull.cs" />\r
+    <Compile Include="System\Decimal.cs" />\r
+    <Compile Include="System\Delegate.cs" />\r
+    <Compile Include="System\DelegateSerializationHolder.cs" />\r
+    <Compile Include="System\DivideByZeroException.cs" />\r
+    <Compile Include="System\DllNotFoundException.cs" />\r
+    <Compile Include="System\DomainManagerInitializationFlags.cs" />\r
+    <Compile Include="System\Double.cs" />\r
+    <Compile Include="System\DuplicateWaitObjectException.cs" />\r
+    <Compile Include="System\EmptyArray.cs" />\r
+    <Compile Include="System\EntryPointNotFoundException.cs" />\r
+    <Compile Include="System\Enum.cs" />\r
+    <Compile Include="System\Environment.cs" />\r
+    <Compile Include="System\EnvironmentVariableTarget.cs" />\r
+    <Compile Include="System\EventArgs.cs" />\r
+    <Compile Include="System\EventHandler.cs" />\r
+    <Compile Include="System\Exception.cs" />\r
+    <Compile Include="System\ExecutionEngineException.cs" />\r
+    <Compile Include="System\FieldAccessException.cs" />\r
+    <Compile Include="System\FlagsAttribute.cs" />\r
+    <Compile Include="System\FormatException.cs" />\r
+    <Compile Include="System\Funcs.cs" />\r
+    <Compile Include="System\GC.cs" />\r
+    <Compile Include="System\GCCollectionMode.cs" />\r
+    <Compile Include="System\GCNotificationStatus.cs" />\r
+    <Compile Include="System\Guid.cs" />\r
+    <Compile Include="System\IAppDomainSetup.cs" />\r
+    <Compile Include="System\IAsyncResult.cs" />\r
+    <Compile Include="System\ICloneable.cs" />\r
+    <Compile Include="System\IComparable.cs" />\r
+    <Compile Include="System\IConsoleDriver.cs" />\r
+    <Compile Include="System\IConvertible.cs" />\r
+    <Compile Include="System\ICustomFormatter.cs" />\r
+    <Compile Include="System\IDisposable.cs" />\r
+    <Compile Include="System\IEquatable.cs" />\r
+    <Compile Include="System\IFormatProvider.cs" />\r
+    <Compile Include="System\IFormattable.cs" />\r
+    <Compile Include="System\IndexOutOfRangeException.cs" />\r
+    <Compile Include="System\InsufficientExecutionStackException.cs" />\r
+    <Compile Include="System\InsufficientMemoryException.cs" />\r
+    <Compile Include="System\Int16.cs" />\r
+    <Compile Include="System\Int32.cs" />\r
+    <Compile Include="System\Int64.cs" />\r
+    <Compile Include="System\IntPtr.cs" />\r
+    <Compile Include="System\InvalidCastException.cs" />\r
+    <Compile Include="System\InvalidOperationException.cs" />\r
+    <Compile Include="System\InvalidProgramException.cs" />\r
+    <Compile Include="System\InvalidTimeZoneException.cs" />\r
+    <Compile Include="System\IObservable.cs" />\r
+    <Compile Include="System\IObserver.cs" />\r
+    <Compile Include="System\IProgress.cs" />\r
+    <Compile Include="System\IServiceProvider.cs" />\r
+    <Compile Include="System\KnownTerminals.cs" />\r
+    <Compile Include="System\Lazy.cs" />\r
+    <Compile Include="System\LoaderOptimization.cs" />\r
+    <Compile Include="System\LoaderOptimizationAttribute.cs" />\r
+    <Compile Include="System\LocalDataStoreSlot.cs" />\r
+    <Compile Include="System\MarshalByRefObject.cs" />\r
+    <Compile Include="System\Math.cs" />\r
+    <Compile Include="System\MemberAccessException.cs" />\r
+    <Compile Include="System\MethodAccessException.cs" />\r
+    <Compile Include="System\MidpointRounding.cs" />\r
+    <Compile Include="System\MissingFieldException.cs" />\r
+    <Compile Include="System\MissingMemberException.cs" />\r
+    <Compile Include="System\MissingMethodException.cs" />\r
+    <Compile Include="System\ModuleHandle.cs" />\r
+    <Compile Include="System\MonoAsyncCall.cs" />\r
+    <Compile Include="System\MonoCQItem.cs" />\r
+    <Compile Include="System\MonoCustomAttrs.cs" />\r
+    <Compile Include="System\MonoListItem.cs" />\r
+    <Compile Include="System\MonoTouchAOTHelper.cs" />\r
+    <Compile Include="System\MonoType.cs" />\r
+    <Compile Include="System\MTAThreadAttribute.cs" />\r
+    <Compile Include="System\MulticastDelegate.cs" />\r
+    <Compile Include="System\MulticastNotSupportedException.cs" />\r
+    <Compile Include="System\NonSerializedAttribute.cs" />\r
+    <Compile Include="System\NotFiniteNumberException.cs" />\r
+    <Compile Include="System\NotImplementedException.cs" />\r
+    <Compile Include="System\NotSupportedException.cs" />\r
+    <Compile Include="System\Nullable.cs" />\r
+    <Compile Include="System\NullConsoleDriver.cs" />\r
+    <Compile Include="System\NullReferenceException.cs" />\r
+    <Compile Include="System\NumberFormatter.cs" />\r
+    <Compile Include="System\Object.cs" />\r
+    <Compile Include="System\ObjectDisposedException.cs" />\r
+    <Compile Include="System\ObsoleteAttribute.cs" />\r
+    <Compile Include="System\OperatingSystem.cs" />\r
+    <Compile Include="System\OperationCanceledException.cs" />\r
+    <Compile Include="System\OutOfMemoryException.cs" />\r
+    <Compile Include="System\OverflowException.cs" />\r
+    <Compile Include="System\ParamArrayAttribute.cs" />\r
+    <Compile Include="System\PlatformID.cs" />\r
+    <Compile Include="System\PlatformNotSupportedException.cs" />\r
+    <Compile Include="System\Predicate.cs" />\r
+    <Compile Include="System\Progress.cs" />\r
+    <Compile Include="System\Random.cs" />\r
+    <Compile Include="System\RankException.cs" />\r
+    <Compile Include="System\ResolveEventArgs.cs" />\r
+    <Compile Include="System\ResolveEventHandler.cs" />\r
+    <Compile Include="System\RuntimeArgumentHandle.cs" />\r
+    <Compile Include="System\RuntimeFieldHandle.cs" />\r
+    <Compile Include="System\RuntimeMethodHandle.cs" />\r
+    <Compile Include="System\RuntimeTypeHandle.cs" />\r
+    <Compile Include="System\SByte.cs" />\r
+    <Compile Include="System\SerializableAttribute.cs" />\r
+    <Compile Include="System\Single.cs" />\r
+    <Compile Include="System\StackOverflowException.cs" />\r
+    <Compile Include="System\STAThreadAttribute.cs" />\r
+    <Compile Include="System\String.cs" />\r
+    <Compile Include="System\StringComparer.cs" />\r
+    <Compile Include="System\StringComparison.cs" />\r
+    <Compile Include="System\StringSplitOptions.cs" />\r
+    <Compile Include="System\SystemException.cs" />\r
+    <Compile Include="System\TermInfoBooleans.cs" />\r
+    <Compile Include="System\TermInfoDriver.cs" />\r
+    <Compile Include="System\TermInfoNumbers.cs" />\r
+    <Compile Include="System\TermInfoReader.cs" />\r
+    <Compile Include="System\TermInfoStrings.cs" />\r
+    <Compile Include="System\ThreadStaticAttribute.cs" />\r
+    <Compile Include="System\TimeoutException.cs" />\r
+    <Compile Include="System\TimeSpan.cs" />\r
+    <Compile Include="System\TimeZone.cs" />\r
+    <Compile Include="System\TimeZoneNotFoundException.cs" />\r
+    <Compile Include="System\Tuple.cs" />\r
+    <Compile Include="System\Tuples.cs" />\r
+    <Compile Include="System\Type.cs" />\r
+    <Compile Include="System\TypeAccessException.cs" />\r
+    <Compile Include="System\TypeCode.cs" />\r
+    <Compile Include="System\TypedReference.cs" />\r
+    <Compile Include="System\TypeInitializationException.cs" />\r
+    <Compile Include="System\TypeLoadException.cs" />\r
+    <Compile Include="System\TypeIdentifier.cs" />\r
+    <Compile Include="System\TypeSpec.cs" />\r
+    <Compile Include="System\TypeUnloadedException.cs" />\r
+    <Compile Include="System\UInt16.cs" />\r
+    <Compile Include="System\UInt32.cs" />\r
+    <Compile Include="System\UInt64.cs" />\r
+    <Compile Include="System\UIntPtr.cs" />\r
+    <Compile Include="System\UnauthorizedAccessException.cs" />\r
+    <Compile Include="System\UnhandledExceptionEventArgs.cs" />\r
+    <Compile Include="System\UnhandledExceptionEventHandler.cs" />\r
+    <Compile Include="System\UnitySerializationHolder.cs" />\r
+    <Compile Include="System\ValueType.cs" />\r
+    <Compile Include="System\Variant.cs" />\r
+    <Compile Include="System\Version.cs" />\r
+    <Compile Include="System\Void.cs" />\r
+    <Compile Include="System\WeakReference.cs" />\r
+    <Compile Include="System\WeakReference_T.cs" />\r
+    <Compile Include="System\WindowsConsoleDriver.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+    </PostBuildEvent>
+    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+    </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-    <ItemGroup>
-    <EmbeddedResource Include="resources/collation.core.bin">
-       <LogicalName>collation.core.bin</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="resources/collation.tailoring.bin">
-       <LogicalName>collation.tailoring.bin</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="resources/collation.cjkCHS.bin">
-       <LogicalName>collation.cjkCHS.bin</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="resources/collation.cjkCHT.bin">
-       <LogicalName>collation.cjkCHT.bin</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="resources/collation.cjkJA.bin">
-       <LogicalName>collation.cjkJA.bin</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="resources/collation.cjkKO.bin">
-       <LogicalName>collation.cjkKO.bin</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="resources/collation.cjkKOlv2.bin">
-       <LogicalName>collation.cjkKOlv2.bin</LogicalName>
-    </EmbeddedResource>
-  </ItemGroup>
-\r
+  <ItemGroup>\r
+    <EmbeddedResource Include="resources/collation.core.bin">\r
+      <LogicalName>collation.core.bin</LogicalName>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="resources/collation.tailoring.bin">\r
+      <LogicalName>collation.tailoring.bin</LogicalName>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="resources/collation.cjkCHS.bin">\r
+      <LogicalName>collation.cjkCHS.bin</LogicalName>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="resources/collation.cjkCHT.bin">\r
+      <LogicalName>collation.cjkCHT.bin</LogicalName>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="resources/collation.cjkJA.bin">\r
+      <LogicalName>collation.cjkJA.bin</LogicalName>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="resources/collation.cjkKO.bin">\r
+      <LogicalName>collation.cjkKO.bin</LogicalName>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="resources/collation.cjkKOlv2.bin">\r
+      <LogicalName>collation.cjkKOlv2.bin</LogicalName>\r
+    </EmbeddedResource>\r
+  </ItemGroup>\r
 </Project>\r