Shuxia Ning
2024-08-07 554694000f4d7ffc231a23e7ff429595c254ceaa
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
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="ViewModel\RealTimeZyScadaViewModel - 复制.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\IStation.Test.Init\IStation.Test.Init.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="Core\Wait\WaitFormStyle1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="Core\Wait\WaitFormStyle2.cs">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
 
</Project>