2021-06-01 05:13:45 +10:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2016-10-25 12:34:06 +02:00
|
|
|
<PropertyGroup>
|
2022-02-24 10:24:27 +01:00
|
|
|
<OutputType>Exe</OutputType>
|
2021-06-01 05:13:45 +10:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2022-02-24 10:24:27 +01:00
|
|
|
<IsPackable>false</IsPackable>
|
2023-11-27 15:18:00 +01:00
|
|
|
<GenerateProgramFile>false</GenerateProgramFile>
|
2016-10-25 12:34:06 +02:00
|
|
|
</PropertyGroup>
|
2022-02-24 10:24:27 +01:00
|
|
|
|
2016-10-25 12:34:06 +02:00
|
|
|
<ItemGroup>
|
2023-11-27 15:18:00 +01:00
|
|
|
<PackageReference Include="BenchmarkDotNet" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" />
|
|
|
|
|
<PackageReference Include="Moq" />
|
2016-10-25 12:34:06 +02:00
|
|
|
</ItemGroup>
|
2022-02-24 10:24:27 +01:00
|
|
|
|
2016-10-25 12:34:06 +02:00
|
|
|
<ItemGroup>
|
2023-08-18 16:04:37 +02:00
|
|
|
<ProjectReference Include="..\..\src\Umbraco.Cms\Umbraco.Cms.csproj" />
|
2017-05-12 14:49:44 +02:00
|
|
|
</ItemGroup>
|
2021-06-24 09:43:57 -06:00
|
|
|
</Project>
|