Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/12 21:32:36 (12 years ago)
Author:
ascheibe
Message:

#1648 display an error message if a user lacks the appropriate roles for the user administration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Access.Views/3.3/HeuristicLab.Clients.Access.Views-3.3.csproj

    r8042 r8043  
    106106      <DependentUpon>ClientRegistrationDialog.cs</DependentUpon>
    107107    </Compile>
    108     <Compile Include="ClientViews\ClientView.cs" />
     108    <Compile Include="ClientViews\ClientView.cs">
     109      <SubType>UserControl</SubType>
     110    </Compile>
    109111    <Compile Include="ClientViews\ClientView.Designer.cs">
    110112      <DependentUpon>ClientView.cs</DependentUpon>
     
    132134      <DependentUpon>LightweightUserGroupSelectionView.cs</DependentUpon>
    133135    </Compile>
    134     <Compile Include="UserViews\LightweightUserInformationView.cs" />
     136    <Compile Include="UserViews\LightweightUserInformationView.cs">
     137      <SubType>UserControl</SubType>
     138    </Compile>
    135139    <Compile Include="UserViews\LightweightUserInformationView.Designer.cs">
    136140      <DependentUpon>LightweightUserInformationView.cs</DependentUpon>
    137141    </Compile>
    138     <Compile Include="UserViews\RefreshableLightweightUserInformationView.cs" />
     142    <Compile Include="UserViews\RefreshableLightweightUserInformationView.cs">
     143      <SubType>UserControl</SubType>
     144    </Compile>
    139145    <Compile Include="UserViews\RefreshableLightweightUserInformationView.Designer.cs">
    140146      <DependentUpon>RefreshableLightweightUserInformationView.cs</DependentUpon>
    141147    </Compile>
    142     <Compile Include="UserViews\LightweightUserView.cs" />
     148    <Compile Include="UserViews\LightweightUserView.cs">
     149      <SubType>UserControl</SubType>
     150    </Compile>
    143151    <Compile Include="UserViews\LightweightUserView.Designer.cs">
    144152      <DependentUpon>LightweightUserView.cs</DependentUpon>
    145153    </Compile>
    146     <Compile Include="UserViews\RefreshableLightweightUserView.cs" />
     154    <Compile Include="UserViews\RefreshableLightweightUserView.cs">
     155      <SubType>UserControl</SubType>
     156    </Compile>
    147157    <Compile Include="UserViews\RefreshableLightweightUserView.Designer.cs">
    148158      <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>
    149159    </Compile>
    150     <Compile Include="UserViews\RefreshableView.cs" />
     160    <Compile Include="UserViews\RefreshableView.cs">
     161      <SubType>UserControl</SubType>
     162    </Compile>
    151163    <Compile Include="UserViews\RefreshableView.Designer.cs">
    152164      <DependentUpon>RefreshableView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.