代码重构,准备新增客户端统一的系统配置界面
This commit is contained in:
@@ -62,6 +62,12 @@
|
||||
<Compile Include="BasicSupport\FormShowMachineId.Designer.cs">
|
||||
<DependentUpon>FormShowMachineId.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Configuration\FormConfiguration.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Configuration\FormConfiguration.Designer.cs">
|
||||
<DependentUpon>FormConfiguration.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="LogsSupport\FormLogView.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -91,6 +97,9 @@
|
||||
<EmbeddedResource Include="BasicSupport\FormShowMachineId.resx">
|
||||
<DependentUpon>FormShowMachineId.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Configuration\FormConfiguration.resx">
|
||||
<DependentUpon>FormConfiguration.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="LogsSupport\FormLogView.resx">
|
||||
<DependentUpon>FormLogView.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user