|
|
|
@ -1,7 +1,6 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard1.1</TargetFramework> |
|
|
|
<EnableDefaultCompileItems>False</EnableDefaultCompileItems> |
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
@ -30,176 +29,6 @@ |
|
|
|
<Compile Include="..\Shared\SharedAssemblyInfo.cs"> |
|
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="AppBuilderBase.cs" /> |
|
|
|
<Compile Include="Application.cs" /> |
|
|
|
<Compile Include="Classes.cs" /> |
|
|
|
<Compile Include="ContextMenu.cs" /> |
|
|
|
<Compile Include="Design.cs" /> |
|
|
|
<Compile Include="DockPanel.cs" /> |
|
|
|
<Compile Include="Expander.cs" /> |
|
|
|
<Compile Include="Generators\ItemContainerInfo.cs" /> |
|
|
|
<Compile Include="Generators\MenuItemContainerGenerator.cs" /> |
|
|
|
<Compile Include="Generators\TreeContainerIndex.cs" /> |
|
|
|
<Compile Include="HotkeyManager.cs" /> |
|
|
|
<Compile Include="IApplicationLifecycle.cs" /> |
|
|
|
<Compile Include="IScrollable.cs" /> |
|
|
|
<Compile Include="Platform\IWindowBaseImpl.cs" /> |
|
|
|
<Compile Include="Platform\Surfaces\IFramebufferPlatformSurface.cs" /> |
|
|
|
<Compile Include="PointEventArgs.cs" /> |
|
|
|
<Compile Include="Embedding\EmbeddableControlRoot.cs" /> |
|
|
|
<Compile Include="Platform\IEmbeddableWindowImpl.cs" /> |
|
|
|
<Compile Include="Platform\ExportAvaloniaModuleAttribute.cs" /> |
|
|
|
<Compile Include="Platform\ExportWindowingSubsystemAttribute.cs" /> |
|
|
|
<Compile Include="WindowBase.cs" /> |
|
|
|
<Compile Include="WindowIcon.cs" /> |
|
|
|
<Compile Include="IPseudoClasses.cs" /> |
|
|
|
<Compile Include="DropDownItem.cs" /> |
|
|
|
<Compile Include="ISetInheritanceParent.cs" /> |
|
|
|
<Compile Include="ItemVirtualizationMode.cs" /> |
|
|
|
<Compile Include="IVirtualizingController.cs" /> |
|
|
|
<Compile Include="IVirtualizingPanel.cs" /> |
|
|
|
<Compile Include="LayoutTransformControl.cs" /> |
|
|
|
<Compile Include="Mixins\ContentControlMixin.cs" /> |
|
|
|
<Compile Include="Platform\IWindowIconImpl.cs" /> |
|
|
|
<Compile Include="Platform\IPlatformIconLoader.cs" /> |
|
|
|
<Compile Include="Platform\IWindowingPlatform.cs" /> |
|
|
|
<Compile Include="Platform\PlatformManager.cs" /> |
|
|
|
<Compile Include="Presenters\IContentPresenterHost.cs" /> |
|
|
|
<Compile Include="Presenters\IItemsPresenterHost.cs" /> |
|
|
|
<Compile Include="Presenters\ItemsPresenterBase.cs" /> |
|
|
|
<Compile Include="Presenters\ItemVirtualizerNone.cs" /> |
|
|
|
<Compile Include="Presenters\ItemVirtualizerSimple.cs" /> |
|
|
|
<Compile Include="Presenters\ItemVirtualizer.cs" /> |
|
|
|
<Compile Include="Primitives\HeaderedSelectingControl.cs" /> |
|
|
|
<Compile Include="Primitives\ILogicalScrollable.cs" /> |
|
|
|
<Compile Include="Primitives\TabStripItem.cs" /> |
|
|
|
<Compile Include="Primitives\TemplateAppliedEventArgs.cs" /> |
|
|
|
<Compile Include="SelectionChangedEventArgs.cs" /> |
|
|
|
<Compile Include="SelectionMode.cs" /> |
|
|
|
<Compile Include="Separator.cs" /> |
|
|
|
<Compile Include="Shapes\Line.cs" /> |
|
|
|
<Compile Include="Shapes\Polygon.cs" /> |
|
|
|
<Compile Include="Shapes\Polyline.cs" /> |
|
|
|
<Compile Include="Slider.cs" /> |
|
|
|
<Compile Include="SystemDialog.cs" /> |
|
|
|
<Compile Include="Generators\ITreeItemContainerGenerator.cs" /> |
|
|
|
<Compile Include="Generators\ItemContainerEventArgs.cs" /> |
|
|
|
<Compile Include="IContentControl.cs" /> |
|
|
|
<Compile Include="IControl.cs" /> |
|
|
|
<Compile Include="IPanel.cs" /> |
|
|
|
<Compile Include="ISetLogicalParent.cs" /> |
|
|
|
<Compile Include="MenuItemAccessKeyHandler.cs" /> |
|
|
|
<Compile Include="Mixins\SelectableMixin.cs" /> |
|
|
|
<Compile Include="Platform\ISystemDialogImpl.cs" /> |
|
|
|
<Compile Include="Presenters\IContentPresenter.cs" /> |
|
|
|
<Compile Include="Primitives\AccessText.cs" /> |
|
|
|
<Compile Include="Border.cs" /> |
|
|
|
<Compile Include="MenuItem.cs" /> |
|
|
|
<Compile Include="Menu.cs" /> |
|
|
|
<Compile Include="Button.cs" /> |
|
|
|
<Compile Include="DropDown.cs" /> |
|
|
|
<Compile Include="Carousel.cs" /> |
|
|
|
<Compile Include="Platform\IPopupImpl.cs" /> |
|
|
|
<Compile Include="Platform\ITopLevelImpl.cs" /> |
|
|
|
<Compile Include="PlacementMode.cs" /> |
|
|
|
<Compile Include="Primitives\Popup.cs" /> |
|
|
|
<Compile Include="Canvas.cs" /> |
|
|
|
<Compile Include="Templates\FuncControlTemplate`2.cs" /> |
|
|
|
<Compile Include="Templates\FuncDataTemplate`1.cs" /> |
|
|
|
<Compile Include="Templates\FuncMemberSelector.cs" /> |
|
|
|
<Compile Include="Templates\IControlTemplate.cs" /> |
|
|
|
<Compile Include="Templates\FuncTemplate`2.cs" /> |
|
|
|
<Compile Include="Templates\FuncTemplate`1.cs" /> |
|
|
|
<Compile Include="Templates\IDataTemplate.cs" /> |
|
|
|
<Compile Include="Presenters\IItemsPresenter.cs" /> |
|
|
|
<Compile Include="Presenters\IPresenter.cs" /> |
|
|
|
<Compile Include="Presenters\CarouselPresenter.cs" /> |
|
|
|
<Compile Include="Primitives\AdornerDecorator.cs" /> |
|
|
|
<Compile Include="Primitives\AdornerLayer.cs" /> |
|
|
|
<Compile Include="Primitives\RangeBase.cs" /> |
|
|
|
<Compile Include="ProgressBar.cs" /> |
|
|
|
<Compile Include="RadioButton.cs" /> |
|
|
|
<Compile Include="CheckBox.cs" /> |
|
|
|
<Compile Include="ColumnDefinition.cs" /> |
|
|
|
<Compile Include="ColumnDefinitions.cs" /> |
|
|
|
<Compile Include="ContentControl.cs" /> |
|
|
|
<Compile Include="GridSplitter.cs" /> |
|
|
|
<Compile Include="ISelectable.cs" /> |
|
|
|
<Compile Include="ListBoxItem.cs" /> |
|
|
|
<Compile Include="ListBox.cs" /> |
|
|
|
<Compile Include="Platform\IWindowImpl.cs" /> |
|
|
|
<Compile Include="Presenters\ScrollContentPresenter.cs" /> |
|
|
|
<Compile Include="Presenters\ContentPresenter.cs" /> |
|
|
|
<Compile Include="Control.cs" /> |
|
|
|
<Compile Include="ControlExtensions.cs" /> |
|
|
|
<Compile Include="Controls.cs" /> |
|
|
|
<Compile Include="Templates\FuncControlTemplate.cs" /> |
|
|
|
<Compile Include="Templates\DataTemplateExtensions.cs" /> |
|
|
|
<Compile Include="Templates\FuncDataTemplate.cs" /> |
|
|
|
<Compile Include="Generators\TreeItemContainerGenerator.cs" /> |
|
|
|
<Compile Include="Generators\ItemContainerGenerator`1.cs" /> |
|
|
|
<Compile Include="Generators\ItemContainerGenerator.cs" /> |
|
|
|
<Compile Include="IGlobalDataTemplates.cs" /> |
|
|
|
<Compile Include="Templates\DataTemplates.cs" /> |
|
|
|
<Compile Include="Decorator.cs" /> |
|
|
|
<Compile Include="DefinitionBase.cs" /> |
|
|
|
<Compile Include="Grid.cs" /> |
|
|
|
<Compile Include="GridLength.cs" /> |
|
|
|
<Compile Include="Primitives\HeaderedContentControl.cs" /> |
|
|
|
<Compile Include="Primitives\HeaderedItemsControl.cs" /> |
|
|
|
<Compile Include="IHeadered.cs" /> |
|
|
|
<Compile Include="Image.cs" /> |
|
|
|
<Compile Include="Generators\IItemContainerGenerator.cs" /> |
|
|
|
<Compile Include="ItemsControl.cs" /> |
|
|
|
<Compile Include="Presenters\ItemsPresenter.cs" /> |
|
|
|
<Compile Include="Panel.cs" /> |
|
|
|
<Compile Include="Primitives\ScrollBarVisibility.cs" /> |
|
|
|
<Compile Include="Primitives\Track.cs" /> |
|
|
|
<Compile Include="Primitives\Thumb.cs" /> |
|
|
|
<Compile Include="RequestBringIntoViewEventArgs.cs" /> |
|
|
|
<Compile Include="Shapes\Ellipse.cs" /> |
|
|
|
<Compile Include="Templates\IMemberSelector.cs" /> |
|
|
|
<Compile Include="Templates\ITemplate`2.cs" /> |
|
|
|
<Compile Include="Templates\ITemplate`1.cs" /> |
|
|
|
<Compile Include="Templates\ITreeDataTemplate.cs" /> |
|
|
|
<Compile Include="Templates\FuncTreeDataTemplate.cs" /> |
|
|
|
<Compile Include="ToolTip.cs" /> |
|
|
|
<Compile Include="UserControl.cs" /> |
|
|
|
<Compile Include="Templates\TemplateExtensions.cs" /> |
|
|
|
<Compile Include="Utils\AncestorFinder.cs" /> |
|
|
|
<Compile Include="Utils\IEnumerableUtils.cs" /> |
|
|
|
<Compile Include="Utils\StringUtils.cs" /> |
|
|
|
<Compile Include="TopLevel.cs" /> |
|
|
|
<Compile Include="Primitives\PopupRoot.cs" /> |
|
|
|
<Compile Include="Utils\UndoRedoHelper.cs" /> |
|
|
|
<Compile Include="VirtualizingStackPanel.cs" /> |
|
|
|
<Compile Include="WindowState.cs" /> |
|
|
|
<Compile Include="Window.cs" /> |
|
|
|
<Compile Include="RowDefinition.cs" /> |
|
|
|
<Compile Include="RowDefinitions.cs" /> |
|
|
|
<Compile Include="Primitives\SelectingItemsControl.cs" /> |
|
|
|
<Compile Include="ScrollViewer.cs" /> |
|
|
|
<Compile Include="Shapes\Path.cs" /> |
|
|
|
<Compile Include="Shapes\Rectangle.cs" /> |
|
|
|
<Compile Include="Shapes\Shape.cs" /> |
|
|
|
<Compile Include="Primitives\ScrollBar.cs" /> |
|
|
|
<Compile Include="StackPanel.cs" /> |
|
|
|
<Compile Include="TabControl.cs" /> |
|
|
|
<Compile Include="TabItem.cs" /> |
|
|
|
<Compile Include="Primitives\TabStrip.cs" /> |
|
|
|
<Compile Include="Primitives\TemplatedControl.cs" /> |
|
|
|
<Compile Include="TextBlock.cs" /> |
|
|
|
<Compile Include="TextBox.cs" /> |
|
|
|
<Compile Include="Presenters\TextPresenter.cs" /> |
|
|
|
<Compile Include="Primitives\ToggleButton.cs" /> |
|
|
|
<Compile Include="Templates\FuncTreeDataTemplate`1.cs" /> |
|
|
|
<Compile Include="TreeView.cs" /> |
|
|
|
<Compile Include="TreeViewItem.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="WindowEdge.cs" /> |
|
|
|
<Compile Include="WrapPanel.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\Avalonia.Animation\Avalonia.Animation.csproj" /> |
|
|
|
|