Renamed FireLance library to GSMParser

This commit is contained in:
2020-06-27 18:49:18 +01:00
parent aaff08bae4
commit d3b8cd1b6b
27 changed files with 813 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FireLance\GSMParser.csproj" />
<ProjectReference Include="..\GSMParser\GSMParser.csproj" />
</ItemGroup>
</Project>
+1 -1
View File
@@ -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();
+1 -1
View File
@@ -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
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -12,7 +12,7 @@
<ItemGroup>
<None Update="games.db">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
@@ -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"
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
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.
@@ -0,0 +1 @@
ebce02fea582662398c3e618382decf60787fad0
@@ -0,0 +1 @@
301e696e5a6df74113c27c5dad985b200e65be5f
@@ -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
Binary file not shown.
Binary file not shown.
@@ -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"
}
}
}
}
}
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Dunestorm\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>
+432
View File
@@ -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"
}
}
}
}
+18
View File
@@ -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": []
}