BasicKnowledgeCSharp/LessonsAndTasks/Benchmark/81_81B_84_Benchmark.csproj
Dvurechensky 058c8f2679 1.0
Main
2024-10-05 09:59:53 +03:00

19 lines
833 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lesson 81 - Структуры и классы - отличия, struct vs class\81_Lesson - Структуры и классы - отличия, struct vs class.csproj" />
<ProjectReference Include="..\Lesson 81_B - Benchmark DotNet\81_B_Lesson - Benchmark DotNet.csproj" />
<ProjectReference Include="..\Lesson 84 - Обобщения - производительность, коллекции\84_Lesson - Обобщения - производительность, коллекции.csproj" />
</ItemGroup>
</Project>