Files
WPF_Practice/PacticeSolution/ChartSample/ChartSample.csproj
2023-09-26 11:59:24 +09:00

16 lines
409 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="InteractiveDataDisplay.WPF" Version="1.0.0" />
<PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
</ItemGroup>
</Project>