ningshuxia
2025-04-03 3d5771f9c195698c7694fb22afea2e2040553389
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
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <Platforms>AnyCPU;x86</Platforms>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="Program - 复制%282%29.cs" />
    <Compile Remove="Program - 复制%283%29.cs" />
    <Compile Remove="Program - 复制.cs" />
    <Compile Remove="Program - 定时数据.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="NPOI" Version="2.7.1" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Service\IStation.Service\IStation.Service.csproj" />
  </ItemGroup>
 
</Project>