This commit is contained in:
liyaobang 2025-04-08 16:21:15 +08:00
parent 3401a3b254
commit d0a928eb40

View File

@ -59,6 +59,11 @@
<Compile Include="Properties\Resources.Designer.cs" /> <Compile Include="Properties\Resources.Designer.cs" />
<Compile Include="RBACWindow.cs" /> <Compile Include="RBACWindow.cs" />
<Compile Include="RBACWindow.Designer.cs" /> <Compile Include="RBACWindow.Designer.cs" />
<Compile Include="UserControls\AccountControl.cs" />
<Compile Include="UserControls\AccountControl.Designer.cs" />
<Compile Include="UserControls\Menus\UserMenuPanel.cs" />
<Compile Include="UserControls\ProgressForm.cs" />
<Compile Include="UserControls\ProgressForm.Designer.cs" />
<Compile Include="Utility\Extension\ExtMethods.cs" /> <Compile Include="Utility\Extension\ExtMethods.cs" />
<Compile Include="Utility\Extension\MyEnvironment.cs" /> <Compile Include="Utility\Extension\MyEnvironment.cs" />
<Compile Include="Utility\Other\DESHelper.cs" /> <Compile Include="Utility\Other\DESHelper.cs" />