Avalonia.Direct2D1.RenderTests.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{DABFD304-D6A4-4752-8123-C2CCF7AC7831}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Avalonia.Direct2D1.RenderTests</RootNamespace>
  10. <AssemblyName>Avalonia.Direct2D1.RenderTests</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\..\artifacts\tests\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <NoWarn>CS1591</NoWarn>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\..\artifacts\tests\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Drawing" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  39. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  40. <Name>Avalonia.Animation</Name>
  41. </ProjectReference>
  42. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  43. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  44. <Name>Avalonia.Base</Name>
  45. </ProjectReference>
  46. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  47. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  48. <Name>Avalonia.Controls</Name>
  49. </ProjectReference>
  50. <ProjectReference Include="..\..\src\Windows\Avalonia.Direct2D1\Avalonia.Direct2D1.csproj">
  51. <Project>{3E908F67-5543-4879-A1DC-08EACE79B3CD}</Project>
  52. <Name>Avalonia.Direct2D1</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  55. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  56. <Name>Avalonia.Input</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  59. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  60. <Name>Avalonia.Interactivity</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  63. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  64. <Name>Avalonia.Layout</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  67. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  68. <Name>Avalonia.Visuals</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  71. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  72. <Name>Avalonia.Styling</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <None Include="app.config" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  80. </ItemGroup>
  81. <Import Project="Avalonia.RenderTests.projitems" Label="Shared" />
  82. <Choose>
  83. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  84. <ItemGroup>
  85. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <Private>False</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  95. <Private>False</Private>
  96. </Reference>
  97. </ItemGroup>
  98. </When>
  99. </Choose>
  100. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <Import Project="..\..\build\Magick.NET-Q16-AnyCPU.props" />
  103. <Import Project="..\..\build\XUnit.props" />
  104. </Project>