22
Source/Examples/ExampleGenerator/ExampleGenerator.csproj
Normal file
22
Source/Examples/ExampleGenerator/ExampleGenerator.csproj
Normal file
@@ -0,0 +1,22 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0-windows;net7.0-windows</TargetFrameworks>
|
||||
<!--<UseWindowsForms>true</UseWindowsForms>-->
|
||||
<OutputType>Exe</OutputType>
|
||||
<ApplicationIcon />
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\OxyPlot.WindowsForms\OxyPlot.WindowsForms.csproj" />
|
||||
<ProjectReference Include="..\ExampleLibrary\ExampleLibrary.csproj" />
|
||||
</ItemGroup>
|
||||
<!--<ItemGroup>
|
||||
<Content Include="..\TruePNG\TruePNG.exe">
|
||||
<Link>TruePNG.exe</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>-->
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user