diff --git a/DevConsole/DevConsole.csproj b/DevConsole/DevConsole.csproj index 0645bc9..7abe394 100644 --- a/DevConsole/DevConsole.csproj +++ b/DevConsole/DevConsole.csproj @@ -6,7 +6,7 @@ - + diff --git a/DevConsole/Program.cs b/DevConsole/Program.cs index ac47ee3..bdb0e3f 100644 --- a/DevConsole/Program.cs +++ b/DevConsole/Program.cs @@ -65,7 +65,7 @@ namespace DevConsole { case ConsoleKey.A: Console.WriteLine("Connect to database"); - parser.OpenConnection(@"C:\Users\Dunestorm\Projects\FireLance\FireLance\games.db"); + parser.OpenConnection(@"C:\Users\Dunestorm\Projects\FireLance\GSMParser\games.db"); break; case ConsoleKey.B: parser.CloseCurrentConnection(); diff --git a/FireLance.sln b/FireLance.sln index 6bb9a5a..9352fc3 100644 --- a/FireLance.sln +++ b/FireLance.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30204.135 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GSMParser", "FireLance\GSMParser.csproj", "{7344FC11-3894-4393-A558-82E7D671372D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GSMParser", "GSMParser\GSMParser.csproj", "{7344FC11-3894-4393-A558-82E7D671372D}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevConsole", "DevConsole\DevConsole.csproj", "{6B7A9B29-420B-4F58-975E-3D72A3D95314}" EndProject diff --git a/FireLance/GSMParser.csproj b/GSMParser/GSMParser.csproj similarity index 81% rename from FireLance/GSMParser.csproj rename to GSMParser/GSMParser.csproj index 0eb011a..6247b04 100644 --- a/FireLance/GSMParser.csproj +++ b/GSMParser/GSMParser.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -12,7 +12,7 @@ - Never + Always diff --git a/FireLance/Main.cs b/GSMParser/Main.cs similarity index 100% rename from FireLance/Main.cs rename to GSMParser/Main.cs diff --git a/FireLance/Modals/Directories.cs b/GSMParser/Modals/Directories.cs similarity index 100% rename from FireLance/Modals/Directories.cs rename to GSMParser/Modals/Directories.cs diff --git a/FireLance/Modals/GameEntry.cs b/GSMParser/Modals/GameEntry.cs similarity index 100% rename from FireLance/Modals/GameEntry.cs rename to GSMParser/Modals/GameEntry.cs diff --git a/FireLance/QueryBuilder.cs b/GSMParser/QueryBuilder.cs similarity index 100% rename from FireLance/QueryBuilder.cs rename to GSMParser/QueryBuilder.cs diff --git a/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.deps.json b/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.deps.json new file mode 100644 index 0000000..cb7e8f0 --- /dev/null +++ b/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.deps.json @@ -0,0 +1,224 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "GSMParser/1.0.0": { + "dependencies": { + "Dapper": "2.0.35", + "Microsoft.Data.Sqlite": "3.1.5", + "Microsoft.Data.Sqlite.Core": "3.1.5" + }, + "runtime": { + "GSMParser.dll": {} + } + }, + "Dapper/2.0.35": { + "dependencies": { + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/Dapper.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.35.21366" + } + } + }, + "Microsoft.Data.Sqlite/3.1.5": { + "dependencies": { + "Microsoft.Data.Sqlite.Core": "3.1.5", + "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2" + } + }, + "Microsoft.Data.Sqlite.Core/3.1.5": { + "dependencies": { + "SQLitePCLRaw.core": "2.0.2" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": { + "assemblyVersion": "3.1.5.0", + "fileVersion": "3.100.520.27007" + } + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": { + "dependencies": { + "SQLitePCLRaw.core": "2.0.2", + "SQLitePCLRaw.lib.e_sqlite3": "2.0.2", + "SQLitePCLRaw.provider.dynamic_cdecl": "2.0.2" + }, + "runtime": { + "lib/netcoreapp3.0/SQLitePCLRaw.batteries_v2.dll": { + "assemblyVersion": "2.0.2.669", + "fileVersion": "2.0.2.669" + }, + "lib/netcoreapp3.0/SQLitePCLRaw.nativelibrary.dll": { + "assemblyVersion": "2.0.2.669", + "fileVersion": "2.0.2.669" + } + } + }, + "SQLitePCLRaw.core/2.0.2": { + "dependencies": { + "System.Memory": "4.5.3" + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": { + "assemblyVersion": "2.0.2.669", + "fileVersion": "2.0.2.669" + } + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.0.2": { + "runtimeTargets": { + "runtimes/alpine-x64/native/libe_sqlite3.so": { + "rid": "alpine-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-arm/native/libe_sqlite3.so": { + "rid": "linux-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-arm64/native/libe_sqlite3.so": { + "rid": "linux-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-armel/native/libe_sqlite3.so": { + "rid": "linux-armel", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-musl-x64/native/libe_sqlite3.so": { + "rid": "linux-musl-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/libe_sqlite3.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x86/native/libe_sqlite3.so": { + "rid": "linux-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx-x64/native/libe_sqlite3.dylib": { + "rid": "osx-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-arm/native/e_sqlite3.dll": { + "rid": "win-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-arm64/native/e_sqlite3.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/e_sqlite3.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/e_sqlite3.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "SQLitePCLRaw.provider.dynamic_cdecl/2.0.2": { + "dependencies": { + "SQLitePCLRaw.core": "2.0.2" + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.provider.dynamic_cdecl.dll": { + "assemblyVersion": "2.0.2.669", + "fileVersion": "2.0.2.669" + } + } + }, + "System.Memory/4.5.3": {}, + "System.Reflection.Emit.Lightweight/4.7.0": {} + } + }, + "libraries": { + "GSMParser/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Dapper/2.0.35": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/xAgd8BO8EDnJ0sURWEV8LptHHvTKxoYiT63YUF2U/yWE2VyUCqR2jcrtEyNngT9Kjzppecz95UKiBla3PnR7g==", + "path": "dapper/2.0.35", + "hashPath": "dapper.2.0.35.nupkg.sha512" + }, + "Microsoft.Data.Sqlite/3.1.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cII+igGqLF9tE/S+NLULUjggyGo9zXjyXJwd+WLyFdj4ZSZG1ohJp/d8TYMcxmGAwhB3vbj7WOTySnRl8+oiSg==", + "path": "microsoft.data.sqlite/3.1.5", + "hashPath": "microsoft.data.sqlite.3.1.5.nupkg.sha512" + }, + "Microsoft.Data.Sqlite.Core/3.1.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-97AVbafsZQVale8l04QmrOa1fEo8eCQ4oMK1XxdKc8JVYY4r9nMiYZiNwEDa9VHVY/Hug9YIawghzg6o+0E+fw==", + "path": "microsoft.data.sqlite.core/3.1.5", + "hashPath": "microsoft.data.sqlite.core.3.1.5.nupkg.sha512" + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OVPI/nh5AqfLCIKhAYqjCa6AHhc7oKApGcGM3UhMRSerFiBx58nSpGwxVFdMgjOCWZR+fA49nzsnKlWp5hFo8w==", + "path": "sqlitepclraw.bundle_e_sqlite3/2.0.2", + "hashPath": "sqlitepclraw.bundle_e_sqlite3.2.0.2.nupkg.sha512" + }, + "SQLitePCLRaw.core/2.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TFSBX426OelS1tkaVC254NVVlrJIe9YLhWPkEvuqJj2104QpmDmEYOhfdfDJD1E/2SmqDhoRw1ek5cQHj8olcQ==", + "path": "sqlitepclraw.core/2.0.2", + "hashPath": "sqlitepclraw.core.2.0.2.nupkg.sha512" + }, + "SQLitePCLRaw.lib.e_sqlite3/2.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-S+Tsqe/M7wsc+9HeediI6UHtBKf2X586aRwhi1aBVLGe0WxkAo52O9ZxwEy/v8XMLefcrEMupd2e9CDlIT6QCw==", + "path": "sqlitepclraw.lib.e_sqlite3/2.0.2", + "hashPath": "sqlitepclraw.lib.e_sqlite3.2.0.2.nupkg.sha512" + }, + "SQLitePCLRaw.provider.dynamic_cdecl/2.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZSwacbKJUsxJEZxwT23uZVrGbaIvXcADZDz5Sr66fikO5eehdcceDncjzwzTzWfW13di8gpTpstx3WJSt/Ci5Q==", + "path": "sqlitepclraw.provider.dynamic_cdecl/2.0.2", + "hashPath": "sqlitepclraw.provider.dynamic_cdecl.2.0.2.nupkg.sha512" + }, + "System.Memory/4.5.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "path": "system.memory/4.5.3", + "hashPath": "system.memory.4.5.3.nupkg.sha512" + }, + "System.Reflection.Emit.Lightweight/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==", + "path": "system.reflection.emit.lightweight/4.7.0", + "hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.dll b/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.dll new file mode 100644 index 0000000..f3f127e Binary files /dev/null and b/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.dll differ diff --git a/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.pdb b/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.pdb new file mode 100644 index 0000000..8002a32 Binary files /dev/null and b/GSMParser/bin/Debug/netcoreapp3.1/GSMParser.pdb differ diff --git a/FireLance/games.db b/GSMParser/bin/Debug/netcoreapp3.1/games.db similarity index 100% rename from FireLance/games.db rename to GSMParser/bin/Debug/netcoreapp3.1/games.db diff --git a/GSMParser/games.db b/GSMParser/games.db new file mode 100644 index 0000000..00be363 Binary files /dev/null and b/GSMParser/games.db differ diff --git a/GSMParser/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/GSMParser/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/GSMParser/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.AssemblyInfo.cs b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.AssemblyInfo.cs new file mode 100644 index 0000000..99bc039 --- /dev/null +++ b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("GSMParser")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("GSMParser")] +[assembly: System.Reflection.AssemblyTitleAttribute("GSMParser")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.AssemblyInfoInputs.cache b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f31b9ce --- /dev/null +++ b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ebce02fea582662398c3e618382decf60787fad0 diff --git a/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.assets.cache b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.assets.cache new file mode 100644 index 0000000..f193faa Binary files /dev/null and b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.assets.cache differ diff --git a/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csproj.CoreCompileInputs.cache b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..b67cfb7 --- /dev/null +++ b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +301e696e5a6df74113c27c5dad985b200e65be5f diff --git a/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csproj.FileListAbsolute.txt b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..2d49ca6 --- /dev/null +++ b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csproj.FileListAbsolute.txt @@ -0,0 +1,10 @@ +C:\Users\Dunestorm\Projects\FireLance\GSMParser\bin\Debug\netcoreapp3.1\GSMParser.deps.json +C:\Users\Dunestorm\Projects\FireLance\GSMParser\bin\Debug\netcoreapp3.1\GSMParser.dll +C:\Users\Dunestorm\Projects\FireLance\GSMParser\bin\Debug\netcoreapp3.1\GSMParser.pdb +C:\Users\Dunestorm\Projects\FireLance\GSMParser\obj\Debug\netcoreapp3.1\GSMParser.csprojAssemblyReference.cache +C:\Users\Dunestorm\Projects\FireLance\GSMParser\obj\Debug\netcoreapp3.1\GSMParser.AssemblyInfoInputs.cache +C:\Users\Dunestorm\Projects\FireLance\GSMParser\obj\Debug\netcoreapp3.1\GSMParser.AssemblyInfo.cs +C:\Users\Dunestorm\Projects\FireLance\GSMParser\obj\Debug\netcoreapp3.1\GSMParser.csproj.CoreCompileInputs.cache +C:\Users\Dunestorm\Projects\FireLance\GSMParser\obj\Debug\netcoreapp3.1\GSMParser.dll +C:\Users\Dunestorm\Projects\FireLance\GSMParser\obj\Debug\netcoreapp3.1\GSMParser.pdb +C:\Users\Dunestorm\Projects\FireLance\GSMParser\bin\Debug\netcoreapp3.1\games.db diff --git a/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csprojAssemblyReference.cache b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csprojAssemblyReference.cache new file mode 100644 index 0000000..4aefce3 Binary files /dev/null and b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.csprojAssemblyReference.cache differ diff --git a/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.dll b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.dll new file mode 100644 index 0000000..f3f127e Binary files /dev/null and b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.dll differ diff --git a/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.pdb b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.pdb new file mode 100644 index 0000000..8002a32 Binary files /dev/null and b/GSMParser/obj/Debug/netcoreapp3.1/GSMParser.pdb differ diff --git a/GSMParser/obj/GSMParser.csproj.nuget.dgspec.json b/GSMParser/obj/GSMParser.csproj.nuget.dgspec.json new file mode 100644 index 0000000..5cfa4ad --- /dev/null +++ b/GSMParser/obj/GSMParser.csproj.nuget.dgspec.json @@ -0,0 +1,74 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\GSMParser.csproj": {} + }, + "projects": { + "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\GSMParser.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\GSMParser.csproj", + "projectName": "GSMParser", + "projectPath": "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\GSMParser.csproj", + "packagesPath": "C:\\Users\\Dunestorm\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Dunestorm\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "dependencies": { + "Dapper": { + "target": "Package", + "version": "[2.0.35, )" + }, + "Microsoft.Data.Sqlite": { + "target": "Package", + "version": "[3.1.5, )" + }, + "Microsoft.Data.Sqlite.Core": { + "target": "Package", + "version": "[3.1.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.301\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/GSMParser/obj/GSMParser.csproj.nuget.g.props b/GSMParser/obj/GSMParser.csproj.nuget.g.props new file mode 100644 index 0000000..828e983 --- /dev/null +++ b/GSMParser/obj/GSMParser.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Dunestorm\.nuget\packages\ + PackageReference + 5.6.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/GSMParser/obj/GSMParser.csproj.nuget.g.targets b/GSMParser/obj/GSMParser.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/GSMParser/obj/GSMParser.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/GSMParser/obj/project.assets.json b/GSMParser/obj/project.assets.json new file mode 100644 index 0000000..b04bd6e --- /dev/null +++ b/GSMParser/obj/project.assets.json @@ -0,0 +1,432 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": { + "Dapper/2.0.35": { + "type": "package", + "dependencies": { + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/Dapper.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Dapper.dll": {} + } + }, + "Microsoft.Data.Sqlite/3.1.5": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "3.1.5", + "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/3.1.5": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.0.2" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.0.2", + "SQLitePCLRaw.lib.e_sqlite3": "2.0.2", + "SQLitePCLRaw.provider.dynamic_cdecl": "2.0.2" + }, + "compile": { + "lib/netcoreapp3.0/SQLitePCLRaw.batteries_v2.dll": {}, + "lib/netcoreapp3.0/SQLitePCLRaw.nativelibrary.dll": {} + }, + "runtime": { + "lib/netcoreapp3.0/SQLitePCLRaw.batteries_v2.dll": {}, + "lib/netcoreapp3.0/SQLitePCLRaw.nativelibrary.dll": {} + } + }, + "SQLitePCLRaw.core/2.0.2": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.0.2": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "runtimeTargets": { + "runtimes/alpine-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "alpine-x64" + }, + "runtimes/linux-arm/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-armel/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-armel" + }, + "runtimes/linux-musl-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/linux-x86/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-x86" + }, + "runtimes/osx-x64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "osx-x64" + }, + "runtimes/win-arm/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "SQLitePCLRaw.provider.dynamic_cdecl/2.0.2": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.0.2" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.provider.dynamic_cdecl.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.provider.dynamic_cdecl.dll": {} + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Reflection.Emit.Lightweight/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + } + } + }, + "libraries": { + "Dapper/2.0.35": { + "sha512": "/xAgd8BO8EDnJ0sURWEV8LptHHvTKxoYiT63YUF2U/yWE2VyUCqR2jcrtEyNngT9Kjzppecz95UKiBla3PnR7g==", + "type": "package", + "path": "dapper/2.0.35", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dapper.2.0.35.nupkg.sha512", + "dapper.nuspec", + "lib/net461/Dapper.dll", + "lib/net461/Dapper.xml", + "lib/netstandard2.0/Dapper.dll", + "lib/netstandard2.0/Dapper.xml" + ] + }, + "Microsoft.Data.Sqlite/3.1.5": { + "sha512": "cII+igGqLF9tE/S+NLULUjggyGo9zXjyXJwd+WLyFdj4ZSZG1ohJp/d8TYMcxmGAwhB3vbj7WOTySnRl8+oiSg==", + "type": "package", + "path": "microsoft.data.sqlite/3.1.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netstandard2.0/_._", + "microsoft.data.sqlite.3.1.5.nupkg.sha512", + "microsoft.data.sqlite.nuspec" + ] + }, + "Microsoft.Data.Sqlite.Core/3.1.5": { + "sha512": "97AVbafsZQVale8l04QmrOa1fEo8eCQ4oMK1XxdKc8JVYY4r9nMiYZiNwEDa9VHVY/Hug9YIawghzg6o+0E+fw==", + "type": "package", + "path": "microsoft.data.sqlite.core/3.1.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netstandard2.0/Microsoft.Data.Sqlite.dll", + "lib/netstandard2.0/Microsoft.Data.Sqlite.xml", + "microsoft.data.sqlite.core.3.1.5.nupkg.sha512", + "microsoft.data.sqlite.core.nuspec" + ] + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": { + "sha512": "OVPI/nh5AqfLCIKhAYqjCa6AHhc7oKApGcGM3UhMRSerFiBx58nSpGwxVFdMgjOCWZR+fA49nzsnKlWp5hFo8w==", + "type": "package", + "path": "sqlitepclraw.bundle_e_sqlite3/2.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll", + "lib/Xamarin.tvOS10/SQLitePCLRaw.batteries_v2.dll", + "lib/net461/SQLitePCLRaw.batteries_v2.dll", + "lib/net461/SQLitePCLRaw.nativelibrary.dll", + "lib/netcoreapp3.0/SQLitePCLRaw.batteries_v2.dll", + "lib/netcoreapp3.0/SQLitePCLRaw.nativelibrary.dll", + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll", + "sqlitepclraw.bundle_e_sqlite3.2.0.2.nupkg.sha512", + "sqlitepclraw.bundle_e_sqlite3.nuspec" + ] + }, + "SQLitePCLRaw.core/2.0.2": { + "sha512": "TFSBX426OelS1tkaVC254NVVlrJIe9YLhWPkEvuqJj2104QpmDmEYOhfdfDJD1E/2SmqDhoRw1ek5cQHj8olcQ==", + "type": "package", + "path": "sqlitepclraw.core/2.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/SQLitePCLRaw.core.dll", + "sqlitepclraw.core.2.0.2.nupkg.sha512", + "sqlitepclraw.core.nuspec" + ] + }, + "SQLitePCLRaw.lib.e_sqlite3/2.0.2": { + "sha512": "S+Tsqe/M7wsc+9HeediI6UHtBKf2X586aRwhi1aBVLGe0WxkAo52O9ZxwEy/v8XMLefcrEMupd2e9CDlIT6QCw==", + "type": "package", + "path": "sqlitepclraw.lib.e_sqlite3/2.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/net461/SQLitePCLRaw.lib.e_sqlite3.targets", + "lib/net461/_._", + "lib/netstandard2.0/_._", + "runtimes/alpine-x64/native/libe_sqlite3.so", + "runtimes/linux-arm/native/libe_sqlite3.so", + "runtimes/linux-arm64/native/libe_sqlite3.so", + "runtimes/linux-armel/native/libe_sqlite3.so", + "runtimes/linux-musl-x64/native/libe_sqlite3.so", + "runtimes/linux-x64/native/libe_sqlite3.so", + "runtimes/linux-x86/native/libe_sqlite3.so", + "runtimes/osx-x64/native/libe_sqlite3.dylib", + "runtimes/win-arm/native/e_sqlite3.dll", + "runtimes/win-arm64/native/e_sqlite3.dll", + "runtimes/win-x64/native/e_sqlite3.dll", + "runtimes/win-x86/native/e_sqlite3.dll", + "runtimes/win10-arm/nativeassets/uap10.0/e_sqlite3.dll", + "runtimes/win10-arm64/nativeassets/uap10.0/e_sqlite3.dll", + "runtimes/win10-x64/nativeassets/uap10.0/e_sqlite3.dll", + "runtimes/win10-x86/nativeassets/uap10.0/e_sqlite3.dll", + "sqlitepclraw.lib.e_sqlite3.2.0.2.nupkg.sha512", + "sqlitepclraw.lib.e_sqlite3.nuspec" + ] + }, + "SQLitePCLRaw.provider.dynamic_cdecl/2.0.2": { + "sha512": "ZSwacbKJUsxJEZxwT23uZVrGbaIvXcADZDz5Sr66fikO5eehdcceDncjzwzTzWfW13di8gpTpstx3WJSt/Ci5Q==", + "type": "package", + "path": "sqlitepclraw.provider.dynamic_cdecl/2.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/SQLitePCLRaw.provider.dynamic_cdecl.dll", + "sqlitepclraw.provider.dynamic_cdecl.2.0.2.nupkg.sha512", + "sqlitepclraw.provider.dynamic_cdecl.nuspec" + ] + }, + "System.Memory/4.5.3": { + "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "type": "package", + "path": "system.memory/4.5.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.3.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Emit.Lightweight/4.7.0": { + "sha512": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==", + "type": "package", + "path": "system.reflection.emit.lightweight/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard2.0/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard2.0/System.Reflection.Emit.Lightweight.xml", + "lib/netstandard2.1/_._", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard2.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard2.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard2.1/_._", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.Lightweight.xml", + "system.reflection.emit.lightweight.4.7.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [ + "Dapper >= 2.0.35", + "Microsoft.Data.Sqlite >= 3.1.5", + "Microsoft.Data.Sqlite.Core >= 3.1.5" + ] + }, + "packageFolders": { + "C:\\Users\\Dunestorm\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\GSMParser.csproj", + "projectName": "GSMParser", + "projectPath": "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\GSMParser.csproj", + "packagesPath": "C:\\Users\\Dunestorm\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Dunestorm\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "dependencies": { + "Dapper": { + "target": "Package", + "version": "[2.0.35, )" + }, + "Microsoft.Data.Sqlite": { + "target": "Package", + "version": "[3.1.5, )" + }, + "Microsoft.Data.Sqlite.Core": { + "target": "Package", + "version": "[3.1.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.301\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/GSMParser/obj/project.nuget.cache b/GSMParser/obj/project.nuget.cache new file mode 100644 index 0000000..9590d36 --- /dev/null +++ b/GSMParser/obj/project.nuget.cache @@ -0,0 +1,18 @@ +{ + "version": 2, + "dgSpecHash": "RnI8JYGW5sxhliUOuEoJEykrqF8wYyswiJky+DQzBFUXpjWoFNLeWQQYJSmH9hXJORTexo+aZbhc9r0PliqpnA==", + "success": true, + "projectFilePath": "C:\\Users\\Dunestorm\\Projects\\FireLance\\GSMParser\\GSMParser.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Dunestorm\\.nuget\\packages\\dapper\\2.0.35\\dapper.2.0.35.nupkg.sha512", + "C:\\Users\\Dunestorm\\.nuget\\packages\\microsoft.data.sqlite\\3.1.5\\microsoft.data.sqlite.3.1.5.nupkg.sha512", + "C:\\Users\\Dunestorm\\.nuget\\packages\\microsoft.data.sqlite.core\\3.1.5\\microsoft.data.sqlite.core.3.1.5.nupkg.sha512", + "C:\\Users\\Dunestorm\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.0.2\\sqlitepclraw.bundle_e_sqlite3.2.0.2.nupkg.sha512", + "C:\\Users\\Dunestorm\\.nuget\\packages\\sqlitepclraw.core\\2.0.2\\sqlitepclraw.core.2.0.2.nupkg.sha512", + "C:\\Users\\Dunestorm\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.0.2\\sqlitepclraw.lib.e_sqlite3.2.0.2.nupkg.sha512", + "C:\\Users\\Dunestorm\\.nuget\\packages\\sqlitepclraw.provider.dynamic_cdecl\\2.0.2\\sqlitepclraw.provider.dynamic_cdecl.2.0.2.nupkg.sha512", + "C:\\Users\\Dunestorm\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512", + "C:\\Users\\Dunestorm\\.nuget\\packages\\system.reflection.emit.lightweight\\4.7.0\\system.reflection.emit.lightweight.4.7.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file