Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/29/12 17:41:18 (12 years ago)
Author:
ascheibe
Message:

#1648 added client registration ui

File:
1 edited

Legend:

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

    r7534 r7536  
    102102    <Compile Include="ClientInformation.cs" />
    103103    <Compile Include="ClientInformationUtils.cs" />
     104    <Compile Include="ClientViews\ClientInformationDialog.cs">
     105      <SubType>Form</SubType>
     106    </Compile>
     107    <Compile Include="ClientViews\ClientInformationDialog.Designer.cs">
     108      <DependentUpon>ClientInformationDialog.cs</DependentUpon>
     109    </Compile>
     110    <Compile Include="ClientViews\ClientRegistrationDialog.cs">
     111      <SubType>Form</SubType>
     112    </Compile>
     113    <Compile Include="ClientViews\ClientRegistrationDialog.Designer.cs">
     114      <DependentUpon>ClientRegistrationDialog.cs</DependentUpon>
     115    </Compile>
    104116    <Compile Include="ClientViews\ClientView.cs">
    105117      <SubType>UserControl</SubType>
     
    107119    <Compile Include="ClientViews\ClientView.Designer.cs">
    108120      <DependentUpon>ClientView.cs</DependentUpon>
     121    </Compile>
     122    <Compile Include="ClientViews\AdminClientView.cs">
     123      <SubType>UserControl</SubType>
     124    </Compile>
     125    <Compile Include="ClientViews\AdminClientView.Designer.cs">
     126      <DependentUpon>AdminClientView.cs</DependentUpon>
    109127    </Compile>
    110128    <Compile Include="MenuItems\ClientInfoMenuItem.cs" />
     
    162180    <None Include="UpdateLocalInstallation.cmd" />
    163181  </ItemGroup>
    164   <ItemGroup />
    165182  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    166183  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.