diff --git a/SQLite-net.NuGet/SQLite-net.NuGet.nuproj b/SQLite-net.NuGet/SQLite-net.NuGet.nuproj new file mode 100644 index 000000000..804515936 --- /dev/null +++ b/SQLite-net.NuGet/SQLite-net.NuGet.nuproj @@ -0,0 +1,58 @@ + + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3} + sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. It is written in C# 3.0 and is meant to be simply compiled in with your projects. It was first designed to work with MonoTouch on the iPhone, but should work in any other CLI environment. + sqlite-net + 1.0.0 + Frank Krueger + false + false + Exe + SQLitenet.NuGet + false + SQLite-net.NuGet + v4.5 + Frank Krueger,Tim Heuer + sqlite-net sqlite sql monotouch database metro winrt + sqlite-net + See project page + A .NET client library to access SQLite embedded database files in a LINQ manner. + https://github.com/praeclarum/sqlite-net + https://raw.githubusercontent.com/praeclarum/sqlite-net/master/nuget/Logo-low.png + https://raw.githubusercontent.com/praeclarum/sqlite-net/master/LICENSE.md + + + true + full + bin\Debug + prompt + + + bin\Release + prompt + + + + 0.2.2 + All + + + + + {081D08D6-10F1-431B-88FE-469FD9FE898C} + SQLite-net-std + + + {7F946494-8EE0-432B-8A87-98961143D5C1} + SQLite-net + + + + + \ No newline at end of file diff --git a/SQLite.sln b/SQLite.sln index 6cd4eb86e..401f70152 100644 --- a/SQLite.sln +++ b/SQLite.sln @@ -27,6 +27,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite-net-base", "nuget\SQ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite-net-sqlcipher", "nuget\SQLite-net-sqlcipher\SQLite-net-sqlcipher.csproj", "{59DB03EF-E28D-431E-9058-74AF316800EE}" EndProject +Project("{5DD5E4FA-CB73-4610-85AB-557B54E96AA9}") = "SQLite-net.NuGet", "SQLite-net.NuGet\SQLite-net.NuGet.nuproj", "{812D5EDE-88BD-444C-AD2A-994EA55EB2F3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -121,6 +123,18 @@ Global {59DB03EF-E28D-431E-9058-74AF316800EE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {59DB03EF-E28D-431E-9058-74AF316800EE}.Debug|iPhone.ActiveCfg = Debug|Any CPU {59DB03EF-E28D-431E-9058-74AF316800EE}.Debug|iPhone.Build.0 = Debug|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Release|Any CPU.Build.0 = Release|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Release|iPhone.ActiveCfg = Release|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Release|iPhone.Build.0 = Release|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {812D5EDE-88BD-444C-AD2A-994EA55EB2F3}.Debug|iPhone.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {6947A8F1-99BE-4DD1-AD4D-D89425CE67A2} = {FECC0E44-E626-49CB-BD8B-0CFBD93FBEFF} diff --git a/nuget/SQLite-net-std/SQLite-net-std.csproj b/nuget/SQLite-net-std/SQLite-net-std.csproj index 6b68fdfb3..0b5957504 100644 --- a/nuget/SQLite-net-std/SQLite-net-std.csproj +++ b/nuget/SQLite-net-std/SQLite-net-std.csproj @@ -1,5 +1,6 @@ + netstandard1.1 SQLite-net @@ -23,6 +24,7 @@ + diff --git a/nuget/SQLite-net/SQLite-net.csproj b/nuget/SQLite-net/SQLite-net.csproj index d6ffdb6a7..9ed7ac068 100644 --- a/nuget/SQLite-net/SQLite-net.csproj +++ b/nuget/SQLite-net/SQLite-net.csproj @@ -1,5 +1,6 @@  + 10.0 @@ -76,4 +77,5 @@ --> + diff --git a/nuget/SQLite-net/packages.config b/nuget/SQLite-net/packages.config index a948fa850..63eb0e840 100644 --- a/nuget/SQLite-net/packages.config +++ b/nuget/SQLite-net/packages.config @@ -1,5 +1,6 @@  + \ No newline at end of file