duheng
2025-03-28 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Compile Update="01-tip\TipForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="06-document\DocumentPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="09-common\01-flags\SetFlagsContainerCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="09-common\01-flags\SetFlagsDlg.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="09-common\02-string-list-checked\StringListCheckedListBoxCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="09-common\01-flags\SetFlagsEditCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="09-common\03-search-set\GeneralSearchAndSetCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="09-common\12-ok-cancel\GeneralOkAndCancelCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="12-exception\VmoExceptionInfoDlg.cs">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
</Project>