Shuxia Ning
2024-08-06 488aa027021bff61a8a5ce7db43928efcee1eb2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="ScadaScheduleHelper - 复制.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\IStation.Service\IStation.Service.csproj" />
  </ItemGroup>
 
</Project>