Files
OxyPlot/Source/Examples/PerformanceTest/PerformanceTest.csproj
2023-09-02 09:24:59 +02:00

12 lines
363 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;net6.0-windows;net7.0-windows</TargetFrameworks>
<OutputType>Exe</OutputType>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\OxyPlot\OxyPlot.csproj" />
</ItemGroup>
</Project>