<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>
|