修复账号注销重新登录的BUG

This commit is contained in:
HSL
2017-04-05 15:16:34 +08:00
parent 115559fb25
commit 66ef18f9a4
3 changed files with 11 additions and 1 deletions

View File

@@ -136,10 +136,12 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="DatabaseSupport\" />
<Folder Include="UIControls\" />
<Folder Include="UserControls\" />
</ItemGroup>
<ItemGroup>
<Content Include="DatabaseSupport\Help.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.