Avalonia.Interactivity.UnitTests.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{08478EF5-44E8-42E9-92D6-15E00EC038D8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.Interactivity.UnitTests</RootNamespace>
  11. <AssemblyName>Avalonia.Interactivity.UnitTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>bin\Debug\Avalonia.Interactivity.UnitTests.xml</DocumentationFile>
  26. <NoWarn>CS1591</NoWarn>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="WindowsBase" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="GestureTests.cs" />
  48. <Compile Include="InteractiveTests.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <None Include="packages.config" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  56. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  57. <Name>Avalonia.Animation</Name>
  58. </ProjectReference>
  59. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  60. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  61. <Name>Avalonia.Base</Name>
  62. </ProjectReference>
  63. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  64. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  65. <Name>Avalonia.Controls</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  68. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  69. <Name>Avalonia.Input</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  72. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  73. <Name>Avalonia.Interactivity</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  76. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  77. <Name>Avalonia.Layout</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  80. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  81. <Name>Avalonia.Visuals</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  84. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  85. <Name>Avalonia.Styling</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  90. </ItemGroup>
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. <ItemGroup>
  100. <PackageReference Include="System.Reactive" Version="3.0.0" />
  101. <PackageReference Include="System.Reactive.Core" Version="3.0.0" />
  102. <PackageReference Include="System.Reactive.Interfaces" Version="3.0.0" />
  103. <PackageReference Include="System.Reactive.Linq" Version="3.0.0" />
  104. <PackageReference Include="System.Reactive.PlatformServices" Version="3.0.0" />
  105. <PackageReference Include="System.Reactive.Windows.Threading" Version="3.0.0" />
  106. <PackageReference Include="xunit" Version="2.2.0" />
  107. <PackageReference Include="xunit.abstractions" Version="2.0.1" />
  108. <PackageReference Include="xunit.assert" Version="2.2.0" />
  109. <PackageReference Include="xunit.core" Version="2.2.0" />
  110. <PackageReference Include="xunit.extensibility.core" Version="2.2.0" />
  111. <PackageReference Include="xunit.extensibility.execution" Version="2.2.0" />
  112. <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
  113. </ItemGroup>
  114. <Import Project="$(MSBuildThisFileDirectory)..\..\src\Shared\nuget.workaround.targets" />
  115. </Project>