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