2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 11:32:59 +00:00
esiur-dotnet/Esiur.Analysis.Test/Esiur.Analysis.Test.csproj
2022-11-05 17:48:30 +03:00

19 lines
502 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ScottPlot.WinForms" Version="4.1.58" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Esiur.Analysis\Esiur.Analysis.csproj" />
</ItemGroup>
</Project>