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.
116 lines
6.3 KiB
116 lines
6.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Perspex</RootNamespace>
|
|
<AssemblyName>Perspex.Base</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
</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>
|
|
</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="Binding.cs" />
|
|
<Compile Include="Contract.cs" />
|
|
<Compile Include="Diagnostics\PerspexPropertyValue.cs" />
|
|
<Compile Include="IDescription.cs" />
|
|
<Compile Include="PerspexListExtensions.cs" />
|
|
<Compile Include="IObservableDescription.cs" />
|
|
<Compile Include="IReadOnlyPerspexList.cs" />
|
|
<Compile Include="PerspexList.cs" />
|
|
<Compile Include="PerspexObject.cs" />
|
|
<Compile Include="PerspexProperty.cs" />
|
|
<Compile Include="PerspexPropertyChangedEventArgs.cs" />
|
|
<Compile Include="Platform\IPlatformHandle.cs" />
|
|
<Compile Include="Platform\IPlatformThreadingInterface.cs" />
|
|
<Compile Include="PriorityValue.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Threading\Dispatcher.cs" />
|
|
<Compile Include="Threading\DispatcherPriority.cs" />
|
|
<Compile Include="Threading\DispatcherTimer.cs" />
|
|
<Compile Include="Threading\MainLoop.cs" />
|
|
<Compile Include="Threading\NGenerics\BinarySearchTreeBase.cs" />
|
|
<Compile Include="Threading\NGenerics\BinaryTree.cs" />
|
|
<Compile Include="Threading\NGenerics\ComparisonComparer.cs" />
|
|
<Compile Include="Threading\NGenerics\Constants.cs" />
|
|
<Compile Include="Threading\NGenerics\Guard.cs" />
|
|
<Compile Include="Threading\NGenerics\InOrderVisitor.cs" />
|
|
<Compile Include="Threading\NGenerics\IQueue.cs" />
|
|
<Compile Include="Threading\NGenerics\ISearchTree.cs" />
|
|
<Compile Include="Threading\NGenerics\ITree.cs" />
|
|
<Compile Include="Threading\NGenerics\IVisitor.cs" />
|
|
<Compile Include="Threading\NGenerics\KeyTrackingVisitor.cs" />
|
|
<Compile Include="Threading\NGenerics\KeyValuePairComparer.cs" />
|
|
<Compile Include="Threading\NGenerics\NodeColor.cs" />
|
|
<Compile Include="Threading\NGenerics\OrderedVisitor.cs" />
|
|
<Compile Include="Threading\NGenerics\PriorityQueue.cs" />
|
|
<Compile Include="Threading\NGenerics\PriorityQueueType.cs" />
|
|
<Compile Include="Threading\NGenerics\RedBlackTree.cs" />
|
|
<Compile Include="Threading\NGenerics\RedBlackTreeDictionary.cs" />
|
|
<Compile Include="Threading\NGenerics\RedBlackTreeList.cs" />
|
|
<Compile Include="Threading\NGenerics\RedBlackTreeNode.cs" />
|
|
<Compile Include="Threading\NGenerics\TrackingVisitor.cs" />
|
|
<Compile Include="Threading\NGenerics\ValueTrackingVisitor.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Splat">
|
|
<HintPath>..\packages\Splat.1.5.1\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Core">
|
|
<HintPath>..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces">
|
|
<HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Linq">
|
|
<HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.PlatformServices">
|
|
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<Import Project="..\packages\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\packages\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets'))" />
|
|
</Target>
|
|
<!-- 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>
|