Avalonia.Layout.UnitTests.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>{DB070A10-BF39-4752-8456-86E9D5928478}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Avalonia.Layout.UnitTests</RootNamespace>
  10. <AssemblyName>Avalonia.Layout.UnitTests</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>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Compile Include="FullLayoutTests.cs" />
  34. <Compile Include="LayoutManagerTests.cs" />
  35. <Compile Include="ArrangeTests.cs" />
  36. <Compile Include="MeasureTests.cs" />
  37. <Compile Include="Properties\AssemblyInfo.cs" />
  38. <Compile Include="TestLayoutRoot.cs" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  42. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  43. <Name>Avalonia.Animation</Name>
  44. </ProjectReference>
  45. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  46. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  47. <Name>Avalonia.Base</Name>
  48. </ProjectReference>
  49. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  50. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  51. <Name>Avalonia.Controls</Name>
  52. </ProjectReference>
  53. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
  54. <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
  55. <Name>Avalonia.Diagnostics</Name>
  56. </ProjectReference>
  57. <ProjectReference Include="..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
  58. <Project>{4a1abb09-9047-4bd5-a4ad-a055e52c5ee0}</Project>
  59. <Name>Avalonia.DotNetFrameworkRuntime</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  62. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  63. <Name>Avalonia.Input</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  66. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  67. <Name>Avalonia.Interactivity</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  70. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  71. <Name>Avalonia.Layout</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj">
  74. <Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
  75. <Name>Avalonia.ReactiveUI</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  78. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  79. <Name>Avalonia.Visuals</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  82. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  83. <Name>Avalonia.Styling</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  86. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  87. <Name>Avalonia.Themes.Default</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\Avalonia.Controls.UnitTests\Avalonia.Controls.UnitTests.csproj">
  90. <Project>{5ccb5571-7c30-4e7d-967d-0e2158ebd91f}</Project>
  91. <Name>Avalonia.Controls.UnitTests</Name>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="app.config" />
  96. <None Include="packages.config" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  100. </ItemGroup>
  101. <Choose>
  102. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  103. <ItemGroup>
  104. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  105. <Private>False</Private>
  106. </Reference>
  107. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  108. <Private>False</Private>
  109. </Reference>
  110. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  111. <Private>False</Private>
  112. </Reference>
  113. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  114. <Private>False</Private>
  115. </Reference>
  116. </ItemGroup>
  117. </When>
  118. </Choose>
  119. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  120. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. <ItemGroup>
  129. <PackageReference Include="AutoFixture" Version="3.40.0" />
  130. <PackageReference Include="AutoFixture.AutoMoq" Version="3.40.0" />
  131. <PackageReference Include="Moq" Version="4.2.1510.2205" />
  132. <PackageReference Include="System.Reactive.Core" Version="3.0.0" />
  133. <PackageReference Include="System.Reactive.Interfaces" Version="3.0.0" />
  134. <PackageReference Include="xunit" Version="2.2.0" />
  135. <PackageReference Include="xunit.abstractions" Version="2.0.1" />
  136. <PackageReference Include="xunit.assert" Version="2.2.0" />
  137. <PackageReference Include="xunit.core" Version="2.2.0" />
  138. <PackageReference Include="xunit.extensibility.core" Version="2.2.0" />
  139. <PackageReference Include="xunit.extensibility.execution" Version="2.2.0" />
  140. <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
  141. </ItemGroup>
  142. <Import Project="$(MSBuildThisFileDirectory)..\..\src\Shared\nuget.workaround.targets" />
  143. </Project>