/
diev
/
adoconnection-SevenZipExtractor
Обзор
Документация
Войти
/
diev
/
adoconnection-SevenZipExtractor
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Benchmark/Benchmark.csproj
22 строки
774 B
Wojciech Nagórski
Use BenchmarkDotNet
14 янв 2020, 13:07
14 янв 2020, 13:07
37acc6f
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFrameworks>netcoreapp3.1;net47</TargetFrameworks> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <AssemblyTitle>Benchmark</AssemblyTitle> <Product>Benchmark</Product> <Copyright>Copyright © 2020</Copyright> <OutputPath>bin\$(Configuration)\</OutputPath> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\SevenZipExtractor\SevenZipExtractor.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="BenchmarkDotNet" Version="0.12.0" /> </ItemGroup> <ItemGroup> <None Update="Resources\7z.7z"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> </Project>