Shuxia Ning
2024-08-12 d2cee56db11f0ee475e9f9dbdc8bfd03ad982e18
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
<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\**" />
    <Compile Remove="01-perform\99-models\**" />
    <EmbeddedResource Remove="01-perform\01-cubic\**" />
    <EmbeddedResource Remove="01-perform\99-models\**" />
    <None Remove="01-perform\01-cubic\**" />
    <None Remove="01-perform\99-models\**" />
    <Page Remove="01-perform\01-cubic\**" />
    <Page Remove="01-perform\99-models\**" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Remove="Title - 复制.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
    <PackageReference Include="NPOI" Version="2.7.1" />
    <PackageReference Include="Yw.Pump.Core" Version="3.1.1" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" />
  </ItemGroup>
 
</Project>