Avalonia.Benchmarks.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>{410AC439-81A1-4EB5-B5E9-6A7FC6B77F4B}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.Benchmarks</RootNamespace>
  11. <AssemblyName>Avalonia.Benchmarks</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  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="Microsoft.Build" />
  39. <Reference Include="Microsoft.Build.Framework" />
  40. <Reference Include="Microsoft.Build.Utilities.v4.0" />
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Management" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Styling\ApplyStyling.cs" />
  53. <Compile Include="Program.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <None Include="App.config" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  61. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  62. <Name>Avalonia.Animation</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  65. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  66. <Name>Avalonia.Base</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  69. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  70. <Name>Avalonia.Controls</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  73. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  74. <Name>Avalonia.Input</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  77. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  78. <Name>Avalonia.Interactivity</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  81. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  82. <Name>Avalonia.Layout</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  85. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  86. <Name>Avalonia.Visuals</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  89. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  90. <Name>Avalonia.Styling</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  93. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  94. <Name>Avalonia.Themes.Default</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj">
  97. <Project>{88060192-33d5-4932-b0f9-8bd2763e857d}</Project>
  98. <Name>Avalonia.UnitTests</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <ItemGroup>
  103. <PackageReference Include="BenchmarkDotNet" Version="0.9.2" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildThisFileDirectory)..\..\src\Shared\nuget.workaround.targets" />
  106. </Project>