Avalonia.UnitTests.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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>{88060192-33D5-4932-B0F9-8BD2763E857D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.UnitTests</RootNamespace>
  11. <AssemblyName>Avalonia.UnitTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Net.Http" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="InvariantCultureFixture.cs" />
  45. <Compile Include="MockRendererFactory.cs" />
  46. <Compile Include="NotifyingBase.cs" />
  47. <Compile Include="TestLogSink.cs" />
  48. <Compile Include="TestTemplatedRoot.cs" />
  49. <Compile Include="TestRoot.cs" />
  50. <Compile Include="TestServices.cs" />
  51. <Compile Include="UnitTestApplication.cs" />
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. <Compile Include="MockWindowingPlatform.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <ProjectReference Include="..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
  57. <Project>{4a1abb09-9047-4bd5-a4ad-a055e52c5ee0}</Project>
  58. <Name>Avalonia.DotNetFrameworkRuntime</Name>
  59. </ProjectReference>
  60. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  61. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  62. <Name>Avalonia.Markup.Xaml</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  65. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  66. <Name>Avalonia.Markup</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  69. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  70. <Name>Avalonia.Animation</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  73. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  74. <Name>Avalonia.Base</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  77. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  78. <Name>Avalonia.Controls</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  81. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  82. <Name>Avalonia.Input</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  85. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  86. <Name>Avalonia.Interactivity</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  89. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  90. <Name>Avalonia.Layout</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  93. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  94. <Name>Avalonia.Visuals</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  97. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  98. <Name>Avalonia.Styling</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  101. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  102. <Name>Avalonia.Themes.Default</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="app.config" />
  107. <None Include="packages.config" />
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. <ItemGroup>
  118. <PackageReference Include="Moq" Version="4.2.1510.2205" />
  119. <PackageReference Include="System.Reactive.Core" Version="3.0.0" />
  120. <PackageReference Include="System.Reactive.Interfaces" Version="3.0.0" />
  121. </ItemGroup>
  122. <Import Project="$(MSBuildThisFileDirectory)..\..\src\Shared\nuget.workaround.targets" />
  123. </Project>