| File: Controls.Core.csproj | Web Access |
| Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> <EnableDefaultItems>false</EnableDefaultItems> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> <AssemblyName>Microsoft.Maui.Controls</AssemblyName> <LangVersion>Latest</LangVersion> <DefineConstants>TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER</DefineConstants> </PropertyGroup> <ItemGroup> <Compile Include="Accelerator.cs"/> <Compile Include="AcceleratorTypeConverter.cs"/> <Compile Include="ActionSheetArguments.cs"/> <Compile Include="ActivityIndicator\ActivityIndicator.cs"/> <Compile Include="AdaptiveTrigger.cs"/> <Compile Include="AlertArguments.cs"/> <Compile Include="AnimatableKey.cs"/> <Compile Include="Animation.cs"/> <Compile Include="AnimationExtensions.cs"/> <Compile Include="Application\Application.cs"/> <Compile Include="Application\Application.Mapper.cs"/> <Compile Include="Application\Application.Standard.cs"/> <Compile Include="AppLinkEntry.cs"/> <Compile Include="AppThemeBinding.cs"/> <Compile Include="AppThemeChangedEventArgs.cs"/> <Compile Include="AutomationProperties.cs"/> <Compile Include="BackButtonPressedEventArgs.cs"/> <Compile Include="BackgroundingEventArgs.cs"/> <Compile Include="BarElement.cs"/> <Compile Include="BindableLayout\BindableLayout.cs"/> <Compile Include="BindableObject.cs"/> <Compile Include="BindableObjectExtensions.cs"/> <Compile Include="BindableProperty.cs"/> <Compile Include="BindablePropertyConverter.cs"/> <Compile Include="BindablePropertyKey.cs"/> <Compile Include="Binding.cs"/> <Compile Include="BindingBase.Create.cs"/> <Compile Include="BindingBase.cs"/> <Compile Include="BindingBaseExtensions.cs"/> <Compile Include="BindingExpression.cs"/> <Compile Include="BindingExpressionHelper.cs"/> <Compile Include="BindingMode.cs"/> <Compile Include="BorderElement.cs"/> <Compile Include="Border\Border.cs"/> <Compile Include="BoundsConstraint.cs"/> <Compile Include="BoxView\BoxView.cs"/> <Compile Include="Brush\Brush.cs"/> <Compile Include="Brush\BrushTypeConverter.cs"/> <Compile Include="Button\Button.cs"/> <Compile Include="Button\Button.Mapper.cs"/> <Compile Include="Button\Button.Standard.cs"/> <Compile Include="Button\ButtonElement.cs"/> <Compile Include="Button\ButtonsMask.cs"/> <Compile Include="CarouselPage\CarouselPage.cs"/> <Compile Include="CastingEnumerator.cs"/> <Compile Include="Cells\Cell.cs"/> <Compile Include="Cells\EntryCell.cs"/> <Compile Include="Cells\ICellController.cs"/> <Compile Include="Cells\IEntryCellController.cs"/> <Compile Include="Cells\ImageCell.cs"/> <Compile Include="Cells\SwitchCell.cs"/> <Compile Include="Cells\TextCell.cs"/> <Compile Include="Cells\ViewCell.cs"/> <Compile Include="CheckBox\CheckBox.cs"/> <Compile Include="CheckBox\CheckBox.Mapper.cs"/> <Compile Include="CheckBox\CheckedChangedEventArgs.cs"/> <Compile Include="ChildGestureRecognizer.cs"/> <Compile Include="ClickedEventArgs.cs"/> <Compile Include="ClickGestureRecognizer.cs"/> <Compile Include="CollectionSynchronizationCallback.cs"/> <Compile Include="CollectionSynchronizationContext.cs"/> <Compile Include="ColorElement.cs"/> <Compile Include="ColumnDefinition.cs"/> <Compile Include="ColumnDefinitionCollection.cs"/> <Compile Include="ColumnDefinitionCollectionTypeConverter.cs"/> <Compile Include="Command.cs"/> <Compile Include="CommandElement.cs"/> <Compile Include="CompareStateTrigger.cs"/> <Compile Include="Compatibility\Handlers\ViewHandlerDelegator.cs"/> <Compile Include="Compatibility\Handlers\VisualElementRenderer.cs"/> <Compile Include="Compatibility\INativeElementView.cs"/> <Compile Include="CompressedLayout.cs"/> <Compile Include="Configuration.cs"/> <Compile Include="ConstraintType.cs"/> <Compile Include="ContentConverter.cs"/> <Compile Include="ContentPage\ContentPage.cs"/> <Compile Include="ContentPage\ContentPage.Mapper.cs"/> <Compile Include="ContentPage\HideSoftInputOnTappedChanged\HideSoftInputOnTappedChangedManager.cs"/> <Compile Include="ContentPresenter.cs"/> <Compile Include="ContentPropertyAttribute.cs"/> <Compile Include="ContentView\ContentView.cs"/> <Compile Include="ControlsColorExtensions.cs"/> <Compile Include="ControlTemplate.cs"/> <Compile Include="CornerElement.cs"/> <Compile Include="DataTemplate.cs"/> <Compile Include="DataTemplateExtensions.cs"/> <Compile Include="DataTemplateSelector.cs"/> <Compile Include="DateChangedEventArgs.cs"/> <Compile Include="DatePicker\DatePicker.cs"/> <Compile Include="DatePicker\DatePicker.Mapper.cs"/> <Compile Include="DatePicker\DatePicker.Standard.cs"/> <Compile Include="DecorableTextElement.cs"/> <Compile Include="DefinitionCollection.cs"/> <Compile Include="DependencyAttribute.cs"/> <Compile Include="DependencyFetchTarget.cs"/> <Compile Include="DependencyResolver.cs"/> <Compile Include="DependencyService.cs"/> <Compile Include="DesignMode.cs"/> <Compile Include="Device.cs"/> <Compile Include="DeviceOrientationExtensions.cs"/> <Compile Include="DeviceStateTrigger.cs"/> <Compile Include="DispatcherExtensions.cs"/> <Compile Include="DisplayDensityChangedEventArgs.cs"/> <Compile Include="DisplayInfoExtensions.cs"/> <Compile Include="DoubleCollection.cs"/> <Compile Include="DoubleCollectionConverter.cs"/> <Compile Include="DragAndDrop\DataPackage.cs"/> <Compile Include="DragAndDrop\DataPackageOperation.cs"/> <Compile Include="DragAndDrop\DataPackagePropertySet.cs"/> <Compile Include="DragAndDrop\DataPackagePropertySetView.cs"/> <Compile Include="DragAndDrop\DataPackageView.cs"/> <Compile Include="DragAndDrop\DragEventArgs.cs"/> <Compile Include="DragAndDrop\DragGestureRecognizer.cs"/> <Compile Include="DragAndDrop\DragStartingEventArgs.cs"/> <Compile Include="DragAndDrop\DropCompletedEventArgs.cs"/> <Compile Include="DragAndDrop\DropEventArgs.cs"/> <Compile Include="DragAndDrop\DropGestureRecognizer.cs"/> <Compile Include="DragAndDrop\PlatformDragEventArgs.cs"/> <Compile Include="DragAndDrop\PlatformDragStartingEventArgs.cs"/> <Compile Include="DragAndDrop\PlatformDropCompletedEventArgs.cs"/> <Compile Include="DragAndDrop\PlatformDropEventArgs.cs"/> <Compile Include="EditorAutoSizeOption.cs"/> <Compile Include="Editor\Editor.cs"/> <Compile Include="Editor\Editor.Mapper.cs"/> <Compile Include="Editor\Editor.Standard.cs"/> <Compile Include="Effect.cs"/> <Compile Include="EffectiveFlowDirection.cs"/> <Compile Include="EffectiveFlowDirectionExtensions.cs"/> <Compile Include="EffectiveVisualExtensions.cs"/> <Compile Include="ElementCollection.cs"/> <Compile Include="ElementTemplate.cs"/> <Compile Include="Element\Element.cs"/> <Compile Include="Element\Element.Mapper.cs"/> <Compile Include="Element\Element.Standard.cs"/> <Compile Include="Element\ElementEventArgs.cs"/> <Compile Include="Element\Element_StyleSheets.cs"/> <Compile Include="Embedding\EmbeddedWindow.cs"/> <Compile Include="Embedding\EmbeddingExtensions.cs"/> <Compile Include="Entry\Entry.cs"/> <Compile Include="Entry\Entry.Mapper.cs"/> <Compile Include="Entry\Entry.Standard.cs"/> <Compile Include="EnumerableExtensions.cs"/> <Compile Include="EventArg.cs"/> <Compile Include="ExportEffectAttribute.cs"/> <Compile Include="ExportFontAttribute.cs"/> <Compile Include="ExpressionSearch.cs"/> <Compile Include="FileImageSource.cs"/> <Compile Include="FileImageSourceConverter.cs"/> <Compile Include="FlowDirectionConverter.cs"/> <Compile Include="FlyoutPage\FlyoutLayoutBehavior.cs"/> <Compile Include="FlyoutPage\FlyoutPage.cs"/> <Compile Include="FlyoutPage\FlyoutPage.Mapper.cs"/> <Compile Include="FocusEventArgs.cs"/> <Compile Include="Foldable\IFoldableService.cs"/> <Compile Include="FontAttributes.cs"/> <Compile Include="FontElement.cs"/> <Compile Include="FontExtensions.cs"/> <Compile Include="FontImageSource.cs"/> <Compile Include="FontSizeConverter.cs"/> <Compile Include="FormattedString.cs"/> <Compile Include="Frame\Frame.cs"/> <Compile Include="GestureElement.cs"/> <Compile Include="GestureRecognizer.cs"/> <Compile Include="GestureState.cs"/> <Compile Include="GlobalNamespaces.cs"/> <Compile Include="GradientBrush.cs"/> <Compile Include="GradientStop.cs"/> <Compile Include="GradientStopCollection.cs"/> <Compile Include="GraphicsView\GraphicsView.cs"/> <Compile Include="GridLengthTypeConverter.cs"/> <Compile Include="HandlerAttribute.cs"/> <Compile Include="HandlerChangingEventArgs.cs"/> <Compile Include="Handlers\HandlerProperties.cs"/> <Compile Include="Handlers\Items\CarouselViewHandler.cs"/> <Compile Include="Handlers\Items\CarouselViewHandler.Standard.cs"/> <Compile Include="Handlers\Items\CollectionViewHandler.cs"/> <Compile Include="Handlers\Items\CollectionViewHandler.Standard.cs"/> <Compile Include="Handlers\Items\GroupableItemsViewHandler.cs"/> <Compile Include="Handlers\Items\GroupableItemsViewHandler.Standard.cs"/> <Compile Include="Handlers\Items\ItemsViewHandler.cs"/> <Compile Include="Handlers\Items\ItemsViewHandler.Standard.cs"/> <Compile Include="Handlers\Items\ReorderableItemsViewHandler.cs"/> <Compile Include="Handlers\Items\ReorderableItemsViewHandler.Standard.cs"/> <Compile Include="Handlers\Items\SelectableItemsViewHandler.cs"/> <Compile Include="Handlers\Items\SelectableItemsViewHandler.Standard.cs"/> <Compile Include="Handlers\Items\StructuredItemsViewHandler.cs"/> <Compile Include="Handlers\Items\StructuredItemsViewHandler.Standard.cs"/> <Compile Include="Handlers\Shapes\BoxView\BoxViewHandler.cs"/> <Compile Include="Handlers\Shapes\BoxView\BoxViewHandler.Standard.cs"/> <Compile Include="Handlers\Shapes\Line\LineHandler.cs"/> <Compile Include="Handlers\Shapes\Line\LineHandler.Standard.cs"/> <Compile Include="Handlers\Shapes\Path\PathHandler.cs"/> <Compile Include="Handlers\Shapes\Path\PathHandler.Standard.cs"/> <Compile Include="Handlers\Shapes\Polygon\PolygonHandler.cs"/> <Compile Include="Handlers\Shapes\Polygon\PolygonHandler.Standard.cs"/> <Compile Include="Handlers\Shapes\Polyline\PolylineHandler.cs"/> <Compile Include="Handlers\Shapes\Polyline\PolylineHandler.Standard.cs"/> <Compile Include="Handlers\Shapes\Rectangle\RectangleHandler.cs"/> <Compile Include="Handlers\Shapes\Rectangle\RectangleHandler.Standard.cs"/> <Compile Include="Handlers\Shapes\RoundRectangle\RoundRectangleHandler.cs"/> <Compile Include="Handlers\Shapes\RoundRectangle\RoundRectangleHandler.Standard.cs"/> <Compile Include="Handlers\Shell\ShellHandler.cs"/> <Compile Include="Hosting\AppHostBuilderExtensions.cs"/> <Compile Include="Hosting\Effects\AppHostBuilderExtensions.cs"/> <Compile Include="Hosting\Effects\IEffectsBuilder.cs"/> <Compile Include="HtmlWebViewSource.cs"/> <Compile Include="HybridWebView\HybridWebView.cs"/> <Compile Include="HybridWebView\HybridWebViewRawMessageReceivedEventArgs.cs"/> <Compile Include="IAnimatable.cs"/> <Compile Include="IAppIndexingProvider.cs"/> <Compile Include="IApplicationController.cs"/> <Compile Include="IAppLinkEntry.cs"/> <Compile Include="IAppLinks.cs"/> <Compile Include="IBarElement.cs"/> <Compile Include="IBorderElement.cs"/> <Compile Include="IButtonController.cs"/> <Compile Include="IButtonElement.cs"/> <Compile Include="IColorElement.cs"/> <Compile Include="ICommandElement.cs"/> <Compile Include="IConfigElement.cs"/> <Compile Include="IConfigPlatform.cs"/> <Compile Include="IControlsElement.cs"/> <Compile Include="IControlsView.cs"/> <Compile Include="IControlsVisualElement.cs"/> <Compile Include="IControlTemplated.cs"/> <Compile Include="IConverterOptions.cs"/> <Compile Include="ICornerElement.cs"/> <Compile Include="IDataTemplateController.cs"/> <Compile Include="IDecorableTextElement.cs"/> <Compile Include="IDefinition.cs"/> <Compile Include="IEditorController.cs"/> <Compile Include="IEffectControlProvider.cs"/> <Compile Include="IElementConfiguration.cs"/> <Compile Include="IElementController.cs"/> <Compile Include="IElementDefinition.cs"/> <Compile Include="IEntryController.cs"/> <Compile Include="IExpressionSearch.cs"/> <Compile Include="IExtendedTypeConverter.cs"/> <Compile Include="IFlowDirectionController.cs"/> <Compile Include="IFlyoutPageController.cs"/> <Compile Include="IFontElement.cs"/> <Compile Include="IFontNamedSizeService.cs"/> <Compile Include="IGestureController.cs"/> <Compile Include="IGestureRecognizer.cs"/> <Compile Include="IGestureRecognizers.cs"/> <Compile Include="IGridController.cs"/> <Compile Include="IInputTransparentContainerElement.cs"/> <Compile Include="IItemsView.cs"/> <Compile Include="IItemViewController.cs"/> <Compile Include="ILayout.cs"/> <Compile Include="ILayoutController.cs"/> <Compile Include="ILineHeightElement.cs"/> <Compile Include="ImageBrush.cs"/> <Compile Include="ImageButton\ImageButton.cs"/> <Compile Include="ImageElement.cs"/> <Compile Include="ImageSource.cs"/> <Compile Include="ImageSourceConverter.cs"/> <Compile Include="Image\IImageController.cs"/> <Compile Include="Image\IImageElement.cs"/> <Compile Include="Image\Image.cs"/> <Compile Include="Image\ImageSource.cs"/> <Compile Include="IMarkupExtension.cs"/> <Compile Include="IMenuItemController.cs"/> <Compile Include="ImmutableBrush.cs"/> <Compile Include="IMultiPageController.cs"/> <Compile Include="IMultiValueConverter.cs"/> <Compile Include="INativeBindingService.cs"/> <Compile Include="INativeValueConverterService.cs"/> <Compile Include="INavigation.cs"/> <Compile Include="INavigationPageController.cs"/> <Compile Include="IndicatorView\IndicatorShape.cs"/> <Compile Include="IndicatorView\IndicatorStackLayout.cs"/> <Compile Include="IndicatorView\IndicatorView.cs"/> <Compile Include="InputView\InputView.cs"/> <Compile Include="Interactivity\AttachedCollection.cs"/> <Compile Include="Interactivity\Behavior.cs"/> <Compile Include="Interactivity\BindingCondition.cs"/> <Compile Include="Interactivity\Condition.cs"/> <Compile Include="Interactivity\DataTrigger.cs"/> <Compile Include="Interactivity\EventTrigger.cs"/> <Compile Include="Interactivity\IAttachedObject.cs"/> <Compile Include="Interactivity\MultiCondition.cs"/> <Compile Include="Interactivity\MultiTrigger.cs"/> <Compile Include="Interactivity\PlatformBehavior.cs"/> <Compile Include="Interactivity\PropertyCondition.cs"/> <Compile Include="Interactivity\Trigger.cs"/> <Compile Include="Interactivity\TriggerAction.cs"/> <Compile Include="Interactivity\TriggerBase.cs"/> <Compile Include="Internals\AsyncValue.cs"/> <Compile Include="Internals\AutoId.cs"/> <Compile Include="Internals\CellExtensions.cs"/> <Compile Include="Internals\DynamicResource.cs"/> <Compile Include="Internals\EffectUtilities.cs"/> <Compile Include="Internals\EvalRequested.cs"/> <Compile Include="Internals\IDynamicResourceHandler.cs"/> <Compile Include="Internals\ImageParser.cs"/> <Compile Include="Internals\INameScope.cs"/> <Compile Include="Internals\InvalidationTrigger.cs"/> <Compile Include="Internals\NameScope.cs"/> <Compile Include="Internals\NavigationRequestedEventArgs.cs"/> <Compile Include="Internals\NavigationRequestType.cs"/> <Compile Include="Internals\NotifyCollectionChangedEventArgsEx.cs"/> <Compile Include="Internals\NotifyCollectionChangedEventArgsExtensions.cs"/> <Compile Include="Internals\PageExtensions.cs"/> <Compile Include="Internals\PreserveAttribute.cs"/> <Compile Include="Internals\ProfilePage.cs"/> <Compile Include="Internals\PropertyPropagationExtensions.cs"/> <Compile Include="Internals\ResourceLoader.cs"/> <Compile Include="Internals\TextTransformUtilites.cs"/> <Compile Include="Internals\WeakEventProxy.cs"/> <Compile Include="InvalidationEventArgs.cs"/> <Compile Include="InvalidNavigationException.cs"/> <Compile Include="IPaddingElement.cs"/> <Compile Include="IPageContainer.cs"/> <Compile Include="IPageController.cs"/> <Compile Include="IPanGestureController.cs"/> <Compile Include="IPinchGestureController.cs"/> <Compile Include="IPlaceholderElement.cs"/> <Compile Include="IPlatformElementConfiguration.cs"/> <Compile Include="IPlatformSizeService.cs"/> <Compile Include="IPropertyPropagationController.cs"/> <Compile Include="IProvideParentValues.cs"/> <Compile Include="IProvideValueTarget.cs"/> <Compile Include="IRegisterable.cs"/> <Compile Include="IResourceDictionary.cs"/> <Compile Include="IResourcesProvider.cs"/> <Compile Include="IRootObjectProvider.cs"/> <Compile Include="IScrollViewController.cs"/> <Compile Include="ISearchBarController.cs"/> <Compile Include="ISliderController.cs"/> <Compile Include="ISpatialElement.cs"/> <Compile Include="IStyle.cs"/> <Compile Include="IStyleElement.cs"/> <Compile Include="ISwipeGestureController.cs"/> <Compile Include="ISwipeItem.cs"/> <Compile Include="ISwipeViewController.cs"/> <Compile Include="ISystemResourcesProvider.cs"/> <Compile Include="ITableModel.cs"/> <Compile Include="ITableViewController.cs"/> <Compile Include="ITemplatedItemsList.cs"/> <Compile Include="ITemplatedItemsListScrollToRequestedEventArgs.cs"/> <Compile Include="ITemplatedItemsView.cs"/> <Compile Include="ItemsView.cs"/> <Compile Include="Items\CarouselLayoutTypeConverter.cs"/> <Compile Include="Items\CarouselView.cs"/> <Compile Include="Items\CollectionView.cs"/> <Compile Include="Items\CurrentItemChangedEventArgs.cs"/> <Compile Include="Items\GridItemsLayout.cs"/> <Compile Include="Items\GroupableItemsView.cs"/> <Compile Include="Items\IItemsLayout.cs"/> <Compile Include="Items\ItemSizingStrategy.cs"/> <Compile Include="Items\ItemsLayout.cs"/> <Compile Include="Items\ItemsLayoutOrientation.cs"/> <Compile Include="Items\ItemsLayoutTypeConverter.cs"/> <Compile Include="Items\ItemsUpdatingScrollMode.cs"/> <Compile Include="Items\ItemsView.cs"/> <Compile Include="Items\ItemsViewScrolledEventArgs.cs"/> <Compile Include="Items\LinearItemsLayout.cs"/> <Compile Include="Items\MarshalingObservableCollection.cs"/> <Compile Include="Items\PositionChangedEventArgs.cs"/> <Compile Include="Items\ReorderableItemsView.cs"/> <Compile Include="Items\ScrollToRequestEventArgs.cs"/> <Compile Include="Items\SelectableItemsView.cs"/> <Compile Include="Items\SelectionChangedEventArgs.cs"/> <Compile Include="Items\SelectionList.cs"/> <Compile Include="Items\SelectionMode.cs"/> <Compile Include="Items\SnapPointsAlignment.cs"/> <Compile Include="Items\SnapPointsType.cs"/> <Compile Include="Items\StructuredItemsView.cs"/> <Compile Include="ItemTappedEventArgs.cs"/> <Compile Include="ItemVisibilityEventArgs.cs"/> <Compile Include="ITextAlignmentElement.cs"/> <Compile Include="ITextElement.cs"/> <Compile Include="IValueConverter.cs"/> <Compile Include="IValueConverterProvider.cs"/> <Compile Include="IValueProvider.cs"/> <Compile Include="IViewContainer.cs"/> <Compile Include="IViewController.cs"/> <Compile Include="IVisualController.cs"/> <Compile Include="IVisualElementController.cs"/> <Compile Include="IWebViewController.cs"/> <Compile Include="IWindowController.cs"/> <Compile Include="IWindowCreator.cs"/> <Compile Include="IWrappedValue.cs"/> <Compile Include="IXamlDataTypeProvider.cs"/> <Compile Include="IXamlTypeResolver.cs"/> <Compile Include="IXmlLineInfoProvider.cs"/> <Compile Include="KeyboardAccelerator.cs"/> <Compile Include="KnownColor.cs"/> <Compile Include="Label\Label.cs"/> <Compile Include="Label\Label.Mapper.cs"/> <Compile Include="Label\Label.Standard.cs"/> <Compile Include="LayoutAlignment.cs"/> <Compile Include="LayoutAlignmentExtensions.cs"/> <Compile Include="LayoutConstraint.cs"/> <Compile Include="LayoutDirectionExtensions.cs"/> <Compile Include="LayoutExpandFlag.cs"/> <Compile Include="LayoutOptions.cs"/> <Compile Include="LayoutOptionsConverter.cs"/> <Compile Include="Layout\AbsoluteLayout.cs"/> <Compile Include="Layout\AndExpandLayoutManager.cs"/> <Compile Include="Layout\BoundsTypeConverter.cs"/> <Compile Include="Layout\FlexExtensions.cs"/> <Compile Include="Layout\FlexLayout.cs"/> <Compile Include="Layout\Grid.cs"/> <Compile Include="Layout\GridExtensions.cs"/> <Compile Include="Layout\HorizontalStackLayout.cs"/> <Compile Include="Layout\ILayoutManagerFactory.cs"/> <Compile Include="Layout\Layout.cs"/> <Compile Include="Layout\Layout.Mapper.cs"/> <Compile Include="Layout\Layout.Standard.cs"/> <Compile Include="Layout\LayoutExtensions.cs"/> <Compile Include="Layout\StackBase.cs"/> <Compile Include="Layout\StackLayout.cs"/> <Compile Include="Layout\StackLayoutManager.cs"/> <Compile Include="Layout\VerticalStackLayout.cs"/> <Compile Include="LegacyLayouts\AbsoluteLayout.cs"/> <Compile Include="LegacyLayouts\Constraint.cs"/> <Compile Include="LegacyLayouts\ConstraintExpression.cs"/> <Compile Include="LegacyLayouts\ConstraintTypeConverter.cs"/> <Compile Include="LegacyLayouts\FlexLayout.cs"/> <Compile Include="LegacyLayouts\Grid.cs"/> <Compile Include="LegacyLayouts\GridCalc.cs"/> <Compile Include="LegacyLayouts\Layout.cs"/> <Compile Include="LegacyLayouts\LayoutOfT.cs"/> <Compile Include="LegacyLayouts\RelativeLayout.cs"/> <Compile Include="LegacyLayouts\StackLayout.cs"/> <Compile Include="LinearGradientBrush.cs"/> <Compile Include="LineHeightElement.cs"/> <Compile Include="ListProxy.cs"/> <Compile Include="ListProxyChangedEventArgs.cs"/> <Compile Include="ListStringTypeConverter.cs"/> <Compile Include="ListView\IListProxy.cs"/> <Compile Include="ListView\IListViewController.cs"/> <Compile Include="ListView\ListView.cs"/> <Compile Include="ListView\ListViewCachingStrategy.cs"/> <Compile Include="ListView\ListViewSelectionMode.cs"/> <Compile Include="LockingSemaphore.cs"/> <Compile Include="MeasureFlags.cs"/> <Compile Include="Menu\BaseMenuItem.cs"/> <Compile Include="Menu\FlyoutBase.cs"/> <Compile Include="Menu\MenuBar.cs"/> <Compile Include="Menu\MenuBarItem.cs"/> <Compile Include="Menu\MenuBarTracker.cs"/> <Compile Include="Menu\MenuFlyout.cs"/> <Compile Include="Menu\MenuFlyoutItem.cs"/> <Compile Include="Menu\MenuFlyoutSeparator.cs"/> <Compile Include="Menu\MenuFlyoutSubItem.cs"/> <Compile Include="Menu\MenuItem.cs"/> <Compile Include="Menu\MenuItemTracker.cs"/> <Compile Include="MergedStyle.cs"/> <Compile Include="MessagingCenter.cs"/> <Compile Include="ModalEventArgs.cs"/> <Compile Include="ModalPoppedEventArgs.cs"/> <Compile Include="ModalPoppingEventArgs.cs"/> <Compile Include="ModalPushedEventArgs.cs"/> <Compile Include="ModalPushingEventArgs.cs"/> <Compile Include="MultiBinding.cs"/> <Compile Include="MultiPage.cs"/> <Compile Include="NamedSize.cs"/> <Compile Include="NameScopeExtensions.cs"/> <Compile Include="NavigableElement\NavigableElement.cs"/> <Compile Include="NavigationEventArgs.cs"/> <Compile Include="NavigationModel.cs"/> <Compile Include="NavigationPage\NavigationPage.cs"/> <Compile Include="NavigationPage\NavigationPage.Legacy.cs"/> <Compile Include="NavigationPage\NavigationPage.Mapper.cs"/> <Compile Include="NavigationPage\NavigationPageToolbar.cs"/> <Compile Include="NavigationProxy.cs"/> <Compile Include="NavigationStepRequest.cs"/> <Compile Include="NullEffect.cs"/> <Compile Include="NumericExtensions.cs"/> <Compile Include="ObservableList.cs"/> <Compile Include="ObservableWrapper.cs"/> <Compile Include="OnIdiom.cs"/> <Compile Include="OnPlatform.cs"/> <Compile Include="OrderedDictionary.cs"/> <Compile Include="OrientationStateTrigger.cs"/> <Compile Include="PaddingElement.cs"/> <Compile Include="Page\NavigatedFromEventArgs.cs"/> <Compile Include="Page\NavigatedToEventArgs.cs"/> <Compile Include="Page\NavigatingFromEventArgs.cs"/> <Compile Include="Page\Page.cs"/> <Compile Include="PanGestureRecognizer.cs"/> <Compile Include="PanUpdatedEventArgs.cs"/> <Compile Include="ParameterAttribute.cs"/> <Compile Include="ParentChangingEventArgs.cs"/> <Compile Include="Performance.cs"/> <Compile Include="Picker\Picker.cs"/> <Compile Include="Picker\Picker.Mapper.cs"/> <Compile Include="Picker\Picker.Standard.cs"/> <Compile Include="PinchGestureRecognizer.cs"/> <Compile Include="PinchGestureUpdatedEventArgs.cs"/> <Compile Include="PlaceholderElement.cs"/> <Compile Include="PlatformBindingHelpers.cs"/> <Compile Include="PlatformConfigurationRegistry.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\AppCompat\Application.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\AppCompat\NavigationPage.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\Application.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\Button.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\Entry.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\ImageButton.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\ListView.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\ShellItem.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\SwipeView.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\TabbedPage.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\ToolbarPlacement.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\ViewCell.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\VisualElement.cs"/> <Compile Include="PlatformConfiguration\AndroidSpecific\WebView.cs"/> <Compile Include="PlatformConfiguration\ExtensionPoints.cs"/> <Compile Include="PlatformConfiguration\GTKSpecific\BoxView.cs"/> <Compile Include="PlatformConfiguration\GTKSpecific\NavigationPage.cs"/> <Compile Include="PlatformConfiguration\GTKSpecific\TabbedPage.cs"/> <Compile Include="PlatformConfiguration\GTKSpecific\TabPosition.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\Application.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\BlurEffectStyle.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\Cell.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\DatePicker.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\Entry.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\FlyoutPage.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\GroupHeaderStyle.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\LargeTitleDisplayMode.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\ListView.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\NavigationPage.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\Page.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\Picker.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\ScrollView.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\SearchBar.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\SeparatorStyle.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\Slider.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\StatusBarHiddenMode.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\StatusBarTextColorMode.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\SwipeView.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\TabbedPage.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\TimePicker.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\TranslucencyMode.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\UIModalPresentationStyle.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\UISearchBarStyle.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\UIStatusBarAnimation.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\UpdateMode.cs"/> <Compile Include="PlatformConfiguration\iOSSpecific\VisualElement.cs"/> <Compile Include="PlatformConfiguration\macOSSpecific\NavigationPage.cs"/> <Compile Include="PlatformConfiguration\macOSSpecific\NavigationTransitionStyle.cs"/> <Compile Include="PlatformConfiguration\macOSSpecific\Page.cs"/> <Compile Include="PlatformConfiguration\macOSSpecific\TabbedPage.cs"/> <Compile Include="PlatformConfiguration\macOSSpecific\TabsStyle.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\Application.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\Entry.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\FocusDirection.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\FontWeight.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\Image.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\ItemsView.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\Label.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\NavigationPage.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\Page.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\ProgressBar.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\ScrollView.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\StyleValues.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\Switch.cs"/> <Compile Include="PlatformConfiguration\TizenSpecific\VisualElement.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\AccessKeyPlacement.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\Application.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\CollapseStyle.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\FlyoutPage.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\InputView.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\Label.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\ListView.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\Page.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\RefreshView.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\SearchBar.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\TabbedPage.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\ToolbarPlacement.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\VisualElement.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\WebView.cs"/> <Compile Include="PlatformConfiguration\WindowsSpecific\WebViewExecutionMode.cs"/> <Compile Include="PlatformEffect.cs"/> <Compile Include="PlatformPointerEventArgs.cs"/> <Compile Include="Platform\AlertManager\AlertManager.cs"/> <Compile Include="Platform\AlertManager\AlertMananger.Standard.cs"/> <Compile Include="Platform\GestureManager\GestureManager.cs"/> <Compile Include="Platform\GestureManager\GesturePlatformManager.Standard.cs"/> <Compile Include="Platform\IElementExtensions.cs"/> <Compile Include="Platform\ImageExtensions.cs"/> <Compile Include="Platform\ModalNavigationManager\ModalNavigationManager.cs"/> <Compile Include="Platform\ModalNavigationManager\ModalNavigationManager.Standard.cs"/> <Compile Include="Platform\PageExtensions.cs"/> <Compile Include="Platform\PlatformConfigurationExtensions.cs"/> <Compile Include="Platform\PlatformEffect.cs"/> <Compile Include="Platform\SemanticExtensions.cs"/> <Compile Include="Platform\ShapeExtensions.cs"/> <Compile Include="Platform\Standard\Extensions\ButtonExtensions.cs"/> <Compile Include="PointCollection.cs"/> <Compile Include="PointerEventArgs.cs"/> <Compile Include="PointerGestureRecognizer.cs"/> <Compile Include="PoppedToRootEventArgs.cs"/> <Compile Include="Profiler.cs"/> <Compile Include="ProgressBar\ProgressBar.cs"/> <Compile Include="PromptArguments.cs"/> <Compile Include="Properties\AssemblyInfo.cs"/> <Compile Include="PropertyChangedEventArgsExtensions.cs"/> <Compile Include="PropertyChangingEventArgs.cs"/> <Compile Include="PropertyChangingEventHandler.cs"/> <Compile Include="ProvideCompiledAttribute.cs"/> <Compile Include="RadialGradientBrush.cs"/> <Compile Include="RadioButton\RadioButton.cs"/> <Compile Include="RadioButton\RadioButton.Mapper.cs"/> <Compile Include="RadioButton\RadioButton.Standard.cs"/> <Compile Include="RadioButton\RadioButtonGroup.cs"/> <Compile Include="RadioButton\RadioButtonGroupController.cs"/> <Compile Include="RadioButton\RadioButtonGroupSelectionChanged.cs"/> <Compile Include="ReadOnlyCastingList.cs"/> <Compile Include="ReadOnlyListAdapter.cs"/> <Compile Include="ReferenceTypeConverter.cs"/> <Compile Include="RefreshView\RefreshView.cs"/> <Compile Include="RefreshView\RefreshView.Mapper.cs"/> <Compile Include="RefreshView\RefreshView.Standard.cs"/> <Compile Include="Region.cs"/> <Compile Include="Registrar.cs"/> <Compile Include="RelativeBindingSource.cs"/> <Compile Include="RelativeBindingSourceMode.cs"/> <Compile Include="RenderWithAttribute.cs"/> <Compile Include="ResolutionGroupNameAttribute.cs"/> <Compile Include="ResourceDictionary.cs"/> <Compile Include="ResourcesChangedEventArgs.cs"/> <Compile Include="ResourcesExtensions.cs"/> <Compile Include="RouteFactory.cs"/> <Compile Include="Routing.cs"/> <Compile Include="RoutingEffect.cs"/> <Compile Include="RowDefinition.cs"/> <Compile Include="RowDefinitionCollection.cs"/> <Compile Include="RowDefinitionCollectionTypeConverter.cs"/> <Compile Include="RuntimeNamePropertyAttribute.cs"/> <Compile Include="ScrolledEventArgs.cs"/> <Compile Include="ScrollMode.cs"/> <Compile Include="ScrollToMode.cs"/> <Compile Include="ScrollToPosition.cs"/> <Compile Include="ScrollToRequestedEventArgs.cs"/> <Compile Include="ScrollView\ScrollView.cs"/> <Compile Include="ScrollView\ScrollView.Mapper.cs"/> <Compile Include="ScrollView\ScrollView.Standard.cs"/> <Compile Include="SearchBar\SearchBar.cs"/> <Compile Include="SearchBar\SearchBar.Mapper.cs"/> <Compile Include="SearchBar\SearchBar.Standard.cs"/> <Compile Include="SearchBoxVisibility.cs"/> <Compile Include="SelectedItemChangedEventArgs.cs"/> <Compile Include="SelectedPositionChangedEventArgs.cs"/> <Compile Include="SemanticProperties.cs"/> <Compile Include="SeparatorVisibility.cs"/> <Compile Include="Setter.cs"/> <Compile Include="SettersExtensions.cs"/> <Compile Include="SetterSpecificity.cs"/> <Compile Include="SetterSpecificityList.cs"/> <Compile Include="Shadow.cs"/> <Compile Include="ShadowTypeConverter.cs"/> <Compile Include="Shapes\ArcSegment.cs"/> <Compile Include="Shapes\BezierSegment.cs"/> <Compile Include="Shapes\CompositeTransform.cs"/> <Compile Include="Shapes\Ellipse.cs"/> <Compile Include="Shapes\EllipseGeometry.cs"/> <Compile Include="Shapes\FillRule.cs"/> <Compile Include="Shapes\Geometry.cs"/> <Compile Include="Shapes\GeometryCollection.cs"/> <Compile Include="Shapes\GeometryGroup.cs"/> <Compile Include="Shapes\GeometryHelper.cs"/> <Compile Include="Shapes\IGeometry.cs"/> <Compile Include="Shapes\Line.cs"/> <Compile Include="Shapes\LineGeometry.cs"/> <Compile Include="Shapes\LineSegment.cs"/> <Compile Include="Shapes\Matrix.cs"/> <Compile Include="Shapes\MatrixExtensions.cs"/> <Compile Include="Shapes\MatrixTransform.cs"/> <Compile Include="Shapes\MatrixTypeConverter.cs"/> <Compile Include="Shapes\Path.cs"/> <Compile Include="Shapes\PathFigure.cs"/> <Compile Include="Shapes\PathFigureCollection.cs"/> <Compile Include="Shapes\PathFigureCollectionConverter.cs"/> <Compile Include="Shapes\PathGeometry.cs"/> <Compile Include="Shapes\PathGeometryConverter.cs"/> <Compile Include="Shapes\PathSegment.cs"/> <Compile Include="Shapes\PathSegmentCollection.cs"/> <Compile Include="Shapes\PenLineCap.cs"/> <Compile Include="Shapes\PenLineJoin.cs"/> <Compile Include="Shapes\PointCollectionConverter.cs"/> <Compile Include="Shapes\PolyBezierSegment.cs"/> <Compile Include="Shapes\Polygon.cs"/> <Compile Include="Shapes\Polyline.cs"/> <Compile Include="Shapes\PolyLineSegment.cs"/> <Compile Include="Shapes\PolyQuadraticBezierSegment.cs"/> <Compile Include="Shapes\QuadraticBezierSegment.cs"/> <Compile Include="Shapes\Rectangle.cs"/> <Compile Include="Shapes\RectangleGeometry.cs"/> <Compile Include="Shapes\RotateTransform.cs"/> <Compile Include="Shapes\RoundRectangle.cs"/> <Compile Include="Shapes\RoundRectangleGeometry.cs"/> <Compile Include="Shapes\ScaleTransform.cs"/> <Compile Include="Shapes\Shape.cs"/> <Compile Include="Shapes\SkewTransform.cs"/> <Compile Include="Shapes\StrokeShapeTypeConverter.cs"/> <Compile Include="Shapes\Transform.cs"/> <Compile Include="Shapes\TransformCollection.cs"/> <Compile Include="Shapes\TransformGroup.cs"/> <Compile Include="Shapes\TransformTypeConverter.cs"/> <Compile Include="Shapes\TranslateTransform.cs"/> <Compile Include="Shape\Shape.Mapper.cs"/> <Compile Include="Shape\Shape.Standard.cs"/> <Compile Include="ShellToolbar.cs"/> <Compile Include="Shell\BackButtonBehavior.cs"/> <Compile Include="Shell\BaseShellItem.cs"/> <Compile Include="Shell\FlyoutDisplayOptions.cs"/> <Compile Include="Shell\FlyoutHeaderBehavior.cs"/> <Compile Include="Shell\ISearchHandlerController.cs"/> <Compile Include="Shell\IShellAppearanceElement.cs"/> <Compile Include="Shell\IShellContentController.cs"/> <Compile Include="Shell\IShellContentInsetObserver.cs"/> <Compile Include="Shell\IShellController.cs"/> <Compile Include="Shell\IShellItemController.cs"/> <Compile Include="Shell\IShellSectionController.cs"/> <Compile Include="Shell\MenuItemCollection.cs"/> <Compile Include="Shell\MenuShellItem.cs"/> <Compile Include="Shell\PresentationMode.cs"/> <Compile Include="Shell\QueryPropertyAttribute.cs"/> <Compile Include="Shell\RequestDefinition.cs"/> <Compile Include="Shell\RouteRequestBuilder.cs"/> <Compile Include="Shell\SearchHandler.cs"/> <Compile Include="Shell\Shell.cs"/> <Compile Include="Shell\ShellAppearance.cs"/> <Compile Include="Shell\ShellContent.cs"/> <Compile Include="Shell\ShellContentCollection.cs"/> <Compile Include="Shell\ShellElementCollection.cs"/> <Compile Include="Shell\ShellExtensions.cs"/> <Compile Include="Shell\ShellFlyoutItemsManager.cs"/> <Compile Include="Shell\ShellGroupItem.cs"/> <Compile Include="Shell\ShellItem.cs"/> <Compile Include="Shell\ShellItemCollection.cs"/> <Compile Include="Shell\ShellNavigatedEventArgs.cs"/> <Compile Include="Shell\ShellNavigatingDeferral.cs"/> <Compile Include="Shell\ShellNavigatingEventArgs.cs"/> <Compile Include="Shell\ShellNavigationManager.cs"/> <Compile Include="Shell\ShellNavigationParameters.cs"/> <Compile Include="Shell\ShellNavigationQueryParameters.cs"/> <Compile Include="Shell\ShellNavigationRequest.cs"/> <Compile Include="Shell\ShellNavigationSource.cs"/> <Compile Include="Shell\ShellNavigationState.cs"/> <Compile Include="Shell\ShellRouteParameters.cs"/> <Compile Include="Shell\ShellSection.cs"/> <Compile Include="Shell\ShellSectionCollection.cs"/> <Compile Include="Shell\ShellTemplatedViewManager.cs"/> <Compile Include="Shell\ShellUriHandler.cs"/> <Compile Include="Slider\Slider.cs"/> <Compile Include="SolidColorBrush.cs"/> <Compile Include="Span.cs"/> <Compile Include="StackOrientation.cs"/> <Compile Include="StateTrigger.cs"/> <Compile Include="StateTriggerBase.cs"/> <Compile Include="Stepper\Stepper.cs"/> <Compile Include="Stepper\Stepper.Mapper.cs"/> <Compile Include="StreamImageSource.cs"/> <Compile Include="StreamWrapper.cs"/> <Compile Include="Stretch.cs"/> <Compile Include="Style.cs"/> <Compile Include="StyleableElement\StyleableElement.cs"/> <Compile Include="StyleSheets\CharExtensions.cs"/> <Compile Include="StyleSheets\CssReader.cs"/> <Compile Include="StyleSheets\IStyleSelectable.cs"/> <Compile Include="StyleSheets\Selector.cs"/> <Compile Include="StyleSheets\Style.cs"/> <Compile Include="StyleSheets\StylePropertyAttribute.cs"/> <Compile Include="StyleSheets\StyleSheet.cs"/> <Compile Include="StyleSheets\StyleSheetExtensions.cs"/> <Compile Include="StyleSheets\StyleSheetServiceProvider.cs"/> <Compile Include="StyleSheets\TextReaderExtensions.cs"/> <Compile Include="SweepDirection.cs"/> <Compile Include="SwipeGestureRecognizer.cs"/> <Compile Include="SwipeView\SwipedEventArgs.cs"/> <Compile Include="SwipeView\SwipeEventArgs.cs"/> <Compile Include="SwipeView\SwipeItem.cs"/> <Compile Include="SwipeView\SwipeItems.cs"/> <Compile Include="SwipeView\SwipeItemView.cs"/> <Compile Include="SwipeView\SwipeView.cs"/> <Compile Include="SwipeView\SwipeView.Mapper.cs"/> <Compile Include="Switch\Switch.cs"/> <Compile Include="SynchronizedList.cs"/> <Compile Include="TabbedPage\TabbedPage.cs"/> <Compile Include="TabbedPage\TabbedPage.Mapper.cs"/> <Compile Include="TabbedPage\TabbedPage.Standard.cs"/> <Compile Include="TableView\ChildCollectionChangedEventArgs.cs"/> <Compile Include="TableView\TableIntent.cs"/> <Compile Include="TableView\TableModel.cs"/> <Compile Include="TableView\TableRoot.cs"/> <Compile Include="TableView\TableSection.cs"/> <Compile Include="TableView\TableSectionBase.cs"/> <Compile Include="TableView\TableView.cs"/> <Compile Include="TapGestureRecognizer.cs"/> <Compile Include="TappedEventArgs.cs"/> <Compile Include="TargetIdiom.cs"/> <Compile Include="TemplateBinding.cs"/> <Compile Include="TemplatedItemsList.cs"/> <Compile Include="TemplatedPage.cs"/> <Compile Include="TemplatedView\TemplatedView.cs"/> <Compile Include="TemplateExtensions.cs"/> <Compile Include="TemplateUtilities.cs"/> <Compile Include="TextAlignment.cs"/> <Compile Include="TextAlignmentElement.cs"/> <Compile Include="TextChangedEventArgs.cs"/> <Compile Include="TextElement.cs"/> <Compile Include="TimeChangedEventArgs.cs"/> <Compile Include="TimePicker\TimePicker.cs"/> <Compile Include="TimePicker\TimePicker.Mapper.cs"/> <Compile Include="TimePicker\TimePicker.Standard.cs"/> <Compile Include="TitleBar\TitleBar.cs"/> <Compile Include="ToggledEventArgs.cs"/> <Compile Include="Toolbar\Toolbar.cs"/> <Compile Include="Toolbar\Toolbar.Mapper.cs"/> <Compile Include="Toolbar\ToolbarElement.cs"/> <Compile Include="Toolbar\ToolbarItem.cs"/> <Compile Include="Toolbar\ToolbarItemEventArgs.cs"/> <Compile Include="Toolbar\ToolbarItemOrder.cs"/> <Compile Include="Toolbar\ToolbarTracker.cs"/> <Compile Include="ToolTipProperties.cs"/> <Compile Include="ToStringValueConverter.cs"/> <Compile Include="TrackableCollection.cs"/> <Compile Include="TrimmerConstants.cs"/> <Compile Include="Tweener.cs"/> <Compile Include="TypeConversionHelper.cs"/> <Compile Include="TypedBinding.cs"/> <Compile Include="TypeTypeConverter.cs"/> <Compile Include="UnsolvableConstraintsException.cs"/> <Compile Include="UriImageSource.cs"/> <Compile Include="UriTypeConverter.cs"/> <Compile Include="UrlWebViewSource.cs"/> <Compile Include="ValueChangedEventArgs.cs"/> <Compile Include="ViewExtensions.cs"/> <Compile Include="ViewState.cs"/> <Compile Include="View\View.cs"/> <Compile Include="VisibilityExtensions.cs"/> <Compile Include="VisualElement\VisualElement.cs"/> <Compile Include="VisualElement\VisualElement.Mapper.cs"/> <Compile Include="VisualElement\VisualElement.Standard.cs"/> <Compile Include="VisualElement\VisualElementChangedEventArgs.cs"/> <Compile Include="VisualElement\VisualElement_StyleSheet.cs"/> <Compile Include="VisualStateManager.cs"/> <Compile Include="Visuals\IVisual.cs"/> <Compile Include="Visuals\VisualAttribute.cs"/> <Compile Include="Visuals\VisualMarker.cs"/> <Compile Include="Visuals\VisualTypeConverter.cs"/> <Compile Include="WebView\PlatformWebViewProcessTerminatedEventArgs.cs"/> <Compile Include="WebView\WebNavigatedEventArgs.cs"/> <Compile Include="WebView\WebNavigatingEventArgs.cs"/> <Compile Include="WebView\WebNavigationEventArgs.cs"/> <Compile Include="WebView\WebView.cs"/> <Compile Include="WebView\WebView.Mapper.cs"/> <Compile Include="WebView\WebView.Standard.cs"/> <Compile Include="WebView\WebViewProcessTerminatedEventArgs.cs"/> <Compile Include="WebView\WebViewSource.cs"/> <Compile Include="WebView\WebViewSourceTypeConverter.cs"/> <Compile Include="Window\Window.cs"/> <Compile Include="Window\Window.Mapper.cs"/> <Compile Include="XamlParseException.cs"/> <Compile Include="Xaml\Diagnostics\BindablePropertyDiagnostics.cs"/> <Compile Include="Xaml\Diagnostics\BindingDiagnostics.cs"/> <Compile Include="Xaml\Diagnostics\BindingErrorEventArgs.cs"/> <Compile Include="Xaml\DoesNotInheritDataTypeAttribute.cs"/> <Compile Include="Xaml\IReferenceProvider.cs"/> <Compile Include="Xaml\TypeConversionExtensions.cs"/> <Compile Include="Xaml\ValueConverterProvider.cs"/> <Compile Include="Xaml\XamlResourceIdAttribute.cs"/> <Compile Include="XmlLineInfo.cs"/> <Compile Include="XmlnsDefinitionAttribute.cs"/> <Compile Include="XmlnsPrefixAttribute.cs"/> <Compile Include="..\..\..\..\artifacts\obj\Controls.Core\Debug\netstandard2.1\.NETStandard,Version=v2.1.AssemblyAttributes.cs" Link="artifacts\obj\Controls.Core\Debug\netstandard2.1\.NETStandard,Version=v2.1.AssemblyAttributes.cs"/> <Compile Include="..\..\..\..\artifacts\obj\Controls.Core\Debug\netstandard2.1\Controls.Core.AssemblyInfo.cs" Link="artifacts\obj\Controls.Core\Debug\netstandard2.1\Controls.Core.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="..\..\..\..\..\ref\775821ef33644516bcc34bbe29524439\Microsoft.Bcl.AsyncInterfaces.dll"/> <ReferencePath Include="..\..\..\..\..\ref\7ec431936bd348b88b374cff5cf356e5\Microsoft.Extensions.Configuration.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\f01be9536739447c9d668a923ed4bb54\Microsoft.Extensions.Configuration.dll"/> <ReferencePath Include="..\..\..\..\..\ref\23b1ddadcf924d37904b7ca8deeec6d6\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\7b14216f63854e17818b408a410a619e\Microsoft.Extensions.DependencyInjection.dll"/> <ReferencePath Include="..\..\..\..\..\ref\2f1f0ae494de47aab4837226a6b9cab5\Microsoft.Extensions.Logging.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\68f0b390f1914d50ab019cfab3c619f0\Microsoft.Extensions.Logging.dll"/> <ReferencePath Include="..\..\..\..\..\ref\b8588d9d642c499e84e511f37615d4b0\Microsoft.Extensions.Options.dll"/> <ReferencePath Include="..\..\..\..\..\ref\9b2e67b8728847feaf87dbbec3b289b4\Microsoft.Extensions.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\0bc5f935571e4227bbce456de9f15676\Microsoft.Maui.dll"/> <ReferencePath Include="..\..\..\..\..\ref\a5e81b7c6306458f8e1d557252b7d059\Microsoft.Maui.Essentials.dll"/> <ReferencePath Include="..\..\..\..\..\ref\280004fafbe04fef97b7a26809abab26\Microsoft.Maui.Graphics.dll"/> <ReferencePath Include="..\..\..\..\..\ref\2549a876ec2347a39567e2830a9258c9\Microsoft.Win32.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\9142350e27fd4abb825452765b93bad4\mscorlib.dll"/> <ReferencePath Include="..\..\..\..\..\ref\5a41d6b7189842eca409fd0b1c3e3dcf\netstandard.dll"/> <ReferencePath Include="..\..\..\..\..\ref\f2ab5c6c059d426ab55c8da4f448e4c6\System.AppContext.dll"/> <ReferencePath Include="..\..\..\..\..\ref\78879aeb902a4dd18849610481cc0070\System.Buffers.dll"/> <ReferencePath Include="..\..\..\..\..\ref\d25212825df5458fa4af95c6518fe119\System.Collections.Concurrent.dll"/> <ReferencePath Include="..\..\..\..\..\ref\6a4f5d0e31b447de8056ffd1b9d59632\System.Collections.dll"/> <ReferencePath Include="..\..\..\..\..\ref\8f179a06dda147fa9b8569ca4c5b7344\System.Collections.NonGeneric.dll"/> <ReferencePath Include="..\..\..\..\..\ref\f9218c26eca74526b8be836bf18aab56\System.Collections.Specialized.dll"/> <ReferencePath Include="..\..\..\..\..\ref\ffb96bfb5bd74fd0af1f76ee5c3b9ae6\System.ComponentModel.Annotations.dll"/> <ReferencePath Include="..\..\..\..\..\ref\5c511f7435434d178d84190527776550\System.ComponentModel.Composition.dll"/> <ReferencePath Include="..\..\..\..\..\ref\44f45d2a71b3470ca2c198eed29e666b\System.ComponentModel.dll"/> <ReferencePath Include="..\..\..\..\..\ref\b9479bcd039f446f8b848285bc95a1e2\System.ComponentModel.EventBasedAsync.dll"/> <ReferencePath Include="..\..\..\..\..\ref\5579f754cc6e4d5db16b5b77c6f719a1\System.ComponentModel.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\0e467b895c5a469381433ffcdc4d44cb\System.ComponentModel.TypeConverter.dll"/> <ReferencePath Include="..\..\..\..\..\ref\79fce38fa2b8441097400eae7af6ff3a\System.Console.dll"/> <ReferencePath Include="..\..\..\..\..\ref\47243bb6ee7c42a6b6e397af43b94e5a\System.Core.dll"/> <ReferencePath Include="..\..\..\..\..\ref\bd4870a49f404ed4afa724a7378a44a5\System.Data.Common.dll"/> <ReferencePath Include="..\..\..\..\..\ref\2ac7ffba5fb24da18d37250593124350\System.Data.dll"/> <ReferencePath Include="..\..\..\..\..\ref\17e59d057a1a46f5b5c6203b3864f806\System.Diagnostics.Contracts.dll"/> <ReferencePath Include="..\..\..\..\..\ref\713fc75350f7439c9b7aa67b8cbef063\System.Diagnostics.Debug.dll"/> <ReferencePath Include="..\..\..\..\..\ref\ae666f920a3e4a40bc12d734f8d09f0d\System.Diagnostics.DiagnosticSource.dll"/> <ReferencePath Include="..\..\..\..\..\ref\116590000e7c4f24894a71036ac89f57\System.Diagnostics.FileVersionInfo.dll"/> <ReferencePath Include="..\..\..\..\..\ref\2f0ac209b44b41e9bc9d4886614e141f\System.Diagnostics.Process.dll"/> <ReferencePath Include="..\..\..\..\..\ref\9fbc2b58d8ac46179c7391fb7fad382f\System.Diagnostics.StackTrace.dll"/> <ReferencePath Include="..\..\..\..\..\ref\0c0d077f85e14a1daa8e0c9b63c64d46\System.Diagnostics.TextWriterTraceListener.dll"/> <ReferencePath Include="..\..\..\..\..\ref\86cc4163710d4c90b497cae076347f3e\System.Diagnostics.Tools.dll"/> <ReferencePath Include="..\..\..\..\..\ref\93dbeef93b1049838119bb66e28b895f\System.Diagnostics.TraceSource.dll"/> <ReferencePath Include="..\..\..\..\..\ref\703e3532f9934b2897e27d78ccd84401\System.Diagnostics.Tracing.dll"/> <ReferencePath Include="..\..\..\..\..\ref\10445de11a1e406692f113352fff551d\System.dll"/> <ReferencePath Include="..\..\..\..\..\ref\67b862c30b3b4cc383a87bae9148d2fd\System.Drawing.dll"/> <ReferencePath Include="..\..\..\..\..\ref\9248ed3d02df4d90a90a6bbf6536d5f2\System.Drawing.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\851fca6653594d31813a360ce450d9f9\System.Dynamic.Runtime.dll"/> <ReferencePath Include="..\..\..\..\..\ref\25b71afcd54e4a6998369ba97f3d3a75\System.Globalization.Calendars.dll"/> <ReferencePath Include="..\..\..\..\..\ref\33efaea0573147a6abf031b9f7d0252a\System.Globalization.dll"/> <ReferencePath Include="..\..\..\..\..\ref\85a3bfcc46a045a18c491d0af1a647b8\System.Globalization.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\c2670a390e9f4596a0bce955d8782756\System.IO.Compression.dll"/> <ReferencePath Include="..\..\..\..\..\ref\86d8fd3ee7134b78821c889d6c8610bf\System.IO.Compression.FileSystem.dll"/> <ReferencePath Include="..\..\..\..\..\ref\9a262bbdde7445ddb41a3b8fc6516c38\System.IO.Compression.ZipFile.dll"/> <ReferencePath Include="..\..\..\..\..\ref\3f9b7ece301d485ea360eb7cce287c68\System.IO.dll"/> <ReferencePath Include="..\..\..\..\..\ref\b4e203c1413448498790587e44ef80e0\System.IO.FileSystem.dll"/> <ReferencePath Include="..\..\..\..\..\ref\59eb2465cdd84045bf6fe5e0b4f6b693\System.IO.FileSystem.DriveInfo.dll"/> <ReferencePath Include="..\..\..\..\..\ref\f3dc2f713ca3400e9b9ec4dc30310587\System.IO.FileSystem.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\8257700a2c54446ca540c750b85c233f\System.IO.FileSystem.Watcher.dll"/> <ReferencePath Include="..\..\..\..\..\ref\cab39c3d28584ffeaad030456ad160f4\System.IO.IsolatedStorage.dll"/> <ReferencePath Include="..\..\..\..\..\ref\d26308caba7c4b0cb6e52ba66e670b41\System.IO.MemoryMappedFiles.dll"/> <ReferencePath Include="..\..\..\..\..\ref\ab8ad0a6279246709763944888e2768d\System.IO.Pipelines.dll"/> <ReferencePath Include="..\..\..\..\..\ref\0bd82d09a38046da8f62c5d7b6fe77e8\System.IO.Pipes.dll"/> <ReferencePath Include="..\..\..\..\..\ref\9f7545fcffc34587af029c67bfbfe832\System.IO.UnmanagedMemoryStream.dll"/> <ReferencePath Include="..\..\..\..\..\ref\d6ca484822f64fbba6db97dab3e47930\System.Linq.dll"/> <ReferencePath Include="..\..\..\..\..\ref\450ad80097854737b5743bad887f6ea0\System.Linq.Expressions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\02d87ea159274f4eb36c5a19acfa2ab3\System.Linq.Parallel.dll"/> <ReferencePath Include="..\..\..\..\..\ref\de8c2e2bf0aa439195afdc25650e86e1\System.Linq.Queryable.dll"/> <ReferencePath Include="..\..\..\..\..\ref\7febf6cde7d647e1b88102ae151b14e9\System.Memory.dll"/> <ReferencePath Include="..\..\..\..\..\ref\fb3defeb5a8b4b128b5064929ad6d0db\System.Net.dll"/> <ReferencePath Include="..\..\..\..\..\ref\06359ecbecf94b3bba36e09e381c93f5\System.Net.Http.dll"/> <ReferencePath Include="..\..\..\..\..\ref\537efcf14b8746e6a4702050b6a9c58a\System.Net.NameResolution.dll"/> <ReferencePath Include="..\..\..\..\..\ref\fa7b66ac6e424a9a9b5c6cbc8dd6929c\System.Net.NetworkInformation.dll"/> <ReferencePath Include="..\..\..\..\..\ref\08c13bbd207841dc9c19cc4776102b90\System.Net.Ping.dll"/> <ReferencePath Include="..\..\..\..\..\ref\4eca17bccd0e468cb71b2a5c3d10c35e\System.Net.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\4c27fd5ee5e0410cbfa90bd4896ea514\System.Net.Requests.dll"/> <ReferencePath Include="..\..\..\..\..\ref\1cde5bdad0514b48a7bf2007ec49661b\System.Net.Security.dll"/> <ReferencePath Include="..\..\..\..\..\ref\5139b9250ba14a918cacd0db5eb3ec4b\System.Net.Sockets.dll"/> <ReferencePath Include="..\..\..\..\..\ref\bece4defbaf74d3da3660687838adb59\System.Net.WebHeaderCollection.dll"/> <ReferencePath Include="..\..\..\..\..\ref\385de4f0b81049fa9b179a72e8e29b90\System.Net.WebSockets.Client.dll"/> <ReferencePath Include="..\..\..\..\..\ref\0c1884112035488d852150534b0747c1\System.Net.WebSockets.dll"/> <ReferencePath Include="..\..\..\..\..\ref\81ed041f35c24df59f2a63f62343e868\System.Numerics.dll"/> <ReferencePath Include="..\..\..\..\..\ref\68851ed10d4d4f2c9a8ec48c44c0fee9\System.Numerics.Vectors.dll"/> <ReferencePath Include="..\..\..\..\..\ref\3b9bd7f81eb44bcaba199742c5a39136\System.ObjectModel.dll"/> <ReferencePath Include="..\..\..\..\..\ref\050f646c741c49608df70a16da8dba95\System.Reflection.DispatchProxy.dll"/> <ReferencePath Include="..\..\..\..\..\ref\9df3ad60aec743969f8203a6ba3b1044\System.Reflection.dll"/> <ReferencePath Include="..\..\..\..\..\ref\c95889789e8f4080a7a8129f693a5b0b\System.Reflection.Emit.dll"/> <ReferencePath Include="..\..\..\..\..\ref\0b5608cea8f34aefb26922e453136265\System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="..\..\..\..\..\ref\1468457c637b4402ad73b82d5ba9a2c7\System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="..\..\..\..\..\ref\423f26be9c9d42a9b84643dfe37847c9\System.Reflection.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\6a91c7bf658b415698dbc675f0e35d8c\System.Reflection.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\742d0d72d71749ab882f1eaf230f3f6a\System.Resources.Reader.dll"/> <ReferencePath Include="..\..\..\..\..\ref\1672cd08d6824d0f88301dc4aa4b0e49\System.Resources.ResourceManager.dll"/> <ReferencePath Include="..\..\..\..\..\ref\17a0da4c2ac14857a9f008cab2a0377b\System.Resources.Writer.dll"/> <ReferencePath Include="..\..\..\..\..\ref\a8391708f361428da4a845fb3e6b1001\System.Runtime.CompilerServices.Unsafe.dll"/> <ReferencePath Include="..\..\..\..\..\ref\132094afa0084a5cbb784dfa821d3b12\System.Runtime.CompilerServices.VisualC.dll"/> <ReferencePath Include="..\..\..\..\..\ref\f512e10a81a64e51adc2b6f3e25df20a\System.Runtime.dll"/> <ReferencePath Include="..\..\..\..\..\ref\a65133893ded4adfa711743a1a0720c1\System.Runtime.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\aabc294531ff4618914029cf80e94a64\System.Runtime.Handles.dll"/> <ReferencePath Include="..\..\..\..\..\ref\cb1c8c3c10384a4d946a5cd22578d18e\System.Runtime.InteropServices.dll"/> <ReferencePath Include="..\..\..\..\..\ref\3913073686744f94bc54762ed5caaf90\System.Runtime.InteropServices.RuntimeInformation.dll"/> <ReferencePath Include="..\..\..\..\..\ref\00a2880ef2fc49dfafc39e274eb4ad4b\System.Runtime.Numerics.dll"/> <ReferencePath Include="..\..\..\..\..\ref\edf606b6b8d74aa690e748b923041104\System.Runtime.Serialization.dll"/> <ReferencePath Include="..\..\..\..\..\ref\041aced249a44a20ac2e19e1135113ca\System.Runtime.Serialization.Formatters.dll"/> <ReferencePath Include="..\..\..\..\..\ref\10a238a103da4729ae8b5e533b9a7650\System.Runtime.Serialization.Json.dll"/> <ReferencePath Include="..\..\..\..\..\ref\cec29e3de793443c98045be3edaded52\System.Runtime.Serialization.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\99ea69f80cf64b4e96b6ac71ef3627f2\System.Runtime.Serialization.Xml.dll"/> <ReferencePath Include="..\..\..\..\..\ref\3faf2feabd3d4b668741190fe98b9ff0\System.Security.Claims.dll"/> <ReferencePath Include="..\..\..\..\..\ref\858de27f358742d7b25bc19a4fe82608\System.Security.Cryptography.Algorithms.dll"/> <ReferencePath Include="..\..\..\..\..\ref\64fc2c08cbb4405b965d51f5a4e0efbb\System.Security.Cryptography.Csp.dll"/> <ReferencePath Include="..\..\..\..\..\ref\d9fe0d1c3c9f4252b06d42c4bb4568fb\System.Security.Cryptography.Encoding.dll"/> <ReferencePath Include="..\..\..\..\..\ref\ebc764a5f881445f80fe0b624920cf28\System.Security.Cryptography.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\ref\32c17234d4bc4b099efead2aa875b16c\System.Security.Cryptography.X509Certificates.dll"/> <ReferencePath Include="..\..\..\..\..\ref\720d5a32555842aebfcd82c79fec1813\System.Security.Principal.dll"/> <ReferencePath Include="..\..\..\..\..\ref\95539f7317a34fdd87c34f6e1b350e31\System.Security.SecureString.dll"/> <ReferencePath Include="..\..\..\..\..\ref\d66255fbb00a4b08aa5bb409ba1a7006\System.ServiceModel.Web.dll"/> <ReferencePath Include="..\..\..\..\..\ref\52631679541b4f20b4f36a56463164aa\System.Text.Encoding.dll"/> <ReferencePath Include="..\..\..\..\..\ref\c443db18a8054115a45cf377e7cf6510\System.Text.Encoding.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\699b74d2fcd949c1975b9832c61d07c0\System.Text.Encodings.Web.dll"/> <ReferencePath Include="..\..\..\..\..\ref\8fe945afae2b4ac5ac318c6c50859bdb\System.Text.Json.dll"/> <ReferencePath Include="..\..\..\..\..\ref\9ee547f12f9b4101bb4652b3777f45fd\System.Text.RegularExpressions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\fa8138d9eb97463f8cf922d9dc3047c9\System.Threading.dll"/> <ReferencePath Include="..\..\..\..\..\ref\a3f7ca171acc44f19725004611370d8a\System.Threading.Overlapped.dll"/> <ReferencePath Include="..\..\..\..\..\ref\d93ec6fcd5054cd39872d0c8e3e9be52\System.Threading.Tasks.dll"/> <ReferencePath Include="..\..\..\..\..\ref\bf423844bb9b4f6785056154dd8dc5d3\System.Threading.Tasks.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\dcc0a59a078042e093cade6afd2af0bc\System.Threading.Tasks.Parallel.dll"/> <ReferencePath Include="..\..\..\..\..\ref\5a6716dabb5d452287fe1b3ed998192f\System.Threading.Thread.dll"/> <ReferencePath Include="..\..\..\..\..\ref\b2e0f9e094704d40a3bf114fe1d1b66a\System.Threading.ThreadPool.dll"/> <ReferencePath Include="..\..\..\..\..\ref\aca500afeefa489d807986c473663923\System.Threading.Timer.dll"/> <ReferencePath Include="..\..\..\..\..\ref\31996035b577434a80b0347b7f29ad15\System.Transactions.dll"/> <ReferencePath Include="..\..\..\..\..\ref\7b0c994b8c16462ea98f5f4ce093d151\System.ValueTuple.dll"/> <ReferencePath Include="..\..\..\..\..\ref\ffabc55bd55c41d9a34546c8e211a93f\System.Web.dll"/> <ReferencePath Include="..\..\..\..\..\ref\08d3b53396564b269a7954c3fb52fca1\System.Windows.dll"/> <ReferencePath Include="..\..\..\..\..\ref\0fbd000e070b48c988cb598fe6722637\System.Xml.dll"/> <ReferencePath Include="..\..\..\..\..\ref\14611aedb5f843f88c089b57d19eb44b\System.Xml.Linq.dll"/> <ReferencePath Include="..\..\..\..\..\ref\7233ed48d35a437a9560b6c4ab30132d\System.Xml.ReaderWriter.dll"/> <ReferencePath Include="..\..\..\..\..\ref\29ecaec50b7f4d2492d53009b1f36270\System.Xml.Serialization.dll"/> <ReferencePath Include="..\..\..\..\..\ref\76e02d8069094839bb590767549374d0\System.Xml.XDocument.dll"/> <ReferencePath Include="..\..\..\..\..\ref\277ab3a74b604d78a7ebf46b605f46ad\System.Xml.XmlDocument.dll"/> <ReferencePath Include="..\..\..\..\..\ref\51e8bc57eedd49929ebb627b17356847\System.Xml.XmlSerializer.dll"/> <ReferencePath Include="..\..\..\..\..\ref\808a2cc40f0143cea44c5599c59e274a\System.Xml.XPath.dll"/> <ReferencePath Include="..\..\..\..\..\ref\530dcb03cade4e7eb0296866b3bc72e1\System.Xml.XPath.XDocument.dll"/> </ItemGroup> </Project>