diff --git a/.gitignore b/.gitignore index a7cecab6..94f6122d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ [Dd]ebug/ [Rr]elease/ [Bb]in/ +[Pp]ackages/ *.Publish.xml .DS_Store ._.DS_Store diff --git a/bvCrawler4/App.config b/bvCrawler4/App.config index 753cfcc4..9492d9b9 100644 --- a/bvCrawler4/App.config +++ b/bvCrawler4/App.config @@ -1,11 +1,14 @@ - + - + - + - + + + + + + diff --git a/bvCrawler4/bvCrawler4.csproj b/bvCrawler4/bvCrawler4.csproj index aa1b1292..e7945b9b 100644 --- a/bvCrawler4/bvCrawler4.csproj +++ b/bvCrawler4/bvCrawler4.csproj @@ -34,8 +34,9 @@ 4 - - ..\library\lib\mysql.data.dll + + False + ..\packages\MySql.Data.6.9.5\lib\net40\MySql.Data.dll @@ -57,6 +58,7 @@ Always + diff --git a/bvCrawler4/packages.config b/bvCrawler4/packages.config new file mode 100644 index 00000000..26e8cb46 --- /dev/null +++ b/bvCrawler4/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/bvCrawler5/App.config b/bvCrawler5/App.config index b03b479f..c4ce4881 100644 --- a/bvCrawler5/App.config +++ b/bvCrawler5/App.config @@ -1,11 +1,14 @@ - + - + - + - + + + + + + diff --git a/bvCrawler5/bvCrawler5.csproj b/bvCrawler5/bvCrawler5.csproj index 087c29c7..b0088596 100644 --- a/bvCrawler5/bvCrawler5.csproj +++ b/bvCrawler5/bvCrawler5.csproj @@ -34,8 +34,9 @@ 4 - - ..\library\lib\mysql.data.dll + + False + ..\packages\MySql.Data.6.9.5\lib\net40\MySql.Data.dll @@ -60,6 +61,7 @@ Designer +