Files
Dec2017-Script-Dump/mscorlib/mscorlib.csproj
T
2026-06-04 11:42:34 +02:00

1636 lines
111 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{99604A24-13D0-4C83-A3AA-9A315339FA4C}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>mscorlib</RootNamespace>
<AssemblyName>mscorlib</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Consts.cs" />
<Compile Include="Locale.cs" />
<Compile Include="Microsoft\Win32\ExpandString.cs" />
<Compile Include="Microsoft\Win32\IRegistryApi.cs" />
<Compile Include="Microsoft\Win32\KeyHandler.cs" />
<Compile Include="Microsoft\Win32\Registry.cs" />
<Compile Include="Microsoft\Win32\RegistryHive.cs" />
<Compile Include="Microsoft\Win32\RegistryKey.cs" />
<Compile Include="Microsoft\Win32\RegistryKeyPermissionCheck.cs" />
<Compile Include="Microsoft\Win32\RegistryValueKind.cs" />
<Compile Include="Microsoft\Win32\RegistryValueOptions.cs" />
<Compile Include="Microsoft\Win32\SafeHandles\CriticalHandleMinusOneIsInvalid.cs" />
<Compile Include="Microsoft\Win32\SafeHandles\CriticalHandleZeroOrMinusOneIsInvalid.cs" />
<Compile Include="Microsoft\Win32\SafeHandles\SafeFileHandle.cs" />
<Compile Include="Microsoft\Win32\SafeHandles\SafeHandleMinusOneIsInvalid.cs" />
<Compile Include="Microsoft\Win32\SafeHandles\SafeHandleZeroOrMinusOneIsInvalid.cs" />
<Compile Include="Microsoft\Win32\SafeHandles\SafeWaitHandle.cs" />
<Compile Include="Microsoft\Win32\UnixRegistryApi.cs" />
<Compile Include="Microsoft\Win32\Win32RegistryApi.cs" />
<Compile Include="Microsoft\Win32\Win32ResultCode.cs" />
<Compile Include="Mono\DataConverter.cs" />
<Compile Include="Mono\Globalization\Unicode\CodePointIndexer.cs" />
<Compile Include="Mono\Globalization\Unicode\Contraction.cs" />
<Compile Include="Mono\Globalization\Unicode\ContractionComparer.cs" />
<Compile Include="Mono\Globalization\Unicode\Level2Map.cs" />
<Compile Include="Mono\Globalization\Unicode\Level2MapComparer.cs" />
<Compile Include="Mono\Globalization\Unicode\MSCompatUnicodeTable.cs" />
<Compile Include="Mono\Globalization\Unicode\MSCompatUnicodeTableUtil.cs" />
<Compile Include="Mono\Globalization\Unicode\Normalization.cs" />
<Compile Include="Mono\Globalization\Unicode\NormalizationCheck.cs" />
<Compile Include="Mono\Globalization\Unicode\NormalizationTableUtil.cs" />
<Compile Include="Mono\Globalization\Unicode\SimpleCollator.cs" />
<Compile Include="Mono\Globalization\Unicode\SortKeyBuffer.cs" />
<Compile Include="Mono\Globalization\Unicode\TailoringInfo.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\Generator\NextPrimeFinder.cs" />
<Compile Include="Mono\Math\Prime\Generator\PrimeGeneratorBase.cs" />
<Compile Include="Mono\Math\Prime\Generator\SequentialSearchPrimeGeneratorBase.cs" />
<Compile Include="Mono\Math\Prime\PrimalityTest.cs" />
<Compile Include="Mono\Math\Prime\PrimalityTests.cs" />
<Compile Include="Mono\Runtime.cs" />
<Compile Include="Mono\Security\ASN1.cs" />
<Compile Include="Mono\Security\ASN1Convert.cs" />
<Compile Include="Mono\Security\Authenticode\AuthenticodeBase.cs" />
<Compile Include="Mono\Security\Authenticode\AuthenticodeDeformatter.cs" />
<Compile Include="Mono\Security\Authenticode\Authority.cs" />
<Compile Include="Mono\Security\BitConverterLE.cs" />
<Compile Include="Mono\Security\Cryptography\BlockProcessor.cs" />
<Compile Include="Mono\Security\Cryptography\CryptoConvert.cs" />
<Compile Include="Mono\Security\Cryptography\DSAManaged.cs" />
<Compile Include="Mono\Security\Cryptography\HMACAlgorithm.cs" />
<Compile Include="Mono\Security\Cryptography\KeyBuilder.cs" />
<Compile Include="Mono\Security\Cryptography\KeyPairPersistence.cs" />
<Compile Include="Mono\Security\Cryptography\MACAlgorithm.cs" />
<Compile Include="Mono\Security\Cryptography\PKCS1.cs" />
<Compile Include="Mono\Security\Cryptography\PKCS8.cs" />
<Compile Include="Mono\Security\Cryptography\RSAManaged.cs" />
<Compile Include="Mono\Security\Cryptography\SymmetricTransform.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\UriPartial.cs" />
<Compile Include="Mono\Security\X509\Extensions\BasicConstraintsExtension.cs" />
<Compile Include="Mono\Security\X509\Extensions\KeyUsageExtension.cs" />
<Compile Include="Mono\Security\X509\Extensions\KeyUsages.cs" />
<Compile Include="Mono\Security\X509\Extensions\SubjectKeyIdentifierExtension.cs" />
<Compile Include="Mono\Security\X509\PKCS12.cs" />
<Compile Include="Mono\Security\X509\PKCS5.cs" />
<Compile Include="Mono\Security\X509\PKCS9.cs" />
<Compile Include="Mono\Security\X509\SafeBag.cs" />
<Compile Include="Mono\Security\X509\X501.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\X509ExtensionCollection.cs" />
<Compile Include="Mono\Security\X509\X509Store.cs" />
<Compile Include="Mono\Security\X509\X509StoreManager.cs" />
<Compile Include="Mono\Security\X509\X509Stores.cs" />
<Compile Include="Mono\Security\X509\X520.cs" />
<Compile Include="Mono\Xml\DefaultHandler.cs" />
<Compile Include="Mono\Xml\SecurityParser.cs" />
<Compile Include="Mono\Xml\SmallXmlParser.cs" />
<Compile Include="Mono\Xml\SmallXmlParserException.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="System\AccessViolationException.cs" />
<Compile Include="System\Action.cs" />
<Compile Include="System\ActivationContext.cs" />
<Compile Include="System\Activator.cs" />
<Compile Include="System\AppDomain.cs" />
<Compile Include="System\AppDomainInitializer.cs" />
<Compile Include="System\AppDomainManager.cs" />
<Compile Include="System\AppDomainManagerInitializationOptions.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\ArraySegment.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\BRECORD.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\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\CollectionDebuggerView.cs" />
<Compile Include="System\Collections\Comparer.cs" />
<Compile Include="System\Collections\DictionaryBase.cs" />
<Compile Include="System\Collections\DictionaryEntry.cs" />
<Compile Include="System\Collections\Generic\CollectionDebuggerView.2.cs" />
<Compile Include="System\Collections\Generic\CollectionDebuggerView.cs" />
<Compile Include="System\Collections\Generic\Comparer.cs" />
<Compile Include="System\Collections\Generic\Dictionary.cs" />
<Compile Include="System\Collections\Generic\EqualityComparer.cs" />
<Compile Include="System\Collections\Generic\GenericComparer.cs" />
<Compile Include="System\Collections\Generic\GenericEqualityComparer.cs" />
<Compile Include="System\Collections\Generic\ICollection.cs" />
<Compile Include="System\Collections\Generic\IComparer.cs" />
<Compile Include="System\Collections\Generic\IDictionary.cs" />
<Compile Include="System\Collections\Generic\IEnumerable.cs" />
<Compile Include="System\Collections\Generic\IEnumerator.cs" />
<Compile Include="System\Collections\Generic\IEqualityComparer.cs" />
<Compile Include="System\Collections\Generic\IList.cs" />
<Compile Include="System\Collections\Generic\KeyNotFoundException.cs" />
<Compile Include="System\Collections\Generic\KeyValuePair.cs" />
<Compile Include="System\Collections\Generic\Link.cs" />
<Compile Include="System\Collections\Generic\List.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\ObjectModel\Collection.cs" />
<Compile Include="System\Collections\ObjectModel\KeyedCollection.cs" />
<Compile Include="System\Collections\ObjectModel\ReadOnlyCollection.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\Comparison.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\Console.cs" />
<Compile Include="System\ConsoleCancelEventArgs.cs" />
<Compile Include="System\ConsoleCancelEventHandler.cs" />
<Compile Include="System\ConsoleColor.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\Converter.cs" />
<Compile Include="System\CrossAppDomainDelegate.cs" />
<Compile Include="System\CultureAwareComparer.cs" />
<Compile Include="System\CurrentSystemTimeZone.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\DelegateData.cs" />
<Compile Include="System\DelegateSerializationHolder.cs" />
<Compile Include="System\Deployment\Internal\InternalActivationContextHelper.cs" />
<Compile Include="System\Deployment\Internal\InternalApplicationIdentityHelper.cs" />
<Compile Include="System\Diagnostics\CodeAnalysis\SuppressMessageAttribute.cs" />
<Compile Include="System\Diagnostics\ConditionalAttribute.cs" />
<Compile Include="System\Diagnostics\DebuggableAttribute.cs" />
<Compile Include="System\Diagnostics\Debugger.cs" />
<Compile Include="System\Diagnostics\DebuggerBrowsableAttribute.cs" />
<Compile Include="System\Diagnostics\DebuggerBrowsableState.cs" />
<Compile Include="System\Diagnostics\DebuggerDisplayAttribute.cs" />
<Compile Include="System\Diagnostics\DebuggerHiddenAttribute.cs" />
<Compile Include="System\Diagnostics\DebuggerNonUserCodeAttribute.cs" />
<Compile Include="System\Diagnostics\DebuggerStepperBoundaryAttribute.cs" />
<Compile Include="System\Diagnostics\DebuggerStepThroughAttribute.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\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\DivideByZeroException.cs" />
<Compile Include="System\DllNotFoundException.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.2.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\GC.cs" />
<Compile Include="System\GCCollectionMode.cs" />
<Compile Include="System\GCNotificationStatus.cs" />
<Compile Include="System\Globalization\Bootstring.cs" />
<Compile Include="System\Globalization\Calendar.cs" />
<Compile Include="System\Globalization\CalendarAlgorithmType.cs" />
<Compile Include="System\Globalization\CalendarWeekRule.cs" />
<Compile Include="System\Globalization\CCEastAsianLunisolarCalendar.cs" />
<Compile Include="System\Globalization\CCEastAsianLunisolarEraHandler.cs" />
<Compile Include="System\Globalization\CCFixed.cs" />
<Compile Include="System\Globalization\CCGregorianCalendar.cs" />
<Compile Include="System\Globalization\CCGregorianEraHandler.cs" />
<Compile Include="System\Globalization\CCHebrewCalendar.cs" />
<Compile Include="System\Globalization\CCHijriCalendar.cs" />
<Compile Include="System\Globalization\CCJulianCalendar.cs" />
<Compile Include="System\Globalization\CCMath.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\CultureTypes.cs" />
<Compile Include="System\Globalization\DateTimeFormatFlags.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\Punycode.cs" />
<Compile Include="System\Globalization\RegionInfo.cs" />
<Compile Include="System\Globalization\SortKey.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\UmAlQuraCalendar.cs" />
<Compile Include="System\Globalization\UnicodeCategory.cs" />
<Compile Include="System\Guid.cs" />
<Compile Include="System\IAppDomainSetup.cs" />
<Compile Include="System\IAsyncResult.cs" />
<Compile Include="System\ICloneable.cs" />
<Compile Include="System\IComparable.2.cs" />
<Compile Include="System\IComparable.cs" />
<Compile Include="System\IConsoleDriver.cs" />
<Compile Include="System\IConvertible.cs" />
<Compile Include="System\ICustomFormatter.cs" />
<Compile Include="System\IDisposable.cs" />
<Compile Include="System\IEquatable.cs" />
<Compile Include="System\IFormatProvider.cs" />
<Compile Include="System\IFormattable.cs" />
<Compile Include="System\IndexOutOfRangeException.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\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\IsolatedStorage\INormalizeForIsolatedStorage.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\MemoryStream.cs" />
<Compile Include="System\IO\MonoFileType.cs" />
<Compile Include="System\IO\MonoIO.cs" />
<Compile Include="System\IO\MonoIOError.cs" />
<Compile Include="System\IO\MonoIOStat.cs" />
<Compile Include="System\IO\NullStream.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\StreamAsyncResult.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\SynchronizedReader.cs" />
<Compile Include="System\IO\SynchronizedWriter.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\UnmanagedMemoryStream.cs" />
<Compile Include="System\IServiceProvider.cs" />
<Compile Include="System\KnownTerminals.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\ModuleHandle.cs" />
<Compile Include="System\MonoAsyncCall.cs" />
<Compile Include="System\MonoCustomAttrs.cs" />
<Compile Include="System\MonoDocumentationNoteAttribute.cs" />
<Compile Include="System\MonoEnumInfo.cs" />
<Compile Include="System\MonoExtensionAttribute.cs" />
<Compile Include="System\MonoInternalNoteAttribute.cs" />
<Compile Include="System\MonoLimitationAttribute.cs" />
<Compile Include="System\MonoListItem.cs" />
<Compile Include="System\MonoNotSupportedAttribute.cs" />
<Compile Include="System\MonoTODOAttribute.cs" />
<Compile Include="System\MonoTouchAOTHelper.cs" />
<Compile Include="System\MonoType.cs" />
<Compile Include="System\MonoTypeInfo.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\Nullable.2.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\OrdinalComparer.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\Predicate.cs" />
<Compile Include="System\Random.cs" />
<Compile Include="System\RankException.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\AssemblyName.cs" />
<Compile Include="System\Reflection\AssemblyNameFlags.cs" />
<Compile Include="System\Reflection\AssemblyNameProxy.cs" />
<Compile Include="System\Reflection\AssemblyProductAttribute.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\CustomAttributeFormatException.cs" />
<Compile Include="System\Reflection\CustomAttributeNamedArgument.cs" />
<Compile Include="System\Reflection\CustomAttributeTypedArgument.cs" />
<Compile Include="System\Reflection\DefaultMemberAttribute.cs" />
<Compile Include="System\Reflection\Emit\ArrayType.cs" />
<Compile Include="System\Reflection\Emit\AssemblyBuilder.cs" />
<Compile Include="System\Reflection\Emit\AssemblyBuilderAccess.cs" />
<Compile Include="System\Reflection\Emit\ByRefType.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\DerivedType.cs" />
<Compile Include="System\Reflection\Emit\DynamicILInfo.cs" />
<Compile Include="System\Reflection\Emit\DynamicMethod.cs" />
<Compile Include="System\Reflection\Emit\DynamicMethodTokenGenerator.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\ILExceptionBlock.cs" />
<Compile Include="System\Reflection\Emit\ILExceptionInfo.cs" />
<Compile Include="System\Reflection\Emit\ILGenerator.cs" />
<Compile Include="System\Reflection\Emit\ILTokenInfo.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\MethodRental.cs" />
<Compile Include="System\Reflection\Emit\MethodToken.cs" />
<Compile Include="System\Reflection\Emit\ModuleBuilder.cs" />
<Compile Include="System\Reflection\Emit\ModuleBuilderTokenGenerator.cs" />
<Compile Include="System\Reflection\Emit\MonoResource.cs" />
<Compile Include="System\Reflection\Emit\MonoWin32Resource.cs" />
<Compile Include="System\Reflection\Emit\NativeResourceType.cs" />
<Compile Include="System\Reflection\Emit\OpCode.cs" />
<Compile Include="System\Reflection\Emit\OpCodeNames.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\PointerType.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\RefEmitPermissionSet.cs" />
<Compile Include="System\Reflection\Emit\SequencePoint.cs" />
<Compile Include="System\Reflection\Emit\SequencePointList.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\TokenGenerator.cs" />
<Compile Include="System\Reflection\Emit\TypeBuilder.cs" />
<Compile Include="System\Reflection\Emit\TypeKind.cs" />
<Compile Include="System\Reflection\Emit\TypeToken.cs" />
<Compile Include="System\Reflection\Emit\UnmanagedMarshal.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\Getter.cs" />
<Compile Include="System\Reflection\GetterAdapter.cs" />
<Compile Include="System\Reflection\ICustomAttributeProvider.cs" />
<Compile Include="System\Reflection\ImageFileMachine.cs" />
<Compile Include="System\Reflection\InterfaceMapping.cs" />
<Compile Include="System\Reflection\InvalidFilterCriteriaException.cs" />
<Compile Include="System\Reflection\IReflect.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\MonoArrayMethod.cs" />
<Compile Include="System\Reflection\MonoCMethod.cs" />
<Compile Include="System\Reflection\MonoEvent.cs" />
<Compile Include="System\Reflection\MonoEventInfo.cs" />
<Compile Include="System\Reflection\MonoField.cs" />
<Compile Include="System\Reflection\MonoGenericClass.cs" />
<Compile Include="System\Reflection\MonoGenericCMethod.cs" />
<Compile Include="System\Reflection\MonoGenericMethod.cs" />
<Compile Include="System\Reflection\MonoMethod.cs" />
<Compile Include="System\Reflection\MonoMethodInfo.cs" />
<Compile Include="System\Reflection\MonoProperty.cs" />
<Compile Include="System\Reflection\MonoPropertyInfo.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\PInfo.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\ReflectionTypeLoadException.cs" />
<Compile Include="System\Reflection\ResolveTokenError.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\ResolveEventArgs.cs" />
<Compile Include="System\ResolveEventHandler.cs" />
<Compile Include="System\Resources\ICONDIRENTRY.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\NameOrId.cs" />
<Compile Include="System\Resources\NeutralResourcesLanguageAttribute.cs" />
<Compile Include="System\Resources\PredefinedResourceType.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\Win32EncodedResource.cs" />
<Compile Include="System\Resources\Win32GroupIconResource.cs" />
<Compile Include="System\Resources\Win32IconFileReader.cs" />
<Compile Include="System\Resources\Win32IconResource.cs" />
<Compile Include="System\Resources\Win32ResFileReader.cs" />
<Compile Include="System\Resources\Win32Resource.cs" />
<Compile Include="System\Resources\Win32ResourceType.cs" />
<Compile Include="System\Resources\Win32VersionResource.cs" />
<Compile Include="System\RuntimeArgumentHandle.cs" />
<Compile Include="System\RuntimeFieldHandle.cs" />
<Compile Include="System\RuntimeMethodHandle.cs" />
<Compile Include="System\RuntimeTypeHandle.cs" />
<Compile Include="System\Runtime\CompilerServices\AccessedThroughPropertyAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\CallConvCdecl.cs" />
<Compile Include="System\Runtime\CompilerServices\CallConvFastcall.cs" />
<Compile Include="System\Runtime\CompilerServices\CallConvStdcall.cs" />
<Compile Include="System\Runtime\CompilerServices\CallConvThiscall.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\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\FixedAddressValueTypeAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\FixedBufferAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\HasCopySemanticsAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\IDispatchConstantAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\IndexerNameAttribute.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\IUnknownConstantAttribute.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\ScopelessEnumAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\SpecialNameAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\StringFreezingAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\SuppressIldasmAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\TypeForwardedToAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\UnsafeValueTypeAttribute.cs" />
<Compile Include="System\Runtime\ConstrainedExecution\Cer.cs" />
<Compile Include="System\Runtime\ConstrainedExecution\Consistency.cs" />
<Compile Include="System\Runtime\ConstrainedExecution\CriticalFinalizerObject.cs" />
<Compile Include="System\Runtime\ConstrainedExecution\PrePrepareMethodAttribute.cs" />
<Compile Include="System\Runtime\ConstrainedExecution\ReliabilityContractAttribute.cs" />
<Compile Include="System\Runtime\GCLatencyMode.cs" />
<Compile Include="System\Runtime\GCSettings.cs" />
<Compile Include="System\Runtime\Hosting\ActivationArguments.cs" />
<Compile Include="System\Runtime\Hosting\ApplicationActivator.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\BINDPTR.cs" />
<Compile Include="System\Runtime\InteropServices\BIND_OPTS.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\ComEventInterfaceAttribute.cs" />
<Compile Include="System\Runtime\InteropServices\COMException.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\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\ComUnregisterFunctionAttribute.cs" />
<Compile Include="System\Runtime\InteropServices\ComVisibleAttribute.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\DispIdAttribute.cs" />
<Compile Include="System\Runtime\InteropServices\DISPPARAMS.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\Expando\IExpando.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\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\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\LayoutKind.cs" />
<Compile Include="System\Runtime\InteropServices\LCIDConversionAttribute.cs" />
<Compile Include="System\Runtime\InteropServices\LIBFLAGS.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\ProgIdAttribute.cs" />
<Compile Include="System\Runtime\InteropServices\RegistrationClassContext.cs" />
<Compile Include="System\Runtime\InteropServices\RegistrationConnectionType.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\SafeHandle.cs" />
<Compile Include="System\Runtime\InteropServices\SEHException.cs" />
<Compile Include="System\Runtime\InteropServices\SetWin32ContextInIDispatchAttribute.cs" />
<Compile Include="System\Runtime\InteropServices\STATSTG.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\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\_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\MemoryFailPoint.cs" />
<Compile Include="System\Runtime\Remoting\ActivatedClientTypeEntry.cs" />
<Compile Include="System\Runtime\Remoting\ActivatedServiceTypeEntry.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\RemoteActivationAttribute.cs" />
<Compile Include="System\Runtime\Remoting\Activation\RemoteActivator.cs" />
<Compile Include="System\Runtime\Remoting\Activation\UrlAttribute.cs" />
<Compile Include="System\Runtime\Remoting\ChannelData.cs" />
<Compile Include="System\Runtime\Remoting\ChannelInfo.cs" />
<Compile Include="System\Runtime\Remoting\Channels\AggregateDictionary.cs" />
<Compile Include="System\Runtime\Remoting\Channels\AggregateEnumerator.cs" />
<Compile Include="System\Runtime\Remoting\Channels\AsyncRequest.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\CADSerializer.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ChanelSinkStackEntry.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ChannelDataStore.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ChannelServices.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ClientChannelSinkStack.cs" />
<Compile Include="System\Runtime\Remoting\Channels\CrossAppDomainChannel.cs" />
<Compile Include="System\Runtime\Remoting\Channels\CrossAppDomainData.cs" />
<Compile Include="System\Runtime\Remoting\Channels\CrossAppDomainSink.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ExceptionFilterSink.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\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\IServerResponseChannelSinkStack.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ITransportHeaders.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ServerChannelSinkStack.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ServerDispatchSink.cs" />
<Compile Include="System\Runtime\Remoting\Channels\ServerDispatchSinkProvider.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\ClientActivatedIdentity.cs" />
<Compile Include="System\Runtime\Remoting\ClientIdentity.cs" />
<Compile Include="System\Runtime\Remoting\ConfigHandler.cs" />
<Compile Include="System\Runtime\Remoting\Contexts\Context.cs" />
<Compile Include="System\Runtime\Remoting\Contexts\ContextAttribute.cs" />
<Compile Include="System\Runtime\Remoting\Contexts\ContextCallbackObject.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\DynamicPropertyCollection.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\Contexts\SynchronizedClientContextSink.cs" />
<Compile Include="System\Runtime\Remoting\Contexts\SynchronizedContextReplySink.cs" />
<Compile Include="System\Runtime\Remoting\Contexts\SynchronizedServerContextSink.cs" />
<Compile Include="System\Runtime\Remoting\CustomErrorsModes.cs" />
<Compile Include="System\Runtime\Remoting\DisposerReplySink.cs" />
<Compile Include="System\Runtime\Remoting\EnvoyInfo.cs" />
<Compile Include="System\Runtime\Remoting\FormatterData.cs" />
<Compile Include="System\Runtime\Remoting\IChannelInfo.cs" />
<Compile Include="System\Runtime\Remoting\Identity.cs" />
<Compile Include="System\Runtime\Remoting\IEnvoyInfo.cs" />
<Compile Include="System\Runtime\Remoting\InternalRemotingServices.cs" />
<Compile Include="System\Runtime\Remoting\IObjectHandle.cs" />
<Compile Include="System\Runtime\Remoting\IRemotingTypeInfo.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\ArgInfoType.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\AsyncResult.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\CADArgHolder.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\CADMessageBase.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\CADMethodCallMessage.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\CADMethodReturnMessage.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\CADObjRef.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\CallContext.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\CallContextRemotingData.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\CallType.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\ClientContextReplySink.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\ErrorMessage.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\Header.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\HeaderHandler.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\IInternalMessage.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\ILogicalThreadAffinative.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\InternalMessageWrapper.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\IRemotingFormatter.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\MethodCallDictionary.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\MethodCallMessageWrapper.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\MethodDictionary.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\MethodResponse.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\ObjRefSurrogate.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\OneWayAttribute.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\RemotingSurrogate.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\RemotingSurrogateSelector.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\ReturnMessage.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\ServerContextTerminatorSink.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\ServerObjectReplySink.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\ServerObjectTerminatorSink.cs" />
<Compile Include="System\Runtime\Remoting\Messaging\StackBuilderSink.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\W3cXsd2001\ISoapXsd.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapAnyUri.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapBase64Binary.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapDate.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapDateTime.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapDay.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapDuration.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapEntities.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapEntity.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapHelper.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapHexBinary.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapId.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapIdref.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapIdrefs.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapInteger.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapLanguage.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapMonth.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapMonthDay.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapName.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapNcName.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapNegativeInteger.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapNmtoken.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapNmtokens.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapNonNegativeInteger.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapNonPositiveInteger.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapNormalizedString.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapNotation.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapPositiveInteger.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapQName.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapTime.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapToken.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapYear.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\W3cXsd2001\SoapYearMonth.cs" />
<Compile Include="System\Runtime\Remoting\Metadata\XmlFieldOrderOption.cs" />
<Compile Include="System\Runtime\Remoting\ObjectHandle.cs" />
<Compile Include="System\Runtime\Remoting\ObjRef.cs" />
<Compile Include="System\Runtime\Remoting\ProviderData.cs" />
<Compile Include="System\Runtime\Remoting\Proxies\ProxyAttribute.cs" />
<Compile Include="System\Runtime\Remoting\Proxies\RealProxy.cs" />
<Compile Include="System\Runtime\Remoting\Proxies\RemotingProxy.cs" />
<Compile Include="System\Runtime\Remoting\Proxies\TransparentProxy.cs" />
<Compile Include="System\Runtime\Remoting\RemotingConfiguration.cs" />
<Compile Include="System\Runtime\Remoting\RemotingException.cs" />
<Compile Include="System\Runtime\Remoting\RemotingServices.cs" />
<Compile Include="System\Runtime\Remoting\RemotingTimeoutException.cs" />
<Compile Include="System\Runtime\Remoting\ServerException.cs" />
<Compile Include="System\Runtime\Remoting\ServerIdentity.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\Remoting\SingleCallIdentity.cs" />
<Compile Include="System\Runtime\Remoting\SingletonIdentity.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\WellKnownClientTypeEntry.cs" />
<Compile Include="System\Runtime\Remoting\WellKnownObjectMode.cs" />
<Compile Include="System\Runtime\Remoting\WellKnownServiceTypeEntry.cs" />
<Compile Include="System\Runtime\Serialization\ArrayFixupRecord.cs" />
<Compile Include="System\Runtime\Serialization\BaseFixupRecord.cs" />
<Compile Include="System\Runtime\Serialization\DelayedFixupRecord.cs" />
<Compile Include="System\Runtime\Serialization\FixupRecord.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\Formatters\Binary\ArrayStructure.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\BinaryCommon.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\BinaryElement.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\BinaryTypeCode.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\ClrTypeMetadata.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\CodeGenerator.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\MemberTypeMetadata.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\MessageFormatter.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\MethodFlags.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\ReturnTypeTag.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\SerializableTypeMetadata.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\TypeMetadata.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\Binary\TypeTag.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\FormatterAssemblyStyle.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\FormatterTypeStyle.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\IFieldInfo.cs" />
<Compile Include="System\Runtime\Serialization\Formatters\InternalRM.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\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\ISerializable.cs" />
<Compile Include="System\Runtime\Serialization\ISerializationSurrogate.cs" />
<Compile Include="System\Runtime\Serialization\ISurrogateSelector.cs" />
<Compile Include="System\Runtime\Serialization\MultiArrayFixupRecord.cs" />
<Compile Include="System\Runtime\Serialization\ObjectIDGenerator.cs" />
<Compile Include="System\Runtime\Serialization\ObjectManager.cs" />
<Compile Include="System\Runtime\Serialization\ObjectRecord.cs" />
<Compile Include="System\Runtime\Serialization\ObjectRecordStatus.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\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\Versioning\ResourceConsumptionAttribute.cs" />
<Compile Include="System\Runtime\Versioning\ResourceExposureAttribute.cs" />
<Compile Include="System\Runtime\Versioning\ResourceScope.cs" />
<Compile Include="System\Runtime\Versioning\VersioningHelper.cs" />
<Compile Include="System\SByte.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\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\SecurityInfos.cs" />
<Compile Include="System\Security\AccessControl\SystemAcl.cs" />
<Compile Include="System\Security\AllowPartiallyTrustedCallersAttribute.cs" />
<Compile Include="System\Security\CodeAccessPermission.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\CryptographicException.cs" />
<Compile Include="System\Security\Cryptography\CryptographicUnexpectedOperationException.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\DESTransform.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\DSASignatureDescription.cs" />
<Compile Include="System\Security\Cryptography\DSASignatureFormatter.cs" />
<Compile Include="System\Security\Cryptography\FromBase64Transform.cs" />
<Compile Include="System\Security\Cryptography\FromBase64TransformMode.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\RC2Transform.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\RijndaelTransform.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\RSAPKCS1SHA1SignatureDescription.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\SHA1Internal.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\TripleDESTransform.cs" />
<Compile Include="System\Security\Cryptography\X509Certificates\X509Certificate.cs" />
<Compile Include="System\Security\Cryptography\X509Certificates\X509ContentType.cs" />
<Compile Include="System\Security\Cryptography\X509Certificates\X509KeyStorageFlags.cs" />
<Compile Include="System\Security\HostProtectionException.cs" />
<Compile Include="System\Security\HostSecurityManager.cs" />
<Compile Include="System\Security\HostSecurityManagerOptions.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\Permissions\BuiltInToken.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\StrongNameIdentityPermissionAttribute.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\PolicyLevelType.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\GacInstalled.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\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\IdentityReference.cs" />
<Compile Include="System\Security\Principal\IdentityReferenceCollection.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\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\Security\RuntimeDeclSecurityActions.cs" />
<Compile Include="System\Security\RuntimeDeclSecurityEntry.cs" />
<Compile Include="System\Security\RuntimeSecurityFrame.cs" />
<Compile Include="System\Security\SecureString.cs" />
<Compile Include="System\Security\SecurityContext.cs" />
<Compile Include="System\Security\SecurityCriticalAttribute.cs" />
<Compile Include="System\Security\SecurityCriticalScope.cs" />
<Compile Include="System\Security\SecurityElement.cs" />
<Compile Include="System\Security\SecurityException.cs" />
<Compile Include="System\Security\SecurityFrame.cs" />
<Compile Include="System\Security\SecurityManager.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\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\StringComparer.cs" />
<Compile Include="System\StringComparison.cs" />
<Compile Include="System\StringSplitOptions.cs" />
<Compile Include="System\SystemException.cs" />
<Compile Include="System\TermInfoBooleans.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\UTF32Encoding.cs" />
<Compile Include="System\Text\UTF7Encoding.cs" />
<Compile Include="System\Text\UTF8Encoding.cs" />
<Compile Include="System\Threading\AbandonedMutexException.cs" />
<Compile Include="System\Threading\ApartmentState.cs" />
<Compile Include="System\Threading\AsyncFlowControl.cs" />
<Compile Include="System\Threading\AsyncFlowControlType.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\LockCookie.cs" />
<Compile Include="System\Threading\LockQueue.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\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\WaitCallback.cs" />
<Compile Include="System\Threading\WaitHandle.cs" />
<Compile Include="System\Threading\WaitHandleCannotBeOpenedException.cs" />
<Compile Include="System\Threading\WaitOrTimerCallback.cs" />
<Compile Include="System\ThreadStaticAttribute.cs" />
<Compile Include="System\TimeoutException.cs" />
<Compile Include="System\TimeSpan.cs" />
<Compile Include="System\TimeZone.cs" />
<Compile Include="System\Type.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\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\_AppDomain.cs" />
<Compile Include="System\__ComObject.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="collation.cjkCHS.bin" />
<EmbeddedResource Include="collation.cjkCHT.bin" />
<EmbeddedResource Include="collation.cjkJA.bin" />
<EmbeddedResource Include="collation.cjkKO.bin" />
<EmbeddedResource Include="collation.cjkKOlv2.bin" />
<EmbeddedResource Include="collation.core.bin" />
<EmbeddedResource Include="collation.tailoring.bin" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>