2016-10-25 12:34:06 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2018-04-04 15:14:05 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2016-10-25 12:34:06 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<ProjectGuid>{3A33ADC9-C6C0-4DB1-A613-A9AF0210DF3D}</ProjectGuid>
|
2016-10-25 12:34:06 +02:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<RootNamespace>Umbraco.Tests.Benchmarks</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Umbraco.Tests.Benchmarks</AssemblyName>
|
2018-05-15 17:17:05 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
2016-10-25 12:34:06 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2020-02-24 13:37:27 +01:00
|
|
|
|
<LangVersion>8</LangVersion>
|
2016-10-25 12:34:06 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
2016-10-25 12:34:06 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2016-10-25 12:34:06 +02:00
|
|
|
|
<Reference Include="System.Xml" />
|
2018-03-30 19:31:42 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-11-12 16:22:33 +00:00
|
|
|
|
<Compile Include="CombineGuidBenchmarks.cs" />
|
2018-03-27 16:42:52 +02:00
|
|
|
|
<Compile Include="ConcurrentDictionaryBenchmarks.cs" />
|
|
|
|
|
|
<Compile Include="Config\QuickRunConfigAttribute.cs" />
|
|
|
|
|
|
<Compile Include="Config\QuickRunWithMemoryDiagnoserConfigAttribute.cs" />
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<Compile Include="CtorInvokeBenchmarks.cs" />
|
2018-11-12 16:22:33 +00:00
|
|
|
|
<Compile Include="HexStringBenchmarks.cs" />
|
2018-12-05 12:57:23 +01:00
|
|
|
|
<Compile Include="EnumeratorBenchmarks.cs" />
|
2017-05-12 14:49:44 +02:00
|
|
|
|
<Compile Include="LinqCastBenchmarks.cs" />
|
2016-10-27 17:36:08 +02:00
|
|
|
|
<Compile Include="ModelToSqlExpressionHelperBenchmarks.cs" />
|
2016-10-25 12:34:06 +02:00
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2019-12-06 12:09:47 +01:00
|
|
|
|
<Compile Include="ReflectionUtilities-Unused.cs" />
|
2017-09-24 18:54:31 +02:00
|
|
|
|
<Compile Include="SqlTemplatesBenchmark.cs" />
|
2018-03-27 16:42:52 +02:00
|
|
|
|
<Compile Include="StringReplaceManyBenchmarks.cs" />
|
|
|
|
|
|
<Compile Include="TryConvertToBenchmarks.cs" />
|
2020-03-11 15:28:08 +11:00
|
|
|
|
<Compile Include="TypeFinderBenchmarks.cs" />
|
2016-10-28 14:33:44 +02:00
|
|
|
|
<Compile Include="XmlBenchmarks.cs" />
|
2016-10-25 12:34:06 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<None Include="App.config" />
|
2016-10-25 12:34:06 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2020-02-24 08:21:53 +01:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj">
|
2019-05-20 16:40:11 +02:00
|
|
|
|
<Project>{29aa69d9-b597-4395-8d42-43b1263c240a}</Project>
|
2020-02-24 08:21:53 +01:00
|
|
|
|
<Name>Umbraco.Core</Name>
|
2019-05-20 16:40:11 +02:00
|
|
|
|
</ProjectReference>
|
2019-12-12 08:11:23 +01:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj">
|
|
|
|
|
|
<Project>{3ae7bf57-966b-45a5-910a-954d7c554441}</Project>
|
|
|
|
|
|
<Name>Umbraco.Infrastructure</Name>
|
|
|
|
|
|
</ProjectReference>
|
2020-02-06 08:49:02 +01:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Persistance.SqlCe\Umbraco.Persistance.SqlCe.csproj">
|
2020-01-07 14:52:59 +01:00
|
|
|
|
<Project>{33085570-9bf2-4065-a9b0-a29d920d13ba}</Project>
|
2020-02-06 08:49:02 +01:00
|
|
|
|
<Name>Umbraco.Persistance.SqlCe</Name>
|
2020-01-07 14:52:59 +01:00
|
|
|
|
</ProjectReference>
|
2016-10-25 12:34:06 +02:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Tests\Umbraco.Tests.csproj">
|
|
|
|
|
|
<Project>{5d3b8245-ada6-453f-a008-50ed04bfe770}</Project>
|
|
|
|
|
|
<Name>Umbraco.Tests</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Web.UI\Umbraco.Web.UI.csproj">
|
|
|
|
|
|
<Project>{4c4c194c-b5e4-4991-8f87-4373e24cc19f}</Project>
|
|
|
|
|
|
<Name>Umbraco.Web.UI</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-05-12 14:49:44 +02:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Web\Umbraco.Web.csproj">
|
|
|
|
|
|
<Project>{651e1350-91b6-44b7-bd60-7207006d7003}</Project>
|
|
|
|
|
|
<Name>Umbraco.Web</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="BenchmarkDotNet">
|
2018-11-27 13:32:31 +01:00
|
|
|
|
<Version>0.11.3</Version>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
</PackageReference>
|
2020-09-16 13:08:27 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions">
|
|
|
|
|
|
<Version>3.1.8</Version>
|
|
|
|
|
|
</PackageReference>
|
2018-11-08 15:33:14 +00:00
|
|
|
|
</ItemGroup>
|
2018-05-04 08:32:35 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2018-11-27 13:32:31 +01:00
|
|
|
|
</Project>
|