duheng
2024-08-12 1a12ef2743134f7fdea6d0abbfec34543b85bdb5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<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>