lixiaojun
2024-09-27 32b374b27fba81f58cd6dc0119aecc0a1414e7e9
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0-windows</TargetFramework>
    <Nullable>warnings</Nullable>
    <UseWindowsForms>true</UseWindowsForms>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="02-UICore\**" />
    <EmbeddedResource Remove="02-UICore\**" />
    <None Remove="02-UICore\**" />
    <Page Remove="02-UICore\**" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Remove="01-pumpProductManage\AddPumpProductMainDlg - 复制.cs" />
    <Compile Remove="01-pumpProductManage\AddPumpProductMainDlg - 复制.Designer.cs" />
    <Compile Remove="01-pumpProductManage\PumpProductMainPanel - 复制.cs" />
    <Compile Remove="01-pumpProductManage\PumpProductMainPanel - 复制.Designer.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Remove="01-pumpProductManage\AddPumpProductMainDlg - 复制.resx" />
    <EmbeddedResource Remove="01-pumpProductManage\PumpProductMainPanel - 复制.resx" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
    <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2535.41" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\BLL\HStation.BLL.Assets.Core\HStation.BLL.Assets.Core.csproj" />
    <ProjectReference Include="..\..\BLL\HStation.BLL.Xhs.Core\HStation.BLL.Xhs.Core.csproj" />
    <ProjectReference Include="..\..\Dto\HStation.Dto.Assets.Core\HStation.Dto.Assets.Core.csproj" />
    <ProjectReference Include="..\HStation.WinFrmUI.Basic\HStation.WinFrmUI.Basic.csproj" />
    <ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" />
    <ProjectReference Include="..\HStation.WinFrmUI.Dict.Core\HStation.WinFrmUI.Dict.Core.csproj" />
    <ProjectReference Include="..\HStation.WinFrmUI.PhartRelation.Core\HStation.WinFrmUI.PhartRelation.Core.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="02-AdaptingManage\EditAdaptingMainDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="02-AdaptingManage\AddAdaptingMainDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="01-pumpProductManage\03-PumpType\EditPumpTypeDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="01-pumpProductManage\EditPumpProductMainDlg.cs" />
    <Compile Update="01-pumpProductManage\EditPumpProductGroupDlg.cs" />
    <Compile Update="01-pumpProductManage\AddPumpProductGroupDlg.cs" />
    <Compile Update="01-pumpProductManage\AddPumpProductMainDlg.cs" />
    <Compile Update="01-pumpProductManage\EditPumpProductSeriesDlg.cs" />
    <Compile Update="03-valveManage\01-series\EditValveSeriesDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="03-valveManage\01-series\AddValveSeriesDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="03-valveManage\02-main\EditValveMainDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="03-valveManage\02-main\AddValveMainDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="03-valveManage\ValveTypeTreeListCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="02-AdaptingManage\AdaptingManageMainPanel.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="04-pipelineManage\EditPipeLineMainDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="04-pipelineManage\AddPipeLineMainDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="04-pipelineManage\PipelineManageMainPanel.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Properties\Resources.Designer.cs">
      <DesignTime>True</DesignTime>
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
  </ItemGroup>
 
  <ItemGroup>
    <EmbeddedResource Update="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
 
  <ItemGroup>
    <Folder Include="00-core\" />
  </ItemGroup>
 
</Project>