性能组件移动到公共组件中,在服务器端和客户端提供一致的呈现。

This commit is contained in:
dathlin
2017-07-02 18:48:35 +08:00
parent 0f84aef54c
commit 5afc21e054
8 changed files with 63 additions and 31 deletions

View File

@@ -67,6 +67,12 @@
</Compile>
<Compile Include="AccountSupport\ServerAccount.cs" />
<Compile Include="AccountSupport\UserAccount.cs" />
<Compile Include="BasicSupport\FormSuper.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="BasicSupport\FormSuper.Designer.cs">
<DependentUpon>FormSuper.cs</DependentUpon>
</Compile>
<Compile Include="BasicSupport\FormUpdateLog.cs">
<SubType>Form</SubType>
</Compile>
@@ -97,6 +103,9 @@
<EmbeddedResource Include="AccountSupport\FormPasswordModify.resx">
<DependentUpon>FormPasswordModify.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BasicSupport\FormSuper.resx">
<DependentUpon>FormSuper.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BasicSupport\FormUpdateLog.resx">
<DependentUpon>FormUpdateLog.cs</DependentUpon>
</EmbeddedResource>