Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7555


Ignore:
Timestamp:
03/05/12 23:19:46 (12 years ago)
Author:
ascheibe
Message:

#1648 added an access client views project for the ui stuff

Location:
branches/ClientUserManagement
Files:
29 added
3 deleted
3 edited

Legend:

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

    r7553 r7555  
    3838  </PropertyGroup>
    3939  <ItemGroup>
    40     <Reference Include="HeuristicLab.Algorithms.Benchmarks-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     40    <Reference Include="HeuristicLab.Algorithms.Benchmarks-3.3">
     41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.Benchmarks-3.3.dll</HintPath>
     42      <Private>False</Private>
     43    </Reference>
    4144    <Reference Include="HeuristicLab.Clients.Common-3.3">
    4245      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
     
    5962      <Private>False</Private>
    6063    </Reference>
    61     <Reference Include="HeuristicLab.Core.Views-3.3">
    62       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    63       <Private>False</Private>
    64     </Reference>
    6564    <Reference Include="HeuristicLab.Data-3.3">
    6665      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    6766      <Private>False</Private>
    6867    </Reference>
    69     <Reference Include="HeuristicLab.MainForm-3.3">
    70       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     68    <Reference Include="HeuristicLab.Optimization-3.3">
     69      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    7170      <Private>False</Private>
    7271    </Reference>
    73     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    74       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    75       <Private>False</Private>
    76     </Reference>
    77     <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    78     <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7972    <Reference Include="HeuristicLab.Persistence-3.3">
    8073      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     
    10295    <Compile Include="ClientInformation.cs" />
    10396    <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>
    116     <Compile Include="ClientViews\ClientView.cs">
    117       <SubType>UserControl</SubType>
    118     </Compile>
    119     <Compile Include="ClientViews\ClientView.Designer.cs">
    120       <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>
    127     </Compile>
    128     <Compile Include="MenuItems\ClientInfoMenuItem.cs" />
    12997    <Compile Include="Plugin.cs" />
    13098    <Compile Include="Properties\AssemblyInfo.cs" />
     
    144112    </Compile>
    145113    <Compile Include="UserInformation.cs" />
    146     <Compile Include="Views\LightweightUserGroupSelectionDialog.cs">
    147       <SubType>Form</SubType>
    148     </Compile>
    149     <Compile Include="Views\LightweightUserGroupSelectionDialog.Designer.cs">
    150       <DependentUpon>LightweightUserGroupSelectionDialog.cs</DependentUpon>
    151     </Compile>
    152     <Compile Include="Views\LightweightUserGroupSelectionView.cs">
    153       <SubType>UserControl</SubType>
    154     </Compile>
    155     <Compile Include="Views\LightweightUserGroupSelectionView.Designer.cs">
    156       <DependentUpon>LightweightUserGroupSelectionView.cs</DependentUpon>
    157     </Compile>
    158     <Compile Include="Views\LightweightUserView.cs">
    159       <SubType>UserControl</SubType>
    160     </Compile>
    161     <Compile Include="Views\LightweightUserView.Designer.cs">
    162       <DependentUpon>LightweightUserView.cs</DependentUpon>
    163     </Compile>
    164     <Compile Include="Views\RefreshableLightweightUserView.cs">
    165       <SubType>UserControl</SubType>
    166     </Compile>
    167     <Compile Include="Views\RefreshableLightweightUserView.Designer.cs">
    168       <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>
    169     </Compile>
    170     <Compile Include="Views\RefreshableView.cs">
    171       <SubType>UserControl</SubType>
    172     </Compile>
    173     <Compile Include="Views\RefreshableView.Designer.cs">
    174       <DependentUpon>RefreshableView.cs</DependentUpon>
    175     </Compile>
    176114  </ItemGroup>
    177115  <ItemGroup>
  • branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/Plugin.cs.frame

    r7534 r7555  
    3232  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3333  [PluginDependency("HeuristicLab.Collections", "3.3")]
    34   [PluginDependency("HeuristicLab.Optimizer", "3.3")]
    3534  [PluginDependency("HeuristicLab.Common", "3.3")]
    3635  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3736  [PluginDependency("HeuristicLab.Core", "3.3")]
    38   [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    3937  [PluginDependency("HeuristicLab.Data", "3.3")]
    40   [PluginDependency("HeuristicLab.MainForm", "3.3")]
    41   [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 
    4238  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    4339  public class HeuristicLabClientsAccessPlugin : PluginBase {
  • branches/ClientUserManagement/HeuristicLab.Services.Access.sln

    r6840 r7555  
    1919EndProject
    2020Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Access-3.3.Tests", "HeuristicLab.Services.Access-3.3.Tests\HeuristicLab.Services.Access-3.3.Tests.csproj", "{70C5A73A-148C-45A2-938F-F8F6DAA80A02}"
     21EndProject
     22Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Access.Views-3.3", "HeuristicLab.Clients.Access.Views\3.3\HeuristicLab.Clients.Access.Views-3.3.csproj", "{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}"
    2123EndProject
    2224Global
     
    8385    {70C5A73A-148C-45A2-938F-F8F6DAA80A02}.Release|Mixed Platforms.Build.0 = Release|Any CPU
    8486    {70C5A73A-148C-45A2-938F-F8F6DAA80A02}.Release|x86.ActiveCfg = Release|Any CPU
     87    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     88    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
     89    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
     90    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
     91    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Debug|x86.ActiveCfg = Debug|Any CPU
     92    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
     93    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|Any CPU.Build.0 = Release|Any CPU
     94    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
     95    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
     96    {FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}.Release|x86.ActiveCfg = Release|Any CPU
    8597  EndGlobalSection
    8698  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.