Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/18/12 17:21:13 (13 years ago)
Author:
ascheibe
Message:

#1648

  • updated frame files
  • added a lightweight user dto for non-admin users
  • added access service roles
  • some more minor changes
Location:
branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
         1Plugin.cs
        12bin
        23obj
  • branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/HeuristicLab.Clients.Access-3.3.csproj

    r6825 r7367  
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     42      <Private>False</Private>
     43    </Reference>
    4044    <Reference Include="System" />
    4145    <Reference Include="System.Core" />
     
    4953  </ItemGroup>
    5054  <ItemGroup>
     55    <Compile Include="Plugin.cs" />
    5156    <Compile Include="Properties\AssemblyInfo.cs" />
    5257    <Compile Include="ServiceClients\AccessServiceClient.cs" />
     
    5762    </None>
    5863    <None Include="HeuristicLab.snk" />
    59     <None Include="Properties\AssemblyInfo.frame" />
     64    <None Include="Plugin.cs.frame" />
     65    <None Include="Properties\AssemblyInfo.cs.frame" />
    6066    <None Include="ServiceClients\GenerateServiceClients.cmd" />
     67  </ItemGroup>
     68  <ItemGroup>
     69    <Folder Include="Views\" />
    6170  </ItemGroup>
    6271  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.