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