Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 14:37:29 (15 years ago)
Author:
svonolfe
Message:

Implemented large parts of the security DAL (#597)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/HeuristicLab.Security.ADODataAccess-3.2.csproj

    r1638 r1656  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Security.ADODataAccess_3._2</RootNamespace>
     11    <RootNamespace>HeuristicLab.Security.ADODataAccess</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Security.ADODataAccess-3.2</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     
    7474  <ItemGroup>
    7575    <Compile Include="ADODataAccessPlugin.cs" />
     76    <Compile Include="TableAdapterWrapper\PermissionOwner_UserGroupAdapterWrapper.cs" />
     77    <Compile Include="UserGroupAdapter.cs" />
     78    <Compile Include="HLUserAdapter.cs" />
     79    <Compile Include="PermissionOwnerAdapter.cs" />
    7680    <Compile Include="dsSecurity.Designer.cs">
    7781      <AutoGen>True</AutoGen>
     
    7983      <DependentUpon>dsSecurity.xsd</DependentUpon>
    8084    </Compile>
     85    <Compile Include="PermissionAdapter.cs" />
    8186    <Compile Include="Properties\AssemblyInfo.cs" />
    8287    <Compile Include="Properties\Settings.Designer.cs">
     
    8590      <DependentUpon>Settings.settings</DependentUpon>
    8691    </Compile>
     92    <Compile Include="TableAdapterWrapper\UserGroupAdapterWrapper.cs" />
     93    <Compile Include="TableAdapterWrapper\HLUserAdapterWrapper.cs" />
     94    <Compile Include="TableAdapterWrapper\PermissionOwnerAdapterWrapper.cs" />
     95    <Compile Include="TableAdapterWrapper\PermissionAdapterWrapper.cs" />
    8796  </ItemGroup>
    8897  <ItemGroup>
     
    98107      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    99108      <Name>HeuristicLab.PluginInfrastructure</Name>
     109    </ProjectReference>
     110    <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.2\HeuristicLab.Security.Contracts-3.2.csproj">
     111      <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project>
     112      <Name>HeuristicLab.Security.Contracts-3.2</Name>
    100113    </ProjectReference>
    101114    <ProjectReference Include="..\..\HeuristicLab.Security.DataAccess\3.2\HeuristicLab.Security.DataAccess-3.2.csproj">
Note: See TracChangeset for help on using the changeset viewer.