Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/12 16:16:18 (12 years ago)
Author:
ascheibe
Message:

#1648 added admin views for displaying user groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj

    r7614 r7635  
    129129    <Compile Include="Plugin.cs" />
    130130    <Compile Include="Properties\AssemblyInfo.cs" />
     131    <Compile Include="Views\UserGroupListView.cs">
     132      <SubType>UserControl</SubType>
     133    </Compile>
     134    <Compile Include="Views\UserGroupListView.Designer.cs">
     135      <DependentUpon>UserGroupListView.cs</DependentUpon>
     136    </Compile>
     137    <Compile Include="Views\RefreshableUserGroupListView.cs">
     138      <SubType>UserControl</SubType>
     139    </Compile>
     140    <Compile Include="Views\RefreshableUserGroupListView.Designer.cs">
     141      <DependentUpon>RefreshableUserGroupListView.cs</DependentUpon>
     142    </Compile>
     143    <Compile Include="Views\UserGroupView.cs">
     144      <SubType>UserControl</SubType>
     145    </Compile>
     146    <Compile Include="Views\UserGroupView.Designer.cs">
     147      <DependentUpon>UserGroupView.cs</DependentUpon>
     148    </Compile>
     149    <Compile Include="Views\RoleView.cs">
     150      <SubType>UserControl</SubType>
     151    </Compile>
     152    <Compile Include="Views\RoleView.Designer.cs">
     153      <DependentUpon>RoleView.cs</DependentUpon>
     154    </Compile>
    131155    <Compile Include="Views\RefreshableUserListView.cs">
    132156      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.