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