duheng
2024-07-23 3fec42c6383aa3b8d65f744a93b8a918d7cc6e02
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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\StringListCheckedListBoxCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="09-common\01-flags\SetFlagsEditCtrl.cs">
      <SubType>UserControl</SubType>
    </Compile>
  </ItemGroup>
</Project>