Avalonia.Input.UnitTests.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{AC18926A-E784-40FE-B09D-BB0FE2B599F0}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Avalonia.Input.UnitTests</RootNamespace>
  12. <AssemblyName>Avalonia.Input.UnitTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <DocumentationFile>bin\Debug\Avalonia.Input.UnitTests.XML</DocumentationFile>
  27. <NoWarn>CS1591</NoWarn>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  39. <HintPath>..\..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  49. <HintPath>..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\System.Reactive.PlatformServices.3.0.0\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="System.Reactive.Windows.Threading, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  61. <HintPath>..\..\packages\System.Reactive.Windows.Threading.3.0.0\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="WindowsBase" />
  70. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  79. <HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  83. <HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
  84. <Private>True</Private>
  85. </Reference>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="InputElement_Focus.cs" />
  89. <Compile Include="InputElement_HitTesting.cs" />
  90. <Compile Include="KeyboardNavigationTests_Arrows.cs" />
  91. <Compile Include="KeyboardNavigationTests_Tab.cs" />
  92. <Compile Include="KeyGestureParseTests.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="app.config" />
  97. <None Include="packages.config" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  101. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  102. <Name>Avalonia.Animation</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  105. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  106. <Name>Avalonia.Base</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  109. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  110. <Name>Avalonia.Controls</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  113. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  114. <Name>Avalonia.Input</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  117. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  118. <Name>Avalonia.Interactivity</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  121. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  122. <Name>Avalonia.Layout</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\..\src\Avalonia.SceneGraph\Avalonia.SceneGraph.csproj">
  125. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  126. <Name>Avalonia.SceneGraph</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  129. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  130. <Name>Avalonia.Styling</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj">
  133. <Project>{88060192-33D5-4932-B0F9-8BD2763E857D}</Project>
  134. <Name>Avalonia.UnitTests</Name>
  135. </ProjectReference>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  139. </ItemGroup>
  140. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  141. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  142. <PropertyGroup>
  143. <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>
  144. </PropertyGroup>
  145. <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'))" />
  146. </Target>
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target>
  151. <Target Name="AfterBuild">
  152. </Target>
  153. -->
  154. </Project>