Perspex.Input.UnitTests.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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.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="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
  48. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  49. </Reference>
  50. <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
  51. <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
  52. </Reference>
  53. <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
  54. <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
  55. </Reference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="InputElement_HitTesting.cs" />
  59. <Compile Include="KeyboardNavigationTests_Arrows.cs" />
  60. <Compile Include="KeyboardNavigationTests_Tab.cs" />
  61. <Compile Include="KeyGestureParseTests.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <None Include="app.config" />
  66. <None Include="packages.config" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  70. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  71. <Name>Perspex.Animation</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  74. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  75. <Name>Perspex.Base</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  78. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  79. <Name>Perspex.Controls</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  82. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  83. <Name>Perspex.Input</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  86. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  87. <Name>Perspex.Interactivity</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  90. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  91. <Name>Perspex.Layout</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  94. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  95. <Name>Perspex.SceneGraph</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  98. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  99. <Name>Perspex.Styling</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  107. <PropertyGroup>
  108. <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>
  109. </PropertyGroup>
  110. <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'))" />
  111. <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'))" />
  112. <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'))" />
  113. </Target>
  114. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  115. Other similar extension points exist, see Microsoft.Common.targets.
  116. <Target Name="BeforeBuild">
  117. </Target>
  118. <Target Name="AfterBuild">
  119. </Target>
  120. -->
  121. </Project>