duheng
2024-11-26 6fcff08e4f76bce6076319b5b3a2456c2d94c5fe
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup />
  <ItemGroup>
    <Compile Update="01-division\AddDivisonDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="01-division\EditDivisionDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="02-part\AddPartDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="02-part\EditPartDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="02-part\PartitionMgr.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="03-buildingtype\AddBuildingTypeDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="03-buildingtype\BuildingTypeMgr.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="03-buildingtype\EditBuildingTypeDlg.cs">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
</Project>