|
|
@@ -0,0 +1,129 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project ToolsVersion="14.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>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProjectGuid>{D35A9F3D-8BB0-496E-BF72-444038A7DEBB}</ProjectGuid>
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
+ <RootNamespace>Perspex.Skia.RenderTests</RootNamespace>
|
|
|
+ <AssemblyName>Perspex.Skia.RenderTests</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <DefineConstants>TRACE;DEBUG;PERSPEX_SKIA</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;PERSPEX_SKIA</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
+ <Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.Net.Http" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="Magick.NET-AnyCPU">
|
|
|
+ <HintPath>..\..\packages\Magick.NET-Q16-AnyCPU.7.0.0.0018\lib\net40-client\Magick.NET-AnyCPU.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Magick.NET.Core">
|
|
|
+ <HintPath>..\..\packages\Magick.NET-Q16-AnyCPU.7.0.0.0018\lib\net40-client\Magick.NET.Core.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Drawing" />
|
|
|
+ <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null">
|
|
|
+ <HintPath>..\..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
|
|
+ <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
|
|
+ <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
|
|
+ <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Folder Include="Properties\" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Controls\BorderTests.cs" />
|
|
|
+ <Compile Include="Controls\ImageTests.cs" />
|
|
|
+ <Compile Include="Media\ImageBrushTests.cs" />
|
|
|
+ <Compile Include="Media\LinearGradientBrushTests.cs" />
|
|
|
+ <Compile Include="Media\VisualBrushTests.cs" />
|
|
|
+ <Compile Include="Shapes\EllipseTests.cs" />
|
|
|
+ <Compile Include="Shapes\PathTests.cs" />
|
|
|
+ <Compile Include="Shapes\RectangleTests.cs" />
|
|
|
+ <Compile Include="TestBase.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
|
|
|
+ <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
|
|
|
+ <Name>Perspex.Animation</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Application\Perspex.Application.csproj">
|
|
|
+ <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
|
|
|
+ <Name>Perspex.Application</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
|
|
|
+ <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
|
|
|
+ <Name>Perspex.Base</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
|
|
|
+ <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
|
|
|
+ <Name>Perspex.Controls</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
|
|
|
+ <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
|
|
|
+ <Name>Perspex.Input</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
|
|
|
+ <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
|
|
|
+ <Name>Perspex.Interactivity</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
|
|
|
+ <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
|
|
|
+ <Name>Perspex.Layout</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
|
|
|
+ <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
|
|
|
+ <Name>Perspex.SceneGraph</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
|
|
|
+ <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
|
|
|
+ <Name>Perspex.Styling</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\src\Skia\Perspex.Skia.Desktop\Perspex.Skia.Desktop.csproj">
|
|
|
+ <Project>{925dd807-b651-475f-9f7c-cbeb974ce43d}</Project>
|
|
|
+ <Name>Perspex.Skia.Desktop</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.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>
|