duheng
2025-03-28 d5a2d7e66f9c8046bd88b8269e61aac5a2a265e2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup />
  <ItemGroup>
    <Compile Update="EnergyAnalysis.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="FlowPressAnalysis.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="Form\SetPressForm.cs">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
</Project>