csharpc-sharpdotnetxamlavaloniauicross-platformcross-platform-xamlavaloniaguimulti-platformuser-interfacedotnetcore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
255 lines
13 KiB
255 lines
13 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{3C9F40DA-D2A5-43A1-A272-E965876C6D46}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Perspex</RootNamespace>
|
|
<AssemblyName>Perspex</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
|
|
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
|
|
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
|
|
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
|
|
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
|
|
<CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
|
|
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
|
|
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
|
|
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
|
|
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
|
|
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
|
|
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
|
|
<CodeContractsInferRequires>True</CodeContractsInferRequires>
|
|
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
|
|
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
|
|
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
|
|
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
|
|
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
|
|
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
|
|
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
|
|
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
|
|
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
|
|
<CodeContractsCustomRewriterAssembly />
|
|
<CodeContractsCustomRewriterClass />
|
|
<CodeContractsLibPaths />
|
|
<CodeContractsExtraRewriteOptions />
|
|
<CodeContractsExtraAnalysisOptions />
|
|
<CodeContractsSQLServerOption />
|
|
<CodeContractsBaseLineFile />
|
|
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
|
|
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
|
|
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
|
|
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
|
|
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Application.cs" />
|
|
<Compile Include="Binding.cs" />
|
|
<Compile Include="BindingExtensions.cs" />
|
|
<Compile Include="Controls\TreeDataTemplate.cs" />
|
|
<Compile Include="Controls\HeaderedContentControl.cs" />
|
|
<Compile Include="Controls\Controls.cs" />
|
|
<Compile Include="Controls\SelectingItemsControl.cs" />
|
|
<Compile Include="Controls\HeaderedItemsControl.cs" />
|
|
<Compile Include="Controls\TreeViewItem.cs" />
|
|
<Compile Include="Controls\TreeView.cs" />
|
|
<Compile Include="Controls\TabItem.cs" />
|
|
<Compile Include="Controls\TabControl.cs" />
|
|
<Compile Include="Controls\TabStrip.cs" />
|
|
<Compile Include="Controls\ItemsPresenter.cs" />
|
|
<Compile Include="Controls\ItemsPanelTemplate.cs" />
|
|
<Compile Include="Controls\ItemsControl.cs" />
|
|
<Compile Include="Controls\DataTemplate.cs" />
|
|
<Compile Include="Controls\DataTemplates.cs" />
|
|
<Compile Include="Controls\CheckBox.cs" />
|
|
<Compile Include="Controls\ColumnDefinition.cs" />
|
|
<Compile Include="Controls\ColumnDefinitions.cs" />
|
|
<Compile Include="Controls\DefinitionBase.cs" />
|
|
<Compile Include="Controls\Grid.cs" />
|
|
<Compile Include="Controls\GridLength.cs" />
|
|
<Compile Include="Controls\Image.cs" />
|
|
<Compile Include="Controls\RowDefinition.cs" />
|
|
<Compile Include="Controls\RowDefinitions.cs" />
|
|
<Compile Include="Controls\TextBox.cs" />
|
|
<Compile Include="Controls\TextBoxView.cs" />
|
|
<Compile Include="Controls\ToggleButton.cs" />
|
|
<Compile Include="Controls\LogicalChildren.cs" />
|
|
<Compile Include="Controls\Panel.cs" />
|
|
<Compile Include="Controls\StackPanel.cs" />
|
|
<Compile Include="Diagnostics\DevTools.cs" />
|
|
<Compile Include="ICloseable.cs" />
|
|
<Compile Include="IHeadered.cs" />
|
|
<Compile Include="Diagnostics\Debug.cs" />
|
|
<Compile Include="Input\InputElement.cs" />
|
|
<Compile Include="Input\IFocusManager.cs" />
|
|
<Compile Include="Input\FocusManager.cs" />
|
|
<Compile Include="Input\IInputElement.cs" />
|
|
<Compile Include="Input\Key.cs" />
|
|
<Compile Include="Input\KeyboardDevice.cs" />
|
|
<Compile Include="Input\IKeyboardDevice.cs" />
|
|
<Compile Include="Input\IMouseDevice.cs" />
|
|
<Compile Include="Input\IPointerDevice.cs" />
|
|
<Compile Include="Input\IInputDevice.cs" />
|
|
<Compile Include="Input\IInputManager.cs" />
|
|
<Compile Include="Input\InputManager.cs" />
|
|
<Compile Include="Input\MouseDevice.cs" />
|
|
<Compile Include="Input\KeyEventArgs.cs" />
|
|
<Compile Include="Input\Raw\RawInputEventArgs.cs" />
|
|
<Compile Include="Input\Raw\RawKeyEventArgs.cs" />
|
|
<Compile Include="Input\Raw\RawMouseEventArgs.cs" />
|
|
<Compile Include="Layout\Layoutable.cs" />
|
|
<Compile Include="Layout\LayoutHelper.cs" />
|
|
<Compile Include="Media\Brushes.cs" />
|
|
<Compile Include="Media\Colors.cs" />
|
|
<Compile Include="Media\Imaging\Bitmap.cs" />
|
|
<Compile Include="Media\Imaging\IBitmap.cs" />
|
|
<Compile Include="Media\Imaging\RenderTargetBitmap.cs" />
|
|
<Compile Include="Media\RotateTransform.cs" />
|
|
<Compile Include="Media\Transform.cs" />
|
|
<Compile Include="Platform\IPlatformThreadingInterface.cs" />
|
|
<Compile Include="Platform\IRenderTargetBitmapImpl.cs" />
|
|
<Compile Include="Platform\IBitmapImpl.cs" />
|
|
<Compile Include="Platform\IPlatformRenderInterface.cs" />
|
|
<Compile Include="Platform\IStreamGeometryContextImpl.cs" />
|
|
<Compile Include="Platform\IGeometryImpl.cs" />
|
|
<Compile Include="Platform\IStreamGeometryImpl.cs" />
|
|
<Compile Include="Media\PathMarkupParser.cs" />
|
|
<Compile Include="Media\RectangleGeometry.cs" />
|
|
<Compile Include="Media\StreamGeometryContext.cs" />
|
|
<Compile Include="Media\StreamGeometry.cs" />
|
|
<Compile Include="Media\Geometry.cs" />
|
|
<Compile Include="Media\Stretch.cs" />
|
|
<Compile Include="Origin.cs" />
|
|
<Compile Include="Themes\Default\ContentControlStyle.cs" />
|
|
<Compile Include="Themes\Default\TreeViewItemStyle.cs" />
|
|
<Compile Include="Themes\Default\TreeViewStyle.cs" />
|
|
<Compile Include="Themes\Default\ItemsControlStyle.cs" />
|
|
<Compile Include="Themes\Default\TabItemStyle.cs" />
|
|
<Compile Include="Themes\Default\TabControlStyle.cs" />
|
|
<Compile Include="Themes\Default\TabStripStyle.cs" />
|
|
<Compile Include="Vector.cs" />
|
|
<Compile Include="Rendering\RenderManager.cs" />
|
|
<Compile Include="Rendering\IRenderManager.cs" />
|
|
<Compile Include="Rendering\IRendered.cs" />
|
|
<Compile Include="Shapes\Rectangle.cs" />
|
|
<Compile Include="Shapes\Path.cs" />
|
|
<Compile Include="Shapes\Shape.cs" />
|
|
<Compile Include="Platform\IRenderer.cs" />
|
|
<Compile Include="Styling\StyleBinding.cs" />
|
|
<Compile Include="Classes.cs" />
|
|
<Compile Include="Contract.cs" />
|
|
<Compile Include="Controls\Border.cs" />
|
|
<Compile Include="Controls\Button.cs" />
|
|
<Compile Include="Controls\ContentPresenter.cs" />
|
|
<Compile Include="Controls\ControlTemplate.cs" />
|
|
<Compile Include="Controls\Decorator.cs" />
|
|
<Compile Include="Controls\ContentControl.cs" />
|
|
<Compile Include="Controls\Control.cs" />
|
|
<Compile Include="Controls\ITemplatedControl.cs" />
|
|
<Compile Include="Controls\TextBlock.cs" />
|
|
<Compile Include="ILogical.cs" />
|
|
<Compile Include="Input\PointerEventArgs.cs" />
|
|
<Compile Include="Interactive.cs" />
|
|
<Compile Include="IObservableDescription.cs" />
|
|
<Compile Include="IVisual.cs" />
|
|
<Compile Include="Styling\IStyler.cs" />
|
|
<Compile Include="Styling\Styler.cs" />
|
|
<Compile Include="Styling\IStyled.cs" />
|
|
<Compile Include="Styling\StyleActivator.cs" />
|
|
<Compile Include="Styling\IStyleable.cs" />
|
|
<Compile Include="Styling\IStyle.cs" />
|
|
<Compile Include="PriorityValue.cs" />
|
|
<Compile Include="Layout\ILayoutable.cs" />
|
|
<Compile Include="Layout\ILayoutManager.cs" />
|
|
<Compile Include="Layout\ILayoutRoot.cs" />
|
|
<Compile Include="Layout\LayoutManager.cs" />
|
|
<Compile Include="Media\FormattedText.cs" />
|
|
<Compile Include="Media\IDrawingContext.cs" />
|
|
<Compile Include="Media\Brush.cs" />
|
|
<Compile Include="Media\Color.cs" />
|
|
<Compile Include="Platform\ITextService.cs" />
|
|
<Compile Include="Media\Matrix.cs" />
|
|
<Compile Include="Media\Pen.cs" />
|
|
<Compile Include="Media\SolidColorBrush.cs" />
|
|
<Compile Include="RoutedEvent.cs" />
|
|
<Compile Include="PerspexList.cs" />
|
|
<Compile Include="PerspexObject.cs" />
|
|
<Compile Include="PerspexProperty.cs" />
|
|
<Compile Include="PerspexPropertyChangedEventArgs.cs" />
|
|
<Compile Include="Point.cs" />
|
|
<Compile Include="Styling\Selector.cs" />
|
|
<Compile Include="RoutedEventArgs.cs" />
|
|
<Compile Include="Styling\Selectors.cs" />
|
|
<Compile Include="Setter.cs" />
|
|
<Compile Include="Size.cs" />
|
|
<Compile Include="Rect.cs" />
|
|
<Compile Include="Controls\TemplatedControl.cs" />
|
|
<Compile Include="Styling\Style.cs" />
|
|
<Compile Include="Styling\Styles.cs" />
|
|
<Compile Include="Themes\Default\TextBoxStyle.cs" />
|
|
<Compile Include="Themes\Default\CheckBoxStyle.cs" />
|
|
<Compile Include="Themes\Default\ButtonStyle.cs" />
|
|
<Compile Include="Themes\Default\DefaultTheme.cs" />
|
|
<Compile Include="Thickness.cs" />
|
|
<Compile Include="Threading\Dispatcher.cs" />
|
|
<Compile Include="Threading\DispatcherFrame.cs" />
|
|
<Compile Include="Threading\DispatcherOperation.cs" />
|
|
<Compile Include="Threading\DispatcherTimer.cs" />
|
|
<Compile Include="Visual.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ControlExtensions.cs" />
|
|
<Compile Include="LogicalExtensions.cs" />
|
|
<Compile Include="VisualExtensions.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Splat">
|
|
<HintPath>..\packages\Splat.1.3.3\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Core">
|
|
<HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Portable-Net45+WinRT45+WP8\System.Reactive.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces">
|
|
<HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Portable-Net45+WinRT45+WP8\System.Reactive.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Linq">
|
|
<HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Portable-Net45+WinRT45+WP8\System.Reactive.Linq.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|