Avalonia.Base.UnitTests.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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>{2905FF23-53FB-45E6-AA49-6AF47A172056}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.Base.UnitTests</RootNamespace>
  11. <AssemblyName>Avalonia.Base.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.Base.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="Microsoft.Reactive.Testing, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Microsoft.Reactive.Testing.3.0.0\lib\net45\Microsoft.Reactive.Testing.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  47. <Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  48. <HintPath>..\..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  61. <HintPath>..\..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  65. <HintPath>..\..\packages\System.Reactive.PlatformServices.3.0.0\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
  69. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  70. </Reference>
  71. <Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  72. <HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  76. <HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  80. <HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. </ItemGroup>
  84. <Choose>
  85. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  86. <ItemGroup>
  87. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  88. </ItemGroup>
  89. </When>
  90. <Otherwise />
  91. </Choose>
  92. <ItemGroup>
  93. <Compile Include="AvaloniaObjectTests_Threading.cs" />
  94. <Compile Include="AvaloniaObjectTests_DataValidation.cs" />
  95. <Compile Include="Collections\CollectionChangedTracker.cs" />
  96. <Compile Include="Collections\AvaloniaDictionaryTests.cs" />
  97. <Compile Include="Collections\AvaloniaListTests.cs" />
  98. <Compile Include="Collections\PropertyChangedTracker.cs" />
  99. <Compile Include="AttachedPropertyTests.cs" />
  100. <Compile Include="AvaloniaObjectTests_Direct.cs" />
  101. <Compile Include="AvaloniaObjectTests_GetSubject.cs" />
  102. <Compile Include="AvaloniaObjectTests_GetObservable.cs" />
  103. <Compile Include="AvaloniaPropertyRegistryTests.cs" />
  104. <Compile Include="AvaloniaObjectTests_Validation.cs" />
  105. <Compile Include="AvaloniaObjectTests_Binding.cs" />
  106. <Compile Include="AvaloniaObjectTests_Inheritance.cs" />
  107. <Compile Include="AvaloniaObjectTests_SetValue.cs" />
  108. <Compile Include="AvaloniaObjectTests_GetValue.cs" />
  109. <Compile Include="AvaloniaObjectTests_Metadata.cs" />
  110. <Compile Include="DirectPropertyTests.cs" />
  111. <Compile Include="StyledPropertyTests.cs" />
  112. <Compile Include="AvaloniaPropertyTests.cs" />
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="PriorityValueTests.cs" />
  115. <Compile Include="WeakSubscriptionManagerTests.cs" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <None Include="packages.config" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  125. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  126. <Name>Avalonia.Base</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  129. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  130. <Name>Avalonia.Controls</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  133. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  134. <Name>Avalonia.Input</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  137. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  138. <Name>Avalonia.Layout</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  141. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  142. <Name>Avalonia.Styling</Name>
  143. </ProjectReference>
  144. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  145. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  146. <Name>Avalonia.Visuals</Name>
  147. </ProjectReference>
  148. <ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj">
  149. <Project>{88060192-33d5-4932-b0f9-8bd2763e857d}</Project>
  150. <Name>Avalonia.UnitTests</Name>
  151. </ProjectReference>
  152. </ItemGroup>
  153. <Choose>
  154. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  155. <ItemGroup>
  156. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  157. <Private>False</Private>
  158. </Reference>
  159. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  160. <Private>False</Private>
  161. </Reference>
  162. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  163. <Private>False</Private>
  164. </Reference>
  165. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  166. <Private>False</Private>
  167. </Reference>
  168. </ItemGroup>
  169. </When>
  170. </Choose>
  171. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  172. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  173. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  174. <PropertyGroup>
  175. <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>
  176. </PropertyGroup>
  177. <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'))" />
  178. </Target>
  179. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  180. Other similar extension points exist, see Microsoft.Common.targets.
  181. <Target Name="BeforeBuild">
  182. </Target>
  183. <Target Name="AfterBuild">
  184. </Target>
  185. -->
  186. </Project>