Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/09 17:15:54 (15 years ago)
Author:
svonolfe
Message:

Added DataAdapter and DataSet (#597)

Location:
trunk/sources/HeuristicLab.Security.ADODataAccess/3.2
Files:
5 added
2 edited

Legend:

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

    • Property svn:ignore set to
      *.user
      bin
      obj
  • trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/HeuristicLab.Security.ADODataAccess-3.2.csproj

    r1629 r1638  
    4444  -->
    4545  <ItemGroup>
     46    <None Include="app.config" />
     47    <None Include="datamodel_security_sqlserver.erwin" />
     48    <None Include="dsSecurity.xsc">
     49      <DependentUpon>dsSecurity.xsd</DependentUpon>
     50    </None>
     51    <None Include="dsSecurity.xsd">
     52      <SubType>Designer</SubType>
     53      <Generator>MSDataSetGenerator</Generator>
     54      <LastGenOutput>dsSecurity.Designer.cs</LastGenOutput>
     55    </None>
     56    <None Include="dsSecurity.xss">
     57      <DependentUpon>dsSecurity.xsd</DependentUpon>
     58    </None>
    4659    <None Include="HeuristicLab.snk" />
    4760    <None Include="Properties\AssemblyInfo.frame" />
     61    <None Include="Properties\Settings.settings">
     62      <Generator>SettingsSingleFileGenerator</Generator>
     63      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
     64    </None>
    4865  </ItemGroup>
    4966  <PropertyGroup>
     
    5774  <ItemGroup>
    5875    <Compile Include="ADODataAccessPlugin.cs" />
     76    <Compile Include="dsSecurity.Designer.cs">
     77      <AutoGen>True</AutoGen>
     78      <DesignTime>True</DesignTime>
     79      <DependentUpon>dsSecurity.xsd</DependentUpon>
     80    </Compile>
    5981    <Compile Include="Properties\AssemblyInfo.cs" />
     82    <Compile Include="Properties\Settings.Designer.cs">
     83      <AutoGen>True</AutoGen>
     84      <DesignTimeSharedInput>True</DesignTimeSharedInput>
     85      <DependentUpon>Settings.settings</DependentUpon>
     86    </Compile>
    6087  </ItemGroup>
    6188  <ItemGroup>
     89    <ProjectReference Include="..\..\HeuristicLab.DataAccess.ADOHelper\3.2\HeuristicLab.DataAccess.ADOHelper-3.2.csproj">
     90      <Project>{5CDACE54-5FB2-4344-A21C-963F63CB7C2B}</Project>
     91      <Name>HeuristicLab.DataAccess.ADOHelper-3.2</Name>
     92    </ProjectReference>
     93    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
     94      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
     95      <Name>HeuristicLab.DataAccess-3.2</Name>
     96    </ProjectReference>
    6297    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    6398      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    6499      <Name>HeuristicLab.PluginInfrastructure</Name>
    65100    </ProjectReference>
     101    <ProjectReference Include="..\..\HeuristicLab.Security.DataAccess\3.2\HeuristicLab.Security.DataAccess-3.2.csproj">
     102      <Project>{AC3D84FF-F0D7-43F0-9C99-9F8DBE087E2C}</Project>
     103      <Name>HeuristicLab.Security.DataAccess-3.2</Name>
     104    </ProjectReference>
     105  </ItemGroup>
     106  <ItemGroup>
     107    <Reference Include="System" />
     108    <Reference Include="System.Core">
     109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     110    </Reference>
     111    <Reference Include="System.Data" />
     112    <Reference Include="System.Data.DataSetExtensions">
     113      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     114    </Reference>
     115    <Reference Include="System.Xml" />
    66116  </ItemGroup>
    67117</Project>
Note: See TracChangeset for help on using the changeset viewer.