ningshuxia
2025-04-09 845ce9e76fab972e3d19672c1f1fbb3a6a05666f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="Program - 复制%282%29.cs" />
    <Compile Remove="Program - 复制%283%29.cs" />
    <Compile Remove="Program - 复制%284%29.cs" />
    <Compile Remove="Program - 复制.cs" />
    <Compile Remove="Program - 整体数据导出.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Monitor\IStation.WinFrmUI.Monitor.csproj" />
  </ItemGroup>
 
</Project>