Zooflow: First version of user group relations

This commit is contained in:
Jonathan Jenne
2022-03-09 15:36:14 +01:00
parent f48912b996
commit 8ace2fe11f
10 changed files with 214 additions and 70 deletions

View File

@@ -247,10 +247,10 @@
<Compile Include="Administration\Users\frmAdmin_UserGroupRelations.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Administration\Users\frmWaitForm.Designer.vb">
<Compile Include="frmWaitForm.Designer.vb">
<DependentUpon>frmWaitForm.vb</DependentUpon>
</Compile>
<Compile Include="Administration\Users\frmWaitForm.vb">
<Compile Include="frmWaitForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="ApplicationEvents.vb" />
@@ -488,7 +488,7 @@
<EmbeddedResource Include="Administration\Users\frmAdmin_UserGroupRelations.resx">
<DependentUpon>frmAdmin_UserGroupRelations.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Administration\Users\frmWaitForm.resx">
<EmbeddedResource Include="frmWaitForm.resx">
<DependentUpon>frmWaitForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmConfigBasic.resx">
@@ -1066,6 +1066,8 @@
<None Include="Resources\open2.svg" />
<None Include="Resources\actions_send1.svg" />
<None Include="Resources\actions_send2.svg" />
<None Include="Resources\nextview.svg" />
<None Include="Resources\previousview.svg" />
<Content Include="Zooflow.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />