зеркало из https://github.com/DeGsoft/maui-linux.git
484 строки
22 KiB
XML
484 строки
22 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{57B8B73D-C3B5-4C42-869E-7B2F17D354AC}</ProjectGuid>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Xamarin.Forms</RootNamespace>
|
|
<AssemblyName>Xamarin.Forms.Core</AssemblyName>
|
|
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Turkey\</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AbsoluteLayoutFlags.cs" />
|
|
<Compile Include="Accessibility.cs" />
|
|
<Compile Include="ActionSheetArguments.cs" />
|
|
<Compile Include="AlertArguments.cs" />
|
|
<Compile Include="AnimatableKey.cs" />
|
|
<Compile Include="Application.cs" />
|
|
<Compile Include="Aspect.cs" />
|
|
<Compile Include="BackButtonPressedEventArgs.cs" />
|
|
<Compile Include="BaseMenuItem.cs" />
|
|
<Compile Include="BindablePropertyConverter.cs" />
|
|
<Compile Include="BindingMode.cs" />
|
|
<Compile Include="BindingTypeConverter.cs" />
|
|
<Compile Include="BoundsConstraint.cs" />
|
|
<Compile Include="BoundsTypeConverter.cs" />
|
|
<Compile Include="CastingEnumerator.cs" />
|
|
<Compile Include="Cells\EntryCell.cs" />
|
|
<Compile Include="Cells\ICellController.cs" />
|
|
<Compile Include="Cells\IEntryCellController.cs" />
|
|
<Compile Include="Cells\ImageCell.cs" />
|
|
<Compile Include="Cells\INativeElementView.cs" />
|
|
<Compile Include="ChatKeyboard.cs" />
|
|
<Compile Include="ChildCollectionChangedEventArgs.cs" />
|
|
<Compile Include="CollectionSynchronizationCallback.cs" />
|
|
<Compile Include="CollectionSynchronizationContext.cs" />
|
|
<Compile Include="ColorTypeConverter.cs" />
|
|
<Compile Include="ColumnDefinition.cs" />
|
|
<Compile Include="ColumnDefinitionCollection.cs" />
|
|
<Compile Include="Constraint.cs" />
|
|
<Compile Include="ConstraintExpression.cs" />
|
|
<Compile Include="ConstraintType.cs" />
|
|
<Compile Include="ConstraintTypeConverter.cs" />
|
|
<Compile Include="ContentPresenter.cs" />
|
|
<Compile Include="ControlTemplate.cs" />
|
|
<Compile Include="CustomKeyboard.cs" />
|
|
<Compile Include="DataTemplateExtensions.cs" />
|
|
<Compile Include="DataTemplateSelector.cs" />
|
|
<Compile Include="DateChangedEventArgs.cs" />
|
|
<Compile Include="DelegateLogListener.cs" />
|
|
<Compile Include="IEditorController.cs" />
|
|
<Compile Include="IGridController.cs" />
|
|
<Compile Include="IWebViewController.cs" />
|
|
<Compile Include="INavigationMenuController.cs" />
|
|
<Compile Include="Internals\EffectUtilities.cs" />
|
|
<Compile Include="EnumerableExtensions.cs" />
|
|
<Compile Include="IMultiPageController.cs" />
|
|
<Compile Include="LockableObservableListWrapper.cs" />
|
|
<Compile Include="PlatformConfiguration\AndroidSpecific\AppCompat\Application.cs" />
|
|
<Compile Include="PlatformConfiguration\AndroidSpecific\Application.cs" />
|
|
<Compile Include="PlatformConfiguration\AndroidSpecific\TabbedPage.cs" />
|
|
<Compile Include="PlatformConfiguration\ExtensionPoints.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\BlurEffectStyle.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\Entry.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\NavigationPage.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\ScrollView.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\Picker.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\StatusBarTextColorMode.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\Page.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\StatusBarHiddenMode.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\UIStatusBarAnimation.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\UpdateMode.cs" />
|
|
<Compile Include="PlatformConfiguration\iOSSpecific\VisualElement.cs" />
|
|
<Compile Include="PlatformConfiguration\WindowsSpecific\MasterDetailPage.cs" />
|
|
<Compile Include="PlatformConfiguration\WindowsSpecific\CollapseStyle.cs" />
|
|
<Compile Include="Configuration.cs" />
|
|
<Compile Include="IConfigElement.cs" />
|
|
<Compile Include="IConfigPlatform.cs" />
|
|
<Compile Include="IElementConfiguration.cs" />
|
|
<Compile Include="IPlatformElementConfiguration.cs" />
|
|
<Compile Include="PlatformConfigurationRegistry.cs" />
|
|
<Compile Include="IFontElement.cs" />
|
|
<Compile Include="DependencyAttribute.cs" />
|
|
<Compile Include="DependencyFetchTarget.cs" />
|
|
<Compile Include="DeviceOrientation.cs" />
|
|
<Compile Include="DeviceOrientationExtensions.cs" />
|
|
<Compile Include="Effect.cs" />
|
|
<Compile Include="ElementEventArgs.cs" />
|
|
<Compile Include="ElementTemplate.cs" />
|
|
<Compile Include="EmailKeyboard.cs" />
|
|
<Compile Include="IListProxy.cs" />
|
|
<Compile Include="IMenuItemController.cs" />
|
|
<Compile Include="IEntryController.cs" />
|
|
<Compile Include="IImageController.cs" />
|
|
<Compile Include="INavigationPageController.cs" />
|
|
<Compile Include="IMasterDetailPageController.cs" />
|
|
<Compile Include="Internals\EvalRequested.cs" />
|
|
<Compile Include="ExportEffectAttribute.cs" />
|
|
<Compile Include="ExpressionSearch.cs" />
|
|
<Compile Include="FileAccess.cs" />
|
|
<Compile Include="FileImageSourceConverter.cs" />
|
|
<Compile Include="FileMode.cs" />
|
|
<Compile Include="FileShare.cs" />
|
|
<Compile Include="FontAttributes.cs" />
|
|
<Compile Include="FontSizeConverter.cs" />
|
|
<Compile Include="FontTypeConverter.cs" />
|
|
<Compile Include="GestureRecognizer.cs" />
|
|
<Compile Include="GridLength.cs" />
|
|
<Compile Include="GridLengthTypeConverter.cs" />
|
|
<Compile Include="GridUnitType.cs" />
|
|
<Compile Include="HandlerAttribute.cs" />
|
|
<Compile Include="HtmlWebViewSource.cs" />
|
|
<Compile Include="IButtonController.cs" />
|
|
<Compile Include="IControlTemplated.cs" />
|
|
<Compile Include="IDefinition.cs" />
|
|
<Compile Include="IEffectControlProvider.cs" />
|
|
<Compile Include="IElementController.cs" />
|
|
<Compile Include="IExpressionSearch.cs" />
|
|
<Compile Include="IExtendedTypeConverter.cs" />
|
|
<Compile Include="IGestureRecognizer.cs" />
|
|
<Compile Include="IItemsView.cs" />
|
|
<Compile Include="IItemViewController.cs" />
|
|
<Compile Include="ILayoutController.cs" />
|
|
<Compile Include="IListViewController.cs" />
|
|
<Compile Include="ImageSourceConverter.cs" />
|
|
<Compile Include="INavigation.cs" />
|
|
<Compile Include="InvalidationEventArgs.cs" />
|
|
<Compile Include="Internals\InvalidationTrigger.cs" />
|
|
<Compile Include="InvalidNavigationException.cs" />
|
|
<Compile Include="IOpenGlViewController.cs" />
|
|
<Compile Include="IPageController.cs" />
|
|
<Compile Include="IPanGestureController.cs" />
|
|
<Compile Include="IPinchGestureController.cs" />
|
|
<Compile Include="IPlatform.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="ITableModel.cs" />
|
|
<Compile Include="ITableViewController.cs" />
|
|
<Compile Include="ITemplatedItemsList.cs" />
|
|
<Compile Include="ITemplatedItemsListScrollToRequestedEventArgs.cs" />
|
|
<Compile Include="ITemplatedItemsView.cs" />
|
|
<Compile Include="ISearchBarController.cs" />
|
|
<Compile Include="IStreamImageSource.cs" />
|
|
<Compile Include="ItemTappedEventArgs.cs" />
|
|
<Compile Include="ItemVisibilityEventArgs.cs" />
|
|
<Compile Include="IValueConverterProvider.cs" />
|
|
<Compile Include="IValueProvider.cs" />
|
|
<Compile Include="IViewController.cs" />
|
|
<Compile Include="IVisualElementController.cs" />
|
|
<Compile Include="IWebViewDelegate.cs" />
|
|
<Compile Include="IXamlTypeResolver.cs" />
|
|
<Compile Include="IXmlLineInfoProvider.cs" />
|
|
<Compile Include="KeyboardFlags.cs" />
|
|
<Compile Include="KeyboardTypeConverter.cs" />
|
|
<Compile Include="LayoutAlignment.cs" />
|
|
<Compile Include="LayoutAlignmentExtensions.cs" />
|
|
<Compile Include="LayoutConstraint.cs" />
|
|
<Compile Include="LayoutExpandFlag.cs" />
|
|
<Compile Include="LayoutOptionsConverter.cs" />
|
|
<Compile Include="ListViewCachingStrategy.cs" />
|
|
<Compile Include="LockingSemaphore.cs" />
|
|
<Compile Include="Log.cs" />
|
|
<Compile Include="LogListener.cs" />
|
|
<Compile Include="MasterBehavior.cs" />
|
|
<Compile Include="MeasureFlags.cs" />
|
|
<Compile Include="MenuItem.cs" />
|
|
<Compile Include="ModalEventArgs.cs" />
|
|
<Compile Include="ModalPoppedEventArgs.cs" />
|
|
<Compile Include="ModalPoppingEventArgs.cs" />
|
|
<Compile Include="ModalPushedEventArgs.cs" />
|
|
<Compile Include="ModalPushingEventArgs.cs" />
|
|
<Compile Include="NavigationEventArgs.cs" />
|
|
<Compile Include="NavigationModel.cs" />
|
|
<Compile Include="Internals\NavigationRequestedEventArgs.cs" />
|
|
<Compile Include="Internals\NotifyCollectionChangedEventArgsEx.cs" />
|
|
<Compile Include="Internals\NotifyCollectionChangedEventArgsExtensions.cs" />
|
|
<Compile Include="NullEffect.cs" />
|
|
<Compile Include="NumericKeyboard.cs" />
|
|
<Compile Include="ObservableList.cs" />
|
|
<Compile Include="OrderedDictionary.cs" />
|
|
<Compile Include="PanGestureRecognizer.cs" />
|
|
<Compile Include="PanUpdatedEventArgs.cs" />
|
|
<Compile Include="Performance.cs" />
|
|
<Compile Include="PinchGestureUpdatedEventArgs.cs" />
|
|
<Compile Include="PlatformConfiguration\WindowsSpecific\Page.cs" />
|
|
<Compile Include="PlatformConfiguration\WindowsSpecific\ToolbarPlacement.cs" />
|
|
<Compile Include="PlatformEffect.cs" />
|
|
<Compile Include="PointTypeConverter.cs" />
|
|
<Compile Include="Internals\PreserveAttribute.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="BindableObject.cs" />
|
|
<Compile Include="BindableObjectExtensions.cs" />
|
|
<Compile Include="BindableProperty.cs" />
|
|
<Compile Include="Binding.cs" />
|
|
<Compile Include="BindingBase.cs" />
|
|
<Compile Include="BindingBaseExtensions.cs" />
|
|
<Compile Include="BindingExpression.cs" />
|
|
<Compile Include="Properties\GlobalAssemblyInfo.cs" />
|
|
<Compile Include="PropertyChangingEventArgs.cs" />
|
|
<Compile Include="IValueConverter.cs" />
|
|
<Compile Include="PropertyChangingEventHandler.cs" />
|
|
<Compile Include="ReadOnlyCastingList.cs" />
|
|
<Compile Include="ReadOnlyListAdapter.cs" />
|
|
<Compile Include="RectangleTypeConverter.cs" />
|
|
<Compile Include="Registrar.cs" />
|
|
<Compile Include="RenderWithAttribute.cs" />
|
|
<Compile Include="ResolutionGroupNameAttribute.cs" />
|
|
<Compile Include="ResourcesChangedEventArgs.cs" />
|
|
<Compile Include="ResourcesExtensions.cs" />
|
|
<Compile Include="RoutingEffect.cs" />
|
|
<Compile Include="RowDefinition.cs" />
|
|
<Compile Include="RowDefinitionCollection.cs" />
|
|
<Compile Include="ScrollOrientation.cs" />
|
|
<Compile Include="ScrollToMode.cs" />
|
|
<Compile Include="ScrollToPosition.cs" />
|
|
<Compile Include="SelectedItemChangedEventArgs.cs" />
|
|
<Compile Include="SelectedPositionChangedEventArgs.cs" />
|
|
<Compile Include="SeparatorMenuItem.cs" />
|
|
<Compile Include="SeparatorVisibility.cs" />
|
|
<Compile Include="SizeRequest.cs" />
|
|
<Compile Include="Span.cs" />
|
|
<Compile Include="StackOrientation.cs" />
|
|
<Compile Include="StreamWrapper.cs" />
|
|
<Compile Include="SynchronizedList.cs" />
|
|
<Compile Include="TableIntent.cs" />
|
|
<Compile Include="TableRoot.cs" />
|
|
<Compile Include="TableSectionBase.cs" />
|
|
<Compile Include="TapGestureRecognizer.cs" />
|
|
<Compile Include="TelephoneKeyboard.cs" />
|
|
<Compile Include="TemplateBinding.cs" />
|
|
<Compile Include="TemplatedItemsList.cs" />
|
|
<Compile Include="Internals\CellExtensions.cs" />
|
|
<Compile Include="TemplatedPage.cs" />
|
|
<Compile Include="TemplatedView.cs" />
|
|
<Compile Include="TemplateUtilities.cs" />
|
|
<Compile Include="TextChangedEventArgs.cs" />
|
|
<Compile Include="TextKeyboard.cs" />
|
|
<Compile Include="ThicknessTypeConverter.cs" />
|
|
<Compile Include="Internals\Ticker.cs" />
|
|
<Compile Include="ToggledEventArgs.cs" />
|
|
<Compile Include="ToolbarItemEventArgs.cs" />
|
|
<Compile Include="ToolbarItemOrder.cs" />
|
|
<Compile Include="TrackableCollection.cs" />
|
|
<Compile Include="TypeConverterAttribute.cs" />
|
|
<Compile Include="TypeConverter.cs" />
|
|
<Compile Include="ReflectionExtensions.cs" />
|
|
<Compile Include="Device.cs" />
|
|
<Compile Include="TargetPlatform.cs" />
|
|
<Compile Include="TargetIdiom.cs" />
|
|
<Compile Include="UnsolvableConstraintsException.cs" />
|
|
<Compile Include="UrlKeyboard.cs" />
|
|
<Compile Include="UrlWebViewSource.cs" />
|
|
<Compile Include="ValueChangedEventArgs.cs" />
|
|
<Compile Include="Vec2.cs" />
|
|
<Compile Include="View.cs" />
|
|
<Compile Include="IElement.cs" />
|
|
<Compile Include="IAnimatable.cs" />
|
|
<Compile Include="Easing.cs" />
|
|
<Compile Include="NavigationProxy.cs" />
|
|
<Compile Include="NavigationPage.cs" />
|
|
<Compile Include="Page.cs" />
|
|
<Compile Include="LayoutOptions.cs" />
|
|
<Compile Include="CarouselPage.cs" />
|
|
<Compile Include="Rectangle.cs" />
|
|
<Compile Include="Color.cs" />
|
|
<Compile Include="ResourceDictionary.cs" />
|
|
<Compile Include="EventArg.cs" />
|
|
<Compile Include="Size.cs" />
|
|
<Compile Include="GestureState.cs" />
|
|
<Compile Include="Point.cs" />
|
|
<Compile Include="Thickness.cs" />
|
|
<Compile Include="ToolbarItem.cs" />
|
|
<Compile Include="ContentPropertyAttribute.cs" />
|
|
<Compile Include="MessagingCenter.cs" />
|
|
<Compile Include="Cells\Cell.cs" />
|
|
<Compile Include="Cells\SwitchCell.cs" />
|
|
<Compile Include="Cells\TextCell.cs" />
|
|
<Compile Include="Cells\ViewCell.cs" />
|
|
<Compile Include="ListView.cs" />
|
|
<Compile Include="TableView.cs" />
|
|
<Compile Include="ItemsView.cs" />
|
|
<Compile Include="TableModel.cs" />
|
|
<Compile Include="TableSection.cs" />
|
|
<Compile Include="DataTemplate.cs" />
|
|
<Compile Include="ListProxy.cs" />
|
|
<Compile Include="AbsoluteLayout.cs" />
|
|
<Compile Include="ActivityIndicator.cs" />
|
|
<Compile Include="BoxView.cs" />
|
|
<Compile Include="Button.cs" />
|
|
<Compile Include="Command.cs" />
|
|
<Compile Include="ContentView.cs" />
|
|
<Compile Include="DatePicker.cs" />
|
|
<Compile Include="DependencyService.cs" />
|
|
<Compile Include="Editor.cs" />
|
|
<Compile Include="Entry.cs" />
|
|
<Compile Include="Frame.cs" />
|
|
<Compile Include="Image.cs" />
|
|
<Compile Include="UriImageSource.cs" />
|
|
<Compile Include="IMarkupExtension.cs" />
|
|
<Compile Include="InputView.cs" />
|
|
<Compile Include="Keyboard.cs" />
|
|
<Compile Include="Label.cs" />
|
|
<Compile Include="LineBreakMode.cs" />
|
|
<Compile Include="MasterDetailPage.cs" />
|
|
<Compile Include="NavigationMenu.cs" />
|
|
<Compile Include="OpenGLView.cs" />
|
|
<Compile Include="ProgressBar.cs" />
|
|
<Compile Include="RelativeLayout.cs" />
|
|
<Compile Include="ScrollView.cs" />
|
|
<Compile Include="SearchBar.cs" />
|
|
<Compile Include="Slider.cs" />
|
|
<Compile Include="StackLayout.cs" />
|
|
<Compile Include="Stepper.cs" />
|
|
<Compile Include="Switch.cs" />
|
|
<Compile Include="TabbedPage.cs" />
|
|
<Compile Include="TemplateExtensions.cs" />
|
|
<Compile Include="TimePicker.cs" />
|
|
<Compile Include="Internals\ToolbarTracker.cs" />
|
|
<Compile Include="ViewExtensions.cs" />
|
|
<Compile Include="ViewState.cs" />
|
|
<Compile Include="WeakEventManager.cs" />
|
|
<Compile Include="WeakReferenceExtensions.cs" />
|
|
<Compile Include="WebNavigatedEventArgs.cs" />
|
|
<Compile Include="WebNavigatingEventArgs.cs" />
|
|
<Compile Include="WebNavigationEvent.cs" />
|
|
<Compile Include="WebNavigationEventArgs.cs" />
|
|
<Compile Include="WebNavigationResult.cs" />
|
|
<Compile Include="WebView.cs" />
|
|
<Compile Include="Animation.cs" />
|
|
<Compile Include="AnimationExtensions.cs" />
|
|
<Compile Include="Tweener.cs" />
|
|
<Compile Include="IPlatformServices.cs" />
|
|
<Compile Include="UriTypeConverter.cs" />
|
|
<Compile Include="IIsolatedStorageFile.cs" />
|
|
<Compile Include="Grid.cs" />
|
|
<Compile Include="GridCalc.cs" />
|
|
<Compile Include="DefinitionCollection.cs" />
|
|
<Compile Include="Element.cs" />
|
|
<Compile Include="ObservableWrapper.cs" />
|
|
<Compile Include="ElementCollection.cs" />
|
|
<Compile Include="IViewContainer.cs" />
|
|
<Compile Include="Layout.cs" />
|
|
<Compile Include="ContentPage.cs" />
|
|
<Compile Include="IPageContainer.cs" />
|
|
<Compile Include="MultiPage.cs" />
|
|
<Compile Include="ILayout.cs" />
|
|
<Compile Include="FocusEventArgs.cs" />
|
|
<Compile Include="VisualElement.cs" />
|
|
<Compile Include="NameScopeExtensions.cs" />
|
|
<Compile Include="NamedSize.cs" />
|
|
<Compile Include="TextAlignment.cs" />
|
|
<Compile Include="Font.cs" />
|
|
<Compile Include="Picker.cs" />
|
|
<Compile Include="NumericExtensions.cs" />
|
|
<Compile Include="BindablePropertyKey.cs" />
|
|
<Compile Include="ImageSource.cs" />
|
|
<Compile Include="FileImageSource.cs" />
|
|
<Compile Include="StreamImageSource.cs" />
|
|
<Compile Include="OnPlatform.cs" />
|
|
<Compile Include="OnIdiom.cs" />
|
|
<Compile Include="TappedEventArgs.cs" />
|
|
<Compile Include="FormattedString.cs" />
|
|
<Compile Include="Interactivity\Behavior.cs" />
|
|
<Compile Include="Interactivity\IAttachedObject.cs" />
|
|
<Compile Include="Interactivity\AttachedCollection.cs" />
|
|
<Compile Include="Interactivity\TriggerAction.cs" />
|
|
<Compile Include="Interactivity\EventTrigger.cs" />
|
|
<Compile Include="Interactivity\TriggerBase.cs" />
|
|
<Compile Include="Interactivity\Trigger.cs" />
|
|
<Compile Include="Setter.cs" />
|
|
<Compile Include="Style.cs" />
|
|
<Compile Include="ParameterAttribute.cs" />
|
|
<Compile Include="TypeTypeConverter.cs" />
|
|
<Compile Include="SettersExtensions.cs" />
|
|
<Compile Include="IDeserializer.cs" />
|
|
<Compile Include="ISystemResourcesProvider.cs" />
|
|
<Compile Include="Interactivity\DataTrigger.cs" />
|
|
<Compile Include="Interactivity\Condition.cs" />
|
|
<Compile Include="Interactivity\BindingCondition.cs" />
|
|
<Compile Include="Interactivity\PropertyCondition.cs" />
|
|
<Compile Include="Interactivity\MultiTrigger.cs" />
|
|
<Compile Include="Interactivity\MultiCondition.cs" />
|
|
<Compile Include="DeviceInfo.cs" />
|
|
<Compile Include="WebViewSource.cs" />
|
|
<Compile Include="WebViewSourceTypeConverter.cs" />
|
|
<Compile Include="XamlParseException.cs" />
|
|
<Compile Include="ScrolledEventArgs.cs" />
|
|
<Compile Include="ScrollToRequestedEventArgs.cs" />
|
|
<Compile Include="XmlLineInfo.cs" />
|
|
<Compile Include="GestureStatus.cs" />
|
|
<Compile Include="Internals\INameScope.cs" />
|
|
<Compile Include="Internals\NameScope.cs" />
|
|
<Compile Include="Internals\IDataTemplate.cs" />
|
|
<Compile Include="Internals\IDynamicResourceHandler.cs" />
|
|
<Compile Include="Internals\DynamicResource.cs" />
|
|
<Compile Include="PinchGestureRecognizer.cs" />
|
|
<Compile Include="IStyle.cs" />
|
|
<Compile Include="MergedStyle.cs" />
|
|
<Compile Include="IAppLinks.cs" />
|
|
<Compile Include="IAppLinkEntry.cs" />
|
|
<Compile Include="AppLinkEntry.cs" />
|
|
<Compile Include="IApplicationController.cs" />
|
|
<Compile Include="IAppIndexingProvider.cs" />
|
|
<Compile Include="ListStringTypeConverter.cs" />
|
|
<Compile Include="PoppedToRootEventArgs.cs" />
|
|
<Compile Include="NativeBindingHelpers.cs" />
|
|
<Compile Include="INativeValueConverterService.cs" />
|
|
<Compile Include="INativeBindingService.cs" />
|
|
<Compile Include="ProvideCompiledAttribute.cs" />
|
|
<Compile Include="TypedBinding.cs" />
|
|
<Compile Include="XmlnsDefinitionAttribute.cs" />
|
|
<Compile Include="PlatformConfiguration\macOSSpecific\TabbedPage.cs" />
|
|
<Compile Include="PlatformConfiguration\macOSSpecific\TabsStyle.cs" />
|
|
<Compile Include="FontElement.cs" />
|
|
<Compile Include="PlatformConfiguration\AndroidSpecific\ListView.cs" />
|
|
<Compile Include="ITextElement.cs" />
|
|
<Compile Include="TextElement.cs" />
|
|
<Compile Include="Internals\ResourceLoader.cs" />
|
|
<Compile Include="Xaml\TypeConversionExtensions.cs" />
|
|
<Compile Include="Xaml\ValueConverterProvider.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xamarin.Forms.Platform\Xamarin.Forms.Platform.csproj">
|
|
<Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
|
|
<Name>Xamarin.Forms.Platform</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<Folder Include="Xaml\" />
|
|
</ItemGroup>
|
|
</Project>
|