From c6a0ae39a8ccaee44d4c762fee783016d8ea7797 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Sun, 14 Apr 2019 17:49:31 +0200 Subject: [PATCH] changed to nuget --- .gitignore | 3 ++ .../Mk0.Tools.SQLiteTools/App.config | 24 +++++++++++++++ .../Mk0.Tools.SQLiteTools.csproj | 30 +++++++++++++++++-- .../Mk0.Tools.SQLiteTools/packages.config | 8 +++++ 4 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/App.config create mode 100644 Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/packages.config diff --git a/.gitignore b/.gitignore index 3e759b7..6fe434b 100644 --- a/.gitignore +++ b/.gitignore @@ -328,3 +328,6 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ +/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/nuget.exe +/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/publish-nuget.bat +/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.nuspec diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/App.config b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/App.config new file mode 100644 index 0000000..10586df --- /dev/null +++ b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/App.config @@ -0,0 +1,24 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.csproj b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.csproj index 4ac41d0..6899e47 100644 --- a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.csproj +++ b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools.csproj @@ -12,6 +12,8 @@ v4.6.1 512 true + + true @@ -31,10 +33,23 @@ 4 + + ..\..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\EntityFramework.6.2.0\lib\net45\EntityFramework.dll + + + ..\..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll + + - - ..\..\..\System.Data.SQLite.dll + + ..\..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\System.Data.SQLite.Core.1.0.110.0\lib\net46\System.Data.SQLite.dll + + + ..\..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\System.Data.SQLite.EF6.1.0.110.0\lib\net46\System.Data.SQLite.EF6.dll + + + ..\..\..\Mk0.Tools.Password\Mk0.Tools.Password\Mk0.Tools.Password\System.Data.SQLite.Linq.1.0.110.0\lib\net46\System.Data.SQLite.Linq.dll @@ -48,5 +63,16 @@ + + + + + + + + Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". + + + \ No newline at end of file diff --git a/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/packages.config b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/packages.config new file mode 100644 index 0000000..e925cbd --- /dev/null +++ b/Mk0.Tools.SQLiteTools/Mk0.Tools.SQLiteTools/packages.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file