ningshuxia
5 天以前 e372b432b52bedf58b7d3bd80bd679ae9c3cecb3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup />
  <ItemGroup>
    <Compile Update="MapView\Base\TagEditorForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="WindowsForm\CalcParamForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="WindowsForm\FormFilter.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="WindowsForm\Form_importObjs.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="WindowsForm\InputBox.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="WindowsForm\ResultForm.cs">
      <SubType>Form</SubType>
    </Compile>
  </ItemGroup>
</Project>