Changeset 282
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SQLite/HeuristicLab.SQLite.csproj
r198 r282 61 61 </ProjectReference> 62 62 </ItemGroup> 63 <ItemGroup> 64 <Content Include="System.Data.SQLite.DLL" /> 65 </ItemGroup> 63 66 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 64 67 <!-- 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 28 28 [ClassInfo(Name = "HeuristicLab.SQLite")] 29 29 [PluginFile(Filename = "HeuristicLab.SQLite.dll", Filetype = PluginFileType.Assembly)] 30 [PluginFile(Filename = "System.Data.SQLite.dll", Filetype = PluginFileType.Assembly)] 30 31 public class HeuristicLabSQLitePlugin : PluginBase { 31 32 }
Note: See TracChangeset
for help on using the changeset viewer.