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

13 lines
293 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\OxyPlot.Core.Drawing\OxyPlot.Core.Drawing.csproj" />
</ItemGroup>
</Project>