PatternsCSharpExtraAddons/Patterns/Pattern_2-Абстрактная фабрика(Abstract Factory)/Pattern_2-Абстрактная фабрика(Abstract Factory).csproj
Dvurechensky a4cd4b4ced 1.0
Main
2024-10-05 09:30:14 +03:00

16 lines
438 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Pattern_2_Абстрактная_фабрика_Abstract_Factory_</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
</ItemGroup>
</Project>