From 9bb95ebec592f8cd45362aeec5141b5240f04779 Mon Sep 17 00:00:00 2001 From: romans91 Date: Thu, 16 Nov 2017 23:43:01 +1300 Subject: [PATCH 1/2] Added SqlLite output --- LinkCrawler/LinkCrawler/App.config | 22 +++++-- LinkCrawler/LinkCrawler/LinkCrawler.csproj | 23 +++++++ .../Utils/Outputs/SqlLiteOutput.cs | 60 +++++++++++++++++++ .../LinkCrawler/Utils/Settings/Constants.cs | 1 + .../LinkCrawler/Utils/Settings/ISettings.cs | 2 + .../Utils/Settings/MockSettings.cs | 2 + .../LinkCrawler/Utils/Settings/Settings.cs | 3 + LinkCrawler/LinkCrawler/packages.config | 3 + 8 files changed, 111 insertions(+), 5 deletions(-) create mode 100644 LinkCrawler/LinkCrawler/Utils/Outputs/SqlLiteOutput.cs diff --git a/LinkCrawler/LinkCrawler/App.config b/LinkCrawler/LinkCrawler/App.config index a87ddf3..b3d2382 100644 --- a/LinkCrawler/LinkCrawler/App.config +++ b/LinkCrawler/LinkCrawler/App.config @@ -1,7 +1,9 @@ - +
+ +
@@ -20,14 +22,24 @@ - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/LinkCrawler/LinkCrawler/LinkCrawler.csproj b/LinkCrawler/LinkCrawler/LinkCrawler.csproj index 210c55a..d8fac9a 100644 --- a/LinkCrawler/LinkCrawler/LinkCrawler.csproj +++ b/LinkCrawler/LinkCrawler/LinkCrawler.csproj @@ -12,6 +12,8 @@ v4.5.2 512 true + + AnyCPU @@ -45,6 +47,14 @@ ..\packages\CommonServiceLocator.StructureMapAdapter.Unofficial.3.0.4.125\lib\Net40\CommonServiceLocator.StructureMapAdapter.Unofficial.dll True + + ..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll + True + + + ..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll + True + ..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll True @@ -66,8 +76,13 @@ True + + + ..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net451\System.Data.SQLite.dll + True + @@ -85,6 +100,7 @@ + @@ -113,6 +129,13 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +