Commit a264694e HZH

传送带

1 个父辈 389b3670
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Controls\Bottle\UCBottle.cs"> <Compile Include="Controls\FactoryControls\Bottle\UCBottle.cs">
<SubType>UserControl</SubType> <SubType>UserControl</SubType>
</Compile> </Compile>
<Compile Include="Controls\BtnsGroup\UCBtnsGroup.cs"> <Compile Include="Controls\BtnsGroup\UCBtnsGroup.cs">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<Compile Include="Controls\ComboBox\UCComboxGridPanel.Designer.cs"> <Compile Include="Controls\ComboBox\UCComboxGridPanel.Designer.cs">
<DependentUpon>UCComboxGridPanel.cs</DependentUpon> <DependentUpon>UCComboxGridPanel.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Controls\Conduit\UCConduit.cs"> <Compile Include="Controls\FactoryControls\Conduit\UCConduit.cs">
<SubType>UserControl</SubType> <SubType>UserControl</SubType>
</Compile> </Compile>
<Compile Include="Controls\DataGridView\DataGridViewCellEntity.cs" /> <Compile Include="Controls\DataGridView\DataGridViewCellEntity.cs" />
...@@ -96,6 +96,9 @@ ...@@ -96,6 +96,9 @@
<Compile Include="Controls\DataGridView\UCDataGridViewTreeRow.Designer.cs"> <Compile Include="Controls\DataGridView\UCDataGridViewTreeRow.Designer.cs">
<DependentUpon>UCDataGridViewTreeRow.cs</DependentUpon> <DependentUpon>UCDataGridViewTreeRow.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Controls\FactoryControls\Conveyor\UCConveyor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\LED\UCLEDDataTime.cs"> <Compile Include="Controls\LED\UCLEDDataTime.cs">
<SubType>UserControl</SubType> <SubType>UserControl</SubType>
</Compile> </Compile>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!