Perspex.Input.UnitTests.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" />
  4. <Import Project="..\..\packages\xunit.core.2.0.0\build\Xamarin.iOS\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\Xamarin.iOS\xunit.core.props')" />
  5. <Import Project="..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
  6. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProjectGuid>{AC18926A-E784-40FE-B09D-BB0FE2B599F0}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Perspex.Input.UnitTests</RootNamespace>
  14. <AssemblyName>Perspex.Input.UnitTests</AssemblyName>
  15. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <DocumentationFile>bin\Debug\Perspex.Input.UnitTests.XML</DocumentationFile>
  29. <NoWarn>CS1591</NoWarn>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  52. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  56. <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  60. <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="GlobalSuppressions.cs" />
  66. <Compile Include="KeyboardNavigationTests_Arrows.cs" />
  67. <Compile Include="KeyboardNavigationTests_Tab.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="app.config" />
  72. <None Include="packages.config" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  76. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  77. <Name>Perspex.Animation</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  80. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  81. <Name>Perspex.Base</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  84. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  85. <Name>Perspex.Controls</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  88. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  89. <Name>Perspex.Input</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  92. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  93. <Name>Perspex.Interactivity</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  96. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  97. <Name>Perspex.Layout</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  100. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  101. <Name>Perspex.SceneGraph</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  104. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  105. <Name>Perspex.Styling</Name>
  106. </ProjectReference>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Analyzer Include="..\..\packages\StyleCop.Analyzers.1.0.0-beta008\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  116. <PropertyGroup>
  117. <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>
  118. </PropertyGroup>
  119. <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
  120. <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\Xamarin.iOS\xunit.core.props'))" />
  121. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props'))" />
  122. </Target>
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>