Avalonia.Direct2D1.UnitTests.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{EFB11458-9CDF-41C0-BE4F-44AF45A4CAB8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.Direct2D1.UnitTests</RootNamespace>
  11. <AssemblyName>Avalonia.Direct2D1.UnitTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</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.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Net.Http" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="Controls\Shapes\PathTests.cs" />
  45. <Compile Include="Media\GeometryTests.cs" />
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. <Compile Include="RectComparer.cs" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  51. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  52. <Name>Avalonia.Animation</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  55. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  56. <Name>Avalonia.Base</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  59. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  60. <Name>Avalonia.Controls</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  63. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  64. <Name>Avalonia.Input</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  67. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  68. <Name>Avalonia.Interactivity</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  71. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  72. <Name>Avalonia.Layout</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  75. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  76. <Name>Avalonia.Visuals</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  79. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  80. <Name>Avalonia.Styling</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\src\Windows\Avalonia.Direct2D1\Avalonia.Direct2D1.csproj">
  83. <Project>{3E908F67-5543-4879-A1DC-08EACE79B3CD}</Project>
  84. <Name>Avalonia.Direct2D1</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="app.config" />
  89. <None Include="packages.config" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  93. </ItemGroup>
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. <ItemGroup>
  103. <PackageReference Include="xunit" Version="2.2.0" />
  104. <PackageReference Include="xunit.abstractions" Version="2.0.1" />
  105. <PackageReference Include="xunit.assert" Version="2.2.0" />
  106. <PackageReference Include="xunit.core" Version="2.2.0" />
  107. <PackageReference Include="xunit.extensibility.core" Version="2.2.0" />
  108. <PackageReference Include="xunit.extensibility.execution" Version="2.2.0" />
  109. <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildThisFileDirectory)..\..\src\Shared\nuget.workaround.targets" />
  112. </Project>