性能组件移动到公共组件中,在服务器端和客户端提供一致的呈现。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user