Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

363 lines
25 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E3D718FF-6CCA-48A8-8FBE-FF63443DDED8}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>System.Core</RootNamespace>
<AssemblyName>System.Core</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cpp2IlInjected\AddressAttribute.cs" />
<Compile Include="Cpp2IlInjected\AnalysisFailedException.cs" />
<Compile Include="Cpp2IlInjected\AttributeAttribute.cs" />
<Compile Include="Cpp2IlInjected\FieldOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\MetadataOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\TokenAttribute.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SR.cs" />
<Compile Include="System\Action.2.cs" />
<Compile Include="System\Action.3.cs" />
<Compile Include="System\Action.4.cs" />
<Compile Include="System\Action.5.cs" />
<Compile Include="System\Action.6.cs" />
<Compile Include="System\Action.7.cs" />
<Compile Include="System\Action.8.cs" />
<Compile Include="System\Action.cs" />
<Compile Include="System\Collections\Generic\ArrayBuilder.cs" />
<Compile Include="System\Collections\Generic\BitHelper.cs" />
<Compile Include="System\Collections\Generic\EnumerableHelpers.cs" />
<Compile Include="System\Collections\Generic\HashSet.cs" />
<Compile Include="System\Collections\Generic\ICollectionDebugView.cs" />
<Compile Include="System\Collections\Generic\LargeArrayBuilder.cs" />
<Compile Include="System\Dynamic\BindingRestrictions.cs" />
<Compile Include="System\Dynamic\DynamicMetaObject.cs" />
<Compile Include="System\Dynamic\DynamicMetaObjectBinder.cs" />
<Compile Include="System\Dynamic\ExpandoClass.cs" />
<Compile Include="System\Dynamic\ExpandoObject.cs" />
<Compile Include="System\Dynamic\GetMemberBinder.cs" />
<Compile Include="System\Dynamic\IDynamicMetaObjectProvider.cs" />
<Compile Include="System\Dynamic\SetMemberBinder.cs" />
<Compile Include="System\Dynamic\Utils\CacheDict.cs" />
<Compile Include="System\Dynamic\Utils\CollectionExtensions.cs" />
<Compile Include="System\Dynamic\Utils\ContractUtils.cs" />
<Compile Include="System\Dynamic\Utils\EmptyReadOnlyCollection.cs" />
<Compile Include="System\Dynamic\Utils\ExpressionUtils.cs" />
<Compile Include="System\Dynamic\Utils\ExpressionVisitorUtils.cs" />
<Compile Include="System\Dynamic\Utils\TypeExtensions.cs" />
<Compile Include="System\Dynamic\Utils\TypeUtils.cs" />
<Compile Include="System\Func.2.cs" />
<Compile Include="System\Func.3.cs" />
<Compile Include="System\Func.4.cs" />
<Compile Include="System\Func.5.cs" />
<Compile Include="System\Func.6.cs" />
<Compile Include="System\Func.7.cs" />
<Compile Include="System\Func.8.cs" />
<Compile Include="System\Func.cs" />
<Compile Include="System\Linq\Buffer.cs" />
<Compile Include="System\Linq\EmptyEnumerable.cs" />
<Compile Include="System\Linq\Enumerable.cs" />
<Compile Include="System\Linq\EnumerableSorter.2.cs" />
<Compile Include="System\Linq\EnumerableSorter.cs" />
<Compile Include="System\Linq\Error.cs" />
<Compile Include="System\Linq\Expressions\AnalyzeTypeIsResult.cs" />
<Compile Include="System\Linq\Expressions\ArrayBuilderExtensions.cs" />
<Compile Include="System\Linq\Expressions\AssignBinaryExpression.cs" />
<Compile Include="System\Linq\Expressions\BinaryExpression.cs" />
<Compile Include="System\Linq\Expressions\Block2.cs" />
<Compile Include="System\Linq\Expressions\Block3.cs" />
<Compile Include="System\Linq\Expressions\Block4.cs" />
<Compile Include="System\Linq\Expressions\Block5.cs" />
<Compile Include="System\Linq\Expressions\BlockExpression.cs" />
<Compile Include="System\Linq\Expressions\BlockExpressionList.cs" />
<Compile Include="System\Linq\Expressions\BlockN.cs" />
<Compile Include="System\Linq\Expressions\ByRefParameterExpression.cs" />
<Compile Include="System\Linq\Expressions\CachedReflectionInfo.cs" />
<Compile Include="System\Linq\Expressions\CatchBlock.cs" />
<Compile Include="System\Linq\Expressions\CoalesceConversionBinaryExpression.cs" />
<Compile Include="System\Linq\Expressions\ConditionalExpression.cs" />
<Compile Include="System\Linq\Expressions\ConstantCheck.cs" />
<Compile Include="System\Linq\Expressions\ConstantExpression.cs" />
<Compile Include="System\Linq\Expressions\DebugInfoExpression.cs" />
<Compile Include="System\Linq\Expressions\DefaultExpression.cs" />
<Compile Include="System\Linq\Expressions\ElementInit.cs" />
<Compile Include="System\Linq\Expressions\Error.cs" />
<Compile Include="System\Linq\Expressions\Expression.2.cs" />
<Compile Include="System\Linq\Expressions\Expression.cs" />
<Compile Include="System\Linq\Expressions\Expression0.cs" />
<Compile Include="System\Linq\Expressions\Expression1.cs" />
<Compile Include="System\Linq\Expressions\Expression2.cs" />
<Compile Include="System\Linq\Expressions\Expression3.cs" />
<Compile Include="System\Linq\Expressions\ExpressionCreator.cs" />
<Compile Include="System\Linq\Expressions\ExpressionN.cs" />
<Compile Include="System\Linq\Expressions\ExpressionStringBuilder.cs" />
<Compile Include="System\Linq\Expressions\ExpressionType.cs" />
<Compile Include="System\Linq\Expressions\ExpressionVisitor.cs" />
<Compile Include="System\Linq\Expressions\FieldExpression.cs" />
<Compile Include="System\Linq\Expressions\FullConditionalExpression.cs" />
<Compile Include="System\Linq\Expressions\FullConditionalExpressionWithType.cs" />
<Compile Include="System\Linq\Expressions\FullExpression.cs" />
<Compile Include="System\Linq\Expressions\GotoExpression.cs" />
<Compile Include="System\Linq\Expressions\GotoExpressionKind.cs" />
<Compile Include="System\Linq\Expressions\IArgumentProvider.cs" />
<Compile Include="System\Linq\Expressions\IndexExpression.cs" />
<Compile Include="System\Linq\Expressions\InstanceMethodCallExpression.cs" />
<Compile Include="System\Linq\Expressions\InstanceMethodCallExpression0.cs" />
<Compile Include="System\Linq\Expressions\InstanceMethodCallExpression1.cs" />
<Compile Include="System\Linq\Expressions\InstanceMethodCallExpression2.cs" />
<Compile Include="System\Linq\Expressions\InstanceMethodCallExpression3.cs" />
<Compile Include="System\Linq\Expressions\InstanceMethodCallExpressionN.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\AddInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\AddOvfInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\AndInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ArrayByRefUpdater.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ArrayLengthInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\AssignLocalBoxedInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\AssignLocalInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\AssignLocalToClosureInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\BranchFalseInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\BranchInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\BranchLabel.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\BranchTrueInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ByRefMethodInfoCallInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ByRefNewInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ByRefUpdater.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\CallInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\CastInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\CastReferenceToEnumInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\CastToEnumInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\CoalescingBranchInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ConvertHelper.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\CreateDelegateInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\DebugInfo.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\DelegateHelpers.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\DivInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\DupInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\EnterExceptionFilterInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\EnterExceptionHandlerInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\EnterFaultInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\EnterFinallyInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\EnterTryCatchFinallyInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\EnterTryFaultInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ExceptionFilter.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ExceptionHandler.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ExceptionHelpers.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\FieldByRefUpdater.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\FieldInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\GetArrayItemInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\GotoInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\HybridReferenceDictionary.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\IBoxableInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\IndexedBranchInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\IndexMethodByRefUpdater.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\InitializeLocalInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\Instruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\InstructionArray.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\InstructionList.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\InterpretedFrameInfo.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\Interpreter.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\IntSwitchInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LabelInfo.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LabelScopeInfo.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LabelScopeKind.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LeaveExceptionFilterInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LeaveExceptionHandlerInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LeaveFaultInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LeaveFinallyInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LightCompiler.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LightLambda.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LoadCachedObjectInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LoadFieldInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LoadLocalBoxedInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LoadLocalFromClosureBoxedInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LoadLocalFromClosureInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LoadLocalInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LoadObjectInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LoadStaticFieldInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LocalAccessInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LocalDefinition.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LocalVariable.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\LocalVariables.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\MethodInfoCallInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\MulInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\MulOvfInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NegateCheckedInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NewArrayBoundsInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NewArrayInitInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NewArrayInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NewInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NotInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NullableMethodCallInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\OffsetInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\OrInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ParameterByRefUpdater.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\PopInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\PropertyByRefUpdater.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\QuoteInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\RethrowException.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\RuntimeLabel.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\RuntimeVariablesInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ScriptingRuntimeHelpers.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\SetArrayItemInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\StoreFieldInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\StoreLocalBoxedInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\StoreLocalInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\StoreStaticFieldInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\StringSwitchInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\SubInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\SubOvfInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ThrowInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\TryCatchFinallyHandler.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\TryFaultHandler.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\TypeAsInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\TypeEqualsInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\TypeIsInstruction.cs" />
<Compile Include="System\Linq\Expressions\Interpreter\ValueTypeCopyInstruction.cs" />
<Compile Include="System\Linq\Expressions\InvocationExpression.cs" />
<Compile Include="System\Linq\Expressions\InvocationExpression0.cs" />
<Compile Include="System\Linq\Expressions\InvocationExpression1.cs" />
<Compile Include="System\Linq\Expressions\InvocationExpression2.cs" />
<Compile Include="System\Linq\Expressions\InvocationExpression3.cs" />
<Compile Include="System\Linq\Expressions\InvocationExpression4.cs" />
<Compile Include="System\Linq\Expressions\InvocationExpression5.cs" />
<Compile Include="System\Linq\Expressions\InvocationExpressionN.cs" />
<Compile Include="System\Linq\Expressions\IParameterProvider.cs" />
<Compile Include="System\Linq\Expressions\LabelExpression.cs" />
<Compile Include="System\Linq\Expressions\LabelTarget.cs" />
<Compile Include="System\Linq\Expressions\LambdaExpression.cs" />
<Compile Include="System\Linq\Expressions\ListInitExpression.cs" />
<Compile Include="System\Linq\Expressions\LogicalBinaryExpression.cs" />
<Compile Include="System\Linq\Expressions\LoopExpression.cs" />
<Compile Include="System\Linq\Expressions\MemberAssignment.cs" />
<Compile Include="System\Linq\Expressions\MemberBinding.cs" />
<Compile Include="System\Linq\Expressions\MemberBindingType.cs" />
<Compile Include="System\Linq\Expressions\MemberExpression.cs" />
<Compile Include="System\Linq\Expressions\MemberInitExpression.cs" />
<Compile Include="System\Linq\Expressions\MemberListBinding.cs" />
<Compile Include="System\Linq\Expressions\MemberMemberBinding.cs" />
<Compile Include="System\Linq\Expressions\MethodBinaryExpression.cs" />
<Compile Include="System\Linq\Expressions\MethodCallExpression.cs" />
<Compile Include="System\Linq\Expressions\MethodCallExpression0.cs" />
<Compile Include="System\Linq\Expressions\MethodCallExpression1.cs" />
<Compile Include="System\Linq\Expressions\MethodCallExpression2.cs" />
<Compile Include="System\Linq\Expressions\MethodCallExpression3.cs" />
<Compile Include="System\Linq\Expressions\MethodCallExpression4.cs" />
<Compile Include="System\Linq\Expressions\MethodCallExpression5.cs" />
<Compile Include="System\Linq\Expressions\MethodCallExpressionN.cs" />
<Compile Include="System\Linq\Expressions\NewArrayBoundsExpression.cs" />
<Compile Include="System\Linq\Expressions\NewArrayExpression.cs" />
<Compile Include="System\Linq\Expressions\NewArrayInitExpression.cs" />
<Compile Include="System\Linq\Expressions\NewExpression.cs" />
<Compile Include="System\Linq\Expressions\OpAssignMethodConversionBinaryExpression.cs" />
<Compile Include="System\Linq\Expressions\ParameterExpression.cs" />
<Compile Include="System\Linq\Expressions\PrimitiveParameterExpression.cs" />
<Compile Include="System\Linq\Expressions\PropertyExpression.cs" />
<Compile Include="System\Linq\Expressions\RuntimeVariablesExpression.cs" />
<Compile Include="System\Linq\Expressions\Scope1.cs" />
<Compile Include="System\Linq\Expressions\ScopeExpression.cs" />
<Compile Include="System\Linq\Expressions\ScopeN.cs" />
<Compile Include="System\Linq\Expressions\ScopeWithType.cs" />
<Compile Include="System\Linq\Expressions\SimpleBinaryExpression.cs" />
<Compile Include="System\Linq\Expressions\StackGuard.cs" />
<Compile Include="System\Linq\Expressions\Strings.cs" />
<Compile Include="System\Linq\Expressions\SwitchCase.cs" />
<Compile Include="System\Linq\Expressions\SwitchExpression.cs" />
<Compile Include="System\Linq\Expressions\SymbolDocumentInfo.cs" />
<Compile Include="System\Linq\Expressions\TryExpression.cs" />
<Compile Include="System\Linq\Expressions\TypeBinaryExpression.cs" />
<Compile Include="System\Linq\Expressions\TypedConstantExpression.cs" />
<Compile Include="System\Linq\Expressions\TypedParameterExpression.cs" />
<Compile Include="System\Linq\Expressions\UnaryExpression.cs" />
<Compile Include="System\Linq\Expressions\Utils.cs" />
<Compile Include="System\Linq\GroupedEnumerable.cs" />
<Compile Include="System\Linq\IdentityFunction.cs" />
<Compile Include="System\Linq\IGrouping.cs" />
<Compile Include="System\Linq\ILookup.cs" />
<Compile Include="System\Linq\IOrderedEnumerable.cs" />
<Compile Include="System\Linq\Lookup.cs" />
<Compile Include="System\Linq\OrderedEnumerable.2.cs" />
<Compile Include="System\Linq\OrderedEnumerable.cs" />
<Compile Include="System\Linq\Set.cs" />
<Compile Include="System\Runtime\CompilerServices\CallSite.2.cs" />
<Compile Include="System\Runtime\CompilerServices\CallSite.cs" />
<Compile Include="System\Runtime\CompilerServices\CallSiteBinder.cs" />
<Compile Include="System\Runtime\CompilerServices\CallSiteOps.cs" />
<Compile Include="System\Runtime\CompilerServices\DebugInfoGenerator.cs" />
<Compile Include="System\Runtime\CompilerServices\IRuntimeVariables.cs" />
<Compile Include="System\Runtime\CompilerServices\IStrongBox.cs" />
<Compile Include="System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs" />
<Compile Include="System\Runtime\CompilerServices\RuleCache.cs" />
<Compile Include="System\Runtime\CompilerServices\RuntimeOps.cs" />
<Compile Include="System\Runtime\CompilerServices\StrongBox.cs" />
<Compile Include="System\Runtime\CompilerServices\TrueReadOnlyCollection.cs" />
<Compile Include="System\Security\Cryptography\AesCryptoServiceProvider.cs" />
<Compile Include="System\Security\Cryptography\AesManaged.cs" />
<Compile Include="System\Security\Cryptography\AesTransform.cs" />
<Compile Include="System\Security\Cryptography\IncrementalHash.cs" />
<Compile Include="System\Security\Cryptography\SHA256CryptoServiceProvider.cs" />
<Compile Include="System\Security\Cryptography\SHA384CryptoServiceProvider.cs" />
<Compile Include="System\Security\Cryptography\SHA512CryptoServiceProvider.cs" />
<Compile Include="System\Threading\LockRecursionPolicy.cs" />
<Compile Include="System\Threading\ReaderWriterCount.cs" />
<Compile Include="System\Threading\ReaderWriterLockSlim.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dde9d}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\System\System.csproj">
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddedb}</Project>
<Name>System</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>