Avalonia.Controls.UnitTests.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5CCB5571-7C30-4E7D-967D-0E2158EBD91F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.Controls.UnitTests</RootNamespace>
  11. <AssemblyName>Avalonia.Controls.UnitTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  15. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  16. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  17. <IsCodedUITest>False</IsCodedUITest>
  18. <TestProjectType>UnitTest</TestProjectType>
  19. <NuGetPackageImportStamp>
  20. </NuGetPackageImportStamp>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <DocumentationFile>bin\Debug\Avalonia.Controls.UnitTests.XML</DocumentationFile>
  31. <NoWarn>CS1591</NoWarn>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Ploeh.AutoFixture, Version=3.40.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\AutoFixture.3.40.0\lib\net40\Ploeh.AutoFixture.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Ploeh.AutoFixture.AutoMoq, Version=3.40.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL">
  51. <HintPath>..\..\packages\AutoFixture.AutoMoq.3.40.0\lib\net40\Ploeh.AutoFixture.AutoMoq.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  56. <HintPath>..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  60. <HintPath>..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  64. <HintPath>..\..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  68. <HintPath>..\..\packages\System.Reactive.PlatformServices.3.0.0\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="WindowsBase" />
  72. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
  73. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  74. </Reference>
  75. <Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  76. <HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  80. <HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  84. <HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
  85. <Private>True</Private>
  86. </Reference>
  87. </ItemGroup>
  88. <Choose>
  89. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  90. <ItemGroup>
  91. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  92. </ItemGroup>
  93. </When>
  94. <Otherwise />
  95. </Choose>
  96. <ItemGroup>
  97. <Compile Include="AppBuilderTests.cs" />
  98. <Compile Include="CanvasTests.cs" />
  99. <Compile Include="ClassesTests.cs" />
  100. <Compile Include="LayoutTransformControlTests.cs" />
  101. <Compile Include="Presenters\ItemsPresenterTests_Virtualization_Simple.cs" />
  102. <Compile Include="Presenters\ItemsPresenterTests_Virtualization.cs" />
  103. <Compile Include="TextBoxTests_DataValidation.cs" />
  104. <Compile Include="UserControlTests.cs" />
  105. <Compile Include="DockPanelTests.cs" />
  106. <Compile Include="EnumerableExtensions.cs" />
  107. <Compile Include="GridSplitterTests.cs" />
  108. <Compile Include="GridTests.cs" />
  109. <Compile Include="HeaderedItemsControlTests .cs" />
  110. <Compile Include="ControlTests_NameScope.cs" />
  111. <Compile Include="Generators\ItemContainerGeneratorTests.cs" />
  112. <Compile Include="GridLengthTests.cs" />
  113. <Compile Include="ImageTests.cs" />
  114. <Compile Include="Presenters\ContentPresenterTests.cs" />
  115. <Compile Include="BorderTests.cs" />
  116. <Compile Include="ListBoxTests_Single.cs" />
  117. <Compile Include="NameScopeTests.cs" />
  118. <Compile Include="Primitives\SelectingItemsControlTests_Multiple.cs" />
  119. <Compile Include="Presenters\ScrollContentPresenterTests_ILogicalScrollable.cs" />
  120. <Compile Include="TextBoxTests.cs" />
  121. <Compile Include="TextBlockTests.cs" />
  122. <Compile Include="WindowingPlatformMock.cs" />
  123. <Compile Include="TreeViewTests.cs" />
  124. <Compile Include="Mixins\SelectableMixinTests.cs" />
  125. <Compile Include="StackPanelTests.cs" />
  126. <Compile Include="Primitives\TrackTests.cs" />
  127. <Compile Include="Primitives\PopupTests.cs" />
  128. <Compile Include="DropDownTests.cs" />
  129. <Compile Include="Presenters\CarouselPresenterTests.cs" />
  130. <Compile Include="Presenters\ItemsPresenterTests.cs" />
  131. <Compile Include="Presenters\ScrollContentPresenterTests.cs" />
  132. <Compile Include="Primitives\TemplatedControlTests.cs" />
  133. <Compile Include="Primitives\ScrollBarTests.cs" />
  134. <Compile Include="Primitives\RangeBaseTests.cs" />
  135. <Compile Include="Primitives\SelectingItemsControlTests_AutoSelect.cs" />
  136. <Compile Include="ScrollViewerTests.cs" />
  137. <Compile Include="Primitives\SelectingItemsControlTests.cs" />
  138. <Compile Include="ListBoxTests.cs" />
  139. <Compile Include="ItemsControlTests.cs" />
  140. <Compile Include="ContentControlTests.cs" />
  141. <Compile Include="DecoratorTests.cs" />
  142. <Compile Include="CarouselTests.cs" />
  143. <Compile Include="TopLevelTests.cs" />
  144. <Compile Include="Primitives\TabStripTests.cs" />
  145. <Compile Include="TabControlTests.cs" />
  146. <Compile Include="PanelTests.cs" />
  147. <Compile Include="ControlTests.cs" />
  148. <Compile Include="Properties\AssemblyInfo.cs" />
  149. <Compile Include="Templates\TemplateExtensionsTests.cs" />
  150. <Compile Include="TestTemplatedControl.cs" />
  151. <Compile Include="Utils\AncestorFinderTests.cs" />
  152. <Compile Include="Utils\HotKeyManagerTests.cs" />
  153. <Compile Include="VirtualizingStackPanelTests.cs" />
  154. <Compile Include="WrapPanelTests.cs" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <ProjectReference Include="..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
  158. <Project>{4a1abb09-9047-4bd5-a4ad-a055e52c5ee0}</Project>
  159. <Name>Avalonia.DotNetFrameworkRuntime</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  162. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  163. <Name>Avalonia.Markup.Xaml</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  166. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  167. <Name>Avalonia.Markup</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  170. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  171. <Name>Avalonia.Animation</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  174. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  175. <Name>Avalonia.Base</Name>
  176. </ProjectReference>
  177. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  178. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  179. <Name>Avalonia.Controls</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  182. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  183. <Name>Avalonia.Input</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  186. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  187. <Name>Avalonia.Interactivity</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  190. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  191. <Name>Avalonia.Layout</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  194. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  195. <Name>Avalonia.Visuals</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  198. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  199. <Name>Avalonia.Styling</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj">
  202. <Project>{88060192-33d5-4932-b0f9-8bd2763e857d}</Project>
  203. <Name>Avalonia.UnitTests</Name>
  204. </ProjectReference>
  205. </ItemGroup>
  206. <ItemGroup>
  207. <None Include="app.config" />
  208. <None Include="packages.config" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  212. </ItemGroup>
  213. <Choose>
  214. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  215. <ItemGroup>
  216. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  217. <Private>False</Private>
  218. </Reference>
  219. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  220. <Private>False</Private>
  221. </Reference>
  222. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  223. <Private>False</Private>
  224. </Reference>
  225. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  226. <Private>False</Private>
  227. </Reference>
  228. </ItemGroup>
  229. </When>
  230. </Choose>
  231. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  232. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  233. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  234. <PropertyGroup>
  235. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  236. </PropertyGroup>
  237. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
  238. </Target>
  239. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  240. Other similar extension points exist, see Microsoft.Common.targets.
  241. <Target Name="BeforeBuild">
  242. </Target>
  243. <Target Name="AfterBuild">
  244. </Target>
  245. -->
  246. </Project>