Free cookie consent management tool by TermsFeed Policy Generator

Changeset 282


Ignore:
Timestamp:
06/02/08 11:02:57 (16 years ago)
Author:
gkronber
Message:

added SQLite assembly and documentation

Location:
trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SQLite/HeuristicLab.SQLite.csproj

    r198 r282  
    6161    </ProjectReference>
    6262  </ItemGroup>
     63  <ItemGroup>
     64    <Content Include="System.Data.SQLite.DLL" />
     65  </ItemGroup>
    6366  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    6467  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.SQLite/HeuristicLabSQLitePlugin.cs

    r197 r282  
    2828  [ClassInfo(Name = "HeuristicLab.SQLite")]
    2929  [PluginFile(Filename = "HeuristicLab.SQLite.dll", Filetype = PluginFileType.Assembly)]
     30  [PluginFile(Filename = "System.Data.SQLite.dll", Filetype = PluginFileType.Assembly)]
    3031  public class HeuristicLabSQLitePlugin : PluginBase {
    3132  }
Note: See TracChangeset for help on using the changeset viewer.