<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
<OutputType>Library</OutputType>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="01-perform\01-cubic\Curve\**" />
|
<Compile Remove="01-perform\01-cubic\Import\**" />
|
<Compile Remove="01-perform\01-cubic\Preview\**" />
|
<EmbeddedResource Remove="01-perform\01-cubic\Curve\**" />
|
<EmbeddedResource Remove="01-perform\01-cubic\Import\**" />
|
<EmbeddedResource Remove="01-perform\01-cubic\Preview\**" />
|
<None Remove="01-perform\01-cubic\Curve\**" />
|
<None Remove="01-perform\01-cubic\Import\**" />
|
<None Remove="01-perform\01-cubic\Preview\**" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.cs" />
|
<Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.Designer.cs" />
|
<Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.cs" />
|
<Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.Designer.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<EmbeddedResource Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.resx" />
|
<EmbeddedResource Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.resx" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<PackageReference Include="NPOI" Version="2.7.1" />
|
<PackageReference Include="Yw.Pump.Core" Version="3.1.1" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Folder Include="01-perform\01-cubic\03-import\01-excel\" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" />
|
</ItemGroup>
|
|
</Project>
|