diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dc48f7e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,342 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+db64/
+rel64/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUNIT
+*.VisualState.xml
+TestResult.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# JustCode is a .NET coding add-in
+.JustCode
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- Backup*.rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# JetBrains Rider
+.idea/
+*.sln.iml
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
diff --git a/.vs/AutoCat/DesignTimeBuild/.dtbcache.v2 b/.vs/AutoCat/DesignTimeBuild/.dtbcache.v2
index af094c9..31dd2ca 100644
Binary files a/.vs/AutoCat/DesignTimeBuild/.dtbcache.v2 and b/.vs/AutoCat/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/.vs/AutoCat/v16/.suo b/.vs/AutoCat/v16/.suo
index fca6ebb..8c57ad1 100644
Binary files a/.vs/AutoCat/v16/.suo and b/.vs/AutoCat/v16/.suo differ
diff --git a/ACTerm/ACTerm.csproj b/ACTerm/ACTerm.csproj
index cf2c4f1..95ceb9e 100644
--- a/ACTerm/ACTerm.csproj
+++ b/ACTerm/ACTerm.csproj
@@ -11,6 +11,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/ACTerm/obj/ACTerm.csproj.nuget.dgspec.json b/ACTerm/obj/ACTerm.csproj.nuget.dgspec.json
deleted file mode 100644
index be1451d..0000000
--- a/ACTerm/obj/ACTerm.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,153 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\ACTerm.csproj": {}
- },
- "projects": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\ACTerm.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\ACTerm.csproj",
- "projectName": "ACTerm",
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\ACTerm.csproj",
- "packagesPath": "C:\\Users\\selim\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\selim\\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": {
- "targetAlias": "netcoreapp3.1",
- "projectReferences": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj": {
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Design": {
- "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
- "suppressParent": "All",
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Sqlite": {
- "target": "Package",
- "version": "[3.1.10, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.102\\RuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "projectName": "AutoCatCore",
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "packagesPath": "C:\\Users\\selim\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\selim\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "targetAlias": "netstandard2.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "targetAlias": "netstandard2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Sqlite": {
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Tools": {
- "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
- "suppressParent": "All",
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.3, )",
- "autoReferenced": true
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[12.0.3, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.102\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/ACTerm/obj/ACTerm.csproj.nuget.g.props b/ACTerm/obj/ACTerm.csproj.nuget.g.props
deleted file mode 100644
index 5831781..0000000
--- a/ACTerm/obj/ACTerm.csproj.nuget.g.props
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\selim\.nuget\packages\
- PackageReference
- 5.8.1
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
\ No newline at end of file
diff --git a/ACTerm/obj/ACTerm.csproj.nuget.g.targets b/ACTerm/obj/ACTerm.csproj.nuget.g.targets
deleted file mode 100644
index 53cfaa1..0000000
--- a/ACTerm/obj/ACTerm.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/ACTerm/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/ACTerm/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
deleted file mode 100644
index ad8dfe1..0000000
--- a/ACTerm/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
diff --git a/ACTerm/obj/Debug/netcoreapp3.1/ACTerm.assets.cache b/ACTerm/obj/Debug/netcoreapp3.1/ACTerm.assets.cache
deleted file mode 100644
index 00dd84d..0000000
Binary files a/ACTerm/obj/Debug/netcoreapp3.1/ACTerm.assets.cache and /dev/null differ
diff --git a/ACTerm/obj/Debug/netcoreapp3.1/ACTerm.csproj.FileListAbsolute.txt b/ACTerm/obj/Debug/netcoreapp3.1/ACTerm.csproj.FileListAbsolute.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/ACTerm/obj/Debug/netcoreapp3.1/apphost.exe b/ACTerm/obj/Debug/netcoreapp3.1/apphost.exe
deleted file mode 100644
index b776a6f..0000000
Binary files a/ACTerm/obj/Debug/netcoreapp3.1/apphost.exe and /dev/null differ
diff --git a/ACTerm/obj/project.assets.json b/ACTerm/obj/project.assets.json
deleted file mode 100644
index d8c0939..0000000
--- a/ACTerm/obj/project.assets.json
+++ /dev/null
@@ -1,1286 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETCoreApp,Version=v3.1": {
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netcoreapp2.1/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.CSharp/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcoreapp2.0/_._": {}
- },
- "runtime": {
- "lib/netcoreapp2.0/_._": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Design/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.CSharp": "4.7.0",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {}
- },
- "build": {
- "build/netcoreapp2.0/Microsoft.EntityFrameworkCore.Design.props": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.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.Collections.Immutable/1.7.1": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.1/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netstandard2.1/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.3": {
- "type": "package",
- "compile": {
- "ref/netcoreapp2.1/_._": {}
- },
- "runtime": {
- "lib/netcoreapp2.1/_._": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "compile": {
- "lib/netcoreapp3.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netcoreapp3.0/System.Text.Json.dll": {}
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "type": "package",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
- "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
- "microsoft.bcl.asyncinterfaces.nuspec",
- "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
- "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "sha512": "J2G1k+u5unBV+aYcwxo94ip16Rkp65pgWFb0R6zwJipzWNMgvqlWeuI7/+R+e8bob66LnSG+llLJ+z8wI94cHg==",
- "type": "package",
- "path": "microsoft.bcl.hashcode/1.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Bcl.HashCode.dll",
- "lib/net461/Microsoft.Bcl.HashCode.xml",
- "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.dll",
- "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.xml",
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll",
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.xml",
- "lib/netstandard2.1/Microsoft.Bcl.HashCode.dll",
- "lib/netstandard2.1/Microsoft.Bcl.HashCode.xml",
- "microsoft.bcl.hashcode.1.1.0.nupkg.sha512",
- "microsoft.bcl.hashcode.nuspec",
- "ref/net461/Microsoft.Bcl.HashCode.dll",
- "ref/netcoreapp2.1/Microsoft.Bcl.HashCode.dll",
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll",
- "ref/netstandard2.1/Microsoft.Bcl.HashCode.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.CSharp/4.7.0": {
- "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
- "type": "package",
- "path": "microsoft.csharp/4.7.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/Microsoft.CSharp.dll",
- "lib/netcoreapp2.0/_._",
- "lib/netstandard1.3/Microsoft.CSharp.dll",
- "lib/netstandard2.0/Microsoft.CSharp.dll",
- "lib/netstandard2.0/Microsoft.CSharp.xml",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/uap10.0.16299/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "microsoft.csharp.4.7.0.nupkg.sha512",
- "microsoft.csharp.nuspec",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/Microsoft.CSharp.dll",
- "ref/netcore50/Microsoft.CSharp.xml",
- "ref/netcore50/de/Microsoft.CSharp.xml",
- "ref/netcore50/es/Microsoft.CSharp.xml",
- "ref/netcore50/fr/Microsoft.CSharp.xml",
- "ref/netcore50/it/Microsoft.CSharp.xml",
- "ref/netcore50/ja/Microsoft.CSharp.xml",
- "ref/netcore50/ko/Microsoft.CSharp.xml",
- "ref/netcore50/ru/Microsoft.CSharp.xml",
- "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
- "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
- "ref/netcoreapp2.0/_._",
- "ref/netstandard1.0/Microsoft.CSharp.dll",
- "ref/netstandard1.0/Microsoft.CSharp.xml",
- "ref/netstandard1.0/de/Microsoft.CSharp.xml",
- "ref/netstandard1.0/es/Microsoft.CSharp.xml",
- "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
- "ref/netstandard1.0/it/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
- "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
- "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
- "ref/netstandard2.0/Microsoft.CSharp.dll",
- "ref/netstandard2.0/Microsoft.CSharp.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/uap10.0.16299/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "sha512": "vTHfXSGN4NJHImb19W1847jLawbjxTMUtVDfEo8r/mUfazQqZxgPBUuMlV9LtHlwcf/VTsqKssLqrThXeeNpJQ==",
- "type": "package",
- "path": "microsoft.data.sqlite.core/3.1.10",
- "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.10.nupkg.sha512",
- "microsoft.data.sqlite.core.nuspec"
- ]
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "sha512": "jek4XYaQ/PGUwDKKhwR8K47Uh1189PFzMeLqO83mXrXQVIpARZCcfuDedH50YDTepBkfijCZN5U/vZi++erxtg==",
- "type": "package",
- "path": "microsoft.dotnet.platformabstractions/3.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/net45/Microsoft.DotNet.PlatformAbstractions.xml",
- "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.xml",
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.xml",
- "microsoft.dotnet.platformabstractions.3.1.6.nupkg.sha512",
- "microsoft.dotnet.platformabstractions.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "sha512": "0IhJl9mVJ4IhHobKvOo2iLB0xfxX2eYaSz4VZX+bMSm8IyZA1tOmyaOtg7oSzeUAe6eqpKVQLTgMFzk2AqCcaA==",
- "type": "package",
- "path": "microsoft.entityframeworkcore/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.xml",
- "microsoft.entityframeworkcore.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "sha512": "B1kUQ7o6+4Ly2neo86RJCpTYzTPpW1xzpHyRaTmGQS/p7umZOGoBJay+i/YDLmZkUPI4XULGnu5KJKipA0awUw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.xml",
- "microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.abstractions.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "sha512": "reHrrF8i/Wao7l2PVXJ+JeZzEC4OkbcbfnQs8vtiT+SQ5P4MdQj3WzMkupjebaJWhIJZRc6qPT4BD9BUWQU4wQ==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.analyzers/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
- "lib/netstandard2.0/_._",
- "microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.analyzers.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Design/3.1.10": {
- "sha512": "VqD8E4y78FzQLq8FW0QmcgfqF6R7YAqr27rWaubEYjz6A3FVJ6Xz4/ReB23X8yZAtxIUtO1KjV+lsowlqbMkjA==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.design/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "build/net461/Microsoft.EntityFrameworkCore.Design.props",
- "build/netcoreapp2.0/Microsoft.EntityFrameworkCore.Design.props",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.xml",
- "microsoft.entityframeworkcore.design.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.design.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "sha512": "JpDMpGDx+wPvFSbw9vu13nfZESdu2SPFhLI1bPZwqDU0ZV40TmUOUN91hHjWhgh5qRX1jQTWMuvK3EmlpywgAw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.relational/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.xml",
- "microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.relational.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "sha512": "0+/FLnUV1OY68q717Zm9XdAL/Aus3ovYxRzKqhFcndwNFwEGWBcpHtHzcqY2KI0YA0y10Rc8oORxUXjyAwRPRw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.sqlite/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/_._",
- "microsoft.entityframeworkcore.sqlite.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.sqlite.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "sha512": "Mu16ShWfrtcb7Q9mNv2+iCooXcapcrLPpoZL3SARD8jFrJluUeLdOw1YSv4ngWSZ6VkYDVmmnXbDIdGVeNGylQ==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.sqlite.core/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.xml",
- "microsoft.entityframeworkcore.sqlite.core.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.sqlite.core.nuspec"
- ]
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "sha512": "xdl25cxDgwVxF9ckD9vJ5AdjzRE1vTGLYj9kZf6aL317ZneUijkxd/nSuzN1gEuO74dwG/Yfr1zfs636D6YZsA==",
- "type": "package",
- "path": "microsoft.extensions.caching.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
- "microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.caching.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "sha512": "pR6mRkJx67/itEnEpnBiiATeH/P6RnhqvriD6RdQsXepO+uisfUrd149CTGPc1G5J0Qf9bwSCJkb/MYkuQ6mqw==",
- "type": "package",
- "path": "microsoft.extensions.caching.memory/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
- "microsoft.extensions.caching.memory.3.1.10.nupkg.sha512",
- "microsoft.extensions.caching.memory.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "sha512": "HHBhCP3wAJe7UIXjim0wFXty0WG/rZAP3aZyy03uuaxiOOPHJjbUdY6K9qkfQuP+hsRzfiT+np5k4rFmcSo3og==",
- "type": "package",
- "path": "microsoft.extensions.configuration/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
- "microsoft.extensions.configuration.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "sha512": "UEfngyXt8XYhmekUza9JsWlA37pNOtZAjcK5EEKQrHo2LDKJmZVmcyAUFlkzCcf97OSr+w/MiDLifDDNQk9agw==",
- "type": "package",
- "path": "microsoft.extensions.configuration.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
- "microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "sha512": "B9nQBk0GZVkOgSB1oB9V/7kvxhBvLCqm2x4m8MIoSxrd9yga8MVq2HWqnai8zZdH1WL6OlOG5mCVrwgAVwNNJg==",
- "type": "package",
- "path": "microsoft.extensions.configuration.binder/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
- "microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.binder.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "sha512": "fla8hKhQmld2s/7arhUxlu3dzZLBFJLg4BQiQZdqKND4MlmnMU9jhoxY4MMlSYl6MtxumtwASHMJnuV9f96IQQ==",
- "type": "package",
- "path": "microsoft.extensions.dependencyinjection/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
- "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
- "microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512",
- "microsoft.extensions.dependencyinjection.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "sha512": "bhjtAN7Ix5WOAr47RK16Lr1l2eizSBMCYQSavkooZyf6Xdf8XWAYGWsGsPqUFOeeRxzhpRho051rXaLn5wskVw==",
- "type": "package",
- "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.dependencyinjection.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "sha512": "/UlDKULIVkLQYn1BaHcy/rc91ApDxJb7T75HcCbGdqwvxhnRQRKM2di1E70iCPMF9zsr6f4EgQTotBGxFIfXmw==",
- "type": "package",
- "path": "microsoft.extensions.dependencymodel/3.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net451/Microsoft.Extensions.DependencyModel.dll",
- "lib/net451/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard1.3/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard1.3/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml",
- "microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512",
- "microsoft.extensions.dependencymodel.nuspec"
- ]
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "sha512": "GjP+4cUFdsNk/Px6BlJ7p7x7ibpawcaAV4tfrRJTv2s6Nb7yz5OEKA0kbNl1ZXKa6uMQzbNqc5+B/tJsqzgIXg==",
- "type": "package",
- "path": "microsoft.extensions.logging/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Logging.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
- "microsoft.extensions.logging.3.1.10.nupkg.sha512",
- "microsoft.extensions.logging.nuspec"
- ]
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "sha512": "bKHbgzbGsPZbEaExRaJqBz3WQ1GfhMttM23e1nivLJ8HbA3Ad526mW2G2K350q3Dc3HG83I5W8uSZWG4Rv4IpA==",
- "type": "package",
- "path": "microsoft.extensions.logging.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.logging.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "sha512": "CusdV4eIv+CGb9Fy6a+JcRqpcVJREmvFI8eHk3nQ76VLtEAIJpKQY5r5sRSs5w6NevNi2ukdnKleH0YCPudFZQ==",
- "type": "package",
- "path": "microsoft.extensions.options/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Options.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
- "microsoft.extensions.options.3.1.10.nupkg.sha512",
- "microsoft.extensions.options.nuspec"
- ]
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "sha512": "YDuQS3BeaVY6PCWUm5f6qFTYsxhwntQrcfwUzbohU/0rZBL5XI+UsD5SgggHKHX+rFY4laaT428q608Sw/mDsw==",
- "type": "package",
- "path": "microsoft.extensions.primitives/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
- "microsoft.extensions.primitives.3.1.10.nupkg.sha512",
- "microsoft.extensions.primitives.nuspec"
- ]
- },
- "Newtonsoft.Json/12.0.3": {
- "sha512": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
- "type": "package",
- "path": "newtonsoft.json/12.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.12.0.3.nupkg.sha512",
- "newtonsoft.json.nuspec",
- "packageIcon.png"
- ]
- },
- "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.Collections.Immutable/1.7.1": {
- "sha512": "B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==",
- "type": "package",
- "path": "system.collections.immutable/1.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Collections.Immutable.dll",
- "lib/net461/System.Collections.Immutable.xml",
- "lib/netstandard1.0/System.Collections.Immutable.dll",
- "lib/netstandard1.0/System.Collections.Immutable.xml",
- "lib/netstandard1.3/System.Collections.Immutable.dll",
- "lib/netstandard1.3/System.Collections.Immutable.xml",
- "lib/netstandard2.0/System.Collections.Immutable.dll",
- "lib/netstandard2.0/System.Collections.Immutable.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
- "system.collections.immutable.1.7.1.nupkg.sha512",
- "system.collections.immutable.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "sha512": "0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
- "type": "package",
- "path": "system.componentmodel.annotations/4.7.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net461/System.ComponentModel.Annotations.dll",
- "lib/netcore50/System.ComponentModel.Annotations.dll",
- "lib/netstandard1.4/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.0/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.1/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.1/System.ComponentModel.Annotations.xml",
- "lib/portable-net45+win8/_._",
- "lib/win8/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net461/System.ComponentModel.Annotations.dll",
- "ref/net461/System.ComponentModel.Annotations.xml",
- "ref/netcore50/System.ComponentModel.Annotations.dll",
- "ref/netcore50/System.ComponentModel.Annotations.xml",
- "ref/netcore50/de/System.ComponentModel.Annotations.xml",
- "ref/netcore50/es/System.ComponentModel.Annotations.xml",
- "ref/netcore50/fr/System.ComponentModel.Annotations.xml",
- "ref/netcore50/it/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ja/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ko/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ru/System.ComponentModel.Annotations.xml",
- "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.1/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.3/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.4/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard2.0/System.ComponentModel.Annotations.dll",
- "ref/netstandard2.0/System.ComponentModel.Annotations.xml",
- "ref/netstandard2.1/System.ComponentModel.Annotations.dll",
- "ref/netstandard2.1/System.ComponentModel.Annotations.xml",
- "ref/portable-net45+win8/_._",
- "ref/win8/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.componentmodel.annotations.4.7.0.nupkg.sha512",
- "system.componentmodel.annotations.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "sha512": "j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==",
- "type": "package",
- "path": "system.diagnostics.diagnosticsource/4.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/System.Diagnostics.DiagnosticSource.dll",
- "lib/net45/System.Diagnostics.DiagnosticSource.xml",
- "lib/net46/System.Diagnostics.DiagnosticSource.dll",
- "lib/net46/System.Diagnostics.DiagnosticSource.xml",
- "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
- "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
- "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
- "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
- "system.diagnostics.diagnosticsource.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "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.Text.Json/4.7.2": {
- "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
- "type": "package",
- "path": "system.text.json/4.7.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Text.Json.dll",
- "lib/net461/System.Text.Json.xml",
- "lib/netcoreapp3.0/System.Text.Json.dll",
- "lib/netcoreapp3.0/System.Text.Json.xml",
- "lib/netstandard2.0/System.Text.Json.dll",
- "lib/netstandard2.0/System.Text.Json.xml",
- "system.text.json.4.7.2.nupkg.sha512",
- "system.text.json.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "path": "../AutoCatCore/AutoCatCore.csproj",
- "msbuildProject": "../AutoCatCore/AutoCatCore.csproj"
- }
- },
- "projectFileDependencyGroups": {
- ".NETCoreApp,Version=v3.1": [
- "AutoCatCore >= 1.0.0",
- "Microsoft.EntityFrameworkCore.Design >= 3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite >= 3.1.10"
- ]
- },
- "packageFolders": {
- "C:\\Users\\selim\\.nuget\\packages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\ACTerm.csproj",
- "projectName": "ACTerm",
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\ACTerm.csproj",
- "packagesPath": "C:\\Users\\selim\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\selim\\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": {
- "targetAlias": "netcoreapp3.1",
- "projectReferences": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj": {
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Design": {
- "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
- "suppressParent": "All",
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Sqlite": {
- "target": "Package",
- "version": "[3.1.10, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.102\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/ACTerm/obj/project.nuget.cache b/ACTerm/obj/project.nuget.cache
deleted file mode 100644
index 9ba7db4..0000000
--- a/ACTerm/obj/project.nuget.cache
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "b+GyY6K9B1CUWqMegEQ7B/z4CiuGpZl9tav25JBavGI7lwpDf8QJtYPqsXUUXjiDAna6QGxdk/nFcDT5lAcw/A==",
- "success": true,
- "projectFilePath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\ACTerm\\ACTerm.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.bcl.hashcode\\1.1.0\\microsoft.bcl.hashcode.1.1.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.data.sqlite.core\\3.1.10\\microsoft.data.sqlite.core.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.dotnet.platformabstractions\\3.1.6\\microsoft.dotnet.platformabstractions.3.1.6.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore\\3.1.10\\microsoft.entityframeworkcore.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\3.1.10\\microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\3.1.10\\microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.design\\3.1.10\\microsoft.entityframeworkcore.design.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\3.1.10\\microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite\\3.1.10\\microsoft.entityframeworkcore.sqlite.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite.core\\3.1.10\\microsoft.entityframeworkcore.sqlite.core.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\3.1.10\\microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.caching.memory\\3.1.10\\microsoft.extensions.caching.memory.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration\\3.1.10\\microsoft.extensions.configuration.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\3.1.10\\microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration.binder\\3.1.10\\microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\3.1.10\\microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\3.1.10\\microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencymodel\\3.1.6\\microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.logging\\3.1.10\\microsoft.extensions.logging.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\3.1.10\\microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.options\\3.1.10\\microsoft.extensions.options.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.primitives\\3.1.10\\microsoft.extensions.primitives.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.0.2\\sqlitepclraw.bundle_e_sqlite3.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.core\\2.0.2\\sqlitepclraw.core.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.0.2\\sqlitepclraw.lib.e_sqlite3.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.provider.dynamic_cdecl\\2.0.2\\sqlitepclraw.provider.dynamic_cdecl.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.collections.immutable\\1.7.1\\system.collections.immutable.1.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.componentmodel.annotations\\4.7.0\\system.componentmodel.annotations.4.7.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.1\\system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.text.json\\4.7.2\\system.text.json.4.7.2.nupkg.sha512"
- ],
- "logs": []
-}
\ No newline at end of file
diff --git a/AutoCat/App.xaml b/AutoCat/App.xaml
index 9c5fe22..fae4705 100644
--- a/AutoCat/App.xaml
+++ b/AutoCat/App.xaml
@@ -5,7 +5,12 @@
xmlns:local="using:AutoCat">
-
+
+
+
+
+
+
diff --git a/AutoCat/App.xaml.cs b/AutoCat/App.xaml.cs
index 4b985bb..b09cd2c 100644
--- a/AutoCat/App.xaml.cs
+++ b/AutoCat/App.xaml.cs
@@ -74,8 +74,8 @@ namespace AutoCat
Window.Current.Activate();
}
- var coreTitleBar = CoreApplication.GetCurrentView().TitleBar;
- coreTitleBar.ExtendViewIntoTitleBar = true;
+ //var coreTitleBar = CoreApplication.GetCurrentView().TitleBar;
+ //coreTitleBar.ExtendViewIntoTitleBar = true;
}
///
diff --git a/AutoCat/Assets/Fonts/RoadNumbers.otf b/AutoCat/Assets/Fonts/RoadNumbers.otf
new file mode 100644
index 0000000..7f40a38
Binary files /dev/null and b/AutoCat/Assets/Fonts/RoadNumbers.otf differ
diff --git a/AutoCat/Assets/Fonts/RoadNumbers2.0.otf b/AutoCat/Assets/Fonts/RoadNumbers2.0.otf
new file mode 100644
index 0000000..390c01e
Binary files /dev/null and b/AutoCat/Assets/Fonts/RoadNumbers2.0.otf differ
diff --git a/AutoCat/AutoCat.csproj b/AutoCat/AutoCat.csproj
index 6aad1f5..08c1d67 100644
--- a/AutoCat/AutoCat.csproj
+++ b/AutoCat/AutoCat.csproj
@@ -119,6 +119,7 @@
App.xaml
+
AuthPage.xaml
@@ -129,13 +130,14 @@
MainPage.xaml
-
- PlateNumber.xaml
+
+ PlateView.xaml
SearchPage.xaml
+
@@ -169,7 +171,7 @@
MSBuild:Compile
Designer
-
+
Designer
MSBuild:Compile
@@ -177,6 +179,10 @@
Designer
MSBuild:Compile
+
+ Designer
+ MSBuild:Compile
+
@@ -201,6 +207,12 @@
AutoCatCore
+
+
+
+
+
+
14.0
diff --git a/AutoCat/Controls/PlateNumber.cs b/AutoCat/Controls/PlateNumber.cs
new file mode 100644
index 0000000..ab154fd
--- /dev/null
+++ b/AutoCat/Controls/PlateNumber.cs
@@ -0,0 +1,46 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Globalization;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using Windows.Foundation.Metadata;
+
+namespace AutoCat.Controls
+{
+ [CreateFromString(MethodName = "AutoCat.Controls.PlateNumber.ConvertFromString")]
+ public class PlateNumber
+ {
+ private string number;
+ private string numberEnglish;
+
+ public Dictionary lettersMap = new Dictionary { { 'А', 'A' }, { 'В', 'B' }, { 'Е', 'E' }, { 'К', 'K' }, { 'М', 'M' }, { 'Н', 'H' }, { 'О', 'O' }, { 'Р', 'P' }, { 'С', 'C' }, { 'Т', 'T' }, { 'У', 'Y' }, { 'Х', 'X' } };
+
+ public PlateNumber(string number)
+ {
+ this.number = number;
+ this.numberEnglish = string.Concat(number.Select(c => lettersMap.TryGetValue(c, out Char eng) ? eng : c));
+ }
+
+ public string AsString()
+ {
+ return number;
+ }
+
+ public string MainPart()
+ {
+ return numberEnglish.Substring(0, 6);
+ }
+
+ public string Region()
+ {
+ return numberEnglish.Substring(6);
+ }
+
+ public static PlateNumber ConvertFromString(string number)
+ {
+ return new PlateNumber(number);
+ }
+ }
+}
diff --git a/AutoCat/Controls/PlateNumber.xaml b/AutoCat/Controls/PlateNumber.xaml
deleted file mode 100644
index 37a698e..0000000
--- a/AutoCat/Controls/PlateNumber.xaml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
diff --git a/AutoCat/Controls/PlateNumber.xaml.cs b/AutoCat/Controls/PlateNumber.xaml.cs
deleted file mode 100644
index 42e394c..0000000
--- a/AutoCat/Controls/PlateNumber.xaml.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Runtime.InteropServices.WindowsRuntime;
-using Windows.Foundation;
-using Windows.Foundation.Collections;
-using Windows.UI.Xaml;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Controls.Primitives;
-using Windows.UI.Xaml.Data;
-using Windows.UI.Xaml.Input;
-using Windows.UI.Xaml.Media;
-using Windows.UI.Xaml.Navigation;
-
-// The User Control item template is documented at https://go.microsoft.com/fwlink/?LinkId=234236
-
-namespace AutoCat.Controls
-{
- public sealed partial class PlateNumber : UserControl
- {
- public PlateNumber()
- {
- this.InitializeComponent();
- }
- }
-}
diff --git a/AutoCat/Controls/PlateView.xaml b/AutoCat/Controls/PlateView.xaml
new file mode 100644
index 0000000..de7061b
--- /dev/null
+++ b/AutoCat/Controls/PlateView.xaml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/AutoCat/Controls/PlateView.xaml.cs b/AutoCat/Controls/PlateView.xaml.cs
new file mode 100644
index 0000000..feda668
--- /dev/null
+++ b/AutoCat/Controls/PlateView.xaml.cs
@@ -0,0 +1,81 @@
+using AutoCatCore.Model;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.IO;
+using System.Linq;
+using System.Runtime.InteropServices.WindowsRuntime;
+using Windows.Foundation;
+using Windows.Foundation.Collections;
+using Windows.UI.Xaml;
+using Windows.UI.Xaml.Controls;
+using Windows.UI.Xaml.Controls.Primitives;
+using Windows.UI.Xaml.Data;
+using Windows.UI.Xaml.Input;
+using Windows.UI.Xaml.Media;
+using Windows.UI.Xaml.Navigation;
+
+// The User Control item template is documented at https://go.microsoft.com/fwlink/?LinkId=234236
+
+namespace AutoCat.Controls
+{
+ public sealed partial class PlateView : UserControl
+ {
+ #region Dependency properties
+
+ public static readonly DependencyProperty NumberProperty = DependencyProperty.Register("Number", typeof(PlateNumber), typeof(PlateView), new PropertyMetadata(null, OnNumberChanged));
+
+ #endregion
+
+ #region Properties
+
+ public PlateNumber Number
+ {
+ get { return (PlateNumber)GetValue(NumberProperty); }
+ set { SetValue(NumberProperty, value); }
+ }
+
+ #endregion
+
+ private double aspectRatio = 112.0 / 520.0;
+
+ public PlateView()
+ {
+ this.InitializeComponent();
+ }
+
+ private static void OnNumberChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
+ {
+ if(d is PlateView plateNumber && e.NewValue is PlateNumber number)
+ {
+ plateNumber.NumberBox.Text = number.MainPart();
+ plateNumber.RegionBox.Text = number.Region();
+ }
+ }
+
+ protected override Size MeasureOverride(Size availableSize)
+ {
+ var newAspect = availableSize.Height / availableSize.Width;
+ var newSize = availableSize;
+ if (newAspect >= aspectRatio)
+ {
+ newSize = new Size(availableSize.Width, availableSize.Width * aspectRatio);
+ }
+ else
+ {
+ newSize = new Size(availableSize.Height / aspectRatio, availableSize.Height);
+ }
+
+ return newSize;
+ }
+
+ private void UserControl_SizeChanged(object sender, SizeChangedEventArgs e)
+ {
+ NumberBox.Margin = new Thickness(0, -e.NewSize.Height * 0.35, 0, 0);
+ RegionBox.FontSize = e.NewSize.Height * 0.65;
+ RegionBox.Margin = new Thickness(0, -RegionBox.FontSize * 0.3, 0, 0);
+ FlagGrid.Width = FlagGrid.ActualHeight * 1.5;
+ CountryName.FontSize = CountryRow.ActualHeight;
+ }
+ }
+}
diff --git a/AutoCat/Pages/MainPage.xaml b/AutoCat/Pages/MainPage.xaml
index 4cbbde2..dbc670e 100644
--- a/AutoCat/Pages/MainPage.xaml
+++ b/AutoCat/Pages/MainPage.xaml
@@ -18,7 +18,7 @@
FallbackColor="Black"/>
-
+
diff --git a/AutoCat/Pages/SearchPage.xaml b/AutoCat/Pages/SearchPage.xaml
index f410215..8f39c99 100644
--- a/AutoCat/Pages/SearchPage.xaml
+++ b/AutoCat/Pages/SearchPage.xaml
@@ -7,18 +7,39 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
xmlns:model="using:AutoCatCore.Model"
+ xmlns:custom="using:AutoCat.Controls"
mc:Ignorable="d"
d:Width="600"
d:Height="400"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/AutoCat/Resources/Templates/ResourceDictStub.cs b/AutoCat/Resources/Templates/ResourceDictStub.cs
new file mode 100644
index 0000000..b73adaf
--- /dev/null
+++ b/AutoCat/Resources/Templates/ResourceDictStub.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using Windows.UI.Xaml;
+
+namespace AutoCat.Resources.Templates
+{
+ public partial class ResourceDictStub
+ {
+ public ResourceDictStub()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/AutoCat/Resources/Templates/VehicleDetailPage.xaml b/AutoCat/Resources/Templates/VehicleDetailPage.xaml
new file mode 100644
index 0000000..b33c1a6
--- /dev/null
+++ b/AutoCat/Resources/Templates/VehicleDetailPage.xaml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/AutoCat/bin/x64/Debug/App.xbf b/AutoCat/bin/x64/Debug/App.xbf
deleted file mode 100644
index 2d596d1..0000000
Binary files a/AutoCat/bin/x64/Debug/App.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/App.xbf b/AutoCat/bin/x64/Debug/AppX/App.xbf
deleted file mode 100644
index 2d596d1..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/App.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/AppxManifest.xml b/AutoCat/bin/x64/Debug/AppX/AppxManifest.xml
deleted file mode 100644
index 49d0d6d..0000000
--- a/AutoCat/bin/x64/Debug/AppX/AppxManifest.xml
+++ /dev/null
@@ -1,162 +0,0 @@
-
-
-
-
-
-
- AutoCat
- selim
- Assets\StoreLogo.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Graphics.Canvas.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- AutoCat.exe
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/bin/x64/Debug/AppX/Assets/LockScreenLogo.scale-200.png b/AutoCat/bin/x64/Debug/AppX/Assets/LockScreenLogo.scale-200.png
deleted file mode 100644
index 735f57a..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Assets/LockScreenLogo.scale-200.png and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Assets/SplashScreen.scale-200.png b/AutoCat/bin/x64/Debug/AppX/Assets/SplashScreen.scale-200.png
deleted file mode 100644
index 023e7f1..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Assets/SplashScreen.scale-200.png and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Assets/Square150x150Logo.scale-200.png b/AutoCat/bin/x64/Debug/AppX/Assets/Square150x150Logo.scale-200.png
deleted file mode 100644
index af49fec..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Assets/Square150x150Logo.scale-200.png and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Assets/Square44x44Logo.scale-200.png b/AutoCat/bin/x64/Debug/AppX/Assets/Square44x44Logo.scale-200.png
deleted file mode 100644
index ce342a2..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Assets/Square44x44Logo.scale-200.png and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/AutoCat/bin/x64/Debug/AppX/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
deleted file mode 100644
index f6c02ce..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Assets/Square44x44Logo.targetsize-24_altform-unplated.png and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Assets/StoreLogo.png b/AutoCat/bin/x64/Debug/AppX/Assets/StoreLogo.png
deleted file mode 100644
index 7385b56..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Assets/StoreLogo.png and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Assets/Wide310x150Logo.scale-200.png b/AutoCat/bin/x64/Debug/AppX/Assets/Wide310x150Logo.scale-200.png
deleted file mode 100644
index 288995b..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Assets/Wide310x150Logo.scale-200.png and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/AutoCat.exe b/AutoCat/bin/x64/Debug/AppX/AutoCat.exe
deleted file mode 100644
index b43905f..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/AutoCat.exe and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/AutoCat.xr.xml b/AutoCat/bin/x64/Debug/AppX/AutoCat.xr.xml
deleted file mode 100644
index 345eb87..0000000
--- a/AutoCat/bin/x64/Debug/AppX/AutoCat.xr.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/AutoCat/bin/x64/Debug/AppX/AutoCatCore.dll b/AutoCat/bin/x64/Debug/AppX/AutoCatCore.dll
deleted file mode 100644
index 5ba653f..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/AutoCatCore.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/ColorCode.Core.dll b/AutoCat/bin/x64/Debug/AppX/ColorCode.Core.dll
deleted file mode 100644
index 1b788c1..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/ColorCode.Core.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/ColorCode.UWP.dll b/AutoCat/bin/x64/Debug/AppX/ColorCode.UWP.dll
deleted file mode 100644
index 7ea71a4..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/ColorCode.UWP.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Bcl.AsyncInterfaces.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100644
index f2955ed..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Bcl.HashCode.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Bcl.HashCode.dll
deleted file mode 100644
index ad2b751..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Bcl.HashCode.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Data.Sqlite.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Data.Sqlite.dll
deleted file mode 100644
index 43a7cba..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Data.Sqlite.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.DotNet.PlatformAbstractions.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.DotNet.PlatformAbstractions.dll
deleted file mode 100644
index 558229b..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.DotNet.PlatformAbstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Abstractions.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Abstractions.dll
deleted file mode 100644
index afbb264..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Relational.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Relational.dll
deleted file mode 100644
index 2bb15b2..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Sqlite.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Sqlite.dll
deleted file mode 100644
index f8cc704..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.Sqlite.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.dll
deleted file mode 100644
index a2dec38..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.EntityFrameworkCore.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Caching.Abstractions.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Caching.Abstractions.dll
deleted file mode 100644
index a29eac2..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Caching.Memory.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100644
index 04db6a5..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.Abstractions.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.Abstractions.dll
deleted file mode 100644
index 97d9578..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.Binder.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.Binder.dll
deleted file mode 100644
index 26bb296..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.dll
deleted file mode 100644
index 12583db..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Configuration.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyInjection.Abstractions.dll
deleted file mode 100644
index a113fde..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyInjection.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyInjection.dll
deleted file mode 100644
index e868840..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyModel.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100644
index 02b9f97..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Logging.Abstractions.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100644
index 95e4ea0..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Logging.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Logging.dll
deleted file mode 100644
index d337167..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Logging.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Options.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Options.dll
deleted file mode 100644
index a265e1f..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Options.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Primitives.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Primitives.dll
deleted file mode 100644
index 6151ed8..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Extensions.Primitives.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Graphics.Canvas.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Graphics.Canvas.dll
deleted file mode 100644
index 43d883c..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Graphics.Canvas.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Graphics.Canvas.winmd b/AutoCat/bin/x64/Debug/AppX/Microsoft.Graphics.Canvas.winmd
deleted file mode 100644
index 7dd5abb..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Graphics.Canvas.winmd and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Parsers.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Parsers.dll
deleted file mode 100644
index d1b8f97..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Parsers.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Animations.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Animations.dll
deleted file mode 100644
index 0b8cd67..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Animations.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Controls.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Controls.dll
deleted file mode 100644
index 880d734..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Controls.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.xr.xml b/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.xr.xml
deleted file mode 100644
index afde498..0000000
--- a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.xr.xml
+++ /dev/null
@@ -1,922 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.dll
deleted file mode 100644
index 2c83a63..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.UI.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.dll
deleted file mode 100644
index 5622880..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.Uwp.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.dll
deleted file mode 100644
index 1353569..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Toolkit.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.UI.Xaml.Markup.winmd b/AutoCat/bin/x64/Debug/AppX/Microsoft.UI.Xaml.Markup.winmd
deleted file mode 100644
index 285b876..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.UI.Xaml.Markup.winmd and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Xaml.Interactions.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Xaml.Interactions.dll
deleted file mode 100644
index 81ca28b..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Xaml.Interactions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Microsoft.Xaml.Interactivity.dll b/AutoCat/bin/x64/Debug/AppX/Microsoft.Xaml.Interactivity.dll
deleted file mode 100644
index 42b6153..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Microsoft.Xaml.Interactivity.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Newtonsoft.Json.dll b/AutoCat/bin/x64/Debug/AppX/Newtonsoft.Json.dll
deleted file mode 100644
index b501fb6..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Newtonsoft.Json.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Pages/AuthPage.xbf b/AutoCat/bin/x64/Debug/AppX/Pages/AuthPage.xbf
deleted file mode 100644
index 296a620..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Pages/AuthPage.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Pages/CheckPage.xbf b/AutoCat/bin/x64/Debug/AppX/Pages/CheckPage.xbf
deleted file mode 100644
index e1626bd..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Pages/CheckPage.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Pages/MainPage.xbf b/AutoCat/bin/x64/Debug/AppX/Pages/MainPage.xbf
deleted file mode 100644
index 9ac273b..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Pages/MainPage.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Pages/SearchPage.xbf b/AutoCat/bin/x64/Debug/AppX/Pages/SearchPage.xbf
deleted file mode 100644
index 9442ccc..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/Pages/SearchPage.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/Properties/Default.rd.xml b/AutoCat/bin/x64/Debug/AppX/Properties/Default.rd.xml
deleted file mode 100644
index af00722..0000000
--- a/AutoCat/bin/x64/Debug/AppX/Properties/Default.rd.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.batteries_v2.dll b/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.batteries_v2.dll
deleted file mode 100644
index ecded69..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.batteries_v2.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.core.dll b/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.core.dll
deleted file mode 100644
index 0f5d814..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.core.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.provider.e_sqlite3.dll b/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.provider.e_sqlite3.dll
deleted file mode 100644
index 4357949..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/SQLitePCLRaw.provider.e_sqlite3.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/System.Collections.Immutable.dll b/AutoCat/bin/x64/Debug/AppX/System.Collections.Immutable.dll
deleted file mode 100644
index 0302500..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/System.Collections.Immutable.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/System.Diagnostics.DiagnosticSource.dll b/AutoCat/bin/x64/Debug/AppX/System.Diagnostics.DiagnosticSource.dll
deleted file mode 100644
index fcdcae5..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/System.Diagnostics.DiagnosticSource.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/System.Runtime.CompilerServices.Unsafe.dll b/AutoCat/bin/x64/Debug/AppX/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 02d9849..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/System.Runtime.dll b/AutoCat/bin/x64/Debug/AppX/System.Runtime.dll
deleted file mode 100644
index b15c66c..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/System.Runtime.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/System.Text.Encodings.Web.dll b/AutoCat/bin/x64/Debug/AppX/System.Text.Encodings.Web.dll
deleted file mode 100644
index 0165900..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/System.Text.Encodings.Web.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/System.Text.Json.dll b/AutoCat/bin/x64/Debug/AppX/System.Text.Json.dll
deleted file mode 100644
index fe2154a..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/System.Text.Json.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/WinMetadata/Microsoft.UI.Xaml.winmd b/AutoCat/bin/x64/Debug/AppX/WinMetadata/Microsoft.UI.Xaml.winmd
deleted file mode 100644
index 6b415c2..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/WinMetadata/Microsoft.UI.Xaml.winmd and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/WinMetadata/Windows.winmd b/AutoCat/bin/x64/Debug/AppX/WinMetadata/Windows.winmd
deleted file mode 100644
index 3eedf80..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/WinMetadata/Windows.winmd and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/e_sqlite3.dll b/AutoCat/bin/x64/Debug/AppX/e_sqlite3.dll
deleted file mode 100644
index 5bfab1f..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/e_sqlite3.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/entrypoint/AutoCat.exe b/AutoCat/bin/x64/Debug/AppX/entrypoint/AutoCat.exe
deleted file mode 100644
index c86c306..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/entrypoint/AutoCat.exe and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/resources.pri b/AutoCat/bin/x64/Debug/AppX/resources.pri
deleted file mode 100644
index fd134f2..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/resources.pri and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/ucrtbased.dll b/AutoCat/bin/x64/Debug/AppX/ucrtbased.dll
deleted file mode 100644
index ddf8bb1..0000000
Binary files a/AutoCat/bin/x64/Debug/AppX/ucrtbased.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AppX/vs.appxrecipe b/AutoCat/bin/x64/Debug/AppX/vs.appxrecipe
deleted file mode 100644
index 9b094ab..0000000
--- a/AutoCat/bin/x64/Debug/AppX/vs.appxrecipe
+++ /dev/null
@@ -1,445 +0,0 @@
-
-
-
- DESKTOP-OG70NKR
- selim
- UAP
- 10.0
- Windows 10.0
- Debug|x64
- x64
- fb53bbae-b9a0-4323-a1fd-e87e0c860053
- CN=selim
- C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\
-
-
-
-
- true
- false
- C:\Program Files %28x86%29\Windows Kits\10\
- C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AppX
- 37F76C343EBFBE14D33AF75E1A85C2E0F16E081C4AB6C34D9A1EF6D3AF18FAF8
- fb53bbae-b9a0-4323-a1fd-e87e0c860053_1.0.0.0_x64__bf2q47cg7213c
- fb53bbae-b9a0-4323-a1fd-e87e0c860053_bf2q47cg7213c!App
- fb53bbae-b9a0-4323-a1fd-e87e0c860053
- CN=selim
- 1.0.0.0
-
-
-
- AppxManifest.xml
- true
- 2021-01-20T21:47:31.555
-
-
-
-
- entrypoint\AutoCat.exe
- 2021-01-20T21:47:30.409
-
-
- ColorCode.Core.dll
- 2018-10-05T20:30:08.000
-
-
- ColorCode.UWP.dll
- 2018-10-05T20:30:16.000
-
-
- Microsoft.Bcl.AsyncInterfaces.dll
- 2020-04-14T19:38:32.000
-
-
- Microsoft.Bcl.HashCode.dll
- 2019-11-15T05:36:44.000
-
-
- Microsoft.Data.Sqlite.dll
- 2020-10-20T14:16:38.000
-
-
- Microsoft.DotNet.PlatformAbstractions.dll
- 2020-06-17T01:37:52.000
-
-
- Microsoft.EntityFrameworkCore.dll
- 2020-10-20T14:17:06.000
-
-
- Microsoft.EntityFrameworkCore.Abstractions.dll
- 2020-10-20T14:16:30.000
-
-
- Microsoft.EntityFrameworkCore.Relational.dll
- 2020-10-20T14:17:10.000
-
-
- Microsoft.EntityFrameworkCore.Sqlite.dll
- 2020-10-20T14:17:14.000
-
-
- Microsoft.Extensions.Caching.Abstractions.dll
- 2020-10-19T20:52:14.000
-
-
- Microsoft.Extensions.Caching.Memory.dll
- 2020-10-19T20:52:40.000
-
-
- Microsoft.Extensions.Configuration.dll
- 2020-10-19T20:52:38.000
-
-
- Microsoft.Extensions.Configuration.Abstractions.dll
- 2020-10-19T20:52:34.000
-
-
- Microsoft.Extensions.Configuration.Binder.dll
- 2020-10-19T20:52:58.000
-
-
- Microsoft.Extensions.DependencyInjection.dll
- 2020-10-19T20:53:48.000
-
-
- Microsoft.Extensions.DependencyInjection.Abstractions.dll
- 2020-10-19T20:52:50.000
-
-
- Microsoft.Extensions.DependencyModel.dll
- 2020-06-17T01:37:32.000
-
-
- Microsoft.Extensions.Logging.dll
- 2020-10-19T20:53:34.000
-
-
- Microsoft.Extensions.Logging.Abstractions.dll
- 2020-10-19T20:53:38.000
-
-
- Microsoft.Extensions.Options.dll
- 2020-10-19T20:52:40.000
-
-
- Microsoft.Extensions.Primitives.dll
- 2020-10-19T20:52:56.000
-
-
- Microsoft.Toolkit.dll
- 2020-08-12T19:29:22.000
-
-
- Microsoft.Toolkit.Parsers.dll
- 2020-08-12T19:29:28.000
-
-
- Microsoft.Toolkit.Uwp.dll
- 2020-08-12T19:29:36.000
-
-
- Microsoft.Toolkit.Uwp.UI.dll
- 2020-08-12T19:30:04.000
-
-
- Microsoft.Toolkit.Uwp.UI.Animations.dll
- 2020-08-12T19:30:06.000
-
-
- Microsoft.Toolkit.Uwp.UI.Controls.dll
- 2020-08-12T19:30:10.000
-
-
- Microsoft.Xaml.Interactions.dll
- 2019-04-26T22:06:58.000
-
-
- Microsoft.Xaml.Interactivity.dll
- 2019-04-26T22:06:08.000
-
-
- Newtonsoft.Json.dll
- 2019-11-08T21:56:44.000
-
-
- System.Runtime.dll
- 2020-11-20T05:51:08.000
-
-
- SQLitePCLRaw.batteries_v2.dll
- 2019-11-01T14:24:08.000
-
-
- SQLitePCLRaw.core.dll
- 2019-11-01T14:23:34.000
-
-
- e_sqlite3.dll
- 2019-08-15T15:15:00.000
-
-
- SQLitePCLRaw.provider.e_sqlite3.dll
- 2019-11-01T14:23:38.000
-
-
- System.Collections.Immutable.dll
- 2020-04-14T19:38:40.000
-
-
- System.Diagnostics.DiagnosticSource.dll
- 2020-04-14T19:48:06.000
-
-
- System.Runtime.CompilerServices.Unsafe.dll
- 2020-02-21T00:57:46.000
-
-
- System.Text.Encodings.Web.dll
- 2020-04-14T19:39:06.000
-
-
- System.Text.Json.dll
- 2020-04-14T19:39:08.000
-
-
- Microsoft.Graphics.Canvas.dll
- 2020-04-02T16:46:32.000
-
-
- AutoCatCore.dll
- 2021-01-20T21:29:02.880
-
-
- Microsoft.Graphics.Canvas.winmd
- 2020-04-02T16:44:36.000
-
-
- Microsoft.UI.Xaml.Markup.winmd
- 2019-12-06T17:24:14.000
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Microsoft.Toolkit.Uwp.UI.Controls.xr.xml
- 2020-08-12T19:07:10.000
-
-
- Properties\Default.rd.xml
- 2020-12-25T20:30:54.095
-
-
- Assets\LockScreenLogo.scale-200.png
- 2020-12-04T19:51:46.444
-
-
- Assets\SplashScreen.scale-200.png
- true
- 2020-12-04T19:51:46.446
-
-
- Assets\Square150x150Logo.scale-200.png
- true
- 2020-12-04T19:51:46.447
-
-
- Assets\Square44x44Logo.scale-200.png
- true
- 2020-12-04T19:51:46.447
-
-
- Assets\Square44x44Logo.targetsize-24_altform-unplated.png
- true
- 2020-12-04T19:51:46.448
-
-
- Assets\StoreLogo.png
- true
- 2020-12-04T19:51:46.449
-
-
- Assets\Wide310x150Logo.scale-200.png
- true
- 2020-12-04T19:51:46.449
-
-
- AutoCat.xr.xml
- 2021-01-20T21:47:01.580
-
-
- App.xbf
- 2021-01-20T21:43:57.903
-
-
- Pages\AuthPage.xbf
- 2021-01-20T21:43:57.903
-
-
- Pages\CheckPage.xbf
- 2021-01-20T21:43:57.903
-
-
- Pages\MainPage.xbf
- 2021-01-20T21:43:57.903
-
-
- Pages\SearchPage.xbf
- 2021-01-20T21:47:30.347
-
-
- ucrtbased.dll
- 2019-12-06T19:09:34.000
-
-
- WinMetadata\Windows.winmd
- 2019-12-06T15:33:46.000
-
-
- WinMetadata\Microsoft.UI.Xaml.winmd
- 2020-12-03T06:46:54.000
-
-
- resources.pri
- 2021-01-20T21:09:34.679
-
-
- AutoCat.exe
- 2021-01-20T21:47:31.552
-
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- x86
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- Win32
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- x64
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- arm
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\arm\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- arm64
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\arm64\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
-
- Microsoft.NET.CoreRuntime.2.2
- 2.2.27902.3
- x86
- Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.27902.3, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx
-
-
-
-
- Microsoft.NET.CoreRuntime.2.2
- 2.2.27902.3
- x64
- Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.27902.3, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx
-
-
-
-
- Microsoft.NET.CoreRuntime.2.2
- 2.2.27902.3
- arm
- Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.27902.3, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx
-
-
-
-
- Microsoft.NET.CoreFramework.Debug.2.2
- 2.2.29301.2
- x86
- Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx
-
-
-
-
- Microsoft.NET.CoreFramework.Debug.2.2
- 2.2.29301.2
- x64
- Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx
-
-
-
-
- Microsoft.NET.CoreFramework.Debug.2.2
- 2.2.29301.2
- arm
- Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx
-
-
-
-
- Microsoft.VCLibs.140.00.Debug
- 14.0.27810.0
- ARM
- Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27810.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx
-
-
-
-
- Microsoft.VCLibs.140.00.Debug
- 14.0.27810.0
- ARM64
- Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27810.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM64\Microsoft.VCLibs.ARM64.Debug.14.00.appx
-
-
-
-
- Microsoft.VCLibs.140.00.Debug
- 14.0.27810.0
- x64
- Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27810.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.appx
-
-
-
-
- Microsoft.VCLibs.140.00.Debug
- 14.0.27810.0
- x86
- Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27810.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.14.00.appx
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/bin/x64/Debug/AppxManifest.xml b/AutoCat/bin/x64/Debug/AppxManifest.xml
deleted file mode 100644
index e69019c..0000000
--- a/AutoCat/bin/x64/Debug/AppxManifest.xml
+++ /dev/null
@@ -1,162 +0,0 @@
-
-
-
-
-
-
- AutoCat
- selim
- Assets\StoreLogo.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Graphics.Canvas.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CLRHost.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/bin/x64/Debug/AutoCat.build.appxrecipe b/AutoCat/bin/x64/Debug/AutoCat.build.appxrecipe
deleted file mode 100644
index 7e27ed4..0000000
--- a/AutoCat/bin/x64/Debug/AutoCat.build.appxrecipe
+++ /dev/null
@@ -1,355 +0,0 @@
-
-
-
- DESKTOP-OG70NKR
- selim
- UAP
- 10.0
- Windows 10.0
- Debug|x64
- x64
- fb53bbae-b9a0-4323-a1fd-e87e0c860053
- CN=selim
- C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\
-
-
- true
- false
- C:\Program Files %28x86%29\Windows Kits\10\
- C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AppX
-
-
-
- AppxManifest.xml
- true
-
-
-
-
- entrypoint\AutoCat.exe
-
-
- ColorCode.Core.dll
-
-
- ColorCode.UWP.dll
-
-
- Microsoft.Bcl.AsyncInterfaces.dll
-
-
- Microsoft.Bcl.HashCode.dll
-
-
- Microsoft.Data.Sqlite.dll
-
-
- Microsoft.DotNet.PlatformAbstractions.dll
-
-
- Microsoft.EntityFrameworkCore.dll
-
-
- Microsoft.EntityFrameworkCore.Abstractions.dll
-
-
- Microsoft.EntityFrameworkCore.Relational.dll
-
-
- Microsoft.EntityFrameworkCore.Sqlite.dll
-
-
- Microsoft.Extensions.Caching.Abstractions.dll
-
-
- Microsoft.Extensions.Caching.Memory.dll
-
-
- Microsoft.Extensions.Configuration.dll
-
-
- Microsoft.Extensions.Configuration.Abstractions.dll
-
-
- Microsoft.Extensions.Configuration.Binder.dll
-
-
- Microsoft.Extensions.DependencyInjection.dll
-
-
- Microsoft.Extensions.DependencyInjection.Abstractions.dll
-
-
- Microsoft.Extensions.DependencyModel.dll
-
-
- Microsoft.Extensions.Logging.dll
-
-
- Microsoft.Extensions.Logging.Abstractions.dll
-
-
- Microsoft.Extensions.Options.dll
-
-
- Microsoft.Extensions.Primitives.dll
-
-
- Microsoft.Toolkit.dll
-
-
- Microsoft.Toolkit.Parsers.dll
-
-
- Microsoft.Toolkit.Uwp.dll
-
-
- Microsoft.Toolkit.Uwp.UI.dll
-
-
- Microsoft.Toolkit.Uwp.UI.Animations.dll
-
-
- Microsoft.Toolkit.Uwp.UI.Controls.dll
-
-
- Microsoft.Xaml.Interactions.dll
-
-
- Microsoft.Xaml.Interactivity.dll
-
-
- Newtonsoft.Json.dll
-
-
- System.Runtime.dll
-
-
- SQLitePCLRaw.batteries_v2.dll
-
-
- SQLitePCLRaw.core.dll
-
-
- e_sqlite3.dll
-
-
- SQLitePCLRaw.provider.e_sqlite3.dll
-
-
- System.Collections.Immutable.dll
-
-
- System.Diagnostics.DiagnosticSource.dll
-
-
- System.Runtime.CompilerServices.Unsafe.dll
-
-
- System.Text.Encodings.Web.dll
-
-
- System.Text.Json.dll
-
-
- Microsoft.Graphics.Canvas.dll
-
-
- AutoCatCore.dll
-
-
- Microsoft.Graphics.Canvas.winmd
-
-
- Microsoft.UI.Xaml.Markup.winmd
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Microsoft.Toolkit.Uwp.UI.Controls.xr.xml
-
-
- Properties\Default.rd.xml
-
-
- Assets\LockScreenLogo.scale-200.png
-
-
- Assets\SplashScreen.scale-200.png
- true
-
-
- Assets\Square150x150Logo.scale-200.png
- true
-
-
- Assets\Square44x44Logo.scale-200.png
- true
-
-
- Assets\Square44x44Logo.targetsize-24_altform-unplated.png
- true
-
-
- Assets\StoreLogo.png
- true
-
-
- Assets\Wide310x150Logo.scale-200.png
- true
-
-
- AutoCat.xr.xml
-
-
- App.xbf
-
-
- Pages\AuthPage.xbf
-
-
- Pages\CheckPage.xbf
-
-
- Pages\MainPage.xbf
-
-
- Pages\SearchPage.xbf
-
-
- ucrtbased.dll
-
-
- WinMetadata\Windows.winmd
-
-
- WinMetadata\Microsoft.UI.Xaml.winmd
-
-
- resources.pri
-
-
- AutoCat.exe
-
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- x86
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- Win32
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- x64
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- arm
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\arm\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
- Microsoft.UI.Xaml.2.5
- 2.52012.2002.0
- arm64
- Name = Microsoft.UI.Xaml.2.5, MinVersion = 2.52012.2002.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\buildTransitive\..\tools\AppX\arm64\Release\Microsoft.UI.Xaml.2.5.appx
-
-
-
- Microsoft.NET.CoreRuntime.2.2
- 2.2.27902.3
- x86
- Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.27902.3, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx
-
-
-
- Microsoft.NET.CoreRuntime.2.2
- 2.2.27902.3
- x64
- Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.27902.3, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx
-
-
-
- Microsoft.NET.CoreRuntime.2.2
- 2.2.27902.3
- arm
- Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.27902.3, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx
-
-
-
- Microsoft.NET.CoreFramework.Debug.2.2
- 2.2.29301.2
- x86
- Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx
-
-
-
- Microsoft.NET.CoreFramework.Debug.2.2
- 2.2.29301.2
- x64
- Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx
-
-
-
- Microsoft.NET.CoreFramework.Debug.2.2
- 2.2.29301.2
- arm
- Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Users\selim\.nuget\packages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.11\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx
-
-
-
- Microsoft.VCLibs.140.00.Debug
- 14.0.27810.0
- ARM
- Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27810.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx
-
-
-
- Microsoft.VCLibs.140.00.Debug
- 14.0.27810.0
- ARM64
- Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27810.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM64\Microsoft.VCLibs.ARM64.Debug.14.00.appx
-
-
-
- Microsoft.VCLibs.140.00.Debug
- 14.0.27810.0
- x64
- Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27810.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.appx
-
-
-
- Microsoft.VCLibs.140.00.Debug
- 14.0.27810.0
- x86
- Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.27810.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27
- C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.14.00.appx
-
-
-
-
diff --git a/AutoCat/bin/x64/Debug/AutoCat.exe b/AutoCat/bin/x64/Debug/AutoCat.exe
deleted file mode 100644
index c86c306..0000000
Binary files a/AutoCat/bin/x64/Debug/AutoCat.exe and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AutoCat.pdb b/AutoCat/bin/x64/Debug/AutoCat.pdb
deleted file mode 100644
index b61de8d..0000000
Binary files a/AutoCat/bin/x64/Debug/AutoCat.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AutoCat.xr.xml b/AutoCat/bin/x64/Debug/AutoCat.xr.xml
deleted file mode 100644
index 345eb87..0000000
--- a/AutoCat/bin/x64/Debug/AutoCat.xr.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/AutoCat/bin/x64/Debug/AutoCatCore.dll b/AutoCat/bin/x64/Debug/AutoCatCore.dll
deleted file mode 100644
index 5ba653f..0000000
Binary files a/AutoCat/bin/x64/Debug/AutoCatCore.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/AutoCatCore.pdb b/AutoCat/bin/x64/Debug/AutoCatCore.pdb
deleted file mode 100644
index a84599c..0000000
Binary files a/AutoCat/bin/x64/Debug/AutoCatCore.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/ColorCode.Core.dll b/AutoCat/bin/x64/Debug/ColorCode.Core.dll
deleted file mode 100644
index 1b788c1..0000000
Binary files a/AutoCat/bin/x64/Debug/ColorCode.Core.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/ColorCode.Core.pdb b/AutoCat/bin/x64/Debug/ColorCode.Core.pdb
deleted file mode 100644
index cdc395f..0000000
Binary files a/AutoCat/bin/x64/Debug/ColorCode.Core.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/ColorCode.UWP.dll b/AutoCat/bin/x64/Debug/ColorCode.UWP.dll
deleted file mode 100644
index 7ea71a4..0000000
Binary files a/AutoCat/bin/x64/Debug/ColorCode.UWP.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/ColorCode.UWP.pdb b/AutoCat/bin/x64/Debug/ColorCode.UWP.pdb
deleted file mode 100644
index 44150a7..0000000
Binary files a/AutoCat/bin/x64/Debug/ColorCode.UWP.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Core/AppxManifest.xml b/AutoCat/bin/x64/Debug/Core/AppxManifest.xml
deleted file mode 100644
index 49d0d6d..0000000
--- a/AutoCat/bin/x64/Debug/Core/AppxManifest.xml
+++ /dev/null
@@ -1,162 +0,0 @@
-
-
-
-
-
-
- AutoCat
- selim
- Assets\StoreLogo.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Graphics.Canvas.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- AutoCat.exe
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/bin/x64/Debug/Core/AutoCat.exe b/AutoCat/bin/x64/Debug/Core/AutoCat.exe
deleted file mode 100644
index b43905f..0000000
Binary files a/AutoCat/bin/x64/Debug/Core/AutoCat.exe and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Bcl.AsyncInterfaces.dll b/AutoCat/bin/x64/Debug/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100644
index f2955ed..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Bcl.HashCode.dll b/AutoCat/bin/x64/Debug/Microsoft.Bcl.HashCode.dll
deleted file mode 100644
index ad2b751..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Bcl.HashCode.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Data.Sqlite.dll b/AutoCat/bin/x64/Debug/Microsoft.Data.Sqlite.dll
deleted file mode 100644
index 43a7cba..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Data.Sqlite.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.DotNet.PlatformAbstractions.dll b/AutoCat/bin/x64/Debug/Microsoft.DotNet.PlatformAbstractions.dll
deleted file mode 100644
index 558229b..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.DotNet.PlatformAbstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Abstractions.dll b/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Abstractions.dll
deleted file mode 100644
index afbb264..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Relational.dll b/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Relational.dll
deleted file mode 100644
index 2bb15b2..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Sqlite.dll b/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Sqlite.dll
deleted file mode 100644
index f8cc704..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.Sqlite.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.dll b/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.dll
deleted file mode 100644
index a2dec38..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.EntityFrameworkCore.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Caching.Abstractions.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Caching.Abstractions.dll
deleted file mode 100644
index a29eac2..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Caching.Memory.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100644
index 04db6a5..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.Abstractions.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.Abstractions.dll
deleted file mode 100644
index 97d9578..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.Binder.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.Binder.dll
deleted file mode 100644
index 26bb296..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.dll
deleted file mode 100644
index 12583db..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Configuration.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyInjection.Abstractions.dll
deleted file mode 100644
index a113fde..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyInjection.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyInjection.dll
deleted file mode 100644
index e868840..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyModel.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100644
index 02b9f97..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Logging.Abstractions.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100644
index 95e4ea0..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Logging.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Logging.dll
deleted file mode 100644
index d337167..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Logging.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Options.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Options.dll
deleted file mode 100644
index a265e1f..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Options.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Primitives.dll b/AutoCat/bin/x64/Debug/Microsoft.Extensions.Primitives.dll
deleted file mode 100644
index 6151ed8..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Extensions.Primitives.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Graphics.Canvas.dll b/AutoCat/bin/x64/Debug/Microsoft.Graphics.Canvas.dll
deleted file mode 100644
index 43d883c..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Graphics.Canvas.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Graphics.Canvas.winmd b/AutoCat/bin/x64/Debug/Microsoft.Graphics.Canvas.winmd
deleted file mode 100644
index 7dd5abb..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Graphics.Canvas.winmd and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Parsers.dll b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Parsers.dll
deleted file mode 100644
index d1b8f97..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Parsers.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Parsers.pdb b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Parsers.pdb
deleted file mode 100644
index f669744..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Parsers.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.dll b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.dll
deleted file mode 100644
index 0b8cd67..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.pdb b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.pdb
deleted file mode 100644
index a9cd037..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.dll b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.dll
deleted file mode 100644
index 880d734..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.pdb b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.pdb
deleted file mode 100644
index f93c8c0..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.xr.xml b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.xr.xml
deleted file mode 100644
index afde498..0000000
--- a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.xr.xml
+++ /dev/null
@@ -1,922 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.dll b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.dll
deleted file mode 100644
index 2c83a63..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.pdb b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.pdb
deleted file mode 100644
index f1f3371..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.UI.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.dll b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.dll
deleted file mode 100644
index 5622880..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.pdb b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.pdb
deleted file mode 100644
index c085703..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.Uwp.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.dll b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.dll
deleted file mode 100644
index 1353569..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.pdb b/AutoCat/bin/x64/Debug/Microsoft.Toolkit.pdb
deleted file mode 100644
index e6e820e..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Toolkit.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.UI.Xaml.Markup.winmd b/AutoCat/bin/x64/Debug/Microsoft.UI.Xaml.Markup.winmd
deleted file mode 100644
index 285b876..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.UI.Xaml.Markup.winmd and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactions.dll b/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactions.dll
deleted file mode 100644
index 81ca28b..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactions.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactions.pdb b/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactions.pdb
deleted file mode 100644
index b7f9cf7..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactions.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactivity.dll b/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactivity.dll
deleted file mode 100644
index 42b6153..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactivity.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactivity.pdb b/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactivity.pdb
deleted file mode 100644
index 23cee96..0000000
Binary files a/AutoCat/bin/x64/Debug/Microsoft.Xaml.Interactivity.pdb and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Newtonsoft.Json.dll b/AutoCat/bin/x64/Debug/Newtonsoft.Json.dll
deleted file mode 100644
index b501fb6..0000000
Binary files a/AutoCat/bin/x64/Debug/Newtonsoft.Json.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Pages/AuthPage.xbf b/AutoCat/bin/x64/Debug/Pages/AuthPage.xbf
deleted file mode 100644
index 296a620..0000000
Binary files a/AutoCat/bin/x64/Debug/Pages/AuthPage.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Pages/CheckPage.xbf b/AutoCat/bin/x64/Debug/Pages/CheckPage.xbf
deleted file mode 100644
index e1626bd..0000000
Binary files a/AutoCat/bin/x64/Debug/Pages/CheckPage.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Pages/MainPage.xbf b/AutoCat/bin/x64/Debug/Pages/MainPage.xbf
deleted file mode 100644
index 9ac273b..0000000
Binary files a/AutoCat/bin/x64/Debug/Pages/MainPage.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/Pages/SearchPage.xbf b/AutoCat/bin/x64/Debug/Pages/SearchPage.xbf
deleted file mode 100644
index 9442ccc..0000000
Binary files a/AutoCat/bin/x64/Debug/Pages/SearchPage.xbf and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/SQLitePCLRaw.batteries_v2.dll b/AutoCat/bin/x64/Debug/SQLitePCLRaw.batteries_v2.dll
deleted file mode 100644
index ecded69..0000000
Binary files a/AutoCat/bin/x64/Debug/SQLitePCLRaw.batteries_v2.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/SQLitePCLRaw.core.dll b/AutoCat/bin/x64/Debug/SQLitePCLRaw.core.dll
deleted file mode 100644
index 0f5d814..0000000
Binary files a/AutoCat/bin/x64/Debug/SQLitePCLRaw.core.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/SQLitePCLRaw.provider.e_sqlite3.dll b/AutoCat/bin/x64/Debug/SQLitePCLRaw.provider.e_sqlite3.dll
deleted file mode 100644
index 4357949..0000000
Binary files a/AutoCat/bin/x64/Debug/SQLitePCLRaw.provider.e_sqlite3.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/System.Collections.Immutable.dll b/AutoCat/bin/x64/Debug/System.Collections.Immutable.dll
deleted file mode 100644
index 0302500..0000000
Binary files a/AutoCat/bin/x64/Debug/System.Collections.Immutable.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/System.Diagnostics.DiagnosticSource.dll b/AutoCat/bin/x64/Debug/System.Diagnostics.DiagnosticSource.dll
deleted file mode 100644
index fcdcae5..0000000
Binary files a/AutoCat/bin/x64/Debug/System.Diagnostics.DiagnosticSource.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/System.Runtime.CompilerServices.Unsafe.dll b/AutoCat/bin/x64/Debug/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 02d9849..0000000
Binary files a/AutoCat/bin/x64/Debug/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/System.Runtime.dll b/AutoCat/bin/x64/Debug/System.Runtime.dll
deleted file mode 100644
index b15c66c..0000000
Binary files a/AutoCat/bin/x64/Debug/System.Runtime.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/System.Text.Encodings.Web.dll b/AutoCat/bin/x64/Debug/System.Text.Encodings.Web.dll
deleted file mode 100644
index 0165900..0000000
Binary files a/AutoCat/bin/x64/Debug/System.Text.Encodings.Web.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/System.Text.Json.dll b/AutoCat/bin/x64/Debug/System.Text.Json.dll
deleted file mode 100644
index fe2154a..0000000
Binary files a/AutoCat/bin/x64/Debug/System.Text.Json.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/e_sqlite3.dll b/AutoCat/bin/x64/Debug/e_sqlite3.dll
deleted file mode 100644
index 5bfab1f..0000000
Binary files a/AutoCat/bin/x64/Debug/e_sqlite3.dll and /dev/null differ
diff --git a/AutoCat/bin/x64/Debug/resources.pri b/AutoCat/bin/x64/Debug/resources.pri
deleted file mode 100644
index fd134f2..0000000
Binary files a/AutoCat/bin/x64/Debug/resources.pri and /dev/null differ
diff --git a/AutoCat/obj/ARM/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs b/AutoCat/obj/ARM/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs
deleted file mode 100644
index 9302e39..0000000
--- a/AutoCat/obj/ARM/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCore,Version=v5.0", FrameworkDisplayName = ".NET for Windows Universal")]
diff --git a/AutoCat/obj/ARM/Debug/App.g.cs b/AutoCat/obj/ARM/Debug/App.g.cs
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/ARM/Debug/App.g.i.cs b/AutoCat/obj/ARM/Debug/App.g.i.cs
deleted file mode 100644
index 43d01fd..0000000
--- a/AutoCat/obj/ARM/Debug/App.g.i.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-#pragma checksum "C:\Users\selim\source\repos\autocatuwp\AutoCat\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4673CA2F3396CD3CBC6DC1D2553B558E988CE588CE90989FD07A9375E0BE64B2"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-namespace AutoCat
-{
-#if !DISABLE_XAML_GENERATED_MAIN
- ///
- /// Program class
- ///
- public static class Program
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- static void Main(string[] args)
- {
- global::Windows.UI.Xaml.Application.Start((p) => new App());
- }
- }
-#endif
-
- partial class App : global::Windows.UI.Xaml.Application
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-#if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
- DebugSettings.BindingFailed += (sender, args) =>
- {
- global::System.Diagnostics.Debug.WriteLine(args.Message);
- };
-#endif
-#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
- UnhandledException += (sender, e) =>
- {
- if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
- };
-#endif
- }
- }
-}
-
diff --git a/AutoCat/obj/ARM/Debug/AutoCat.csprojAssemblyReference.cache b/AutoCat/obj/ARM/Debug/AutoCat.csprojAssemblyReference.cache
deleted file mode 100644
index f84efb1..0000000
Binary files a/AutoCat/obj/ARM/Debug/AutoCat.csprojAssemblyReference.cache and /dev/null differ
diff --git a/AutoCat/obj/ARM/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/AutoCat/obj/ARM/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index 7fc3f62..0000000
Binary files a/AutoCat/obj/ARM/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/AutoCat/obj/ARM/Debug/MainPage.g.cs b/AutoCat/obj/ARM/Debug/MainPage.g.cs
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/ARM/Debug/MainPage.g.i.cs b/AutoCat/obj/ARM/Debug/MainPage.g.i.cs
deleted file mode 100644
index 020fec7..0000000
--- a/AutoCat/obj/ARM/Debug/MainPage.g.i.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-#pragma checksum "C:\Users\selim\source\repos\autocatuwp\AutoCat\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BBCFDE3671F68035A33DB12D76224E67989D92F3F3E11B3A010F25B90AADADF8"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat
-{
- partial class MainPage : global::Windows.UI.Xaml.Controls.Page
- {
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///MainPage.xaml");
- global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
- }
-
- partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
-
- }
-}
-
-
diff --git a/AutoCat/obj/ARM/Debug/XamlSaveStateFile.xml b/AutoCat/obj/ARM/Debug/XamlSaveStateFile.xml
deleted file mode 100644
index 14431d9..0000000
--- a/AutoCat/obj/ARM/Debug/XamlSaveStateFile.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/AutoCat/obj/ARM/Debug/XamlTypeInfo.g.cs b/AutoCat/obj/ARM/Debug/XamlTypeInfo.g.cs
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/AutoCat.csproj.EntityFrameworkCore.targets b/AutoCat/obj/AutoCat.csproj.EntityFrameworkCore.targets
deleted file mode 100644
index e17626f..0000000
--- a/AutoCat/obj/AutoCat.csproj.EntityFrameworkCore.targets
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/AutoCat/obj/AutoCat.csproj.nuget.dgspec.json b/AutoCat/obj/AutoCat.csproj.nuget.dgspec.json
deleted file mode 100644
index 4eb0565..0000000
--- a/AutoCat/obj/AutoCat.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,172 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\AutoCat.csproj": {}
- },
- "projects": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "projectName": "AutoCatCore",
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "packagesPath": "C:\\Users\\selim\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\selim\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "targetAlias": "netstandard2.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "targetAlias": "netstandard2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Sqlite": {
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Tools": {
- "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
- "suppressParent": "All",
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.3, )",
- "autoReferenced": true
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[12.0.3, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.102\\RuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\AutoCat.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\AutoCat.csproj",
- "projectName": "AutoCat",
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\AutoCat.csproj",
- "packagesPath": "C:\\Users\\selim\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\obj\\",
- "projectStyle": "PackageReference",
- "skipContentFileWrite": true,
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\"
- ],
- "configFilePaths": [
- "C:\\Users\\selim\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "uap10.0.19041"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "uap10.0.19041": {
- "projectReferences": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj": {
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj"
- }
- }
- }
- }
- },
- "frameworks": {
- "uap10.0.19041": {
- "dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": {
- "target": "Package",
- "version": "[6.2.11, )"
- },
- "Microsoft.Toolkit.Uwp": {
- "target": "Package",
- "version": "[6.1.1, )"
- },
- "Microsoft.Toolkit.Uwp.UI": {
- "target": "Package",
- "version": "[6.1.1, )"
- },
- "Microsoft.Toolkit.Uwp.UI.Controls": {
- "target": "Package",
- "version": "[6.1.1, )"
- },
- "Microsoft.UI.Xaml": {
- "target": "Package",
- "version": "[2.5.0, )"
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- },
- "runtimes": {
- "win10-arm": {
- "#import": []
- },
- "win10-arm-aot": {
- "#import": []
- },
- "win10-arm64-aot": {
- "#import": []
- },
- "win10-x64": {
- "#import": []
- },
- "win10-x64-aot": {
- "#import": []
- },
- "win10-x86": {
- "#import": []
- },
- "win10-x86-aot": {
- "#import": []
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/AutoCat/obj/AutoCat.csproj.nuget.g.props b/AutoCat/obj/AutoCat.csproj.nuget.g.props
deleted file mode 100644
index 67366e6..0000000
--- a/AutoCat/obj/AutoCat.csproj.nuget.g.props
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\selim\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\
- PackageReference
- 5.8.1
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- C:\Users\selim\.nuget\packages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.11
- C:\Users\selim\.nuget\packages\runtime.win10-x86.microsoft.net.native.sharedlibrary\2.2.8-rel-29512-01
- C:\Users\selim\.nuget\packages\runtime.win10-x86.microsoft.net.native.compiler\2.2.9-rel-29512-01
- C:\Users\selim\.nuget\packages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.11
- C:\Users\selim\.nuget\packages\runtime.win10-x64.microsoft.net.native.sharedlibrary\2.2.8-rel-29512-01
- C:\Users\selim\.nuget\packages\runtime.win10-x64.microsoft.net.native.compiler\2.2.9-rel-29512-01
- C:\Users\selim\.nuget\packages\runtime.win10-arm64.microsoft.net.native.sharedlibrary\2.2.8-rel-29512-01
- C:\Users\selim\.nuget\packages\runtime.win10-arm64.microsoft.net.native.compiler\2.2.9-rel-29512-01
- C:\Users\selim\.nuget\packages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.11
- C:\Users\selim\.nuget\packages\runtime.win10-arm.microsoft.net.native.sharedlibrary\2.2.8-rel-29512-01
- C:\Users\selim\.nuget\packages\runtime.win10-arm.microsoft.net.native.compiler\2.2.9-rel-29512-01
- C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0
- C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp.ui.controls\6.1.1
- C:\Users\selim\.nuget\packages\microsoft.net.uwpcoreruntimesdk\2.2.11
- C:\Users\selim\.nuget\packages\microsoft.net.native.compiler\2.2.9-rel-29512-01
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/AutoCat.csproj.nuget.g.targets b/AutoCat/obj/AutoCat.csproj.nuget.g.targets
deleted file mode 100644
index 81a8630..0000000
--- a/AutoCat/obj/AutoCat.csproj.nuget.g.targets
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/project.assets.json b/AutoCat/obj/project.assets.json
deleted file mode 100644
index a96d25b..0000000
--- a/AutoCat/obj/project.assets.json
+++ /dev/null
@@ -1,14136 +0,0 @@
-{
- "version": 3,
- "targets": {
- "UAP,Version=v10.0.19041": {
- "ColorCode.Core/2.0.6": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- }
- },
- "ColorCode.UWP/2.0.6": {
- "type": "package",
- "dependencies": {
- "ColorCode.Core": "2.0.6"
- },
- "compile": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- },
- "runtime": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x86.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01"
- },
- "build": {
- "build/Microsoft.Net.Native.Compiler.props": {},
- "build/Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11"
- },
- "build": {
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props": {}
- }
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.1.0",
- "Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "NETStandard.Library": "2.0.3"
- },
- "compile": {
- "ref/uap10.0.15138/Microsoft.CSharp.dll": {},
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "ref/uap10.0.15138/System.AppContext.dll": {},
- "ref/uap10.0.15138/System.Buffers.dll": {},
- "ref/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "ref/uap10.0.15138/System.Collections.Immutable.dll": {},
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "ref/uap10.0.15138/System.Collections.Specialized.dll": {},
- "ref/uap10.0.15138/System.Collections.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.dll": {},
- "ref/uap10.0.15138/System.Configuration.dll": {},
- "ref/uap10.0.15138/System.Console.dll": {},
- "ref/uap10.0.15138/System.Core.dll": {},
- "ref/uap10.0.15138/System.Data.Common.dll": {},
- "ref/uap10.0.15138/System.Data.SqlClient.dll": {},
- "ref/uap10.0.15138/System.Data.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "ref/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "ref/uap10.0.15138/System.Drawing.dll": {},
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "ref/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "ref/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "ref/uap10.0.15138/System.Globalization.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "ref/uap10.0.15138/System.IO.Pipes.dll": {},
- "ref/uap10.0.15138/System.IO.Ports.dll": {},
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/uap10.0.15138/System.IO.dll": {},
- "ref/uap10.0.15138/System.Linq.Expressions.dll": {},
- "ref/uap10.0.15138/System.Linq.Parallel.dll": {},
- "ref/uap10.0.15138/System.Linq.Queryable.dll": {},
- "ref/uap10.0.15138/System.Linq.dll": {},
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "ref/uap10.0.15138/System.Net.Http.dll": {},
- "ref/uap10.0.15138/System.Net.HttpListener.dll": {},
- "ref/uap10.0.15138/System.Net.Mail.dll": {},
- "ref/uap10.0.15138/System.Net.NameResolution.dll": {},
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "ref/uap10.0.15138/System.Net.Ping.dll": {},
- "ref/uap10.0.15138/System.Net.Primitives.dll": {},
- "ref/uap10.0.15138/System.Net.Requests.dll": {},
- "ref/uap10.0.15138/System.Net.Security.dll": {},
- "ref/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "ref/uap10.0.15138/System.Net.Sockets.dll": {},
- "ref/uap10.0.15138/System.Net.WebClient.dll": {},
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "ref/uap10.0.15138/System.Net.WebProxy.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.dll": {},
- "ref/uap10.0.15138/System.Net.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "ref/uap10.0.15138/System.Numerics.dll": {},
- "ref/uap10.0.15138/System.ObjectModel.dll": {},
- "ref/uap10.0.15138/System.Reflection.Context.dll": {},
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "ref/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "ref/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.dll": {},
- "ref/uap10.0.15138/System.Resources.Reader.dll": {},
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "ref/uap10.0.15138/System.Resources.Writer.dll": {},
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "ref/uap10.0.15138/System.Runtime.Handles.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "ref/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.dll": {},
- "ref/uap10.0.15138/System.Security.AccessControl.dll": {},
- "ref/uap10.0.15138/System.Security.Claims.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.dll": {},
- "ref/uap10.0.15138/System.Security.SecureString.dll": {},
- "ref/uap10.0.15138/System.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.dll": {},
- "ref/uap10.0.15138/System.ServiceProcess.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.dll": {},
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "ref/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.dll": {},
- "ref/uap10.0.15138/System.Threading.Thread.dll": {},
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "ref/uap10.0.15138/System.Threading.Timer.dll": {},
- "ref/uap10.0.15138/System.Threading.dll": {},
- "ref/uap10.0.15138/System.Transactions.Local.dll": {},
- "ref/uap10.0.15138/System.Transactions.dll": {},
- "ref/uap10.0.15138/System.ValueTuple.dll": {},
- "ref/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "ref/uap10.0.15138/System.Web.dll": {},
- "ref/uap10.0.15138/System.Windows.dll": {},
- "ref/uap10.0.15138/System.Xml.Linq.dll": {},
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "ref/uap10.0.15138/System.Xml.Serialization.dll": {},
- "ref/uap10.0.15138/System.Xml.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "ref/uap10.0.15138/System.Xml.dll": {},
- "ref/uap10.0.15138/System.dll": {},
- "ref/uap10.0.15138/WindowsBase.dll": {},
- "ref/uap10.0.15138/mscorlib.dll": {},
- "ref/uap10.0.15138/netstandard.dll": {}
- },
- "build": {
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props": {},
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets": {}
- }
- },
- "Microsoft.Toolkit/6.1.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- }
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1",
- "Newtonsoft.Json": "10.0.3"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp.UI": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1",
- "System.ValueTuple": "4.5.0",
- "Win2D.uwp": "1.25.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "type": "package",
- "dependencies": {
- "ColorCode.UWP": "2.0.6",
- "Microsoft.Toolkit.Parsers": "6.1.1",
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Animations": "6.1.1",
- "System.ValueTuple": "4.5.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- }
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "build": {
- "buildTransitive/Microsoft.UI.Xaml.props": {}
- }
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2",
- "SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
- "SQLitePCLRaw.provider.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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"
- },
- "runtimes/win10-arm/nativeassets/uap10.0/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win10-arm"
- },
- "runtimes/win10-arm64/nativeassets/uap10.0/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win10-arm64"
- },
- "runtimes/win10-x64/nativeassets/uap10.0/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win10-x64"
- },
- "runtimes/win10-x86/nativeassets/uap10.0/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win10-x86"
- }
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.ValueTuple/4.5.0": {
- "type": "package",
- "compile": {
- "ref/uap10.0.16299/_._": {}
- },
- "runtime": {
- "lib/uap10.0.16299/_._": {}
- }
- },
- "Win2D.uwp/1.25.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "build": {
- "build/win10/_._": {}
- },
- "runtimeTargets": {
- "runtimes/win10-arm/native/Microsoft.Graphics.Canvas.dll": {
- "assetType": "native",
- "rid": "win10-arm"
- },
- "runtimes/win10-arm64/native/Microsoft.Graphics.Canvas.dll": {
- "assetType": "native",
- "rid": "win10-arm64"
- },
- "runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll": {
- "assetType": "native",
- "rid": "win10-x64"
- },
- "runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll": {
- "assetType": "native",
- "rid": "win10-x86"
- }
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- },
- "UAP,Version=v10.0.19041/win10-arm": {
- "ColorCode.Core/2.0.6": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- }
- },
- "ColorCode.UWP/2.0.6": {
- "type": "package",
- "dependencies": {
- "ColorCode.Core": "2.0.6"
- },
- "compile": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- },
- "runtime": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x86.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01"
- },
- "build": {
- "build/Microsoft.Net.Native.Compiler.props": {},
- "build/Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11"
- },
- "build": {
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props": {}
- }
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.1.0",
- "Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "NETStandard.Library": "2.0.3",
- "runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform": "6.2.11"
- },
- "compile": {
- "ref/uap10.0.15138/Microsoft.CSharp.dll": {},
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "ref/uap10.0.15138/System.AppContext.dll": {},
- "ref/uap10.0.15138/System.Buffers.dll": {},
- "ref/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "ref/uap10.0.15138/System.Collections.Immutable.dll": {},
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "ref/uap10.0.15138/System.Collections.Specialized.dll": {},
- "ref/uap10.0.15138/System.Collections.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.dll": {},
- "ref/uap10.0.15138/System.Configuration.dll": {},
- "ref/uap10.0.15138/System.Console.dll": {},
- "ref/uap10.0.15138/System.Core.dll": {},
- "ref/uap10.0.15138/System.Data.Common.dll": {},
- "ref/uap10.0.15138/System.Data.SqlClient.dll": {},
- "ref/uap10.0.15138/System.Data.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "ref/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "ref/uap10.0.15138/System.Drawing.dll": {},
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "ref/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "ref/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "ref/uap10.0.15138/System.Globalization.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "ref/uap10.0.15138/System.IO.Pipes.dll": {},
- "ref/uap10.0.15138/System.IO.Ports.dll": {},
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/uap10.0.15138/System.IO.dll": {},
- "ref/uap10.0.15138/System.Linq.Expressions.dll": {},
- "ref/uap10.0.15138/System.Linq.Parallel.dll": {},
- "ref/uap10.0.15138/System.Linq.Queryable.dll": {},
- "ref/uap10.0.15138/System.Linq.dll": {},
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "ref/uap10.0.15138/System.Net.Http.dll": {},
- "ref/uap10.0.15138/System.Net.HttpListener.dll": {},
- "ref/uap10.0.15138/System.Net.Mail.dll": {},
- "ref/uap10.0.15138/System.Net.NameResolution.dll": {},
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "ref/uap10.0.15138/System.Net.Ping.dll": {},
- "ref/uap10.0.15138/System.Net.Primitives.dll": {},
- "ref/uap10.0.15138/System.Net.Requests.dll": {},
- "ref/uap10.0.15138/System.Net.Security.dll": {},
- "ref/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "ref/uap10.0.15138/System.Net.Sockets.dll": {},
- "ref/uap10.0.15138/System.Net.WebClient.dll": {},
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "ref/uap10.0.15138/System.Net.WebProxy.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.dll": {},
- "ref/uap10.0.15138/System.Net.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "ref/uap10.0.15138/System.Numerics.dll": {},
- "ref/uap10.0.15138/System.ObjectModel.dll": {},
- "ref/uap10.0.15138/System.Reflection.Context.dll": {},
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "ref/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "ref/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.dll": {},
- "ref/uap10.0.15138/System.Resources.Reader.dll": {},
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "ref/uap10.0.15138/System.Resources.Writer.dll": {},
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "ref/uap10.0.15138/System.Runtime.Handles.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "ref/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.dll": {},
- "ref/uap10.0.15138/System.Security.AccessControl.dll": {},
- "ref/uap10.0.15138/System.Security.Claims.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.dll": {},
- "ref/uap10.0.15138/System.Security.SecureString.dll": {},
- "ref/uap10.0.15138/System.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.dll": {},
- "ref/uap10.0.15138/System.ServiceProcess.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.dll": {},
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "ref/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.dll": {},
- "ref/uap10.0.15138/System.Threading.Thread.dll": {},
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "ref/uap10.0.15138/System.Threading.Timer.dll": {},
- "ref/uap10.0.15138/System.Threading.dll": {},
- "ref/uap10.0.15138/System.Transactions.Local.dll": {},
- "ref/uap10.0.15138/System.Transactions.dll": {},
- "ref/uap10.0.15138/System.ValueTuple.dll": {},
- "ref/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "ref/uap10.0.15138/System.Web.dll": {},
- "ref/uap10.0.15138/System.Windows.dll": {},
- "ref/uap10.0.15138/System.Xml.Linq.dll": {},
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "ref/uap10.0.15138/System.Xml.Serialization.dll": {},
- "ref/uap10.0.15138/System.Xml.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "ref/uap10.0.15138/System.Xml.dll": {},
- "ref/uap10.0.15138/System.dll": {},
- "ref/uap10.0.15138/WindowsBase.dll": {},
- "ref/uap10.0.15138/mscorlib.dll": {},
- "ref/uap10.0.15138/netstandard.dll": {}
- },
- "build": {
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props": {},
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets": {}
- }
- },
- "Microsoft.Toolkit/6.1.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- }
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1",
- "Newtonsoft.Json": "10.0.3"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp.UI": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1",
- "System.ValueTuple": "4.5.0",
- "Win2D.uwp": "1.25.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "type": "package",
- "dependencies": {
- "ColorCode.UWP": "2.0.6",
- "Microsoft.Toolkit.Parsers": "6.1.1",
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Animations": "6.1.1",
- "System.ValueTuple": "4.5.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- }
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "build": {
- "buildTransitive/Microsoft.UI.Xaml.props": {}
- }
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.CSharp.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.AppContext.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Buffers.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Immutable.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Specialized.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Configuration.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Console.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Core.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Data.Common.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Data.SqlClient.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Data.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Drawing.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Pipes.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Ports.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Expressions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Parallel.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Queryable.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Memory.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Http.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.HttpListener.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Mail.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.NameResolution.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Ping.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Requests.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Security.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Sockets.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebClient.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebProxy.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebSockets.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ObjectModel.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.DataContractSerialization.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.ServiceModel.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Uri.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Xml.Linq.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Xml.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Context.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.Reader.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.Writer.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Handles.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.AccessControl.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Claims.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Permissions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Principal.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.SecureString.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceProcess.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Thread.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Timer.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Transactions.Local.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Transactions.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.ValueTuple.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Web.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Windows.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.Linq.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.Serialization.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XDocument.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XPath.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/System.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/WindowsBase.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/mscorlib.dll": {},
- "runtimes/win10-arm/lib/uap10.0.15138/netstandard.dll": {}
- },
- "native": {
- "runtimes/win10-arm/nativeassets/uap10.0.15138/clrcompression.dll": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2",
- "SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
- "SQLitePCLRaw.provider.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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/_._": {}
- },
- "native": {
- "runtimes/win10-arm/nativeassets/uap10.0/e_sqlite3.dll": {}
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.ValueTuple/4.5.0": {
- "type": "package",
- "compile": {
- "ref/uap10.0.16299/_._": {}
- },
- "runtime": {
- "lib/uap10.0.16299/_._": {}
- }
- },
- "Win2D.uwp/1.25.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "native": {
- "runtimes/win10-arm/native/Microsoft.Graphics.Canvas.dll": {}
- },
- "build": {
- "build/win10/_._": {}
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- },
- "UAP,Version=v10.0.19041/win10-arm-aot": {
- "ColorCode.Core/2.0.6": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- }
- },
- "ColorCode.UWP/2.0.6": {
- "type": "package",
- "dependencies": {
- "ColorCode.Core": "2.0.6"
- },
- "compile": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- },
- "runtime": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x86.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01"
- },
- "build": {
- "build/Microsoft.Net.Native.Compiler.props": {},
- "build/Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11"
- },
- "build": {
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props": {}
- }
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.1.0",
- "Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "NETStandard.Library": "2.0.3",
- "runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform": "6.2.11"
- },
- "compile": {
- "ref/uap10.0.15138/Microsoft.CSharp.dll": {},
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "ref/uap10.0.15138/System.AppContext.dll": {},
- "ref/uap10.0.15138/System.Buffers.dll": {},
- "ref/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "ref/uap10.0.15138/System.Collections.Immutable.dll": {},
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "ref/uap10.0.15138/System.Collections.Specialized.dll": {},
- "ref/uap10.0.15138/System.Collections.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.dll": {},
- "ref/uap10.0.15138/System.Configuration.dll": {},
- "ref/uap10.0.15138/System.Console.dll": {},
- "ref/uap10.0.15138/System.Core.dll": {},
- "ref/uap10.0.15138/System.Data.Common.dll": {},
- "ref/uap10.0.15138/System.Data.SqlClient.dll": {},
- "ref/uap10.0.15138/System.Data.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "ref/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "ref/uap10.0.15138/System.Drawing.dll": {},
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "ref/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "ref/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "ref/uap10.0.15138/System.Globalization.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "ref/uap10.0.15138/System.IO.Pipes.dll": {},
- "ref/uap10.0.15138/System.IO.Ports.dll": {},
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/uap10.0.15138/System.IO.dll": {},
- "ref/uap10.0.15138/System.Linq.Expressions.dll": {},
- "ref/uap10.0.15138/System.Linq.Parallel.dll": {},
- "ref/uap10.0.15138/System.Linq.Queryable.dll": {},
- "ref/uap10.0.15138/System.Linq.dll": {},
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "ref/uap10.0.15138/System.Net.Http.dll": {},
- "ref/uap10.0.15138/System.Net.HttpListener.dll": {},
- "ref/uap10.0.15138/System.Net.Mail.dll": {},
- "ref/uap10.0.15138/System.Net.NameResolution.dll": {},
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "ref/uap10.0.15138/System.Net.Ping.dll": {},
- "ref/uap10.0.15138/System.Net.Primitives.dll": {},
- "ref/uap10.0.15138/System.Net.Requests.dll": {},
- "ref/uap10.0.15138/System.Net.Security.dll": {},
- "ref/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "ref/uap10.0.15138/System.Net.Sockets.dll": {},
- "ref/uap10.0.15138/System.Net.WebClient.dll": {},
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "ref/uap10.0.15138/System.Net.WebProxy.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.dll": {},
- "ref/uap10.0.15138/System.Net.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "ref/uap10.0.15138/System.Numerics.dll": {},
- "ref/uap10.0.15138/System.ObjectModel.dll": {},
- "ref/uap10.0.15138/System.Reflection.Context.dll": {},
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "ref/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "ref/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.dll": {},
- "ref/uap10.0.15138/System.Resources.Reader.dll": {},
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "ref/uap10.0.15138/System.Resources.Writer.dll": {},
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "ref/uap10.0.15138/System.Runtime.Handles.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "ref/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.dll": {},
- "ref/uap10.0.15138/System.Security.AccessControl.dll": {},
- "ref/uap10.0.15138/System.Security.Claims.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.dll": {},
- "ref/uap10.0.15138/System.Security.SecureString.dll": {},
- "ref/uap10.0.15138/System.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.dll": {},
- "ref/uap10.0.15138/System.ServiceProcess.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.dll": {},
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "ref/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.dll": {},
- "ref/uap10.0.15138/System.Threading.Thread.dll": {},
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "ref/uap10.0.15138/System.Threading.Timer.dll": {},
- "ref/uap10.0.15138/System.Threading.dll": {},
- "ref/uap10.0.15138/System.Transactions.Local.dll": {},
- "ref/uap10.0.15138/System.Transactions.dll": {},
- "ref/uap10.0.15138/System.ValueTuple.dll": {},
- "ref/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "ref/uap10.0.15138/System.Web.dll": {},
- "ref/uap10.0.15138/System.Windows.dll": {},
- "ref/uap10.0.15138/System.Xml.Linq.dll": {},
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "ref/uap10.0.15138/System.Xml.Serialization.dll": {},
- "ref/uap10.0.15138/System.Xml.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "ref/uap10.0.15138/System.Xml.dll": {},
- "ref/uap10.0.15138/System.dll": {},
- "ref/uap10.0.15138/WindowsBase.dll": {},
- "ref/uap10.0.15138/mscorlib.dll": {},
- "ref/uap10.0.15138/netstandard.dll": {}
- },
- "build": {
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props": {},
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets": {}
- }
- },
- "Microsoft.Toolkit/6.1.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- }
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1",
- "Newtonsoft.Json": "10.0.3"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp.UI": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1",
- "System.ValueTuple": "4.5.0",
- "Win2D.uwp": "1.25.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "type": "package",
- "dependencies": {
- "ColorCode.UWP": "2.0.6",
- "Microsoft.Toolkit.Parsers": "6.1.1",
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Animations": "6.1.1",
- "System.ValueTuple": "4.5.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- }
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "build": {
- "buildTransitive/Microsoft.UI.Xaml.props": {}
- }
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.CSharp.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.AppContext.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Buffers.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Immutable.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Specialized.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Configuration.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Console.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Core.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.Common.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.SqlClient.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Drawing.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Pipes.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Ports.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Expressions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Parallel.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Queryable.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Memory.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Http.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.HttpListener.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Mail.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.NameResolution.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Ping.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Requests.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Security.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Sockets.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebClient.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebProxy.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebSockets.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ObjectModel.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Uri.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Xml.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Context.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.Reader.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.Writer.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Handles.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.AccessControl.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Claims.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Permissions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Principal.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.SecureString.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceProcess.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Thread.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Timer.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Transactions.Local.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Transactions.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ValueTuple.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Web.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Windows.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.Linq.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.Serialization.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XDocument.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XPath.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/WindowsBase.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/mscorlib.dll": {},
- "runtimes/win10-arm-aot/lib/uap10.0.15138/netstandard.dll": {}
- },
- "native": {
- "runtimes/win10-arm-aot/nativeassets/uap10.0.15138/clrcompression.dll": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2",
- "SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
- "SQLitePCLRaw.provider.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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/_._": {}
- },
- "native": {
- "runtimes/win10-arm/nativeassets/uap10.0/e_sqlite3.dll": {}
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.ValueTuple/4.5.0": {
- "type": "package",
- "compile": {
- "ref/uap10.0.16299/_._": {}
- },
- "runtime": {
- "lib/uap10.0.16299/_._": {}
- }
- },
- "Win2D.uwp/1.25.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "native": {
- "runtimes/win10-arm/native/Microsoft.Graphics.Canvas.dll": {}
- },
- "build": {
- "build/win10/_._": {}
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- },
- "UAP,Version=v10.0.19041/win10-arm64-aot": {
- "ColorCode.Core/2.0.6": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- }
- },
- "ColorCode.UWP/2.0.6": {
- "type": "package",
- "dependencies": {
- "ColorCode.Core": "2.0.6"
- },
- "compile": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- },
- "runtime": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x86.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01"
- },
- "build": {
- "build/Microsoft.Net.Native.Compiler.props": {},
- "build/Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11"
- },
- "build": {
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props": {}
- }
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.1.0",
- "Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "NETStandard.Library": "2.0.3",
- "runtime.win10-arm64-aot.Microsoft.NETCore.UniversalWindowsPlatform": "6.2.11"
- },
- "compile": {
- "ref/uap10.0.15138/Microsoft.CSharp.dll": {},
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "ref/uap10.0.15138/System.AppContext.dll": {},
- "ref/uap10.0.15138/System.Buffers.dll": {},
- "ref/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "ref/uap10.0.15138/System.Collections.Immutable.dll": {},
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "ref/uap10.0.15138/System.Collections.Specialized.dll": {},
- "ref/uap10.0.15138/System.Collections.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.dll": {},
- "ref/uap10.0.15138/System.Configuration.dll": {},
- "ref/uap10.0.15138/System.Console.dll": {},
- "ref/uap10.0.15138/System.Core.dll": {},
- "ref/uap10.0.15138/System.Data.Common.dll": {},
- "ref/uap10.0.15138/System.Data.SqlClient.dll": {},
- "ref/uap10.0.15138/System.Data.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "ref/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "ref/uap10.0.15138/System.Drawing.dll": {},
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "ref/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "ref/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "ref/uap10.0.15138/System.Globalization.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "ref/uap10.0.15138/System.IO.Pipes.dll": {},
- "ref/uap10.0.15138/System.IO.Ports.dll": {},
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/uap10.0.15138/System.IO.dll": {},
- "ref/uap10.0.15138/System.Linq.Expressions.dll": {},
- "ref/uap10.0.15138/System.Linq.Parallel.dll": {},
- "ref/uap10.0.15138/System.Linq.Queryable.dll": {},
- "ref/uap10.0.15138/System.Linq.dll": {},
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "ref/uap10.0.15138/System.Net.Http.dll": {},
- "ref/uap10.0.15138/System.Net.HttpListener.dll": {},
- "ref/uap10.0.15138/System.Net.Mail.dll": {},
- "ref/uap10.0.15138/System.Net.NameResolution.dll": {},
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "ref/uap10.0.15138/System.Net.Ping.dll": {},
- "ref/uap10.0.15138/System.Net.Primitives.dll": {},
- "ref/uap10.0.15138/System.Net.Requests.dll": {},
- "ref/uap10.0.15138/System.Net.Security.dll": {},
- "ref/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "ref/uap10.0.15138/System.Net.Sockets.dll": {},
- "ref/uap10.0.15138/System.Net.WebClient.dll": {},
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "ref/uap10.0.15138/System.Net.WebProxy.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.dll": {},
- "ref/uap10.0.15138/System.Net.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "ref/uap10.0.15138/System.Numerics.dll": {},
- "ref/uap10.0.15138/System.ObjectModel.dll": {},
- "ref/uap10.0.15138/System.Reflection.Context.dll": {},
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "ref/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "ref/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.dll": {},
- "ref/uap10.0.15138/System.Resources.Reader.dll": {},
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "ref/uap10.0.15138/System.Resources.Writer.dll": {},
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "ref/uap10.0.15138/System.Runtime.Handles.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "ref/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.dll": {},
- "ref/uap10.0.15138/System.Security.AccessControl.dll": {},
- "ref/uap10.0.15138/System.Security.Claims.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.dll": {},
- "ref/uap10.0.15138/System.Security.SecureString.dll": {},
- "ref/uap10.0.15138/System.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.dll": {},
- "ref/uap10.0.15138/System.ServiceProcess.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.dll": {},
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "ref/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.dll": {},
- "ref/uap10.0.15138/System.Threading.Thread.dll": {},
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "ref/uap10.0.15138/System.Threading.Timer.dll": {},
- "ref/uap10.0.15138/System.Threading.dll": {},
- "ref/uap10.0.15138/System.Transactions.Local.dll": {},
- "ref/uap10.0.15138/System.Transactions.dll": {},
- "ref/uap10.0.15138/System.ValueTuple.dll": {},
- "ref/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "ref/uap10.0.15138/System.Web.dll": {},
- "ref/uap10.0.15138/System.Windows.dll": {},
- "ref/uap10.0.15138/System.Xml.Linq.dll": {},
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "ref/uap10.0.15138/System.Xml.Serialization.dll": {},
- "ref/uap10.0.15138/System.Xml.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "ref/uap10.0.15138/System.Xml.dll": {},
- "ref/uap10.0.15138/System.dll": {},
- "ref/uap10.0.15138/WindowsBase.dll": {},
- "ref/uap10.0.15138/mscorlib.dll": {},
- "ref/uap10.0.15138/netstandard.dll": {}
- },
- "build": {
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props": {},
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets": {}
- }
- },
- "Microsoft.Toolkit/6.1.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- }
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1",
- "Newtonsoft.Json": "10.0.3"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp.UI": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1",
- "System.ValueTuple": "4.5.0",
- "Win2D.uwp": "1.25.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "type": "package",
- "dependencies": {
- "ColorCode.UWP": "2.0.6",
- "Microsoft.Toolkit.Parsers": "6.1.1",
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Animations": "6.1.1",
- "System.ValueTuple": "4.5.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- }
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "build": {
- "buildTransitive/Microsoft.UI.Xaml.props": {}
- }
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-arm64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/Microsoft.CSharp.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.AppContext.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Buffers.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.Immutable.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.Specialized.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Configuration.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Console.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Core.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Data.Common.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Data.SqlClient.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Data.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Drawing.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Globalization.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Compression.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.FileSystem.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Pipes.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Ports.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Linq.Expressions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Linq.Parallel.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Linq.Queryable.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Linq.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Memory.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Http.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.HttpListener.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Mail.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.NameResolution.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Ping.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Requests.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Security.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Sockets.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebClient.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebProxy.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebSockets.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Numerics.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ObjectModel.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.Uri.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.Xml.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Context.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Emit.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Resources.Reader.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Resources.Writer.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Handles.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.AccessControl.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Claims.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Permissions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Principal.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.SecureString.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceProcess.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Text.Encoding.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Tasks.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Thread.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Timer.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Transactions.Local.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Transactions.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ValueTuple.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Web.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Windows.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.Linq.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.Serialization.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XDocument.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XPath.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/WindowsBase.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/mscorlib.dll": {},
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/netstandard.dll": {}
- },
- "native": {
- "runtimes/win10-arm64-aot/nativeassets/uap10.0.15138/clrcompression.dll": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2",
- "SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
- "SQLitePCLRaw.provider.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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/_._": {}
- },
- "native": {
- "runtimes/win10-arm64/nativeassets/uap10.0/e_sqlite3.dll": {}
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.ValueTuple/4.5.0": {
- "type": "package",
- "compile": {
- "ref/uap10.0.16299/_._": {}
- },
- "runtime": {
- "lib/uap10.0.16299/_._": {}
- }
- },
- "Win2D.uwp/1.25.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "native": {
- "runtimes/win10-arm64/native/Microsoft.Graphics.Canvas.dll": {}
- },
- "build": {
- "build/win10/_._": {}
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- },
- "UAP,Version=v10.0.19041/win10-x64": {
- "ColorCode.Core/2.0.6": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- }
- },
- "ColorCode.UWP/2.0.6": {
- "type": "package",
- "dependencies": {
- "ColorCode.Core": "2.0.6"
- },
- "compile": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- },
- "runtime": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x86.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01"
- },
- "build": {
- "build/Microsoft.Net.Native.Compiler.props": {},
- "build/Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11"
- },
- "build": {
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props": {}
- }
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.1.0",
- "Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "NETStandard.Library": "2.0.3",
- "runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform": "6.2.11"
- },
- "compile": {
- "ref/uap10.0.15138/Microsoft.CSharp.dll": {},
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "ref/uap10.0.15138/System.AppContext.dll": {},
- "ref/uap10.0.15138/System.Buffers.dll": {},
- "ref/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "ref/uap10.0.15138/System.Collections.Immutable.dll": {},
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "ref/uap10.0.15138/System.Collections.Specialized.dll": {},
- "ref/uap10.0.15138/System.Collections.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.dll": {},
- "ref/uap10.0.15138/System.Configuration.dll": {},
- "ref/uap10.0.15138/System.Console.dll": {},
- "ref/uap10.0.15138/System.Core.dll": {},
- "ref/uap10.0.15138/System.Data.Common.dll": {},
- "ref/uap10.0.15138/System.Data.SqlClient.dll": {},
- "ref/uap10.0.15138/System.Data.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "ref/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "ref/uap10.0.15138/System.Drawing.dll": {},
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "ref/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "ref/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "ref/uap10.0.15138/System.Globalization.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "ref/uap10.0.15138/System.IO.Pipes.dll": {},
- "ref/uap10.0.15138/System.IO.Ports.dll": {},
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/uap10.0.15138/System.IO.dll": {},
- "ref/uap10.0.15138/System.Linq.Expressions.dll": {},
- "ref/uap10.0.15138/System.Linq.Parallel.dll": {},
- "ref/uap10.0.15138/System.Linq.Queryable.dll": {},
- "ref/uap10.0.15138/System.Linq.dll": {},
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "ref/uap10.0.15138/System.Net.Http.dll": {},
- "ref/uap10.0.15138/System.Net.HttpListener.dll": {},
- "ref/uap10.0.15138/System.Net.Mail.dll": {},
- "ref/uap10.0.15138/System.Net.NameResolution.dll": {},
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "ref/uap10.0.15138/System.Net.Ping.dll": {},
- "ref/uap10.0.15138/System.Net.Primitives.dll": {},
- "ref/uap10.0.15138/System.Net.Requests.dll": {},
- "ref/uap10.0.15138/System.Net.Security.dll": {},
- "ref/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "ref/uap10.0.15138/System.Net.Sockets.dll": {},
- "ref/uap10.0.15138/System.Net.WebClient.dll": {},
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "ref/uap10.0.15138/System.Net.WebProxy.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.dll": {},
- "ref/uap10.0.15138/System.Net.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "ref/uap10.0.15138/System.Numerics.dll": {},
- "ref/uap10.0.15138/System.ObjectModel.dll": {},
- "ref/uap10.0.15138/System.Reflection.Context.dll": {},
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "ref/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "ref/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.dll": {},
- "ref/uap10.0.15138/System.Resources.Reader.dll": {},
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "ref/uap10.0.15138/System.Resources.Writer.dll": {},
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "ref/uap10.0.15138/System.Runtime.Handles.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "ref/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.dll": {},
- "ref/uap10.0.15138/System.Security.AccessControl.dll": {},
- "ref/uap10.0.15138/System.Security.Claims.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.dll": {},
- "ref/uap10.0.15138/System.Security.SecureString.dll": {},
- "ref/uap10.0.15138/System.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.dll": {},
- "ref/uap10.0.15138/System.ServiceProcess.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.dll": {},
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "ref/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.dll": {},
- "ref/uap10.0.15138/System.Threading.Thread.dll": {},
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "ref/uap10.0.15138/System.Threading.Timer.dll": {},
- "ref/uap10.0.15138/System.Threading.dll": {},
- "ref/uap10.0.15138/System.Transactions.Local.dll": {},
- "ref/uap10.0.15138/System.Transactions.dll": {},
- "ref/uap10.0.15138/System.ValueTuple.dll": {},
- "ref/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "ref/uap10.0.15138/System.Web.dll": {},
- "ref/uap10.0.15138/System.Windows.dll": {},
- "ref/uap10.0.15138/System.Xml.Linq.dll": {},
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "ref/uap10.0.15138/System.Xml.Serialization.dll": {},
- "ref/uap10.0.15138/System.Xml.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "ref/uap10.0.15138/System.Xml.dll": {},
- "ref/uap10.0.15138/System.dll": {},
- "ref/uap10.0.15138/WindowsBase.dll": {},
- "ref/uap10.0.15138/mscorlib.dll": {},
- "ref/uap10.0.15138/netstandard.dll": {}
- },
- "build": {
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props": {},
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets": {}
- }
- },
- "Microsoft.Toolkit/6.1.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- }
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1",
- "Newtonsoft.Json": "10.0.3"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp.UI": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1",
- "System.ValueTuple": "4.5.0",
- "Win2D.uwp": "1.25.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "type": "package",
- "dependencies": {
- "ColorCode.UWP": "2.0.6",
- "Microsoft.Toolkit.Parsers": "6.1.1",
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Animations": "6.1.1",
- "System.ValueTuple": "4.5.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- }
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "build": {
- "buildTransitive/Microsoft.UI.Xaml.props": {}
- }
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.CSharp.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.AppContext.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Buffers.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Immutable.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Specialized.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Configuration.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Console.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Core.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Data.Common.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Data.SqlClient.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Data.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Drawing.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Pipes.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Ports.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Expressions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Parallel.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Queryable.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Memory.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Http.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.HttpListener.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Mail.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.NameResolution.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Ping.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Requests.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Security.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Sockets.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebClient.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebProxy.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebSockets.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ObjectModel.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.DataContractSerialization.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.ServiceModel.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Uri.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Xml.Linq.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Xml.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Context.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.Reader.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.Writer.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Handles.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.AccessControl.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Claims.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Permissions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Principal.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.SecureString.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceProcess.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Thread.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Timer.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Transactions.Local.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Transactions.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.ValueTuple.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Web.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Windows.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.Linq.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.Serialization.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XDocument.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XPath.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/System.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/WindowsBase.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/mscorlib.dll": {},
- "runtimes/win10-x64/lib/uap10.0.15138/netstandard.dll": {}
- },
- "native": {
- "runtimes/win10-x64/nativeassets/uap10.0.15138/clrcompression.dll": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2",
- "SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
- "SQLitePCLRaw.provider.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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/_._": {}
- },
- "native": {
- "runtimes/win10-x64/nativeassets/uap10.0/e_sqlite3.dll": {}
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.ValueTuple/4.5.0": {
- "type": "package",
- "compile": {
- "ref/uap10.0.16299/_._": {}
- },
- "runtime": {
- "lib/uap10.0.16299/_._": {}
- }
- },
- "Win2D.uwp/1.25.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "native": {
- "runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll": {}
- },
- "build": {
- "build/win10/_._": {}
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- },
- "UAP,Version=v10.0.19041/win10-x64-aot": {
- "ColorCode.Core/2.0.6": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- }
- },
- "ColorCode.UWP/2.0.6": {
- "type": "package",
- "dependencies": {
- "ColorCode.Core": "2.0.6"
- },
- "compile": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- },
- "runtime": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x86.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01"
- },
- "build": {
- "build/Microsoft.Net.Native.Compiler.props": {},
- "build/Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11"
- },
- "build": {
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props": {}
- }
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.1.0",
- "Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "NETStandard.Library": "2.0.3",
- "runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform": "6.2.11"
- },
- "compile": {
- "ref/uap10.0.15138/Microsoft.CSharp.dll": {},
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "ref/uap10.0.15138/System.AppContext.dll": {},
- "ref/uap10.0.15138/System.Buffers.dll": {},
- "ref/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "ref/uap10.0.15138/System.Collections.Immutable.dll": {},
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "ref/uap10.0.15138/System.Collections.Specialized.dll": {},
- "ref/uap10.0.15138/System.Collections.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.dll": {},
- "ref/uap10.0.15138/System.Configuration.dll": {},
- "ref/uap10.0.15138/System.Console.dll": {},
- "ref/uap10.0.15138/System.Core.dll": {},
- "ref/uap10.0.15138/System.Data.Common.dll": {},
- "ref/uap10.0.15138/System.Data.SqlClient.dll": {},
- "ref/uap10.0.15138/System.Data.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "ref/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "ref/uap10.0.15138/System.Drawing.dll": {},
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "ref/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "ref/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "ref/uap10.0.15138/System.Globalization.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "ref/uap10.0.15138/System.IO.Pipes.dll": {},
- "ref/uap10.0.15138/System.IO.Ports.dll": {},
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/uap10.0.15138/System.IO.dll": {},
- "ref/uap10.0.15138/System.Linq.Expressions.dll": {},
- "ref/uap10.0.15138/System.Linq.Parallel.dll": {},
- "ref/uap10.0.15138/System.Linq.Queryable.dll": {},
- "ref/uap10.0.15138/System.Linq.dll": {},
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "ref/uap10.0.15138/System.Net.Http.dll": {},
- "ref/uap10.0.15138/System.Net.HttpListener.dll": {},
- "ref/uap10.0.15138/System.Net.Mail.dll": {},
- "ref/uap10.0.15138/System.Net.NameResolution.dll": {},
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "ref/uap10.0.15138/System.Net.Ping.dll": {},
- "ref/uap10.0.15138/System.Net.Primitives.dll": {},
- "ref/uap10.0.15138/System.Net.Requests.dll": {},
- "ref/uap10.0.15138/System.Net.Security.dll": {},
- "ref/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "ref/uap10.0.15138/System.Net.Sockets.dll": {},
- "ref/uap10.0.15138/System.Net.WebClient.dll": {},
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "ref/uap10.0.15138/System.Net.WebProxy.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.dll": {},
- "ref/uap10.0.15138/System.Net.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "ref/uap10.0.15138/System.Numerics.dll": {},
- "ref/uap10.0.15138/System.ObjectModel.dll": {},
- "ref/uap10.0.15138/System.Reflection.Context.dll": {},
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "ref/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "ref/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.dll": {},
- "ref/uap10.0.15138/System.Resources.Reader.dll": {},
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "ref/uap10.0.15138/System.Resources.Writer.dll": {},
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "ref/uap10.0.15138/System.Runtime.Handles.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "ref/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.dll": {},
- "ref/uap10.0.15138/System.Security.AccessControl.dll": {},
- "ref/uap10.0.15138/System.Security.Claims.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.dll": {},
- "ref/uap10.0.15138/System.Security.SecureString.dll": {},
- "ref/uap10.0.15138/System.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.dll": {},
- "ref/uap10.0.15138/System.ServiceProcess.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.dll": {},
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "ref/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.dll": {},
- "ref/uap10.0.15138/System.Threading.Thread.dll": {},
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "ref/uap10.0.15138/System.Threading.Timer.dll": {},
- "ref/uap10.0.15138/System.Threading.dll": {},
- "ref/uap10.0.15138/System.Transactions.Local.dll": {},
- "ref/uap10.0.15138/System.Transactions.dll": {},
- "ref/uap10.0.15138/System.ValueTuple.dll": {},
- "ref/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "ref/uap10.0.15138/System.Web.dll": {},
- "ref/uap10.0.15138/System.Windows.dll": {},
- "ref/uap10.0.15138/System.Xml.Linq.dll": {},
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "ref/uap10.0.15138/System.Xml.Serialization.dll": {},
- "ref/uap10.0.15138/System.Xml.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "ref/uap10.0.15138/System.Xml.dll": {},
- "ref/uap10.0.15138/System.dll": {},
- "ref/uap10.0.15138/WindowsBase.dll": {},
- "ref/uap10.0.15138/mscorlib.dll": {},
- "ref/uap10.0.15138/netstandard.dll": {}
- },
- "build": {
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props": {},
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets": {}
- }
- },
- "Microsoft.Toolkit/6.1.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- }
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1",
- "Newtonsoft.Json": "10.0.3"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp.UI": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1",
- "System.ValueTuple": "4.5.0",
- "Win2D.uwp": "1.25.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "type": "package",
- "dependencies": {
- "ColorCode.UWP": "2.0.6",
- "Microsoft.Toolkit.Parsers": "6.1.1",
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Animations": "6.1.1",
- "System.ValueTuple": "4.5.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- }
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "build": {
- "buildTransitive/Microsoft.UI.Xaml.props": {}
- }
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.CSharp.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.AppContext.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Buffers.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Immutable.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Specialized.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Configuration.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Console.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Core.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.Common.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.SqlClient.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Drawing.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Pipes.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Ports.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Expressions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Parallel.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Queryable.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Memory.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Http.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.HttpListener.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Mail.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.NameResolution.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Ping.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Requests.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Security.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Sockets.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebClient.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebProxy.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebSockets.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ObjectModel.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Uri.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Xml.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Context.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.Reader.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.Writer.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Handles.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.AccessControl.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Claims.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Permissions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Principal.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.SecureString.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceProcess.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Thread.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Timer.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Transactions.Local.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Transactions.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ValueTuple.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Web.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Windows.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.Linq.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.Serialization.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XDocument.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XPath.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/WindowsBase.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/mscorlib.dll": {},
- "runtimes/win10-x64-aot/lib/uap10.0.15138/netstandard.dll": {}
- },
- "native": {
- "runtimes/win10-x64-aot/nativeassets/uap10.0.15138/clrcompression.dll": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2",
- "SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
- "SQLitePCLRaw.provider.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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/_._": {}
- },
- "native": {
- "runtimes/win10-x64/nativeassets/uap10.0/e_sqlite3.dll": {}
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.ValueTuple/4.5.0": {
- "type": "package",
- "compile": {
- "ref/uap10.0.16299/_._": {}
- },
- "runtime": {
- "lib/uap10.0.16299/_._": {}
- }
- },
- "Win2D.uwp/1.25.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "native": {
- "runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll": {}
- },
- "build": {
- "build/win10/_._": {}
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- },
- "UAP,Version=v10.0.19041/win10-x86": {
- "ColorCode.Core/2.0.6": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- }
- },
- "ColorCode.UWP/2.0.6": {
- "type": "package",
- "dependencies": {
- "ColorCode.Core": "2.0.6"
- },
- "compile": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- },
- "runtime": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x86.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01"
- },
- "build": {
- "build/Microsoft.Net.Native.Compiler.props": {},
- "build/Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11"
- },
- "build": {
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props": {}
- }
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.1.0",
- "Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "NETStandard.Library": "2.0.3",
- "runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform": "6.2.11"
- },
- "compile": {
- "ref/uap10.0.15138/Microsoft.CSharp.dll": {},
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "ref/uap10.0.15138/System.AppContext.dll": {},
- "ref/uap10.0.15138/System.Buffers.dll": {},
- "ref/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "ref/uap10.0.15138/System.Collections.Immutable.dll": {},
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "ref/uap10.0.15138/System.Collections.Specialized.dll": {},
- "ref/uap10.0.15138/System.Collections.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.dll": {},
- "ref/uap10.0.15138/System.Configuration.dll": {},
- "ref/uap10.0.15138/System.Console.dll": {},
- "ref/uap10.0.15138/System.Core.dll": {},
- "ref/uap10.0.15138/System.Data.Common.dll": {},
- "ref/uap10.0.15138/System.Data.SqlClient.dll": {},
- "ref/uap10.0.15138/System.Data.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "ref/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "ref/uap10.0.15138/System.Drawing.dll": {},
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "ref/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "ref/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "ref/uap10.0.15138/System.Globalization.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "ref/uap10.0.15138/System.IO.Pipes.dll": {},
- "ref/uap10.0.15138/System.IO.Ports.dll": {},
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/uap10.0.15138/System.IO.dll": {},
- "ref/uap10.0.15138/System.Linq.Expressions.dll": {},
- "ref/uap10.0.15138/System.Linq.Parallel.dll": {},
- "ref/uap10.0.15138/System.Linq.Queryable.dll": {},
- "ref/uap10.0.15138/System.Linq.dll": {},
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "ref/uap10.0.15138/System.Net.Http.dll": {},
- "ref/uap10.0.15138/System.Net.HttpListener.dll": {},
- "ref/uap10.0.15138/System.Net.Mail.dll": {},
- "ref/uap10.0.15138/System.Net.NameResolution.dll": {},
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "ref/uap10.0.15138/System.Net.Ping.dll": {},
- "ref/uap10.0.15138/System.Net.Primitives.dll": {},
- "ref/uap10.0.15138/System.Net.Requests.dll": {},
- "ref/uap10.0.15138/System.Net.Security.dll": {},
- "ref/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "ref/uap10.0.15138/System.Net.Sockets.dll": {},
- "ref/uap10.0.15138/System.Net.WebClient.dll": {},
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "ref/uap10.0.15138/System.Net.WebProxy.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.dll": {},
- "ref/uap10.0.15138/System.Net.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "ref/uap10.0.15138/System.Numerics.dll": {},
- "ref/uap10.0.15138/System.ObjectModel.dll": {},
- "ref/uap10.0.15138/System.Reflection.Context.dll": {},
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "ref/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "ref/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.dll": {},
- "ref/uap10.0.15138/System.Resources.Reader.dll": {},
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "ref/uap10.0.15138/System.Resources.Writer.dll": {},
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "ref/uap10.0.15138/System.Runtime.Handles.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "ref/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.dll": {},
- "ref/uap10.0.15138/System.Security.AccessControl.dll": {},
- "ref/uap10.0.15138/System.Security.Claims.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.dll": {},
- "ref/uap10.0.15138/System.Security.SecureString.dll": {},
- "ref/uap10.0.15138/System.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.dll": {},
- "ref/uap10.0.15138/System.ServiceProcess.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.dll": {},
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "ref/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.dll": {},
- "ref/uap10.0.15138/System.Threading.Thread.dll": {},
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "ref/uap10.0.15138/System.Threading.Timer.dll": {},
- "ref/uap10.0.15138/System.Threading.dll": {},
- "ref/uap10.0.15138/System.Transactions.Local.dll": {},
- "ref/uap10.0.15138/System.Transactions.dll": {},
- "ref/uap10.0.15138/System.ValueTuple.dll": {},
- "ref/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "ref/uap10.0.15138/System.Web.dll": {},
- "ref/uap10.0.15138/System.Windows.dll": {},
- "ref/uap10.0.15138/System.Xml.Linq.dll": {},
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "ref/uap10.0.15138/System.Xml.Serialization.dll": {},
- "ref/uap10.0.15138/System.Xml.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "ref/uap10.0.15138/System.Xml.dll": {},
- "ref/uap10.0.15138/System.dll": {},
- "ref/uap10.0.15138/WindowsBase.dll": {},
- "ref/uap10.0.15138/mscorlib.dll": {},
- "ref/uap10.0.15138/netstandard.dll": {}
- },
- "build": {
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props": {},
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets": {}
- }
- },
- "Microsoft.Toolkit/6.1.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- }
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1",
- "Newtonsoft.Json": "10.0.3"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp.UI": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1",
- "System.ValueTuple": "4.5.0",
- "Win2D.uwp": "1.25.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "type": "package",
- "dependencies": {
- "ColorCode.UWP": "2.0.6",
- "Microsoft.Toolkit.Parsers": "6.1.1",
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Animations": "6.1.1",
- "System.ValueTuple": "4.5.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- }
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "build": {
- "buildTransitive/Microsoft.UI.Xaml.props": {}
- }
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.CSharp.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.AppContext.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Buffers.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Immutable.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Specialized.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Configuration.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Console.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Core.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Data.Common.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Data.SqlClient.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Data.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Drawing.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Pipes.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Ports.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Expressions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Parallel.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Queryable.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Memory.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Http.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.HttpListener.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Mail.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.NameResolution.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Ping.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Requests.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Security.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Sockets.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebClient.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebProxy.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebSockets.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ObjectModel.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.DataContractSerialization.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.ServiceModel.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Uri.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Xml.Linq.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Xml.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Context.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.Reader.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.Writer.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Handles.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.AccessControl.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Claims.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Permissions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Principal.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.SecureString.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceProcess.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Thread.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Timer.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Transactions.Local.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Transactions.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.ValueTuple.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Web.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Windows.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.Linq.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.Serialization.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XDocument.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XPath.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/System.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/WindowsBase.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/mscorlib.dll": {},
- "runtimes/win10-x86/lib/uap10.0.15138/netstandard.dll": {}
- },
- "native": {
- "runtimes/win10-x86/nativeassets/uap10.0.15138/clrcompression.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.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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/_._": {}
- },
- "native": {
- "runtimes/win10-x86/nativeassets/uap10.0/e_sqlite3.dll": {}
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.ValueTuple/4.5.0": {
- "type": "package",
- "compile": {
- "ref/uap10.0.16299/_._": {}
- },
- "runtime": {
- "lib/uap10.0.16299/_._": {}
- }
- },
- "Win2D.uwp/1.25.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "native": {
- "runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll": {}
- },
- "build": {
- "build/win10/_._": {}
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- },
- "UAP,Version=v10.0.19041/win10-x86-aot": {
- "ColorCode.Core/2.0.6": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.1"
- },
- "compile": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/ColorCode.Core.dll": {}
- }
- },
- "ColorCode.UWP/2.0.6": {
- "type": "package",
- "dependencies": {
- "ColorCode.Core": "2.0.6"
- },
- "compile": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- },
- "runtime": {
- "lib/uap10.0/ColorCode.UWP.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x64.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "runtime.win10-x86.Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01"
- },
- "build": {
- "build/Microsoft.Net.Native.Compiler.props": {},
- "build/Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11"
- },
- "build": {
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props": {}
- }
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.1.0",
- "Microsoft.Net.Native.Compiler": "2.2.9-rel-29512-01",
- "Microsoft.Net.UWPCoreRuntimeSdk": "2.2.11",
- "NETStandard.Library": "2.0.3",
- "runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform": "6.2.11"
- },
- "compile": {
- "ref/uap10.0.15138/Microsoft.CSharp.dll": {},
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "ref/uap10.0.15138/System.AppContext.dll": {},
- "ref/uap10.0.15138/System.Buffers.dll": {},
- "ref/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "ref/uap10.0.15138/System.Collections.Immutable.dll": {},
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "ref/uap10.0.15138/System.Collections.Specialized.dll": {},
- "ref/uap10.0.15138/System.Collections.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "ref/uap10.0.15138/System.ComponentModel.dll": {},
- "ref/uap10.0.15138/System.Configuration.dll": {},
- "ref/uap10.0.15138/System.Console.dll": {},
- "ref/uap10.0.15138/System.Core.dll": {},
- "ref/uap10.0.15138/System.Data.Common.dll": {},
- "ref/uap10.0.15138/System.Data.SqlClient.dll": {},
- "ref/uap10.0.15138/System.Data.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "ref/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "ref/uap10.0.15138/System.Drawing.dll": {},
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "ref/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "ref/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "ref/uap10.0.15138/System.Globalization.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "ref/uap10.0.15138/System.IO.Compression.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "ref/uap10.0.15138/System.IO.FileSystem.dll": {},
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "ref/uap10.0.15138/System.IO.Pipes.dll": {},
- "ref/uap10.0.15138/System.IO.Ports.dll": {},
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "ref/uap10.0.15138/System.IO.dll": {},
- "ref/uap10.0.15138/System.Linq.Expressions.dll": {},
- "ref/uap10.0.15138/System.Linq.Parallel.dll": {},
- "ref/uap10.0.15138/System.Linq.Queryable.dll": {},
- "ref/uap10.0.15138/System.Linq.dll": {},
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "ref/uap10.0.15138/System.Net.Http.dll": {},
- "ref/uap10.0.15138/System.Net.HttpListener.dll": {},
- "ref/uap10.0.15138/System.Net.Mail.dll": {},
- "ref/uap10.0.15138/System.Net.NameResolution.dll": {},
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "ref/uap10.0.15138/System.Net.Ping.dll": {},
- "ref/uap10.0.15138/System.Net.Primitives.dll": {},
- "ref/uap10.0.15138/System.Net.Requests.dll": {},
- "ref/uap10.0.15138/System.Net.Security.dll": {},
- "ref/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "ref/uap10.0.15138/System.Net.Sockets.dll": {},
- "ref/uap10.0.15138/System.Net.WebClient.dll": {},
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "ref/uap10.0.15138/System.Net.WebProxy.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "ref/uap10.0.15138/System.Net.WebSockets.dll": {},
- "ref/uap10.0.15138/System.Net.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "ref/uap10.0.15138/System.Numerics.dll": {},
- "ref/uap10.0.15138/System.ObjectModel.dll": {},
- "ref/uap10.0.15138/System.Reflection.Context.dll": {},
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "ref/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "ref/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "ref/uap10.0.15138/System.Reflection.dll": {},
- "ref/uap10.0.15138/System.Resources.Reader.dll": {},
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "ref/uap10.0.15138/System.Resources.Writer.dll": {},
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "ref/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "ref/uap10.0.15138/System.Runtime.Handles.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "ref/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "ref/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "ref/uap10.0.15138/System.Runtime.dll": {},
- "ref/uap10.0.15138/System.Security.AccessControl.dll": {},
- "ref/uap10.0.15138/System.Security.Claims.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "ref/uap10.0.15138/System.Security.Principal.dll": {},
- "ref/uap10.0.15138/System.Security.SecureString.dll": {},
- "ref/uap10.0.15138/System.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "ref/uap10.0.15138/System.ServiceModel.dll": {},
- "ref/uap10.0.15138/System.ServiceProcess.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "ref/uap10.0.15138/System.Text.Encoding.dll": {},
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "ref/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "ref/uap10.0.15138/System.Threading.Tasks.dll": {},
- "ref/uap10.0.15138/System.Threading.Thread.dll": {},
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "ref/uap10.0.15138/System.Threading.Timer.dll": {},
- "ref/uap10.0.15138/System.Threading.dll": {},
- "ref/uap10.0.15138/System.Transactions.Local.dll": {},
- "ref/uap10.0.15138/System.Transactions.dll": {},
- "ref/uap10.0.15138/System.ValueTuple.dll": {},
- "ref/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "ref/uap10.0.15138/System.Web.dll": {},
- "ref/uap10.0.15138/System.Windows.dll": {},
- "ref/uap10.0.15138/System.Xml.Linq.dll": {},
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "ref/uap10.0.15138/System.Xml.Serialization.dll": {},
- "ref/uap10.0.15138/System.Xml.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XPath.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "ref/uap10.0.15138/System.Xml.dll": {},
- "ref/uap10.0.15138/System.dll": {},
- "ref/uap10.0.15138/WindowsBase.dll": {},
- "ref/uap10.0.15138/mscorlib.dll": {},
- "ref/uap10.0.15138/netstandard.dll": {}
- },
- "build": {
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props": {},
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets": {}
- }
- },
- "Microsoft.Toolkit/6.1.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.dll": {}
- }
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit": "6.1.1",
- "Newtonsoft.Json": "10.0.3"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Toolkit.Uwp.UI": "6.1.1",
- "Microsoft.Xaml.Behaviors.Uwp.Managed": "2.0.1",
- "System.ValueTuple": "4.5.0",
- "Win2D.uwp": "1.25.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll": {}
- }
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "type": "package",
- "dependencies": {
- "ColorCode.UWP": "2.0.6",
- "Microsoft.Toolkit.Parsers": "6.1.1",
- "Microsoft.Toolkit.Uwp": "6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Animations": "6.1.1",
- "System.ValueTuple": "4.5.0"
- },
- "compile": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- },
- "runtime": {
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll": {}
- }
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.UI.Xaml.winmd": {}
- },
- "build": {
- "buildTransitive/Microsoft.UI.Xaml.props": {}
- }
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll": {},
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "type": "package",
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.CSharp.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.AppContext.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Buffers.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Immutable.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Specialized.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Configuration.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Console.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Core.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.Common.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.SqlClient.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Drawing.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Pipes.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Ports.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Expressions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Parallel.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Queryable.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Memory.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Http.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.HttpListener.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Mail.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.NameResolution.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Ping.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Requests.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Security.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Sockets.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebClient.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebProxy.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebSockets.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ObjectModel.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Uri.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Xml.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Context.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.Reader.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.Writer.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Handles.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.AccessControl.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Claims.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Permissions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Principal.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.SecureString.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceProcess.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Thread.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Timer.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Transactions.Local.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Transactions.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ValueTuple.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Web.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Windows.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.Linq.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.Serialization.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XDocument.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XPath.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/WindowsBase.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/mscorlib.dll": {},
- "runtimes/win10-x86-aot/lib/uap10.0.15138/netstandard.dll": {}
- },
- "native": {
- "runtimes/win10-x86-aot/nativeassets/uap10.0.15138/clrcompression.dll": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "type": "package",
- "dependencies": {
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary": "2.2.8-rel-29512-01"
- },
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props": {},
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets": {}
- }
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "type": "package",
- "build": {
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props": {},
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets": {}
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2",
- "SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
- "SQLitePCLRaw.provider.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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/_._": {}
- },
- "native": {
- "runtimes/win10-x86/nativeassets/uap10.0/e_sqlite3.dll": {}
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.ValueTuple/4.5.0": {
- "type": "package",
- "compile": {
- "ref/uap10.0.16299/_._": {}
- },
- "runtime": {
- "lib/uap10.0.16299/_._": {}
- }
- },
- "Win2D.uwp/1.25.0": {
- "type": "package",
- "compile": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "runtime": {
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd": {}
- },
- "native": {
- "runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll": {}
- },
- "build": {
- "build/win10/_._": {}
- }
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Newtonsoft.Json": "12.0.3"
- },
- "compile": {
- "bin/placeholder/AutoCatCore.dll": {}
- },
- "runtime": {
- "bin/placeholder/AutoCatCore.dll": {}
- }
- }
- }
- },
- "libraries": {
- "ColorCode.Core/2.0.6": {
- "sha512": "Fn3CE3fyeql2Vj7+0H4QTAlceWsQvas3flzE2dRJ7JW6XBmPUR/zx69XhX0HPcDzoelfy2qh/wgG3rjDzqu2BQ==",
- "type": "package",
- "path": "colorcode.core/2.0.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "colorcode.core.2.0.6.nupkg.sha512",
- "colorcode.core.nuspec",
- "lib/netstandard1.4/ColorCode.Core.dll",
- "lib/netstandard1.4/ColorCode.Core.pdb"
- ]
- },
- "ColorCode.UWP/2.0.6": {
- "sha512": "HEJWP0qttXPjUCtvcqDe2PtMa5r3foWZd2Vx56U1Irl+LppuKXMpM2CrPqFAA+8Te3KDzH+YyBqlYKy79LFfvQ==",
- "type": "package",
- "path": "colorcode.uwp/2.0.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "colorcode.uwp.2.0.6.nupkg.sha512",
- "colorcode.uwp.nuspec",
- "lib/uap10.0/ColorCode.UWP.dll",
- "lib/uap10.0/ColorCode.UWP.pdb",
- "lib/uap10.0/ColorCode.UWP.pri"
- ]
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "type": "package",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
- "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
- "microsoft.bcl.asyncinterfaces.nuspec",
- "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
- "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "sha512": "J2G1k+u5unBV+aYcwxo94ip16Rkp65pgWFb0R6zwJipzWNMgvqlWeuI7/+R+e8bob66LnSG+llLJ+z8wI94cHg==",
- "type": "package",
- "path": "microsoft.bcl.hashcode/1.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Bcl.HashCode.dll",
- "lib/net461/Microsoft.Bcl.HashCode.xml",
- "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.dll",
- "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.xml",
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll",
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.xml",
- "lib/netstandard2.1/Microsoft.Bcl.HashCode.dll",
- "lib/netstandard2.1/Microsoft.Bcl.HashCode.xml",
- "microsoft.bcl.hashcode.1.1.0.nupkg.sha512",
- "microsoft.bcl.hashcode.nuspec",
- "ref/net461/Microsoft.Bcl.HashCode.dll",
- "ref/netcoreapp2.1/Microsoft.Bcl.HashCode.dll",
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll",
- "ref/netstandard2.1/Microsoft.Bcl.HashCode.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "sha512": "vTHfXSGN4NJHImb19W1847jLawbjxTMUtVDfEo8r/mUfazQqZxgPBUuMlV9LtHlwcf/VTsqKssLqrThXeeNpJQ==",
- "type": "package",
- "path": "microsoft.data.sqlite.core/3.1.10",
- "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.10.nupkg.sha512",
- "microsoft.data.sqlite.core.nuspec"
- ]
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "sha512": "jek4XYaQ/PGUwDKKhwR8K47Uh1189PFzMeLqO83mXrXQVIpARZCcfuDedH50YDTepBkfijCZN5U/vZi++erxtg==",
- "type": "package",
- "path": "microsoft.dotnet.platformabstractions/3.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/net45/Microsoft.DotNet.PlatformAbstractions.xml",
- "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.xml",
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.xml",
- "microsoft.dotnet.platformabstractions.3.1.6.nupkg.sha512",
- "microsoft.dotnet.platformabstractions.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "sha512": "0IhJl9mVJ4IhHobKvOo2iLB0xfxX2eYaSz4VZX+bMSm8IyZA1tOmyaOtg7oSzeUAe6eqpKVQLTgMFzk2AqCcaA==",
- "type": "package",
- "path": "microsoft.entityframeworkcore/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.xml",
- "microsoft.entityframeworkcore.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "sha512": "B1kUQ7o6+4Ly2neo86RJCpTYzTPpW1xzpHyRaTmGQS/p7umZOGoBJay+i/YDLmZkUPI4XULGnu5KJKipA0awUw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.xml",
- "microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.abstractions.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "sha512": "reHrrF8i/Wao7l2PVXJ+JeZzEC4OkbcbfnQs8vtiT+SQ5P4MdQj3WzMkupjebaJWhIJZRc6qPT4BD9BUWQU4wQ==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.analyzers/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
- "lib/netstandard2.0/_._",
- "microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.analyzers.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "sha512": "JpDMpGDx+wPvFSbw9vu13nfZESdu2SPFhLI1bPZwqDU0ZV40TmUOUN91hHjWhgh5qRX1jQTWMuvK3EmlpywgAw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.relational/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.xml",
- "microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.relational.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "sha512": "0+/FLnUV1OY68q717Zm9XdAL/Aus3ovYxRzKqhFcndwNFwEGWBcpHtHzcqY2KI0YA0y10Rc8oORxUXjyAwRPRw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.sqlite/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/_._",
- "microsoft.entityframeworkcore.sqlite.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.sqlite.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "sha512": "Mu16ShWfrtcb7Q9mNv2+iCooXcapcrLPpoZL3SARD8jFrJluUeLdOw1YSv4ngWSZ6VkYDVmmnXbDIdGVeNGylQ==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.sqlite.core/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.xml",
- "microsoft.entityframeworkcore.sqlite.core.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.sqlite.core.nuspec"
- ]
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "sha512": "xdl25cxDgwVxF9ckD9vJ5AdjzRE1vTGLYj9kZf6aL317ZneUijkxd/nSuzN1gEuO74dwG/Yfr1zfs636D6YZsA==",
- "type": "package",
- "path": "microsoft.extensions.caching.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
- "microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.caching.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "sha512": "pR6mRkJx67/itEnEpnBiiATeH/P6RnhqvriD6RdQsXepO+uisfUrd149CTGPc1G5J0Qf9bwSCJkb/MYkuQ6mqw==",
- "type": "package",
- "path": "microsoft.extensions.caching.memory/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
- "microsoft.extensions.caching.memory.3.1.10.nupkg.sha512",
- "microsoft.extensions.caching.memory.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "sha512": "HHBhCP3wAJe7UIXjim0wFXty0WG/rZAP3aZyy03uuaxiOOPHJjbUdY6K9qkfQuP+hsRzfiT+np5k4rFmcSo3og==",
- "type": "package",
- "path": "microsoft.extensions.configuration/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
- "microsoft.extensions.configuration.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "sha512": "UEfngyXt8XYhmekUza9JsWlA37pNOtZAjcK5EEKQrHo2LDKJmZVmcyAUFlkzCcf97OSr+w/MiDLifDDNQk9agw==",
- "type": "package",
- "path": "microsoft.extensions.configuration.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
- "microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "sha512": "B9nQBk0GZVkOgSB1oB9V/7kvxhBvLCqm2x4m8MIoSxrd9yga8MVq2HWqnai8zZdH1WL6OlOG5mCVrwgAVwNNJg==",
- "type": "package",
- "path": "microsoft.extensions.configuration.binder/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
- "microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.binder.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "sha512": "fla8hKhQmld2s/7arhUxlu3dzZLBFJLg4BQiQZdqKND4MlmnMU9jhoxY4MMlSYl6MtxumtwASHMJnuV9f96IQQ==",
- "type": "package",
- "path": "microsoft.extensions.dependencyinjection/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
- "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
- "microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512",
- "microsoft.extensions.dependencyinjection.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "sha512": "bhjtAN7Ix5WOAr47RK16Lr1l2eizSBMCYQSavkooZyf6Xdf8XWAYGWsGsPqUFOeeRxzhpRho051rXaLn5wskVw==",
- "type": "package",
- "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.dependencyinjection.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "sha512": "/UlDKULIVkLQYn1BaHcy/rc91ApDxJb7T75HcCbGdqwvxhnRQRKM2di1E70iCPMF9zsr6f4EgQTotBGxFIfXmw==",
- "type": "package",
- "path": "microsoft.extensions.dependencymodel/3.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net451/Microsoft.Extensions.DependencyModel.dll",
- "lib/net451/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard1.3/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard1.3/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml",
- "microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512",
- "microsoft.extensions.dependencymodel.nuspec"
- ]
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "sha512": "GjP+4cUFdsNk/Px6BlJ7p7x7ibpawcaAV4tfrRJTv2s6Nb7yz5OEKA0kbNl1ZXKa6uMQzbNqc5+B/tJsqzgIXg==",
- "type": "package",
- "path": "microsoft.extensions.logging/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Logging.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
- "microsoft.extensions.logging.3.1.10.nupkg.sha512",
- "microsoft.extensions.logging.nuspec"
- ]
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "sha512": "bKHbgzbGsPZbEaExRaJqBz3WQ1GfhMttM23e1nivLJ8HbA3Ad526mW2G2K350q3Dc3HG83I5W8uSZWG4Rv4IpA==",
- "type": "package",
- "path": "microsoft.extensions.logging.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.logging.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "sha512": "CusdV4eIv+CGb9Fy6a+JcRqpcVJREmvFI8eHk3nQ76VLtEAIJpKQY5r5sRSs5w6NevNi2ukdnKleH0YCPudFZQ==",
- "type": "package",
- "path": "microsoft.extensions.options/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Options.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
- "microsoft.extensions.options.3.1.10.nupkg.sha512",
- "microsoft.extensions.options.nuspec"
- ]
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "sha512": "YDuQS3BeaVY6PCWUm5f6qFTYsxhwntQrcfwUzbohU/0rZBL5XI+UsD5SgggHKHX+rFY4laaT428q608Sw/mDsw==",
- "type": "package",
- "path": "microsoft.extensions.primitives/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
- "microsoft.extensions.primitives.3.1.10.nupkg.sha512",
- "microsoft.extensions.primitives.nuspec"
- ]
- },
- "Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "sha512": "xjK9G8qoKaN1kUvOp/PuqYYxk6uGTZFwHUsHLrLXLyFVxnoHq/woqWyVb/n22uNWYtAoioeXlm6hZ0M8/f7eXw==",
- "type": "package",
- "path": "microsoft.net.native.compiler/2.2.9-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/Microsoft.Net.Native.Compiler.props",
- "build/Microsoft.Net.Native.Compiler.targets",
- "microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "microsoft.net.native.compiler.nuspec",
- "tools/LibraryXML/Callisto.rd.xml",
- "tools/LibraryXML/GalaSoft.MvvmLight.Extras.Win8.rd.xml",
- "tools/LibraryXML/GalaSoft.MvvmLight.Win8.rd.xml",
- "tools/LibraryXML/HugeFlow.Common.rd.xml",
- "tools/LibraryXML/JulMar.Windows.Interactivity.rd.xml",
- "tools/LibraryXML/MarkedUp.rd.xml",
- "tools/LibraryXML/Microsoft.ApplicationInsights.rd.xml",
- "tools/LibraryXML/Microsoft.PlayerFramework.rd.xml",
- "tools/LibraryXML/Microsoft.Practices.ServiceLocation.rd.xml",
- "tools/LibraryXML/Microsoft.WindowsAzure.Mobile.rd.xml",
- "tools/LibraryXML/Microsoft.WindowsAzure.MobileServices.Managed.rd.xml",
- "tools/LibraryXML/MonoGame.Framework.rd.xml",
- "tools/LibraryXML/MyToolkit.rd.xml",
- "tools/LibraryXML/Newtonsoft.Json.rd.xml",
- "tools/LibraryXML/SharpDX.DXGI.rd.xml",
- "tools/LibraryXML/SharpDX.Direct2D1.rd.xml",
- "tools/LibraryXML/SharpDX.rd.xml",
- "tools/LibraryXML/System.Reactive.Core.rd.xml",
- "tools/LibraryXML/System.Reactive.Linq.rd.xml",
- "tools/LibraryXML/System.Reactive.PlatformServices.rd.xml",
- "tools/LibraryXML/Telerik.Core.rd.xml",
- "tools/LibraryXML/Telerik.UI.Xaml.Primitives.rd.xml",
- "tools/LibraryXML/UnityEngine.rd.xml",
- "tools/LibraryXML/WinRT.Triggers.rd.xml",
- "tools/LibraryXML/WinRTXamlToolkit.rd.xml",
- "tools/LibraryXML/protobuf-net.rd.xml",
- "tools/Microsoft.NetNative.Settings.targets",
- "tools/Microsoft.NetNative.targets",
- "tools/SharedLibraryXML/BiggerSharedLibrary.AssemblyList.txt",
- "tools/SharedLibraryXML/BiggerSharedLibrary.rd.xml",
- "tools/SharedLibraryXML/BiggerSharedLibrary.template.rd.xml",
- "tools/SharedLibraryXML/GenerateRdXml.cmd",
- "tools/SharedLibraryXML/SharedLibrary.AssemblyList.txt",
- "tools/SharedLibraryXML/SharedLibrary.rd.xml",
- "tools/SharedLibraryXML/SharedLibrary.template.rd.xml",
- "tools/WindowsSDK/SupportedAPIs-arm64.xml",
- "tools/csc/Microsoft.DiaSymReader.Native.x86.dll",
- "tools/csc/clrcompression.dll",
- "tools/csc/csc.exe",
- "tools/csc/mrt150.dll"
- ]
- },
- "Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "sha512": "B1p3txWKwmO+Csf126X9y1gVQej/zOfUUAOE90iOmEHFMieIle/XfKrrAtlHIIo5snylwB8LgDsRn0kWlDsHhg==",
- "type": "package",
- "path": "microsoft.net.uwpcoreruntimesdk/2.2.11",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "build/Microsoft.Net.UWPCoreRuntimeSdk.props",
- "microsoft.net.uwpcoreruntimesdk.2.2.11.nupkg.sha512",
- "microsoft.net.uwpcoreruntimesdk.nuspec",
- "tools/CoreRuntime/Microsoft.Build.Net.CoreRuntimeTask.dll",
- "tools/CoreRuntime/Microsoft.Cci.dll",
- "tools/CoreRuntime/Microsoft.Net.CoreRuntime.settings.targets",
- "tools/CoreRuntime/Microsoft.Net.CoreRuntime.targets"
- ]
- },
- "Microsoft.NETCore.Platforms/2.1.0": {
- "sha512": "GmkKfoyerqmsHMn7OZj0AKpcBabD+GaafqphvX2Mw406IwiJRy1pKcKqdCfKJfYmkRyJ6+e+RaUylgdJoDa1jQ==",
- "type": "package",
- "path": "microsoft.netcore.platforms/2.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.2.1.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "sha512": "YeOCD+m2tfqkYzQ2hAKZ52cTrHWU0HRS4/2vf3SeZ+KHWq+unmskH+TrRktaIj/pChwPUMwLdCTU5/+4WeQcWQ==",
- "type": "package",
- "path": "microsoft.netcore.universalwindowsplatform/6.2.11",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "build/Microsoft.NETCore.UniversalWindowsPlatform.props",
- "build/Microsoft.NetCore.UniversalWindowsPlatform.targets",
- "microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "microsoft.netcore.universalwindowsplatform.nuspec",
- "ref/netcore50/_._",
- "ref/uap10.0.15138/Microsoft.CSharp.dll",
- "ref/uap10.0.15138/Microsoft.CSharp.xml",
- "ref/uap10.0.15138/Microsoft.VisualBasic.dll",
- "ref/uap10.0.15138/Microsoft.VisualBasic.xml",
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll",
- "ref/uap10.0.15138/Microsoft.Win32.Primitives.xml",
- "ref/uap10.0.15138/System.AppContext.dll",
- "ref/uap10.0.15138/System.AppContext.xml",
- "ref/uap10.0.15138/System.Buffers.dll",
- "ref/uap10.0.15138/System.Buffers.xml",
- "ref/uap10.0.15138/System.Collections.Concurrent.dll",
- "ref/uap10.0.15138/System.Collections.Concurrent.xml",
- "ref/uap10.0.15138/System.Collections.Immutable.dll",
- "ref/uap10.0.15138/System.Collections.Immutable.xml",
- "ref/uap10.0.15138/System.Collections.NonGeneric.dll",
- "ref/uap10.0.15138/System.Collections.NonGeneric.xml",
- "ref/uap10.0.15138/System.Collections.Specialized.dll",
- "ref/uap10.0.15138/System.Collections.Specialized.xml",
- "ref/uap10.0.15138/System.Collections.dll",
- "ref/uap10.0.15138/System.Collections.xml",
- "ref/uap10.0.15138/System.ComponentModel.Annotations.dll",
- "ref/uap10.0.15138/System.ComponentModel.Annotations.xml",
- "ref/uap10.0.15138/System.ComponentModel.Composition.dll",
- "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll",
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll",
- "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.xml",
- "ref/uap10.0.15138/System.ComponentModel.Primitives.dll",
- "ref/uap10.0.15138/System.ComponentModel.Primitives.xml",
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll",
- "ref/uap10.0.15138/System.ComponentModel.TypeConverter.xml",
- "ref/uap10.0.15138/System.ComponentModel.dll",
- "ref/uap10.0.15138/System.ComponentModel.xml",
- "ref/uap10.0.15138/System.Configuration.dll",
- "ref/uap10.0.15138/System.Console.dll",
- "ref/uap10.0.15138/System.Console.xml",
- "ref/uap10.0.15138/System.Core.dll",
- "ref/uap10.0.15138/System.Data.Common.dll",
- "ref/uap10.0.15138/System.Data.Common.xml",
- "ref/uap10.0.15138/System.Data.SqlClient.dll",
- "ref/uap10.0.15138/System.Data.SqlClient.xml",
- "ref/uap10.0.15138/System.Data.dll",
- "ref/uap10.0.15138/System.Diagnostics.Contracts.dll",
- "ref/uap10.0.15138/System.Diagnostics.Contracts.xml",
- "ref/uap10.0.15138/System.Diagnostics.Debug.dll",
- "ref/uap10.0.15138/System.Diagnostics.Debug.xml",
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll",
- "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.xml",
- "ref/uap10.0.15138/System.Diagnostics.Process.dll",
- "ref/uap10.0.15138/System.Diagnostics.Process.xml",
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll",
- "ref/uap10.0.15138/System.Diagnostics.StackTrace.xml",
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll",
- "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.xml",
- "ref/uap10.0.15138/System.Diagnostics.Tools.dll",
- "ref/uap10.0.15138/System.Diagnostics.Tools.xml",
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll",
- "ref/uap10.0.15138/System.Diagnostics.TraceSource.xml",
- "ref/uap10.0.15138/System.Diagnostics.Tracing.dll",
- "ref/uap10.0.15138/System.Diagnostics.Tracing.xml",
- "ref/uap10.0.15138/System.Drawing.Primitives.dll",
- "ref/uap10.0.15138/System.Drawing.Primitives.xml",
- "ref/uap10.0.15138/System.Drawing.dll",
- "ref/uap10.0.15138/System.Dynamic.Runtime.dll",
- "ref/uap10.0.15138/System.Dynamic.Runtime.xml",
- "ref/uap10.0.15138/System.Globalization.Calendars.dll",
- "ref/uap10.0.15138/System.Globalization.Calendars.xml",
- "ref/uap10.0.15138/System.Globalization.Extensions.dll",
- "ref/uap10.0.15138/System.Globalization.Extensions.xml",
- "ref/uap10.0.15138/System.Globalization.dll",
- "ref/uap10.0.15138/System.Globalization.xml",
- "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll",
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll",
- "ref/uap10.0.15138/System.IO.Compression.ZipFile.xml",
- "ref/uap10.0.15138/System.IO.Compression.dll",
- "ref/uap10.0.15138/System.IO.Compression.xml",
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll",
- "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.xml",
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll",
- "ref/uap10.0.15138/System.IO.FileSystem.Primitives.xml",
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll",
- "ref/uap10.0.15138/System.IO.FileSystem.Watcher.xml",
- "ref/uap10.0.15138/System.IO.FileSystem.dll",
- "ref/uap10.0.15138/System.IO.FileSystem.xml",
- "ref/uap10.0.15138/System.IO.IsolatedStorage.dll",
- "ref/uap10.0.15138/System.IO.IsolatedStorage.xml",
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll",
- "ref/uap10.0.15138/System.IO.MemoryMappedFiles.xml",
- "ref/uap10.0.15138/System.IO.Pipes.dll",
- "ref/uap10.0.15138/System.IO.Pipes.xml",
- "ref/uap10.0.15138/System.IO.Ports.dll",
- "ref/uap10.0.15138/System.IO.Ports.xml",
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll",
- "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.xml",
- "ref/uap10.0.15138/System.IO.dll",
- "ref/uap10.0.15138/System.IO.xml",
- "ref/uap10.0.15138/System.Linq.Expressions.dll",
- "ref/uap10.0.15138/System.Linq.Expressions.xml",
- "ref/uap10.0.15138/System.Linq.Parallel.dll",
- "ref/uap10.0.15138/System.Linq.Parallel.xml",
- "ref/uap10.0.15138/System.Linq.Queryable.dll",
- "ref/uap10.0.15138/System.Linq.Queryable.xml",
- "ref/uap10.0.15138/System.Linq.dll",
- "ref/uap10.0.15138/System.Linq.xml",
- "ref/uap10.0.15138/System.Net.Http.Rtc.dll",
- "ref/uap10.0.15138/System.Net.Http.Rtc.xml",
- "ref/uap10.0.15138/System.Net.Http.dll",
- "ref/uap10.0.15138/System.Net.Http.xml",
- "ref/uap10.0.15138/System.Net.HttpListener.dll",
- "ref/uap10.0.15138/System.Net.HttpListener.xml",
- "ref/uap10.0.15138/System.Net.Mail.dll",
- "ref/uap10.0.15138/System.Net.Mail.xml",
- "ref/uap10.0.15138/System.Net.NameResolution.dll",
- "ref/uap10.0.15138/System.Net.NameResolution.xml",
- "ref/uap10.0.15138/System.Net.NetworkInformation.dll",
- "ref/uap10.0.15138/System.Net.NetworkInformation.xml",
- "ref/uap10.0.15138/System.Net.Ping.dll",
- "ref/uap10.0.15138/System.Net.Ping.xml",
- "ref/uap10.0.15138/System.Net.Primitives.dll",
- "ref/uap10.0.15138/System.Net.Primitives.xml",
- "ref/uap10.0.15138/System.Net.Requests.dll",
- "ref/uap10.0.15138/System.Net.Requests.xml",
- "ref/uap10.0.15138/System.Net.Security.dll",
- "ref/uap10.0.15138/System.Net.Security.xml",
- "ref/uap10.0.15138/System.Net.ServicePoint.dll",
- "ref/uap10.0.15138/System.Net.ServicePoint.xml",
- "ref/uap10.0.15138/System.Net.Sockets.dll",
- "ref/uap10.0.15138/System.Net.Sockets.xml",
- "ref/uap10.0.15138/System.Net.WebClient.dll",
- "ref/uap10.0.15138/System.Net.WebClient.xml",
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll",
- "ref/uap10.0.15138/System.Net.WebHeaderCollection.xml",
- "ref/uap10.0.15138/System.Net.WebProxy.dll",
- "ref/uap10.0.15138/System.Net.WebProxy.xml",
- "ref/uap10.0.15138/System.Net.WebSockets.Client.dll",
- "ref/uap10.0.15138/System.Net.WebSockets.Client.xml",
- "ref/uap10.0.15138/System.Net.WebSockets.dll",
- "ref/uap10.0.15138/System.Net.WebSockets.xml",
- "ref/uap10.0.15138/System.Net.dll",
- "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll",
- "ref/uap10.0.15138/System.Numerics.Vectors.dll",
- "ref/uap10.0.15138/System.Numerics.Vectors.xml",
- "ref/uap10.0.15138/System.Numerics.dll",
- "ref/uap10.0.15138/System.ObjectModel.dll",
- "ref/uap10.0.15138/System.ObjectModel.xml",
- "ref/uap10.0.15138/System.Reflection.Context.dll",
- "ref/uap10.0.15138/System.Reflection.Context.xml",
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll",
- "ref/uap10.0.15138/System.Reflection.DispatchProxy.xml",
- "ref/uap10.0.15138/System.Reflection.Extensions.dll",
- "ref/uap10.0.15138/System.Reflection.Extensions.xml",
- "ref/uap10.0.15138/System.Reflection.Metadata.dll",
- "ref/uap10.0.15138/System.Reflection.Metadata.xml",
- "ref/uap10.0.15138/System.Reflection.Primitives.dll",
- "ref/uap10.0.15138/System.Reflection.Primitives.xml",
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll",
- "ref/uap10.0.15138/System.Reflection.TypeExtensions.xml",
- "ref/uap10.0.15138/System.Reflection.dll",
- "ref/uap10.0.15138/System.Reflection.xml",
- "ref/uap10.0.15138/System.Resources.Reader.dll",
- "ref/uap10.0.15138/System.Resources.Reader.xml",
- "ref/uap10.0.15138/System.Resources.ResourceManager.dll",
- "ref/uap10.0.15138/System.Resources.ResourceManager.xml",
- "ref/uap10.0.15138/System.Resources.Writer.dll",
- "ref/uap10.0.15138/System.Resources.Writer.xml",
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll",
- "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.xml",
- "ref/uap10.0.15138/System.Runtime.Extensions.dll",
- "ref/uap10.0.15138/System.Runtime.Extensions.xml",
- "ref/uap10.0.15138/System.Runtime.Handles.dll",
- "ref/uap10.0.15138/System.Runtime.Handles.xml",
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll",
- "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.xml",
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll",
- "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.xml",
- "ref/uap10.0.15138/System.Runtime.InteropServices.dll",
- "ref/uap10.0.15138/System.Runtime.InteropServices.xml",
- "ref/uap10.0.15138/System.Runtime.Numerics.dll",
- "ref/uap10.0.15138/System.Runtime.Numerics.xml",
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll",
- "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.xml",
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll",
- "ref/uap10.0.15138/System.Runtime.Serialization.Json.xml",
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll",
- "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.xml",
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll",
- "ref/uap10.0.15138/System.Runtime.Serialization.Xml.xml",
- "ref/uap10.0.15138/System.Runtime.Serialization.dll",
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll",
- "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll",
- "ref/uap10.0.15138/System.Runtime.dll",
- "ref/uap10.0.15138/System.Runtime.xml",
- "ref/uap10.0.15138/System.Security.AccessControl.dll",
- "ref/uap10.0.15138/System.Security.AccessControl.xml",
- "ref/uap10.0.15138/System.Security.Claims.dll",
- "ref/uap10.0.15138/System.Security.Claims.xml",
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll",
- "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.xml",
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll",
- "ref/uap10.0.15138/System.Security.Cryptography.Cng.xml",
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll",
- "ref/uap10.0.15138/System.Security.Cryptography.Csp.xml",
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll",
- "ref/uap10.0.15138/System.Security.Cryptography.Encoding.xml",
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll",
- "ref/uap10.0.15138/System.Security.Cryptography.Primitives.xml",
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll",
- "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.xml",
- "ref/uap10.0.15138/System.Security.Principal.Windows.dll",
- "ref/uap10.0.15138/System.Security.Principal.Windows.xml",
- "ref/uap10.0.15138/System.Security.Principal.dll",
- "ref/uap10.0.15138/System.Security.Principal.xml",
- "ref/uap10.0.15138/System.Security.SecureString.dll",
- "ref/uap10.0.15138/System.Security.SecureString.xml",
- "ref/uap10.0.15138/System.Security.dll",
- "ref/uap10.0.15138/System.ServiceModel.Duplex.dll",
- "ref/uap10.0.15138/System.ServiceModel.Http.dll",
- "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll",
- "ref/uap10.0.15138/System.ServiceModel.Primitives.dll",
- "ref/uap10.0.15138/System.ServiceModel.Security.dll",
- "ref/uap10.0.15138/System.ServiceModel.Web.dll",
- "ref/uap10.0.15138/System.ServiceModel.dll",
- "ref/uap10.0.15138/System.ServiceProcess.dll",
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll",
- "ref/uap10.0.15138/System.Text.Encoding.CodePages.xml",
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll",
- "ref/uap10.0.15138/System.Text.Encoding.Extensions.xml",
- "ref/uap10.0.15138/System.Text.Encoding.dll",
- "ref/uap10.0.15138/System.Text.Encoding.xml",
- "ref/uap10.0.15138/System.Text.RegularExpressions.dll",
- "ref/uap10.0.15138/System.Text.RegularExpressions.xml",
- "ref/uap10.0.15138/System.Threading.Overlapped.dll",
- "ref/uap10.0.15138/System.Threading.Overlapped.xml",
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll",
- "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.xml",
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll",
- "ref/uap10.0.15138/System.Threading.Tasks.Parallel.xml",
- "ref/uap10.0.15138/System.Threading.Tasks.dll",
- "ref/uap10.0.15138/System.Threading.Tasks.xml",
- "ref/uap10.0.15138/System.Threading.Thread.dll",
- "ref/uap10.0.15138/System.Threading.Thread.xml",
- "ref/uap10.0.15138/System.Threading.ThreadPool.dll",
- "ref/uap10.0.15138/System.Threading.ThreadPool.xml",
- "ref/uap10.0.15138/System.Threading.Timer.dll",
- "ref/uap10.0.15138/System.Threading.Timer.xml",
- "ref/uap10.0.15138/System.Threading.dll",
- "ref/uap10.0.15138/System.Threading.xml",
- "ref/uap10.0.15138/System.Transactions.Local.dll",
- "ref/uap10.0.15138/System.Transactions.Local.xml",
- "ref/uap10.0.15138/System.Transactions.dll",
- "ref/uap10.0.15138/System.ValueTuple.dll",
- "ref/uap10.0.15138/System.ValueTuple.xml",
- "ref/uap10.0.15138/System.Web.HttpUtility.dll",
- "ref/uap10.0.15138/System.Web.HttpUtility.xml",
- "ref/uap10.0.15138/System.Web.dll",
- "ref/uap10.0.15138/System.Windows.dll",
- "ref/uap10.0.15138/System.Xml.Linq.dll",
- "ref/uap10.0.15138/System.Xml.ReaderWriter.dll",
- "ref/uap10.0.15138/System.Xml.ReaderWriter.xml",
- "ref/uap10.0.15138/System.Xml.Serialization.dll",
- "ref/uap10.0.15138/System.Xml.XDocument.dll",
- "ref/uap10.0.15138/System.Xml.XDocument.xml",
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll",
- "ref/uap10.0.15138/System.Xml.XPath.XDocument.xml",
- "ref/uap10.0.15138/System.Xml.XPath.dll",
- "ref/uap10.0.15138/System.Xml.XPath.xml",
- "ref/uap10.0.15138/System.Xml.XmlDocument.dll",
- "ref/uap10.0.15138/System.Xml.XmlDocument.xml",
- "ref/uap10.0.15138/System.Xml.XmlSerializer.dll",
- "ref/uap10.0.15138/System.Xml.XmlSerializer.xml",
- "ref/uap10.0.15138/System.Xml.dll",
- "ref/uap10.0.15138/System.dll",
- "ref/uap10.0.15138/WindowsBase.dll",
- "ref/uap10.0.15138/mscorlib.dll",
- "ref/uap10.0.15138/netstandard.dll",
- "runtime.json"
- ]
- },
- "Microsoft.Toolkit/6.1.1": {
- "sha512": "9JpDYIXnyu+GwCuP00PzS14E8unVg4lx/HrthoYWlNT1CY9HeGzul8T5yd0j/PxgMtEY9c6t+gg+QEC8eevS+A==",
- "type": "package",
- "path": "microsoft.toolkit/6.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard2.0/Microsoft.Toolkit.dll",
- "lib/netstandard2.0/Microsoft.Toolkit.pdb",
- "lib/netstandard2.0/Microsoft.Toolkit.xml",
- "lib/netstandard2.1/Microsoft.Toolkit.dll",
- "lib/netstandard2.1/Microsoft.Toolkit.pdb",
- "lib/netstandard2.1/Microsoft.Toolkit.xml",
- "microsoft.toolkit.6.1.1.nupkg.sha512",
- "microsoft.toolkit.nuspec"
- ]
- },
- "Microsoft.Toolkit.Parsers/6.1.1": {
- "sha512": "t7olz/2604GyMzOJrgGPi2kK3ixXhPEA2/IAcQG2QHENfTjK/COH3dPm6tthD3+Caj/nSX8wfZIwymOcGM9iAQ==",
- "type": "package",
- "path": "microsoft.toolkit.parsers/6.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.dll",
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.pdb",
- "lib/netstandard2.0/Microsoft.Toolkit.Parsers.xml",
- "microsoft.toolkit.parsers.6.1.1.nupkg.sha512",
- "microsoft.toolkit.parsers.nuspec"
- ]
- },
- "Microsoft.Toolkit.Uwp/6.1.1": {
- "sha512": "REZgM/3PLeirDu2rEeoSwIQuByReNEwnkL05rxMhUzQ5dSOzqHBwV8MR/wXET/BDIWLxPxjMTYzlE+WSCLGgQw==",
- "type": "package",
- "path": "microsoft.toolkit.uwp/6.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.dll",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.pdb",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.pri",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.xml",
- "microsoft.toolkit.uwp.6.1.1.nupkg.sha512",
- "microsoft.toolkit.uwp.nuspec"
- ]
- },
- "Microsoft.Toolkit.Uwp.UI/6.1.1": {
- "sha512": "yjMqNR2IkjdFdNBlx4KHzJezzWzyKkkiK+Qq7uisPjdju5byk823hDQf+8BTFggg8Kb5Aahj51P4UO2x1pAJfA==",
- "type": "package",
- "path": "microsoft.toolkit.uwp.ui/6.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.dll",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.pdb",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.pri",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.xml",
- "microsoft.toolkit.uwp.ui.6.1.1.nupkg.sha512",
- "microsoft.toolkit.uwp.ui.nuspec"
- ]
- },
- "Microsoft.Toolkit.Uwp.UI.Animations/6.1.1": {
- "sha512": "aStJGufN97Bu17m57+QWRyC7NhBHu8EP2o5ydgrSvzDKJ948Qo7Zm8ik/FOXo572xsXFB7969oTVTM6aOoRM9A==",
- "type": "package",
- "path": "microsoft.toolkit.uwp.ui.animations/6.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.dll",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.pdb",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.pri",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Animations.xml",
- "microsoft.toolkit.uwp.ui.animations.6.1.1.nupkg.sha512",
- "microsoft.toolkit.uwp.ui.animations.nuspec"
- ]
- },
- "Microsoft.Toolkit.Uwp.UI.Controls/6.1.1": {
- "sha512": "6doqZjf6QwsKkcLNHegDtxEVui/PYOQRSj88al0yHMBEgC8qw4m1WQZ/O2G5dnDyPcEHiFa5JuBHcyacA2trsQ==",
- "type": "package",
- "path": "microsoft.toolkit.uwp.ui.controls/6.1.1",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/uap10.0.16299/Design/Microsoft.Toolkit.Uwp.UI.Controls.Design.dll",
- "lib/uap10.0.16299/Design/Microsoft.Toolkit.Uwp.UI.Controls.Design.pdb",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.pdb",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.pri",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.xml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/BladeView/BladeView.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/CameraPreview/CameraPreview.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/Carousel/Carousel.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/DropShadowPanel/DropShadowPanel.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/Expander/Expander.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/Eyedropper/Eyedropper.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/Eyedropper/EyedropperToolButton.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/GridSplitter/GridSplitter.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedContentControl/HeaderedContentControl.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedItemsControl/HeaderedItemsControl.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedTextBlock/HeaderedTextBlock.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/ImageCropper/ImageCropper.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/ImageCropper/ImageCropperThumb.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/ImageEx/ImageEx.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/Styles/MSEdgeNotificationStyle.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/Styles/VSCodeNotificationStyle.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/InfiniteCanvas/InfiniteCanvas.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/LayoutTransformControl/LayoutTransformControl.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/Loading/Loading.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/MarkdownTextBlock/MarkdownTextBlock.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/MasterDetailsView/MasterDetailsView.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/Menu/Menu.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.xr.xml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/OrbitView/OrbitView.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/RadialGauge/RadialGauge.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/RadialProgressBar/RadialProgressBar.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector/RangeSelector.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/RemoteDevicePicker/RemoteDevicePicker.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/RotatorTile/RotatorTile.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader/ScrollHeader.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TabView/TabView.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TextToolbar/Symbols/Symbols.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TextToolbar/TextToolbar.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TextToolbar/ToolbarItems/ToolbarButton.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TextToolbar/ToolbarItems/ToolbarSeparator.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/Themes/Generic.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TileControl/TileControl.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBox/TokenizingTextBox.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBox/TokenizingTextBoxItem.AutoSuggestBox.xaml",
- "lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBox/TokenizingTextBoxItem.Token.xaml",
- "microsoft.toolkit.uwp.ui.controls.6.1.1.nupkg.sha512",
- "microsoft.toolkit.uwp.ui.controls.nuspec",
- "tools/VisualStudioToolsManifest.xml"
- ]
- },
- "Microsoft.UI.Xaml/2.5.0": {
- "sha512": "fI2rIvTd9G+2cADLucgHwvauPOfnfDmNtbebq0+Hk9VhZlT9UZcNyrKIJWQEReGL4DAEhNRMwImHJSV+y0mu4A==",
- "type": "package",
- "path": "microsoft.ui.xaml/2.5.0",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/Common.targets",
- "build/Microsoft.UI.Xaml.props",
- "build/MicrosoftUIXamlVersion.props",
- "build/native/Microsoft.UI.Xaml.targets",
- "buildTransitive/Common.targets",
- "buildTransitive/Microsoft.UI.Xaml.props",
- "buildTransitive/MicrosoftUIXamlVersion.props",
- "lib/uap10.0/Design/Microsoft.UI.Xaml.Design.dll",
- "lib/uap10.0/Microsoft.UI.Xaml.pri",
- "lib/uap10.0/Microsoft.UI.Xaml.winmd",
- "lib/uap10.0/Microsoft.UI.Xaml.xml",
- "lib/uap10.0/Microsoft.UI.Xaml/Themes/Generic.xaml",
- "license.txt",
- "microsoft.ui.xaml.2.5.0.nupkg.sha512",
- "microsoft.ui.xaml.nuspec",
- "readme.txt",
- "tools/AppX/arm/Release/Microsoft.UI.Xaml.2.5.appx",
- "tools/AppX/arm64/Release/Microsoft.UI.Xaml.2.5.appx",
- "tools/AppX/x64/Release/Microsoft.UI.Xaml.2.5.appx",
- "tools/AppX/x86/Release/Microsoft.UI.Xaml.2.5.appx",
- "tools/VisualStudioToolsManifest.xml"
- ]
- },
- "Microsoft.Xaml.Behaviors.Uwp.Managed/2.0.1": {
- "sha512": "apwpIX7KU6//EzgbKmsoCPD2nLO8x+evVStxRr+Rjt8K1jw7ixuo8yHOSwpyt6K8MSLYONZP94cxC9Qbg8GIqQ==",
- "type": "package",
- "path": "microsoft.xaml.behaviors.uwp.managed/2.0.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/uap10.0/Design/Microsoft.Xaml.Interactions.Design.dll",
- "lib/uap10.0/Design/Microsoft.Xaml.Interactions.Design.pdb",
- "lib/uap10.0/Design/Microsoft.Xaml.Interactivity.Design.dll",
- "lib/uap10.0/Design/Microsoft.Xaml.Interactivity.Design.pdb",
- "lib/uap10.0/Microsoft.Xaml.Interactions.dll",
- "lib/uap10.0/Microsoft.Xaml.Interactions.pdb",
- "lib/uap10.0/Microsoft.Xaml.Interactions.pri",
- "lib/uap10.0/Microsoft.Xaml.Interactions.xml",
- "lib/uap10.0/Microsoft.Xaml.Interactivity.dll",
- "lib/uap10.0/Microsoft.Xaml.Interactivity.pdb",
- "lib/uap10.0/Microsoft.Xaml.Interactivity.pri",
- "lib/uap10.0/Microsoft.Xaml.Interactivity.xml",
- "microsoft.xaml.behaviors.uwp.managed.2.0.1.nupkg.sha512",
- "microsoft.xaml.behaviors.uwp.managed.nuspec",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/MetadataTableProvider.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/Properties/AssemblyInfo.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/Properties/Resources.Designer.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions.Design/Properties/Settings.Designer.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/CallMethodAction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/ChangePropertyAction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/ComparisonConditionType.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/DataBindingHelper.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/DataTriggerBehavior.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/EventTriggerBehavior.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/GoToStateAction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/IncrementalUpdateBehavior.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/InvokeCommandAction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/NavigateToPageAction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/ResourceHelper.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Core/TypeConverterHelper.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/GlobalSuppressions.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Media/ControlStoryboardAction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Media/ControlStoryboardOption.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Media/PlaySoundAction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Properties/AssemblyInfo.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Utility/IVisualTreeHelper.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Utility/UwpVisualTreeHelper.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Design/MetadataTableProvider.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Design/Properties/AssemblyInfo.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Design/Properties/Resources.Designer.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity.Design/Properties/Settings.Designer.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/ActionCollection.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Behavior.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/BehaviorCollection.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/BehaviorOfT.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/CustomPropertyValueEditorAttribute.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/DefaultEventAttribute.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/GlobalSuppressions.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/IAction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/IBehavior.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/ITrigger.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Interaction.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Properties/AssemblyInfo.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/ResourceHelper.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Trigger.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/TriggerOfT.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/TypeConstraintAttribute.cs",
- "src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/VisualStateUtilities.cs"
- ]
- },
- "NETStandard.Library/2.0.3": {
- "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
- "type": "package",
- "path": "netstandard.library/2.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "build/netstandard2.0/NETStandard.Library.targets",
- "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
- "build/netstandard2.0/ref/System.AppContext.dll",
- "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
- "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
- "build/netstandard2.0/ref/System.Collections.Specialized.dll",
- "build/netstandard2.0/ref/System.Collections.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
- "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
- "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
- "build/netstandard2.0/ref/System.ComponentModel.dll",
- "build/netstandard2.0/ref/System.Console.dll",
- "build/netstandard2.0/ref/System.Core.dll",
- "build/netstandard2.0/ref/System.Data.Common.dll",
- "build/netstandard2.0/ref/System.Data.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
- "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
- "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
- "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
- "build/netstandard2.0/ref/System.Drawing.dll",
- "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
- "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
- "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
- "build/netstandard2.0/ref/System.Globalization.dll",
- "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
- "build/netstandard2.0/ref/System.IO.Compression.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
- "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
- "build/netstandard2.0/ref/System.IO.Pipes.dll",
- "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
- "build/netstandard2.0/ref/System.IO.dll",
- "build/netstandard2.0/ref/System.Linq.Expressions.dll",
- "build/netstandard2.0/ref/System.Linq.Parallel.dll",
- "build/netstandard2.0/ref/System.Linq.Queryable.dll",
- "build/netstandard2.0/ref/System.Linq.dll",
- "build/netstandard2.0/ref/System.Net.Http.dll",
- "build/netstandard2.0/ref/System.Net.NameResolution.dll",
- "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
- "build/netstandard2.0/ref/System.Net.Ping.dll",
- "build/netstandard2.0/ref/System.Net.Primitives.dll",
- "build/netstandard2.0/ref/System.Net.Requests.dll",
- "build/netstandard2.0/ref/System.Net.Security.dll",
- "build/netstandard2.0/ref/System.Net.Sockets.dll",
- "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.dll",
- "build/netstandard2.0/ref/System.Net.dll",
- "build/netstandard2.0/ref/System.Numerics.dll",
- "build/netstandard2.0/ref/System.ObjectModel.dll",
- "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
- "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
- "build/netstandard2.0/ref/System.Reflection.dll",
- "build/netstandard2.0/ref/System.Resources.Reader.dll",
- "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
- "build/netstandard2.0/ref/System.Resources.Writer.dll",
- "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
- "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
- "build/netstandard2.0/ref/System.Runtime.Handles.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
- "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
- "build/netstandard2.0/ref/System.Runtime.dll",
- "build/netstandard2.0/ref/System.Security.Claims.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
- "build/netstandard2.0/ref/System.Security.Principal.dll",
- "build/netstandard2.0/ref/System.Security.SecureString.dll",
- "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.dll",
- "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
- "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.dll",
- "build/netstandard2.0/ref/System.Threading.Thread.dll",
- "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
- "build/netstandard2.0/ref/System.Threading.Timer.dll",
- "build/netstandard2.0/ref/System.Threading.dll",
- "build/netstandard2.0/ref/System.Transactions.dll",
- "build/netstandard2.0/ref/System.ValueTuple.dll",
- "build/netstandard2.0/ref/System.Web.dll",
- "build/netstandard2.0/ref/System.Windows.dll",
- "build/netstandard2.0/ref/System.Xml.Linq.dll",
- "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
- "build/netstandard2.0/ref/System.Xml.Serialization.dll",
- "build/netstandard2.0/ref/System.Xml.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.dll",
- "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
- "build/netstandard2.0/ref/System.Xml.dll",
- "build/netstandard2.0/ref/System.dll",
- "build/netstandard2.0/ref/mscorlib.dll",
- "build/netstandard2.0/ref/netstandard.dll",
- "build/netstandard2.0/ref/netstandard.xml",
- "lib/netstandard1.0/_._",
- "netstandard.library.2.0.3.nupkg.sha512",
- "netstandard.library.nuspec"
- ]
- },
- "Newtonsoft.Json/12.0.3": {
- "sha512": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
- "type": "package",
- "path": "newtonsoft.json/12.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.12.0.3.nupkg.sha512",
- "newtonsoft.json.nuspec",
- "packageIcon.png"
- ]
- },
- "runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "sha512": "Sn/jnBh7ggB1TqoxrsEM2S+JpFM8FOO8lXRfdp9LWbUI1Vgzb+a5wpS1bXki1lJK6cFrVldDjbZv4D4NEfJuyg==",
- "type": "package",
- "path": "runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform/6.2.11",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "ref/netstandard/_._",
- "runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform.nuspec",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.CSharp.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.AppContext.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Buffers.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Immutable.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Specialized.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Configuration.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Console.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Core.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.Common.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.SqlClient.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Drawing.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Pipes.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Ports.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Expressions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Parallel.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Queryable.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Memory.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Http.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.HttpListener.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Mail.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.NameResolution.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Ping.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Requests.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Security.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Sockets.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebClient.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebProxy.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebSockets.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ObjectModel.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Uri.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Xml.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Context.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.Reader.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.Writer.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Handles.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.AccessControl.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Claims.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Permissions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Principal.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.SecureString.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceProcess.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Thread.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Timer.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Transactions.Local.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Transactions.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ValueTuple.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Web.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Windows.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.Linq.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.Serialization.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XDocument.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XPath.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/System.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/WindowsBase.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/mscorlib.dll",
- "runtimes/win10-arm-aot/lib/uap10.0.15138/netstandard.dll",
- "runtimes/win10-arm-aot/nativeassets/uap10.0.15138/clrcompression.dll"
- ]
- },
- "runtime.win10-arm.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "sha512": "p+v2gthEgj5Tgm4Cl05mfV0w6Q7IFMdOQXZQsiZRg4wBkKSdVoW9lgaxF8bVffBJYes2Vm8ovKpxwTrmEXRzFg==",
- "type": "package",
- "path": "runtime.win10-arm.microsoft.net.native.compiler/2.2.9-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.props",
- "build/runtime.win10-arm.Microsoft.Net.Native.Compiler.targets",
- "runtime.win10-arm.microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "runtime.win10-arm.microsoft.net.native.compiler.nuspec",
- "tools/Runtime/arm/CommandProvider.dll",
- "tools/Runtime/arm/Microsoft.NET.Native.Runtime.2.2.appx",
- "tools/Runtime/arm/SymbolProvider.dll",
- "tools/Runtime/arm/mrt100_app.pdb",
- "tools/Runtime/arm/mrt100dac_winarm.dll",
- "tools/Runtime/arm/mrt100dac_winarm_x86.dll",
- "tools/Runtime/arm/mrt100dac_winrtarm.dll",
- "tools/Runtime/arm/mrt100dbgshim_winarm.dll",
- "tools/Runtime/arm/mrt100dbgshim_winrtarm.dll",
- "tools/Runtime/arm/mrt100dbi_winarm.dll",
- "tools/Runtime/arm/mrt100dbi_winrtarm.dll",
- "tools/Runtime/arm/mrt100dbi_winx86.dll",
- "tools/Runtime/arm/mrt100etw.dll",
- "tools/Runtime/arm/mrt100sos.dll",
- "tools/Runtime/arm/mrt100sos_x86.dll",
- "tools/Runtime/arm/msdia120.dll",
- "tools/arm/etwevents.man",
- "tools/arm/ilc/Lib/Native/Interop.Native.lib",
- "tools/arm/ilc/Lib/Native/TypeLoader.Native.lib",
- "tools/arm/ilc/Lib/Native/pgort.lib",
- "tools/arm/ilc/Lib/Native/vmath.lib",
- "tools/arm/ilc/Lib/Private/System.Private.CompilerServices.ICastable.dll",
- "tools/arm/ilc/Lib/Private/System.Private.CoreLib.Augments.dll",
- "tools/arm/ilc/Lib/Private/System.Private.CoreLib.DeveloperExperience.dll",
- "tools/arm/ilc/Lib/Private/System.Private.CoreLib.DynamicDelegate.dll",
- "tools/arm/ilc/Lib/Private/System.Private.CoreLib.InteropServices.dll",
- "tools/arm/ilc/Lib/Private/System.Private.CoreLib.Threading.dll",
- "tools/arm/ilc/Lib/Private/System.Private.CoreLib.WinRTInterop.dll",
- "tools/arm/ilc/Lib/Private/System.Private.CoreLib.dll",
- "tools/arm/ilc/Lib/Private/System.Private.CoreLib.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.Debug.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Debug.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.DeveloperExperience.AppX.dll",
- "tools/arm/ilc/Lib/Private/System.Private.DeveloperExperience.AppX.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.DeveloperExperience.Console.dll",
- "tools/arm/ilc/Lib/Private/System.Private.DeveloperExperience.Console.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.DispatchProxy.dll",
- "tools/arm/ilc/Lib/Private/System.Private.ILToolchain.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Interop.Extensions.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Interop.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Interop.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.MCG.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Reflection.Core.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Reflection.Core.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.Reflection.Execution.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Reflection.Execution.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.Reflection.Metadata.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Reflection.Metadata.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.StackTraceGenerator.dll",
- "tools/arm/ilc/Lib/Private/System.Private.StackTraceGenerator.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.StackTraceMetadata.dll",
- "tools/arm/ilc/Lib/Private/System.Private.StackTraceMetadata.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.Threading.dll",
- "tools/arm/ilc/Lib/Private/System.Private.Threading.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.TypeLoader.dll",
- "tools/arm/ilc/Lib/Private/System.Private.TypeLoader.pdb",
- "tools/arm/ilc/Lib/Private/System.Private.WinRTInterop.CoreLib.dll",
- "tools/arm/ilc/Lib/Private/System.Private.WinRTInterop.CoreLib.pdb",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.CoreLib.dll",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.CoreLib.pdb",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.Interop.dll",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.Interop.pdb",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.Reflection.Core.dll",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.Reflection.Core.pdb",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.Reflection.Execution.dll",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.Reflection.Execution.pdb",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.TypeLoader.dll",
- "tools/arm/ilc/Lib/PrivateWin32/System.Private.TypeLoader.pdb",
- "tools/arm/ilc/Lib/Runtime/mrt100_app.dll",
- "tools/arm/ilc/Lib/Runtime/mrt100_app.pdb",
- "tools/arm/ilc/Lib/Runtime/mrt150.dll",
- "tools/arm/ilc/Lib/Runtime/mrt150.pdb",
- "tools/arm/ilc/clrcompression.dll",
- "tools/arm/ilc/cs/CciExtensions.resources.dll",
- "tools/arm/ilc/cs/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/cs/Ilc.resources.dll",
- "tools/arm/ilc/cs/McgEngine.resources.dll",
- "tools/arm/ilc/cs/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/cs/ReducerEngine.resources.dll",
- "tools/arm/ilc/cs/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/de/CciExtensions.resources.dll",
- "tools/arm/ilc/de/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/de/Ilc.resources.dll",
- "tools/arm/ilc/de/McgEngine.resources.dll",
- "tools/arm/ilc/de/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/de/ReducerEngine.resources.dll",
- "tools/arm/ilc/de/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/es/CciExtensions.resources.dll",
- "tools/arm/ilc/es/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/es/Ilc.resources.dll",
- "tools/arm/ilc/es/McgEngine.resources.dll",
- "tools/arm/ilc/es/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/es/ReducerEngine.resources.dll",
- "tools/arm/ilc/es/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/fr/CciExtensions.resources.dll",
- "tools/arm/ilc/fr/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/fr/Ilc.resources.dll",
- "tools/arm/ilc/fr/McgEngine.resources.dll",
- "tools/arm/ilc/fr/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/fr/ReducerEngine.resources.dll",
- "tools/arm/ilc/fr/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/ilc.exe",
- "tools/arm/ilc/it/CciExtensions.resources.dll",
- "tools/arm/ilc/it/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/it/Ilc.resources.dll",
- "tools/arm/ilc/it/McgEngine.resources.dll",
- "tools/arm/ilc/it/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/it/ReducerEngine.resources.dll",
- "tools/arm/ilc/it/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/ja/CciExtensions.resources.dll",
- "tools/arm/ilc/ja/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/ja/Ilc.resources.dll",
- "tools/arm/ilc/ja/McgEngine.resources.dll",
- "tools/arm/ilc/ja/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/ja/ReducerEngine.resources.dll",
- "tools/arm/ilc/ja/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/ko/CciExtensions.resources.dll",
- "tools/arm/ilc/ko/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/ko/Ilc.resources.dll",
- "tools/arm/ilc/ko/McgEngine.resources.dll",
- "tools/arm/ilc/ko/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/ko/ReducerEngine.resources.dll",
- "tools/arm/ilc/ko/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/mrt150.dll",
- "tools/arm/ilc/pl/CciExtensions.resources.dll",
- "tools/arm/ilc/pl/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/pl/Ilc.resources.dll",
- "tools/arm/ilc/pl/McgEngine.resources.dll",
- "tools/arm/ilc/pl/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/pl/ReducerEngine.resources.dll",
- "tools/arm/ilc/pl/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/pt-BR/CciExtensions.resources.dll",
- "tools/arm/ilc/pt-BR/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/pt-BR/Ilc.resources.dll",
- "tools/arm/ilc/pt-BR/McgEngine.resources.dll",
- "tools/arm/ilc/pt-BR/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/pt-BR/ReducerEngine.resources.dll",
- "tools/arm/ilc/pt-BR/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/rhconfig.ini",
- "tools/arm/ilc/ru/CciExtensions.resources.dll",
- "tools/arm/ilc/ru/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/ru/Ilc.resources.dll",
- "tools/arm/ilc/ru/McgEngine.resources.dll",
- "tools/arm/ilc/ru/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/ru/ReducerEngine.resources.dll",
- "tools/arm/ilc/ru/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/tools/1028/nutcui.dll",
- "tools/arm/ilc/tools/1028/rhbindui.dll",
- "tools/arm/ilc/tools/1029/nutcui.dll",
- "tools/arm/ilc/tools/1029/rhbindui.dll",
- "tools/arm/ilc/tools/1031/nutcui.dll",
- "tools/arm/ilc/tools/1031/rhbindui.dll",
- "tools/arm/ilc/tools/1033/nutcui.dll",
- "tools/arm/ilc/tools/1033/rhbindui.dll",
- "tools/arm/ilc/tools/1036/nutcui.dll",
- "tools/arm/ilc/tools/1036/rhbindui.dll",
- "tools/arm/ilc/tools/1040/nutcui.dll",
- "tools/arm/ilc/tools/1040/rhbindui.dll",
- "tools/arm/ilc/tools/1041/nutcui.dll",
- "tools/arm/ilc/tools/1041/rhbindui.dll",
- "tools/arm/ilc/tools/1042/nutcui.dll",
- "tools/arm/ilc/tools/1042/rhbindui.dll",
- "tools/arm/ilc/tools/1045/nutcui.dll",
- "tools/arm/ilc/tools/1045/rhbindui.dll",
- "tools/arm/ilc/tools/1046/nutcui.dll",
- "tools/arm/ilc/tools/1046/rhbindui.dll",
- "tools/arm/ilc/tools/1049/nutcui.dll",
- "tools/arm/ilc/tools/1049/rhbindui.dll",
- "tools/arm/ilc/tools/1055/nutcui.dll",
- "tools/arm/ilc/tools/1055/rhbindui.dll",
- "tools/arm/ilc/tools/2052/nutcui.dll",
- "tools/arm/ilc/tools/2052/rhbindui.dll",
- "tools/arm/ilc/tools/3082/nutcui.dll",
- "tools/arm/ilc/tools/3082/rhbindui.dll",
- "tools/arm/ilc/tools/CciExtensions.dll",
- "tools/arm/ilc/tools/Fr/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/Fr/sg.resources.dll",
- "tools/arm/ilc/tools/GatekeeperConfig.xml",
- "tools/arm/ilc/tools/ILCTelemetry.exe",
- "tools/arm/ilc/tools/ILCTelemetry.exe.config",
- "tools/arm/ilc/tools/ILCompiler.MetadataWriter.dll",
- "tools/arm/ilc/tools/MakeNativeWinMD.exe",
- "tools/arm/ilc/tools/MakeNativeWinMD.exe.config",
- "tools/arm/ilc/tools/McgCodeDom.dll",
- "tools/arm/ilc/tools/Microsoft.Build.ILTasks.dll",
- "tools/arm/ilc/tools/Microsoft.Cci.dll",
- "tools/arm/ilc/tools/Microsoft.DiaSymReader.Converter.dll",
- "tools/arm/ilc/tools/Microsoft.DiaSymReader.dll",
- "tools/arm/ilc/tools/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "tools/arm/ilc/tools/Microsoft.VisualStudio.RemoteControl.dll",
- "tools/arm/ilc/tools/Microsoft.VisualStudio.Telemetry.dll",
- "tools/arm/ilc/tools/Microsoft.VisualStudio.Utilities.Internal.dll",
- "tools/arm/ilc/tools/Newtonsoft.Json.dll",
- "tools/arm/ilc/tools/StackTraceExceptions.txt",
- "tools/arm/ilc/tools/StackTraceMetadataProvider.dll",
- "tools/arm/ilc/tools/System.Collections.Immutable.dll",
- "tools/arm/ilc/tools/System.Reflection.Metadata.dll",
- "tools/arm/ilc/tools/System.ValueTuple.dll",
- "tools/arm/ilc/tools/c2n.dll",
- "tools/arm/ilc/tools/cs/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/cs/sg.resources.dll",
- "tools/arm/ilc/tools/de/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/de/sg.resources.dll",
- "tools/arm/ilc/tools/es/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/es/sg.resources.dll",
- "tools/arm/ilc/tools/it/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/it/sg.resources.dll",
- "tools/arm/ilc/tools/ja/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/ja/sg.resources.dll",
- "tools/arm/ilc/tools/ko/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/ko/sg.resources.dll",
- "tools/arm/ilc/tools/msdia.sxs.manifest",
- "tools/arm/ilc/tools/msdia120.dll",
- "tools/arm/ilc/tools/msobj140.dll",
- "tools/arm/ilc/tools/mspdbcore.dll",
- "tools/arm/ilc/tools/msvcdis140.dll",
- "tools/arm/ilc/tools/msvcp140.dll",
- "tools/arm/ilc/tools/nutc_driver.exe",
- "tools/arm/ilc/tools/nutc_driver.exe.config",
- "tools/arm/ilc/tools/nutc_interface.dll",
- "tools/arm/ilc/tools/pgocvt.exe",
- "tools/arm/ilc/tools/pgodb140.dll",
- "tools/arm/ilc/tools/pgomgr.exe",
- "tools/arm/ilc/tools/pgort140.dll",
- "tools/arm/ilc/tools/pgosweep.exe",
- "tools/arm/ilc/tools/pl/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/pl/sg.resources.dll",
- "tools/arm/ilc/tools/pt-BR/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/pt-BR/sg.resources.dll",
- "tools/arm/ilc/tools/rhbind.exe",
- "tools/arm/ilc/tools/ru/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/ru/sg.resources.dll",
- "tools/arm/ilc/tools/sg.exe",
- "tools/arm/ilc/tools/sg.exe.config",
- "tools/arm/ilc/tools/tr/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/tr/sg.resources.dll",
- "tools/arm/ilc/tools/ucrtbase.dll",
- "tools/arm/ilc/tools/vcruntime140.dll",
- "tools/arm/ilc/tools/zh-Hans/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/zh-Hans/sg.resources.dll",
- "tools/arm/ilc/tools/zh-Hant/Microsoft.Build.ILTasks.resources.dll",
- "tools/arm/ilc/tools/zh-Hant/sg.resources.dll",
- "tools/arm/ilc/tools64/1033/nutcui.dll",
- "tools/arm/ilc/tools64/ILCompiler.MetadataWriter.dll",
- "tools/arm/ilc/tools64/StackTraceExceptions.txt",
- "tools/arm/ilc/tools64/StackTraceMetadataProvider.dll",
- "tools/arm/ilc/tools64/c2n.dll",
- "tools/arm/ilc/tools64/msdia.sxs.manifest",
- "tools/arm/ilc/tools64/msdia120.dll",
- "tools/arm/ilc/tools64/msobj140.dll",
- "tools/arm/ilc/tools64/mspdbcore.dll",
- "tools/arm/ilc/tools64/msvcdis140.dll",
- "tools/arm/ilc/tools64/msvcp140.dll",
- "tools/arm/ilc/tools64/nutc_driver.exe",
- "tools/arm/ilc/tools64/nutc_driver.exe.config",
- "tools/arm/ilc/tools64/nutc_interface.dll",
- "tools/arm/ilc/tools64/pgocvt.exe",
- "tools/arm/ilc/tools64/pgodb140.dll",
- "tools/arm/ilc/tools64/pgomgr.exe",
- "tools/arm/ilc/tools64/pgort140.dll",
- "tools/arm/ilc/tools64/pgosweep.exe",
- "tools/arm/ilc/tools64/ucrtbase.dll",
- "tools/arm/ilc/tools64/vcruntime140.dll",
- "tools/arm/ilc/tr/CciExtensions.resources.dll",
- "tools/arm/ilc/tr/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/tr/Ilc.resources.dll",
- "tools/arm/ilc/tr/McgEngine.resources.dll",
- "tools/arm/ilc/tr/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/tr/ReducerEngine.resources.dll",
- "tools/arm/ilc/tr/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/zh-Hans/CciExtensions.resources.dll",
- "tools/arm/ilc/zh-Hans/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/zh-Hans/Ilc.resources.dll",
- "tools/arm/ilc/zh-Hans/McgEngine.resources.dll",
- "tools/arm/ilc/zh-Hans/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/zh-Hans/ReducerEngine.resources.dll",
- "tools/arm/ilc/zh-Hans/TypeNameUtilities.resources.dll",
- "tools/arm/ilc/zh-Hant/CciExtensions.resources.dll",
- "tools/arm/ilc/zh-Hant/Gatekeeper.Engine.resources.dll",
- "tools/arm/ilc/zh-Hant/Ilc.resources.dll",
- "tools/arm/ilc/zh-Hant/McgEngine.resources.dll",
- "tools/arm/ilc/zh-Hant/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/arm/ilc/zh-Hant/ReducerEngine.resources.dll",
- "tools/arm/ilc/zh-Hant/TypeNameUtilities.resources.dll",
- "tools/arm/mrt100etw.dll"
- ]
- },
- "runtime.win10-arm.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "sha512": "GUQ7Ubf9ts1XfNNaDrJUnmpsKfpcyZ+8NeZoDyYlImgT/UukkW1cYaxqbxM8VH+g5iIGXeO7suVv8tkwE862FA==",
- "type": "package",
- "path": "runtime.win10-arm.microsoft.net.native.sharedlibrary/2.2.8-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props",
- "build/runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets",
- "runtime.win10-arm.microsoft.net.native.sharedlibrary.2.2.8-rel-29512-01.nupkg.sha512",
- "runtime.win10-arm.microsoft.net.native.sharedlibrary.nuspec",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Memory.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Threading.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Collections.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Linq.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Memory.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Threading.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tools.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tools.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Memory.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Memory.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Generated.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Generated.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.StackTraceMetadata.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.StackTraceMetadata.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Security.Principal.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Security.Principal.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Threading.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Threading.ilpdb",
- "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdildll",
- "tools/SharedLibrary/chk/Native/Microsoft.NET.Native.Framework.Debug.2.2.appx",
- "tools/SharedLibrary/chk/Native/SharedLibrary.dll",
- "tools/SharedLibrary/chk/Native/SharedLibrary.pdb",
- "tools/SharedLibrary/chk/Native/SharedLibrary.pdb.srcsrv.txt",
- "tools/SharedLibrary/chk/SharedAssemblyILMergeInfo.csv",
- "tools/SharedLibrary/chk/SharedAssemblyList.txt",
- "tools/SharedLibrary/chk/SharedLibrary.iltransformtoc.ildll",
- "tools/SharedLibrary/chk/Toc/System.Collections.Concurrent.toc",
- "tools/SharedLibrary/chk/Toc/System.Collections.toc",
- "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tools.toc",
- "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tracing.toc",
- "tools/SharedLibrary/chk/Toc/System.Linq.Expressions.toc",
- "tools/SharedLibrary/chk/Toc/System.Linq.toc",
- "tools/SharedLibrary/chk/Toc/System.Memory.toc",
- "tools/SharedLibrary/chk/Toc/System.ObjectModel.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.CoreLib.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Interop.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Core.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Execution.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Metadata.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Generated.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Interop.Generated.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.StackTraceMetadata.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Threading.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.TypeLoader.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Uri.toc",
- "tools/SharedLibrary/chk/Toc/System.Reflection.TypeExtensions.toc",
- "tools/SharedLibrary/chk/Toc/System.Runtime.Extensions.toc",
- "tools/SharedLibrary/chk/Toc/System.Runtime.toc",
- "tools/SharedLibrary/chk/Toc/System.Security.Principal.toc",
- "tools/SharedLibrary/chk/Toc/System.Text.RegularExpressions.toc",
- "tools/SharedLibrary/chk/Toc/System.Threading.toc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Memory.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Threading.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Collections.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Linq.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Memory.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Threading.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tools.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tools.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Memory.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Memory.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Generated.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Generated.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.StackTraceMetadata.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.StackTraceMetadata.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Security.Principal.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Security.Principal.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Threading.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Threading.ilpdb",
- "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdildll",
- "tools/SharedLibrary/ret/Native/Microsoft.NET.Native.Framework.2.2.appx",
- "tools/SharedLibrary/ret/Native/SharedLibrary.dll",
- "tools/SharedLibrary/ret/Native/SharedLibrary.pdb",
- "tools/SharedLibrary/ret/Native/SharedLibrary.pdb.srcsrv.txt",
- "tools/SharedLibrary/ret/SharedAssemblyILMergeInfo.csv",
- "tools/SharedLibrary/ret/SharedAssemblyList.txt",
- "tools/SharedLibrary/ret/SharedLibrary.iltransformtoc.ildll",
- "tools/SharedLibrary/ret/Toc/System.Collections.Concurrent.toc",
- "tools/SharedLibrary/ret/Toc/System.Collections.toc",
- "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tools.toc",
- "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tracing.toc",
- "tools/SharedLibrary/ret/Toc/System.Linq.Expressions.toc",
- "tools/SharedLibrary/ret/Toc/System.Linq.toc",
- "tools/SharedLibrary/ret/Toc/System.Memory.toc",
- "tools/SharedLibrary/ret/Toc/System.ObjectModel.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.CoreLib.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Interop.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Core.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Execution.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Metadata.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Generated.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Interop.Generated.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.StackTraceMetadata.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Threading.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.TypeLoader.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Uri.toc",
- "tools/SharedLibrary/ret/Toc/System.Reflection.TypeExtensions.toc",
- "tools/SharedLibrary/ret/Toc/System.Runtime.Extensions.toc",
- "tools/SharedLibrary/ret/Toc/System.Runtime.toc",
- "tools/SharedLibrary/ret/Toc/System.Security.Principal.toc",
- "tools/SharedLibrary/ret/Toc/System.Text.RegularExpressions.toc",
- "tools/SharedLibrary/ret/Toc/System.Threading.toc"
- ]
- },
- "runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "sha512": "R1RaI4RSc+H9E5Pq9pndWzAv4dxztym4+TAII4VrsReePMGRM8eoJByg47BAPM4Y9mBv7esR0KhYc5J1/hpUIw==",
- "type": "package",
- "path": "runtime.win10-arm.microsoft.net.uwpcoreruntimesdk/2.2.11",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props",
- "build/runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets",
- "runtime.win10-arm.microsoft.net.uwpcoreruntimesdk.2.2.11.nupkg.sha512",
- "runtime.win10-arm.microsoft.net.uwpcoreruntimesdk.nuspec",
- "tools/AppLocal/consoleuwpshim.exe",
- "tools/AppLocal/uwpshim.exe",
- "tools/Appx/Microsoft.NET.CoreFramework.Debug.2.2.appx",
- "tools/Appx/Microsoft.NET.CoreRuntime.2.2.appx",
- "tools/CoreRuntime/copywin32resources.exe"
- ]
- },
- "runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "sha512": "TMXtd4TVwVgENc4tFWZ+rfnJXZfwRmeL9vkkwMjyCK6+dknZaFuiRMnZ9ggPDMZ4qtq4eKXDqhp7GIVzLkmTxQ==",
- "type": "package",
- "path": "runtime.win10-arm.microsoft.netcore.universalwindowsplatform/6.2.11",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "ref/netstandard/_._",
- "runtime.win10-arm.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "runtime.win10-arm.microsoft.netcore.universalwindowsplatform.nuspec",
- "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.CSharp.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.VisualBasic.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.AppContext.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Buffers.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Concurrent.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Immutable.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.NonGeneric.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Specialized.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Annotations.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Composition.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Configuration.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Console.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Core.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Data.Common.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Data.SqlClient.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Data.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Contracts.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Debug.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Process.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Tools.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Tracing.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Drawing.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Drawing.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Dynamic.Runtime.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.Calendars.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.Extensions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.IsolatedStorage.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Pipes.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Ports.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.IO.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Expressions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Parallel.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Queryable.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Memory.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Http.Rtc.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Http.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.HttpListener.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Mail.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.NameResolution.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.NetworkInformation.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Ping.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Requests.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Security.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.ServicePoint.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Sockets.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebClient.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebProxy.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebSockets.Client.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebSockets.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Net.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.Vectors.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ObjectModel.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.DataContractSerialization.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.ServiceModel.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Uri.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Xml.Linq.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Xml.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Context.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Extensions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Metadata.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.Reader.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.ResourceManager.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.Writer.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Extensions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Handles.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Numerics.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.AccessControl.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Claims.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Permissions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Principal.Windows.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Principal.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.SecureString.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Security.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Duplex.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Http.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Primitives.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Security.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Web.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceProcess.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Text.RegularExpressions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Overlapped.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Thread.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.ThreadPool.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Timer.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Transactions.Local.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Transactions.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.ValueTuple.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Web.HttpUtility.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Web.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Windows.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.Linq.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.ReaderWriter.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.Serialization.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XDocument.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XPath.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XmlDocument.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XmlSerializer.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/System.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/WindowsBase.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/mscorlib.dll",
- "runtimes/win10-arm/lib/uap10.0.15138/netstandard.dll",
- "runtimes/win10-arm/nativeassets/uap10.0.15138/clrcompression.dll"
- ]
- },
- "runtime.win10-arm64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "sha512": "07IvykpRbKdON7JjrBxshOKTqkJ39h7b6xc6AE09h8DaoP8CsUkyn+IBRlMGAzfVNnQwaoCKf+EWoSCueBKaqQ==",
- "type": "package",
- "path": "runtime.win10-arm64-aot.microsoft.netcore.universalwindowsplatform/6.2.11",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "ref/netstandard/_._",
- "runtime.win10-arm64-aot.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "runtime.win10-arm64-aot.microsoft.netcore.universalwindowsplatform.nuspec",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/Microsoft.CSharp.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.AppContext.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Buffers.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.Immutable.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.Specialized.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Collections.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ComponentModel.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Configuration.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Console.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Core.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Data.Common.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Data.SqlClient.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Data.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Drawing.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Globalization.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Compression.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.FileSystem.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Pipes.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.Ports.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.IO.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Linq.Expressions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Linq.Parallel.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Linq.Queryable.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Linq.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Memory.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Http.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.HttpListener.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Mail.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.NameResolution.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Ping.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Requests.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Security.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.Sockets.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebClient.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebProxy.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.WebSockets.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Net.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Numerics.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ObjectModel.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.Uri.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Private.Xml.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Context.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Emit.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Reflection.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Resources.Reader.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Resources.Writer.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Handles.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Runtime.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.AccessControl.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Claims.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Permissions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.Principal.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.SecureString.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Security.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceModel.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ServiceProcess.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Text.Encoding.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Tasks.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Thread.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.Timer.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Threading.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Transactions.Local.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Transactions.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.ValueTuple.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Web.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Windows.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.Linq.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.Serialization.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XDocument.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XPath.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.Xml.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/System.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/WindowsBase.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/mscorlib.dll",
- "runtimes/win10-arm64-aot/lib/uap10.0.15138/netstandard.dll",
- "runtimes/win10-arm64-aot/nativeassets/uap10.0.15138/clrcompression.dll"
- ]
- },
- "runtime.win10-arm64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "sha512": "8ex2blgQcIw/MoaJH7hqRJdekTWgMUz5Qb+xmVeGvbB/lWl4BPv6/J9+cmcFxEM+Z7OA8xilFH1kwWFMyvak1A==",
- "type": "package",
- "path": "runtime.win10-arm64.microsoft.net.native.compiler/2.2.9-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.props",
- "build/runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets",
- "runtime.win10-arm64.microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "runtime.win10-arm64.microsoft.net.native.compiler.nuspec",
- "tools/Runtime/arm64/CommandProvider.dll",
- "tools/Runtime/arm64/Microsoft.NET.Native.Runtime.2.2.appx",
- "tools/Runtime/arm64/SymbolProvider.dll",
- "tools/Runtime/arm64/mrt100_app.pdb",
- "tools/Runtime/arm64/mrt100dac_winarm64.dll",
- "tools/Runtime/arm64/mrt100dbgshim_winarm64.dll",
- "tools/Runtime/arm64/mrt100dbi_winarm64.dll",
- "tools/Runtime/arm64/mrt100etw.dll",
- "tools/arm64/etwevents.man",
- "tools/arm64/ilc/Lib/Native/Interop.Native.lib",
- "tools/arm64/ilc/Lib/Native/TypeLoader.Native.lib",
- "tools/arm64/ilc/Lib/Native/vmath.lib",
- "tools/arm64/ilc/Lib/Private/System.Private.CompilerServices.ICastable.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.CoreLib.Augments.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.CoreLib.DeveloperExperience.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.CoreLib.DynamicDelegate.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.CoreLib.InteropServices.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.CoreLib.Threading.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.CoreLib.WinRTInterop.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.CoreLib.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.CoreLib.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.Debug.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Debug.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.DeveloperExperience.AppX.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.DeveloperExperience.AppX.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.DeveloperExperience.Console.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.DeveloperExperience.Console.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.DispatchProxy.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.ILToolchain.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Interop.Extensions.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Interop.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Interop.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.MCG.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Reflection.Core.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Reflection.Core.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.Reflection.Execution.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Reflection.Execution.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.Reflection.Metadata.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Reflection.Metadata.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.StackTraceGenerator.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.StackTraceGenerator.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.StackTraceMetadata.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.StackTraceMetadata.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.Threading.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.Threading.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.TypeLoader.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.TypeLoader.pdb",
- "tools/arm64/ilc/Lib/Private/System.Private.WinRTInterop.CoreLib.dll",
- "tools/arm64/ilc/Lib/Private/System.Private.WinRTInterop.CoreLib.pdb",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.CoreLib.dll",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.CoreLib.pdb",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.Interop.dll",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.Interop.pdb",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.Reflection.Core.dll",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.Reflection.Core.pdb",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.Reflection.Execution.dll",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.Reflection.Execution.pdb",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.TypeLoader.dll",
- "tools/arm64/ilc/Lib/PrivateWin32/System.Private.TypeLoader.pdb",
- "tools/arm64/ilc/Lib/Runtime/mrt100_app.dll",
- "tools/arm64/ilc/Lib/Runtime/mrt100_app.lib",
- "tools/arm64/ilc/Lib/Runtime/mrt100_app.pdb",
- "tools/arm64/ilc/Lib/Runtime/mrt150.dll",
- "tools/arm64/ilc/Lib/Runtime/mrt150.lib",
- "tools/arm64/ilc/Lib/Runtime/mrt150.pdb",
- "tools/arm64/ilc/clrcompression.dll",
- "tools/arm64/ilc/ilc.exe",
- "tools/arm64/ilc/mrt150.dll",
- "tools/arm64/ilc/rhconfig.ini",
- "tools/arm64/ilc/tools/1033/nutcui.dll",
- "tools/arm64/ilc/tools/CciExtensions.dll",
- "tools/arm64/ilc/tools/GatekeeperConfig.xml",
- "tools/arm64/ilc/tools/ILCTelemetry.exe",
- "tools/arm64/ilc/tools/ILCTelemetry.exe.config",
- "tools/arm64/ilc/tools/ILCompiler.Compiler.dll",
- "tools/arm64/ilc/tools/ILCompiler.DependencyAnalysisFramework.dll",
- "tools/arm64/ilc/tools/ILCompiler.Host.dll",
- "tools/arm64/ilc/tools/ILCompiler.MetadataTransform.dll",
- "tools/arm64/ilc/tools/ILCompiler.MetadataWriter.dll",
- "tools/arm64/ilc/tools/ILCompiler.TypeSystem.dll",
- "tools/arm64/ilc/tools/MakeNativeWinMD.exe",
- "tools/arm64/ilc/tools/MakeNativeWinMD.exe.config",
- "tools/arm64/ilc/tools/McgCodeDom.dll",
- "tools/arm64/ilc/tools/Microsoft.Build.ILTasks.dll",
- "tools/arm64/ilc/tools/Microsoft.Cci.dll",
- "tools/arm64/ilc/tools/Microsoft.DiaSymReader.Converter.dll",
- "tools/arm64/ilc/tools/Microsoft.DiaSymReader.dll",
- "tools/arm64/ilc/tools/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "tools/arm64/ilc/tools/Microsoft.VisualStudio.RemoteControl.dll",
- "tools/arm64/ilc/tools/Microsoft.VisualStudio.Telemetry.dll",
- "tools/arm64/ilc/tools/Microsoft.VisualStudio.Utilities.Internal.dll",
- "tools/arm64/ilc/tools/Newtonsoft.Json.dll",
- "tools/arm64/ilc/tools/StackTraceExceptions.txt",
- "tools/arm64/ilc/tools/StackTraceMetadataProvider.dll",
- "tools/arm64/ilc/tools/System.Collections.Immutable.dll",
- "tools/arm64/ilc/tools/System.Reflection.Metadata.dll",
- "tools/arm64/ilc/tools/System.ValueTuple.dll",
- "tools/arm64/ilc/tools/bootstrap_dll.lib",
- "tools/arm64/ilc/tools/c2n.dll",
- "tools/arm64/ilc/tools/link/kernel32.lib",
- "tools/arm64/ilc/tools/link/link.exe",
- "tools/arm64/ilc/tools/link/link.exe.config",
- "tools/arm64/ilc/tools/link/link.pdb",
- "tools/arm64/ilc/tools/link/msobj140.dll",
- "tools/arm64/ilc/tools/link/mspdb140.dll",
- "tools/arm64/ilc/tools/link/mspdbcore.dll",
- "tools/arm64/ilc/tools/link/mspdbsrv.exe",
- "tools/arm64/ilc/tools/link/mspdbst.dll",
- "tools/arm64/ilc/tools/link/msvcdis140.dll",
- "tools/arm64/ilc/tools/link/msvcp140.dll",
- "tools/arm64/ilc/tools/link/msvcp140d.dll",
- "tools/arm64/ilc/tools/link/uuid.lib",
- "tools/arm64/ilc/tools/link/vcruntime140.dll",
- "tools/arm64/ilc/tools/link/vcruntime140d.dll",
- "tools/arm64/ilc/tools/msdia.sxs.manifest",
- "tools/arm64/ilc/tools/msdia120.dll",
- "tools/arm64/ilc/tools/msobj140.dll",
- "tools/arm64/ilc/tools/mspdbcore.dll",
- "tools/arm64/ilc/tools/msvcdis140.dll",
- "tools/arm64/ilc/tools/msvcp140.dll",
- "tools/arm64/ilc/tools/nutc_driver.exe",
- "tools/arm64/ilc/tools/nutc_driver.exe.config",
- "tools/arm64/ilc/tools/nutc_interface.dll",
- "tools/arm64/ilc/tools/pgocvt.exe",
- "tools/arm64/ilc/tools/pgodb140.dll",
- "tools/arm64/ilc/tools/pgomgr.exe",
- "tools/arm64/ilc/tools/pgort140.dll",
- "tools/arm64/ilc/tools/pgosweep.exe",
- "tools/arm64/ilc/tools/sg.exe",
- "tools/arm64/ilc/tools/sg.exe.config",
- "tools/arm64/ilc/tools/shimAppDll.lib",
- "tools/arm64/ilc/tools/shimDll.lib",
- "tools/arm64/ilc/tools/shimExe.lib",
- "tools/arm64/ilc/tools/ucrtbase.dll",
- "tools/arm64/ilc/tools/vcruntime140.dll",
- "tools/arm64/ilc/tools64/1033/nutcui.dll",
- "tools/arm64/ilc/tools64/ILCompiler.Compiler.dll",
- "tools/arm64/ilc/tools64/ILCompiler.DependencyAnalysisFramework.dll",
- "tools/arm64/ilc/tools64/ILCompiler.Host.dll",
- "tools/arm64/ilc/tools64/ILCompiler.MetadataTransform.dll",
- "tools/arm64/ilc/tools64/ILCompiler.MetadataWriter.dll",
- "tools/arm64/ilc/tools64/ILCompiler.TypeSystem.dll",
- "tools/arm64/ilc/tools64/StackTraceExceptions.txt",
- "tools/arm64/ilc/tools64/StackTraceMetadataProvider.dll",
- "tools/arm64/ilc/tools64/System.Collections.Immutable.dll",
- "tools/arm64/ilc/tools64/System.Reflection.Metadata.dll",
- "tools/arm64/ilc/tools64/c2n.dll",
- "tools/arm64/ilc/tools64/msdia.sxs.manifest",
- "tools/arm64/ilc/tools64/msdia120.dll",
- "tools/arm64/ilc/tools64/msobj140.dll",
- "tools/arm64/ilc/tools64/mspdbcore.dll",
- "tools/arm64/ilc/tools64/msvcdis140.dll",
- "tools/arm64/ilc/tools64/msvcp140.dll",
- "tools/arm64/ilc/tools64/nutc_driver.exe",
- "tools/arm64/ilc/tools64/nutc_driver.exe.config",
- "tools/arm64/ilc/tools64/nutc_interface.dll",
- "tools/arm64/ilc/tools64/pgocvt.exe",
- "tools/arm64/ilc/tools64/pgodb140.dll",
- "tools/arm64/ilc/tools64/pgomgr.exe",
- "tools/arm64/ilc/tools64/pgort140.dll",
- "tools/arm64/ilc/tools64/pgosweep.exe",
- "tools/arm64/ilc/tools64/ucrtbase.dll",
- "tools/arm64/ilc/tools64/vcruntime140.dll",
- "tools/arm64/mrt100etw.dll"
- ]
- },
- "runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "sha512": "iYqXJq6hpg07RqAqq8RAffVU1308cQ2ta4ZZtfWI8tbVXGuKOU6he52AMgz4JfcP/Yb/khy9Gdxl62MVXcctzg==",
- "type": "package",
- "path": "runtime.win10-arm64.microsoft.net.native.sharedlibrary/2.2.8-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props",
- "build/runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets",
- "runtime.win10-arm64.microsoft.net.native.sharedlibrary.2.2.8-rel-29512-01.nupkg.sha512",
- "runtime.win10-arm64.microsoft.net.native.sharedlibrary.nuspec",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Memory.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Threading.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Collections.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Linq.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Memory.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Threading.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tools.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tools.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Memory.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Memory.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Generated.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Generated.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.StackTraceMetadata.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.StackTraceMetadata.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Security.Principal.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Security.Principal.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Threading.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Threading.ilpdb",
- "tools/SharedLibrary/chk/Native/Microsoft.NET.Native.Framework.Debug.2.2.appx",
- "tools/SharedLibrary/chk/Native/SharedLibrary.dll",
- "tools/SharedLibrary/chk/Native/SharedLibrary.exp",
- "tools/SharedLibrary/chk/Native/SharedLibrary.lib",
- "tools/SharedLibrary/chk/Native/SharedLibrary.pdb",
- "tools/SharedLibrary/chk/Native/SharedLibrary.pdb.srcsrv.txt",
- "tools/SharedLibrary/chk/SharedAssemblyILMergeInfo.csv",
- "tools/SharedLibrary/chk/SharedAssemblyList.txt",
- "tools/SharedLibrary/chk/SharedLibrary.iltransformtoc.ildll",
- "tools/SharedLibrary/chk/Toc/System.Collections.Concurrent.toc",
- "tools/SharedLibrary/chk/Toc/System.Collections.toc",
- "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tools.toc",
- "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tracing.toc",
- "tools/SharedLibrary/chk/Toc/System.Linq.Expressions.toc",
- "tools/SharedLibrary/chk/Toc/System.Linq.toc",
- "tools/SharedLibrary/chk/Toc/System.Memory.toc",
- "tools/SharedLibrary/chk/Toc/System.ObjectModel.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.CoreLib.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Interop.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Core.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Execution.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Metadata.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Generated.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Interop.Generated.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.StackTraceMetadata.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Threading.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.TypeLoader.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Uri.toc",
- "tools/SharedLibrary/chk/Toc/System.Reflection.TypeExtensions.toc",
- "tools/SharedLibrary/chk/Toc/System.Runtime.Extensions.toc",
- "tools/SharedLibrary/chk/Toc/System.Runtime.toc",
- "tools/SharedLibrary/chk/Toc/System.Security.Principal.toc",
- "tools/SharedLibrary/chk/Toc/System.Text.RegularExpressions.toc",
- "tools/SharedLibrary/chk/Toc/System.Threading.toc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Memory.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Threading.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Collections.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Linq.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Memory.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Threading.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tools.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tools.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Memory.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Memory.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Generated.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Generated.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.StackTraceMetadata.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.StackTraceMetadata.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Security.Principal.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Security.Principal.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Threading.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Threading.ilpdb",
- "tools/SharedLibrary/ret/Native/Microsoft.NET.Native.Framework.2.2.appx",
- "tools/SharedLibrary/ret/Native/SharedLibrary.dll",
- "tools/SharedLibrary/ret/Native/SharedLibrary.exp",
- "tools/SharedLibrary/ret/Native/SharedLibrary.lib",
- "tools/SharedLibrary/ret/Native/SharedLibrary.pdb",
- "tools/SharedLibrary/ret/Native/SharedLibrary.pdb.srcsrv.txt",
- "tools/SharedLibrary/ret/SharedAssemblyILMergeInfo.csv",
- "tools/SharedLibrary/ret/SharedAssemblyList.txt",
- "tools/SharedLibrary/ret/SharedLibrary.iltransformtoc.ildll",
- "tools/SharedLibrary/ret/Toc/System.Collections.Concurrent.toc",
- "tools/SharedLibrary/ret/Toc/System.Collections.toc",
- "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tools.toc",
- "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tracing.toc",
- "tools/SharedLibrary/ret/Toc/System.Linq.Expressions.toc",
- "tools/SharedLibrary/ret/Toc/System.Linq.toc",
- "tools/SharedLibrary/ret/Toc/System.Memory.toc",
- "tools/SharedLibrary/ret/Toc/System.ObjectModel.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.CoreLib.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Interop.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Core.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Execution.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Metadata.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Generated.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Interop.Generated.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.StackTraceMetadata.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Threading.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.TypeLoader.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Uri.toc",
- "tools/SharedLibrary/ret/Toc/System.Reflection.TypeExtensions.toc",
- "tools/SharedLibrary/ret/Toc/System.Runtime.Extensions.toc",
- "tools/SharedLibrary/ret/Toc/System.Runtime.toc",
- "tools/SharedLibrary/ret/Toc/System.Security.Principal.toc",
- "tools/SharedLibrary/ret/Toc/System.Text.RegularExpressions.toc",
- "tools/SharedLibrary/ret/Toc/System.Threading.toc"
- ]
- },
- "runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "sha512": "PfST4gE/8rgl0tPMlGYp7BqzFjrhSGMQd+V68P4IMze9V6cnlkyXof4apD9MDzl7MPMPO0wwlkMj89+4+vXP3A==",
- "type": "package",
- "path": "runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform/6.2.11",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "ref/netstandard/_._",
- "runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform.nuspec",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.CSharp.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.AppContext.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Buffers.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Immutable.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Specialized.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Configuration.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Console.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Core.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.Common.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.SqlClient.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Drawing.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Pipes.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Ports.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Expressions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Parallel.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Queryable.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Memory.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Http.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.HttpListener.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Mail.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.NameResolution.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Ping.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Requests.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Security.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Sockets.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebClient.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebProxy.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebSockets.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ObjectModel.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Uri.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Xml.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Context.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.Reader.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.Writer.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Handles.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.AccessControl.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Claims.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Permissions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Principal.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.SecureString.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceProcess.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Thread.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Timer.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Transactions.Local.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Transactions.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ValueTuple.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Web.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Windows.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.Linq.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.Serialization.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XDocument.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XPath.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/System.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/WindowsBase.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/mscorlib.dll",
- "runtimes/win10-x64-aot/lib/uap10.0.15138/netstandard.dll",
- "runtimes/win10-x64-aot/nativeassets/uap10.0.15138/clrcompression.dll"
- ]
- },
- "runtime.win10-x64.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "sha512": "sgiiODHWt4WZ9mDpZd+XkCdWYCBZukjZPNz3XJdeKeeNcRA4y4OTtd2+STWytXDxWAXUNRjImDF5XP48jNXj8A==",
- "type": "package",
- "path": "runtime.win10-x64.microsoft.net.native.compiler/2.2.9-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.props",
- "build/runtime.win10-x64.Microsoft.Net.Native.Compiler.targets",
- "runtime.win10-x64.microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "runtime.win10-x64.microsoft.net.native.compiler.nuspec",
- "tools/Runtime/x64/CommandProvider.dll",
- "tools/Runtime/x64/Microsoft.NET.Native.Runtime.2.2.appx",
- "tools/Runtime/x64/SymbolProvider.dll",
- "tools/Runtime/x64/mrt100_app.pdb",
- "tools/Runtime/x64/mrt100dac_winamd64.dll",
- "tools/Runtime/x64/mrt100dbgshim_winamd64.dll",
- "tools/Runtime/x64/mrt100dbi_winamd64.dll",
- "tools/Runtime/x64/mrt100etw.dll",
- "tools/Runtime/x64/mrt100sos.dll",
- "tools/Runtime/x64/msdia120.dll",
- "tools/x64/etwevents.man",
- "tools/x64/ilc/Lib/Native/Interop.Native.lib",
- "tools/x64/ilc/Lib/Native/TypeLoader.Native.lib",
- "tools/x64/ilc/Lib/Native/pgort.lib",
- "tools/x64/ilc/Lib/Native/vmath.lib",
- "tools/x64/ilc/Lib/Private/System.Private.CompilerServices.ICastable.dll",
- "tools/x64/ilc/Lib/Private/System.Private.CoreLib.Augments.dll",
- "tools/x64/ilc/Lib/Private/System.Private.CoreLib.DeveloperExperience.dll",
- "tools/x64/ilc/Lib/Private/System.Private.CoreLib.DynamicDelegate.dll",
- "tools/x64/ilc/Lib/Private/System.Private.CoreLib.InteropServices.dll",
- "tools/x64/ilc/Lib/Private/System.Private.CoreLib.Threading.dll",
- "tools/x64/ilc/Lib/Private/System.Private.CoreLib.WinRTInterop.dll",
- "tools/x64/ilc/Lib/Private/System.Private.CoreLib.dll",
- "tools/x64/ilc/Lib/Private/System.Private.CoreLib.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.Debug.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Debug.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.DeveloperExperience.AppX.dll",
- "tools/x64/ilc/Lib/Private/System.Private.DeveloperExperience.AppX.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.DeveloperExperience.Console.dll",
- "tools/x64/ilc/Lib/Private/System.Private.DeveloperExperience.Console.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.DispatchProxy.dll",
- "tools/x64/ilc/Lib/Private/System.Private.ILToolchain.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Interop.Extensions.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Interop.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Interop.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.MCG.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Reflection.Core.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Reflection.Core.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.Reflection.Execution.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Reflection.Execution.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.Reflection.Metadata.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Reflection.Metadata.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.StackTraceGenerator.dll",
- "tools/x64/ilc/Lib/Private/System.Private.StackTraceGenerator.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.StackTraceMetadata.dll",
- "tools/x64/ilc/Lib/Private/System.Private.StackTraceMetadata.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.Threading.dll",
- "tools/x64/ilc/Lib/Private/System.Private.Threading.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.TypeLoader.dll",
- "tools/x64/ilc/Lib/Private/System.Private.TypeLoader.pdb",
- "tools/x64/ilc/Lib/Private/System.Private.WinRTInterop.CoreLib.dll",
- "tools/x64/ilc/Lib/Private/System.Private.WinRTInterop.CoreLib.pdb",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.CoreLib.dll",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.CoreLib.pdb",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.Interop.dll",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.Interop.pdb",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.Reflection.Core.dll",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.Reflection.Core.pdb",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.Reflection.Execution.dll",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.Reflection.Execution.pdb",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.TypeLoader.dll",
- "tools/x64/ilc/Lib/PrivateWin32/System.Private.TypeLoader.pdb",
- "tools/x64/ilc/Lib/Runtime/mrt100_app.dll",
- "tools/x64/ilc/Lib/Runtime/mrt100_app.pdb",
- "tools/x64/ilc/Lib/Runtime/mrt150.dll",
- "tools/x64/ilc/Lib/Runtime/mrt150.pdb",
- "tools/x64/ilc/clrcompression.dll",
- "tools/x64/ilc/cs/CciExtensions.resources.dll",
- "tools/x64/ilc/cs/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/cs/Ilc.resources.dll",
- "tools/x64/ilc/cs/McgEngine.resources.dll",
- "tools/x64/ilc/cs/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/cs/ReducerEngine.resources.dll",
- "tools/x64/ilc/cs/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/de/CciExtensions.resources.dll",
- "tools/x64/ilc/de/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/de/Ilc.resources.dll",
- "tools/x64/ilc/de/McgEngine.resources.dll",
- "tools/x64/ilc/de/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/de/ReducerEngine.resources.dll",
- "tools/x64/ilc/de/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/es/CciExtensions.resources.dll",
- "tools/x64/ilc/es/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/es/Ilc.resources.dll",
- "tools/x64/ilc/es/McgEngine.resources.dll",
- "tools/x64/ilc/es/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/es/ReducerEngine.resources.dll",
- "tools/x64/ilc/es/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/fr/CciExtensions.resources.dll",
- "tools/x64/ilc/fr/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/fr/Ilc.resources.dll",
- "tools/x64/ilc/fr/McgEngine.resources.dll",
- "tools/x64/ilc/fr/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/fr/ReducerEngine.resources.dll",
- "tools/x64/ilc/fr/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/ilc.exe",
- "tools/x64/ilc/it/CciExtensions.resources.dll",
- "tools/x64/ilc/it/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/it/Ilc.resources.dll",
- "tools/x64/ilc/it/McgEngine.resources.dll",
- "tools/x64/ilc/it/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/it/ReducerEngine.resources.dll",
- "tools/x64/ilc/it/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/ja/CciExtensions.resources.dll",
- "tools/x64/ilc/ja/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/ja/Ilc.resources.dll",
- "tools/x64/ilc/ja/McgEngine.resources.dll",
- "tools/x64/ilc/ja/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/ja/ReducerEngine.resources.dll",
- "tools/x64/ilc/ja/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/ko/CciExtensions.resources.dll",
- "tools/x64/ilc/ko/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/ko/Ilc.resources.dll",
- "tools/x64/ilc/ko/McgEngine.resources.dll",
- "tools/x64/ilc/ko/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/ko/ReducerEngine.resources.dll",
- "tools/x64/ilc/ko/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/mrt150.dll",
- "tools/x64/ilc/pl/CciExtensions.resources.dll",
- "tools/x64/ilc/pl/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/pl/Ilc.resources.dll",
- "tools/x64/ilc/pl/McgEngine.resources.dll",
- "tools/x64/ilc/pl/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/pl/ReducerEngine.resources.dll",
- "tools/x64/ilc/pl/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/pt-BR/CciExtensions.resources.dll",
- "tools/x64/ilc/pt-BR/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/pt-BR/Ilc.resources.dll",
- "tools/x64/ilc/pt-BR/McgEngine.resources.dll",
- "tools/x64/ilc/pt-BR/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/pt-BR/ReducerEngine.resources.dll",
- "tools/x64/ilc/pt-BR/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/rhconfig.ini",
- "tools/x64/ilc/ru/CciExtensions.resources.dll",
- "tools/x64/ilc/ru/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/ru/Ilc.resources.dll",
- "tools/x64/ilc/ru/McgEngine.resources.dll",
- "tools/x64/ilc/ru/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/ru/ReducerEngine.resources.dll",
- "tools/x64/ilc/ru/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/tools/1028/nutcui.dll",
- "tools/x64/ilc/tools/1028/rhbindui.dll",
- "tools/x64/ilc/tools/1029/nutcui.dll",
- "tools/x64/ilc/tools/1029/rhbindui.dll",
- "tools/x64/ilc/tools/1031/nutcui.dll",
- "tools/x64/ilc/tools/1031/rhbindui.dll",
- "tools/x64/ilc/tools/1033/nutcui.dll",
- "tools/x64/ilc/tools/1033/rhbindui.dll",
- "tools/x64/ilc/tools/1036/nutcui.dll",
- "tools/x64/ilc/tools/1036/rhbindui.dll",
- "tools/x64/ilc/tools/1040/nutcui.dll",
- "tools/x64/ilc/tools/1040/rhbindui.dll",
- "tools/x64/ilc/tools/1041/nutcui.dll",
- "tools/x64/ilc/tools/1041/rhbindui.dll",
- "tools/x64/ilc/tools/1042/nutcui.dll",
- "tools/x64/ilc/tools/1042/rhbindui.dll",
- "tools/x64/ilc/tools/1045/nutcui.dll",
- "tools/x64/ilc/tools/1045/rhbindui.dll",
- "tools/x64/ilc/tools/1046/nutcui.dll",
- "tools/x64/ilc/tools/1046/rhbindui.dll",
- "tools/x64/ilc/tools/1049/nutcui.dll",
- "tools/x64/ilc/tools/1049/rhbindui.dll",
- "tools/x64/ilc/tools/1055/nutcui.dll",
- "tools/x64/ilc/tools/1055/rhbindui.dll",
- "tools/x64/ilc/tools/2052/nutcui.dll",
- "tools/x64/ilc/tools/2052/rhbindui.dll",
- "tools/x64/ilc/tools/3082/nutcui.dll",
- "tools/x64/ilc/tools/3082/rhbindui.dll",
- "tools/x64/ilc/tools/CciExtensions.dll",
- "tools/x64/ilc/tools/Fr/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/Fr/sg.resources.dll",
- "tools/x64/ilc/tools/GatekeeperConfig.xml",
- "tools/x64/ilc/tools/ILCTelemetry.exe",
- "tools/x64/ilc/tools/ILCTelemetry.exe.config",
- "tools/x64/ilc/tools/ILCompiler.MetadataWriter.dll",
- "tools/x64/ilc/tools/MakeNativeWinMD.exe",
- "tools/x64/ilc/tools/MakeNativeWinMD.exe.config",
- "tools/x64/ilc/tools/McgCodeDom.dll",
- "tools/x64/ilc/tools/Microsoft.Build.ILTasks.dll",
- "tools/x64/ilc/tools/Microsoft.Cci.dll",
- "tools/x64/ilc/tools/Microsoft.DiaSymReader.Converter.dll",
- "tools/x64/ilc/tools/Microsoft.DiaSymReader.dll",
- "tools/x64/ilc/tools/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "tools/x64/ilc/tools/Microsoft.VisualStudio.RemoteControl.dll",
- "tools/x64/ilc/tools/Microsoft.VisualStudio.Telemetry.dll",
- "tools/x64/ilc/tools/Microsoft.VisualStudio.Utilities.Internal.dll",
- "tools/x64/ilc/tools/Newtonsoft.Json.dll",
- "tools/x64/ilc/tools/StackTraceExceptions.txt",
- "tools/x64/ilc/tools/StackTraceMetadataProvider.dll",
- "tools/x64/ilc/tools/System.Collections.Immutable.dll",
- "tools/x64/ilc/tools/System.Reflection.Metadata.dll",
- "tools/x64/ilc/tools/System.ValueTuple.dll",
- "tools/x64/ilc/tools/c2n.dll",
- "tools/x64/ilc/tools/cs/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/cs/sg.resources.dll",
- "tools/x64/ilc/tools/de/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/de/sg.resources.dll",
- "tools/x64/ilc/tools/es/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/es/sg.resources.dll",
- "tools/x64/ilc/tools/it/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/it/sg.resources.dll",
- "tools/x64/ilc/tools/ja/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/ja/sg.resources.dll",
- "tools/x64/ilc/tools/ko/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/ko/sg.resources.dll",
- "tools/x64/ilc/tools/msdia.sxs.manifest",
- "tools/x64/ilc/tools/msdia120.dll",
- "tools/x64/ilc/tools/msobj140.dll",
- "tools/x64/ilc/tools/mspdbcore.dll",
- "tools/x64/ilc/tools/msvcdis140.dll",
- "tools/x64/ilc/tools/msvcp140.dll",
- "tools/x64/ilc/tools/nutc_driver.exe",
- "tools/x64/ilc/tools/nutc_driver.exe.config",
- "tools/x64/ilc/tools/nutc_interface.dll",
- "tools/x64/ilc/tools/pgocvt.exe",
- "tools/x64/ilc/tools/pgodb140.dll",
- "tools/x64/ilc/tools/pgomgr.exe",
- "tools/x64/ilc/tools/pgort140.dll",
- "tools/x64/ilc/tools/pgosweep.exe",
- "tools/x64/ilc/tools/pl/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/pl/sg.resources.dll",
- "tools/x64/ilc/tools/pt-BR/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/pt-BR/sg.resources.dll",
- "tools/x64/ilc/tools/rhbind.exe",
- "tools/x64/ilc/tools/ru/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/ru/sg.resources.dll",
- "tools/x64/ilc/tools/sg.exe",
- "tools/x64/ilc/tools/sg.exe.config",
- "tools/x64/ilc/tools/tr/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/tr/sg.resources.dll",
- "tools/x64/ilc/tools/ucrtbase.dll",
- "tools/x64/ilc/tools/vcruntime140.dll",
- "tools/x64/ilc/tools/zh-Hans/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/zh-Hans/sg.resources.dll",
- "tools/x64/ilc/tools/zh-Hant/Microsoft.Build.ILTasks.resources.dll",
- "tools/x64/ilc/tools/zh-Hant/sg.resources.dll",
- "tools/x64/ilc/tools64/1033/nutcui.dll",
- "tools/x64/ilc/tools64/ILCompiler.MetadataWriter.dll",
- "tools/x64/ilc/tools64/StackTraceExceptions.txt",
- "tools/x64/ilc/tools64/StackTraceMetadataProvider.dll",
- "tools/x64/ilc/tools64/c2n.dll",
- "tools/x64/ilc/tools64/msdia.sxs.manifest",
- "tools/x64/ilc/tools64/msdia120.dll",
- "tools/x64/ilc/tools64/msobj140.dll",
- "tools/x64/ilc/tools64/mspdbcore.dll",
- "tools/x64/ilc/tools64/msvcdis140.dll",
- "tools/x64/ilc/tools64/msvcp140.dll",
- "tools/x64/ilc/tools64/nutc_driver.exe",
- "tools/x64/ilc/tools64/nutc_driver.exe.config",
- "tools/x64/ilc/tools64/nutc_interface.dll",
- "tools/x64/ilc/tools64/pgocvt.exe",
- "tools/x64/ilc/tools64/pgodb140.dll",
- "tools/x64/ilc/tools64/pgomgr.exe",
- "tools/x64/ilc/tools64/pgort140.dll",
- "tools/x64/ilc/tools64/pgosweep.exe",
- "tools/x64/ilc/tools64/ucrtbase.dll",
- "tools/x64/ilc/tools64/vcruntime140.dll",
- "tools/x64/ilc/tr/CciExtensions.resources.dll",
- "tools/x64/ilc/tr/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/tr/Ilc.resources.dll",
- "tools/x64/ilc/tr/McgEngine.resources.dll",
- "tools/x64/ilc/tr/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/tr/ReducerEngine.resources.dll",
- "tools/x64/ilc/tr/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/zh-Hans/CciExtensions.resources.dll",
- "tools/x64/ilc/zh-Hans/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/zh-Hans/Ilc.resources.dll",
- "tools/x64/ilc/zh-Hans/McgEngine.resources.dll",
- "tools/x64/ilc/zh-Hans/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/zh-Hans/ReducerEngine.resources.dll",
- "tools/x64/ilc/zh-Hans/TypeNameUtilities.resources.dll",
- "tools/x64/ilc/zh-Hant/CciExtensions.resources.dll",
- "tools/x64/ilc/zh-Hant/Gatekeeper.Engine.resources.dll",
- "tools/x64/ilc/zh-Hant/Ilc.resources.dll",
- "tools/x64/ilc/zh-Hant/McgEngine.resources.dll",
- "tools/x64/ilc/zh-Hant/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x64/ilc/zh-Hant/ReducerEngine.resources.dll",
- "tools/x64/ilc/zh-Hant/TypeNameUtilities.resources.dll",
- "tools/x64/mrt100etw.dll"
- ]
- },
- "runtime.win10-x64.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "sha512": "JoJavADSFAHk8KQo/bIHT+TTM1gn26X7A3DBltr0ocxcR+6FEnrFa1dLev2tFWmUcndeoyTklndZKwBkSFfEDw==",
- "type": "package",
- "path": "runtime.win10-x64.microsoft.net.native.sharedlibrary/2.2.8-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props",
- "build/runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets",
- "runtime.win10-x64.microsoft.net.native.sharedlibrary.2.2.8-rel-29512-01.nupkg.sha512",
- "runtime.win10-x64.microsoft.net.native.sharedlibrary.nuspec",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Memory.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Threading.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Collections.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Linq.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Memory.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Threading.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tools.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tools.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Memory.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Memory.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Generated.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Generated.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.StackTraceMetadata.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.StackTraceMetadata.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Security.Principal.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Security.Principal.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Threading.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Threading.ilpdb",
- "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdildll",
- "tools/SharedLibrary/chk/Native/Microsoft.NET.Native.Framework.Debug.2.2.appx",
- "tools/SharedLibrary/chk/Native/SharedLibrary.dll",
- "tools/SharedLibrary/chk/Native/SharedLibrary.pdb",
- "tools/SharedLibrary/chk/Native/SharedLibrary.pdb.srcsrv.txt",
- "tools/SharedLibrary/chk/SharedAssemblyILMergeInfo.csv",
- "tools/SharedLibrary/chk/SharedAssemblyList.txt",
- "tools/SharedLibrary/chk/SharedLibrary.iltransformtoc.ildll",
- "tools/SharedLibrary/chk/Toc/System.Collections.Concurrent.toc",
- "tools/SharedLibrary/chk/Toc/System.Collections.toc",
- "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tools.toc",
- "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tracing.toc",
- "tools/SharedLibrary/chk/Toc/System.Linq.Expressions.toc",
- "tools/SharedLibrary/chk/Toc/System.Linq.toc",
- "tools/SharedLibrary/chk/Toc/System.Memory.toc",
- "tools/SharedLibrary/chk/Toc/System.ObjectModel.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.CoreLib.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Interop.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Core.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Execution.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Metadata.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Generated.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Interop.Generated.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.StackTraceMetadata.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Threading.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.TypeLoader.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Uri.toc",
- "tools/SharedLibrary/chk/Toc/System.Reflection.TypeExtensions.toc",
- "tools/SharedLibrary/chk/Toc/System.Runtime.Extensions.toc",
- "tools/SharedLibrary/chk/Toc/System.Runtime.toc",
- "tools/SharedLibrary/chk/Toc/System.Security.Principal.toc",
- "tools/SharedLibrary/chk/Toc/System.Text.RegularExpressions.toc",
- "tools/SharedLibrary/chk/Toc/System.Threading.toc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Memory.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Threading.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Collections.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Linq.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Memory.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Threading.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tools.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tools.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Memory.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Memory.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Generated.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Generated.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.StackTraceMetadata.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.StackTraceMetadata.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Security.Principal.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Security.Principal.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Threading.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Threading.ilpdb",
- "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdildll",
- "tools/SharedLibrary/ret/Native/Microsoft.NET.Native.Framework.2.2.appx",
- "tools/SharedLibrary/ret/Native/SharedLibrary.dll",
- "tools/SharedLibrary/ret/Native/SharedLibrary.pdb",
- "tools/SharedLibrary/ret/Native/SharedLibrary.pdb.srcsrv.txt",
- "tools/SharedLibrary/ret/SharedAssemblyILMergeInfo.csv",
- "tools/SharedLibrary/ret/SharedAssemblyList.txt",
- "tools/SharedLibrary/ret/SharedLibrary.iltransformtoc.ildll",
- "tools/SharedLibrary/ret/Toc/System.Collections.Concurrent.toc",
- "tools/SharedLibrary/ret/Toc/System.Collections.toc",
- "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tools.toc",
- "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tracing.toc",
- "tools/SharedLibrary/ret/Toc/System.Linq.Expressions.toc",
- "tools/SharedLibrary/ret/Toc/System.Linq.toc",
- "tools/SharedLibrary/ret/Toc/System.Memory.toc",
- "tools/SharedLibrary/ret/Toc/System.ObjectModel.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.CoreLib.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Interop.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Core.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Execution.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Metadata.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Generated.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Interop.Generated.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.StackTraceMetadata.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Threading.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.TypeLoader.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Uri.toc",
- "tools/SharedLibrary/ret/Toc/System.Reflection.TypeExtensions.toc",
- "tools/SharedLibrary/ret/Toc/System.Runtime.Extensions.toc",
- "tools/SharedLibrary/ret/Toc/System.Runtime.toc",
- "tools/SharedLibrary/ret/Toc/System.Security.Principal.toc",
- "tools/SharedLibrary/ret/Toc/System.Text.RegularExpressions.toc",
- "tools/SharedLibrary/ret/Toc/System.Threading.toc"
- ]
- },
- "runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "sha512": "7e8MH4/tzwVV25dUvq+eYgvH31Tyi7kpGNcsqfzfJDYxA6hpGijhfZFFn2QHjORRoTu/BVxGM/9xc/bP4J0vRg==",
- "type": "package",
- "path": "runtime.win10-x64.microsoft.net.uwpcoreruntimesdk/2.2.11",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props",
- "build/runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets",
- "runtime.win10-x64.microsoft.net.uwpcoreruntimesdk.2.2.11.nupkg.sha512",
- "runtime.win10-x64.microsoft.net.uwpcoreruntimesdk.nuspec",
- "tools/AppLocal/consoleuwpshim.exe",
- "tools/AppLocal/uwpshim.exe",
- "tools/Appx/Microsoft.NET.CoreFramework.Debug.2.2.appx",
- "tools/Appx/Microsoft.NET.CoreRuntime.2.2.appx",
- "tools/CoreRuntime/copywin32resources.exe"
- ]
- },
- "runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "sha512": "EqfKqHuQsosS4oPFBaKlUFMSV2ZSLh2VoxWnLkPiydVK9jIh31c2Au1csZ5ucQmXOra3vEuZLToOK4XNVLW2wQ==",
- "type": "package",
- "path": "runtime.win10-x64.microsoft.netcore.universalwindowsplatform/6.2.11",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "ref/netstandard/_._",
- "runtime.win10-x64.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "runtime.win10-x64.microsoft.netcore.universalwindowsplatform.nuspec",
- "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.CSharp.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.VisualBasic.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.AppContext.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Buffers.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Concurrent.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Immutable.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.NonGeneric.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Specialized.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Annotations.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Composition.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Configuration.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Console.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Core.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Data.Common.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Data.SqlClient.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Data.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Contracts.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Debug.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Process.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Tools.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Tracing.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Drawing.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Drawing.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Dynamic.Runtime.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.Calendars.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.Extensions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.IsolatedStorage.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Pipes.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Ports.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.IO.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Expressions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Parallel.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Queryable.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Memory.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Http.Rtc.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Http.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.HttpListener.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Mail.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.NameResolution.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.NetworkInformation.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Ping.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Requests.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Security.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.ServicePoint.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Sockets.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebClient.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebProxy.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebSockets.Client.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebSockets.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Net.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.Vectors.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ObjectModel.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.DataContractSerialization.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.ServiceModel.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Uri.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Xml.Linq.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Xml.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Context.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Extensions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Metadata.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.Reader.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.ResourceManager.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.Writer.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Extensions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Handles.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Numerics.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.AccessControl.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Claims.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Permissions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Principal.Windows.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Principal.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.SecureString.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Security.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Duplex.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Http.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Primitives.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Security.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Web.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceProcess.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Text.RegularExpressions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Overlapped.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Thread.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.ThreadPool.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Timer.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Transactions.Local.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Transactions.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.ValueTuple.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Web.HttpUtility.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Web.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Windows.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.Linq.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.ReaderWriter.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.Serialization.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XDocument.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XPath.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XmlDocument.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XmlSerializer.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/System.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/WindowsBase.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/mscorlib.dll",
- "runtimes/win10-x64/lib/uap10.0.15138/netstandard.dll",
- "runtimes/win10-x64/nativeassets/uap10.0.15138/clrcompression.dll"
- ]
- },
- "runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "sha512": "2Yz+NstJwZlo4+9jfpQ+5fVuowPVIOG/Lp2yABPtfmh4VhbxoKyiAjeRo7bZUMk1RdwZL+LjJ5zg2l2Sh3ZhEA==",
- "type": "package",
- "path": "runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform/6.2.11",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "ref/netstandard/_._",
- "runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform.nuspec",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.CSharp.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.AppContext.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Buffers.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Immutable.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Specialized.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Configuration.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Console.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Core.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.Common.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.SqlClient.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Drawing.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Pipes.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Ports.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Expressions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Parallel.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Queryable.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Memory.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Http.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.HttpListener.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Mail.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.NameResolution.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Ping.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Requests.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Security.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Sockets.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebClient.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebProxy.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebSockets.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ObjectModel.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Uri.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Xml.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Context.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.Reader.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.Writer.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Handles.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.AccessControl.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Claims.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Permissions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Principal.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.SecureString.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceProcess.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Thread.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Timer.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Transactions.Local.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Transactions.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ValueTuple.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Web.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Windows.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.Linq.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.Serialization.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XDocument.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XPath.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/System.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/WindowsBase.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/mscorlib.dll",
- "runtimes/win10-x86-aot/lib/uap10.0.15138/netstandard.dll",
- "runtimes/win10-x86-aot/nativeassets/uap10.0.15138/clrcompression.dll"
- ]
- },
- "runtime.win10-x86.Microsoft.Net.Native.Compiler/2.2.9-rel-29512-01": {
- "sha512": "M586UCPkXEXFbbC7dNznyN9/uNSWNjOeWWHrKNhwztaIl5iCaqr9ITDu55hd7tRdsoi/mPthAH470k4Vml/UrA==",
- "type": "package",
- "path": "runtime.win10-x86.microsoft.net.native.compiler/2.2.9-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.props",
- "build/runtime.win10-x86.Microsoft.Net.Native.Compiler.targets",
- "runtime.win10-x86.microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "runtime.win10-x86.microsoft.net.native.compiler.nuspec",
- "tools/Runtime/x86/CommandProvider.dll",
- "tools/Runtime/x86/Microsoft.NET.Native.Runtime.2.2.appx",
- "tools/Runtime/x86/SymbolProvider.dll",
- "tools/Runtime/x86/mrt100_app.pdb",
- "tools/Runtime/x86/mrt100dac_winx86.dll",
- "tools/Runtime/x86/mrt100dbgshim_winx86.dll",
- "tools/Runtime/x86/mrt100dbi_winx86.dll",
- "tools/Runtime/x86/mrt100etw.dll",
- "tools/Runtime/x86/mrt100sos.dll",
- "tools/Runtime/x86/msdia120.dll",
- "tools/x86/etwevents.man",
- "tools/x86/ilc/Lib/Native/Interop.Native.lib",
- "tools/x86/ilc/Lib/Native/TypeLoader.Native.lib",
- "tools/x86/ilc/Lib/Native/pgort.lib",
- "tools/x86/ilc/Lib/Native/vmath.lib",
- "tools/x86/ilc/Lib/Private/System.Private.CompilerServices.ICastable.dll",
- "tools/x86/ilc/Lib/Private/System.Private.CoreLib.Augments.dll",
- "tools/x86/ilc/Lib/Private/System.Private.CoreLib.DeveloperExperience.dll",
- "tools/x86/ilc/Lib/Private/System.Private.CoreLib.DynamicDelegate.dll",
- "tools/x86/ilc/Lib/Private/System.Private.CoreLib.InteropServices.dll",
- "tools/x86/ilc/Lib/Private/System.Private.CoreLib.Threading.dll",
- "tools/x86/ilc/Lib/Private/System.Private.CoreLib.WinRTInterop.dll",
- "tools/x86/ilc/Lib/Private/System.Private.CoreLib.dll",
- "tools/x86/ilc/Lib/Private/System.Private.CoreLib.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.Debug.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Debug.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.DeveloperExperience.AppX.dll",
- "tools/x86/ilc/Lib/Private/System.Private.DeveloperExperience.AppX.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.DeveloperExperience.Console.dll",
- "tools/x86/ilc/Lib/Private/System.Private.DeveloperExperience.Console.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.DispatchProxy.dll",
- "tools/x86/ilc/Lib/Private/System.Private.ILToolchain.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Interop.Extensions.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Interop.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Interop.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.MCG.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Reflection.Core.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Reflection.Core.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.Reflection.Execution.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Reflection.Execution.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.Reflection.Metadata.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Reflection.Metadata.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.StackTraceGenerator.dll",
- "tools/x86/ilc/Lib/Private/System.Private.StackTraceGenerator.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.StackTraceMetadata.dll",
- "tools/x86/ilc/Lib/Private/System.Private.StackTraceMetadata.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.Threading.dll",
- "tools/x86/ilc/Lib/Private/System.Private.Threading.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.TypeLoader.dll",
- "tools/x86/ilc/Lib/Private/System.Private.TypeLoader.pdb",
- "tools/x86/ilc/Lib/Private/System.Private.WinRTInterop.CoreLib.dll",
- "tools/x86/ilc/Lib/Private/System.Private.WinRTInterop.CoreLib.pdb",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.CoreLib.dll",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.CoreLib.pdb",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.Interop.dll",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.Interop.pdb",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.Reflection.Core.dll",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.Reflection.Core.pdb",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.Reflection.Execution.dll",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.Reflection.Execution.pdb",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.TypeLoader.dll",
- "tools/x86/ilc/Lib/PrivateWin32/System.Private.TypeLoader.pdb",
- "tools/x86/ilc/Lib/Runtime/mrt100_app.dll",
- "tools/x86/ilc/Lib/Runtime/mrt100_app.pdb",
- "tools/x86/ilc/Lib/Runtime/mrt150.dll",
- "tools/x86/ilc/Lib/Runtime/mrt150.pdb",
- "tools/x86/ilc/clrcompression.dll",
- "tools/x86/ilc/cs/CciExtensions.resources.dll",
- "tools/x86/ilc/cs/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/cs/Ilc.resources.dll",
- "tools/x86/ilc/cs/McgEngine.resources.dll",
- "tools/x86/ilc/cs/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/cs/ReducerEngine.resources.dll",
- "tools/x86/ilc/cs/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/de/CciExtensions.resources.dll",
- "tools/x86/ilc/de/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/de/Ilc.resources.dll",
- "tools/x86/ilc/de/McgEngine.resources.dll",
- "tools/x86/ilc/de/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/de/ReducerEngine.resources.dll",
- "tools/x86/ilc/de/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/es/CciExtensions.resources.dll",
- "tools/x86/ilc/es/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/es/Ilc.resources.dll",
- "tools/x86/ilc/es/McgEngine.resources.dll",
- "tools/x86/ilc/es/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/es/ReducerEngine.resources.dll",
- "tools/x86/ilc/es/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/fr/CciExtensions.resources.dll",
- "tools/x86/ilc/fr/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/fr/Ilc.resources.dll",
- "tools/x86/ilc/fr/McgEngine.resources.dll",
- "tools/x86/ilc/fr/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/fr/ReducerEngine.resources.dll",
- "tools/x86/ilc/fr/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/ilc.exe",
- "tools/x86/ilc/it/CciExtensions.resources.dll",
- "tools/x86/ilc/it/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/it/Ilc.resources.dll",
- "tools/x86/ilc/it/McgEngine.resources.dll",
- "tools/x86/ilc/it/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/it/ReducerEngine.resources.dll",
- "tools/x86/ilc/it/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/ja/CciExtensions.resources.dll",
- "tools/x86/ilc/ja/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/ja/Ilc.resources.dll",
- "tools/x86/ilc/ja/McgEngine.resources.dll",
- "tools/x86/ilc/ja/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/ja/ReducerEngine.resources.dll",
- "tools/x86/ilc/ja/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/ko/CciExtensions.resources.dll",
- "tools/x86/ilc/ko/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/ko/Ilc.resources.dll",
- "tools/x86/ilc/ko/McgEngine.resources.dll",
- "tools/x86/ilc/ko/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/ko/ReducerEngine.resources.dll",
- "tools/x86/ilc/ko/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/mrt150.dll",
- "tools/x86/ilc/pl/CciExtensions.resources.dll",
- "tools/x86/ilc/pl/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/pl/Ilc.resources.dll",
- "tools/x86/ilc/pl/McgEngine.resources.dll",
- "tools/x86/ilc/pl/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/pl/ReducerEngine.resources.dll",
- "tools/x86/ilc/pl/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/pt-BR/CciExtensions.resources.dll",
- "tools/x86/ilc/pt-BR/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/pt-BR/Ilc.resources.dll",
- "tools/x86/ilc/pt-BR/McgEngine.resources.dll",
- "tools/x86/ilc/pt-BR/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/pt-BR/ReducerEngine.resources.dll",
- "tools/x86/ilc/pt-BR/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/rhconfig.ini",
- "tools/x86/ilc/ru/CciExtensions.resources.dll",
- "tools/x86/ilc/ru/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/ru/Ilc.resources.dll",
- "tools/x86/ilc/ru/McgEngine.resources.dll",
- "tools/x86/ilc/ru/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/ru/ReducerEngine.resources.dll",
- "tools/x86/ilc/ru/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/tools/1028/nutcui.dll",
- "tools/x86/ilc/tools/1028/rhbindui.dll",
- "tools/x86/ilc/tools/1029/nutcui.dll",
- "tools/x86/ilc/tools/1029/rhbindui.dll",
- "tools/x86/ilc/tools/1031/nutcui.dll",
- "tools/x86/ilc/tools/1031/rhbindui.dll",
- "tools/x86/ilc/tools/1033/nutcui.dll",
- "tools/x86/ilc/tools/1033/rhbindui.dll",
- "tools/x86/ilc/tools/1036/nutcui.dll",
- "tools/x86/ilc/tools/1036/rhbindui.dll",
- "tools/x86/ilc/tools/1040/nutcui.dll",
- "tools/x86/ilc/tools/1040/rhbindui.dll",
- "tools/x86/ilc/tools/1041/nutcui.dll",
- "tools/x86/ilc/tools/1041/rhbindui.dll",
- "tools/x86/ilc/tools/1042/nutcui.dll",
- "tools/x86/ilc/tools/1042/rhbindui.dll",
- "tools/x86/ilc/tools/1045/nutcui.dll",
- "tools/x86/ilc/tools/1045/rhbindui.dll",
- "tools/x86/ilc/tools/1046/nutcui.dll",
- "tools/x86/ilc/tools/1046/rhbindui.dll",
- "tools/x86/ilc/tools/1049/nutcui.dll",
- "tools/x86/ilc/tools/1049/rhbindui.dll",
- "tools/x86/ilc/tools/1055/nutcui.dll",
- "tools/x86/ilc/tools/1055/rhbindui.dll",
- "tools/x86/ilc/tools/2052/nutcui.dll",
- "tools/x86/ilc/tools/2052/rhbindui.dll",
- "tools/x86/ilc/tools/3082/nutcui.dll",
- "tools/x86/ilc/tools/3082/rhbindui.dll",
- "tools/x86/ilc/tools/CciExtensions.dll",
- "tools/x86/ilc/tools/Fr/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/Fr/sg.resources.dll",
- "tools/x86/ilc/tools/GatekeeperConfig.xml",
- "tools/x86/ilc/tools/ILCTelemetry.exe",
- "tools/x86/ilc/tools/ILCTelemetry.exe.config",
- "tools/x86/ilc/tools/ILCompiler.MetadataWriter.dll",
- "tools/x86/ilc/tools/MakeNativeWinMD.exe",
- "tools/x86/ilc/tools/MakeNativeWinMD.exe.config",
- "tools/x86/ilc/tools/McgCodeDom.dll",
- "tools/x86/ilc/tools/Microsoft.Build.ILTasks.dll",
- "tools/x86/ilc/tools/Microsoft.Cci.dll",
- "tools/x86/ilc/tools/Microsoft.DiaSymReader.Converter.dll",
- "tools/x86/ilc/tools/Microsoft.DiaSymReader.dll",
- "tools/x86/ilc/tools/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "tools/x86/ilc/tools/Microsoft.VisualStudio.RemoteControl.dll",
- "tools/x86/ilc/tools/Microsoft.VisualStudio.Telemetry.dll",
- "tools/x86/ilc/tools/Microsoft.VisualStudio.Utilities.Internal.dll",
- "tools/x86/ilc/tools/Newtonsoft.Json.dll",
- "tools/x86/ilc/tools/StackTraceExceptions.txt",
- "tools/x86/ilc/tools/StackTraceMetadataProvider.dll",
- "tools/x86/ilc/tools/System.Collections.Immutable.dll",
- "tools/x86/ilc/tools/System.Reflection.Metadata.dll",
- "tools/x86/ilc/tools/System.ValueTuple.dll",
- "tools/x86/ilc/tools/c2n.dll",
- "tools/x86/ilc/tools/cs/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/cs/sg.resources.dll",
- "tools/x86/ilc/tools/de/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/de/sg.resources.dll",
- "tools/x86/ilc/tools/es/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/es/sg.resources.dll",
- "tools/x86/ilc/tools/it/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/it/sg.resources.dll",
- "tools/x86/ilc/tools/ja/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/ja/sg.resources.dll",
- "tools/x86/ilc/tools/ko/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/ko/sg.resources.dll",
- "tools/x86/ilc/tools/msdia.sxs.manifest",
- "tools/x86/ilc/tools/msdia120.dll",
- "tools/x86/ilc/tools/msobj140.dll",
- "tools/x86/ilc/tools/mspdbcore.dll",
- "tools/x86/ilc/tools/msvcdis140.dll",
- "tools/x86/ilc/tools/msvcp140.dll",
- "tools/x86/ilc/tools/nutc_driver.exe",
- "tools/x86/ilc/tools/nutc_driver.exe.config",
- "tools/x86/ilc/tools/nutc_interface.dll",
- "tools/x86/ilc/tools/pgocvt.exe",
- "tools/x86/ilc/tools/pgodb140.dll",
- "tools/x86/ilc/tools/pgomgr.exe",
- "tools/x86/ilc/tools/pgort140.dll",
- "tools/x86/ilc/tools/pgosweep.exe",
- "tools/x86/ilc/tools/pl/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/pl/sg.resources.dll",
- "tools/x86/ilc/tools/pt-BR/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/pt-BR/sg.resources.dll",
- "tools/x86/ilc/tools/rhbind.exe",
- "tools/x86/ilc/tools/ru/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/ru/sg.resources.dll",
- "tools/x86/ilc/tools/sg.exe",
- "tools/x86/ilc/tools/sg.exe.config",
- "tools/x86/ilc/tools/tr/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/tr/sg.resources.dll",
- "tools/x86/ilc/tools/ucrtbase.dll",
- "tools/x86/ilc/tools/vcruntime140.dll",
- "tools/x86/ilc/tools/zh-Hans/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/zh-Hans/sg.resources.dll",
- "tools/x86/ilc/tools/zh-Hant/Microsoft.Build.ILTasks.resources.dll",
- "tools/x86/ilc/tools/zh-Hant/sg.resources.dll",
- "tools/x86/ilc/tools64/1033/nutcui.dll",
- "tools/x86/ilc/tools64/ILCompiler.MetadataWriter.dll",
- "tools/x86/ilc/tools64/StackTraceExceptions.txt",
- "tools/x86/ilc/tools64/StackTraceMetadataProvider.dll",
- "tools/x86/ilc/tools64/c2n.dll",
- "tools/x86/ilc/tools64/msdia.sxs.manifest",
- "tools/x86/ilc/tools64/msdia120.dll",
- "tools/x86/ilc/tools64/msobj140.dll",
- "tools/x86/ilc/tools64/mspdbcore.dll",
- "tools/x86/ilc/tools64/msvcdis140.dll",
- "tools/x86/ilc/tools64/msvcp140.dll",
- "tools/x86/ilc/tools64/nutc_driver.exe",
- "tools/x86/ilc/tools64/nutc_driver.exe.config",
- "tools/x86/ilc/tools64/nutc_interface.dll",
- "tools/x86/ilc/tools64/pgocvt.exe",
- "tools/x86/ilc/tools64/pgodb140.dll",
- "tools/x86/ilc/tools64/pgomgr.exe",
- "tools/x86/ilc/tools64/pgort140.dll",
- "tools/x86/ilc/tools64/pgosweep.exe",
- "tools/x86/ilc/tools64/ucrtbase.dll",
- "tools/x86/ilc/tools64/vcruntime140.dll",
- "tools/x86/ilc/tr/CciExtensions.resources.dll",
- "tools/x86/ilc/tr/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/tr/Ilc.resources.dll",
- "tools/x86/ilc/tr/McgEngine.resources.dll",
- "tools/x86/ilc/tr/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/tr/ReducerEngine.resources.dll",
- "tools/x86/ilc/tr/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/zh-Hans/CciExtensions.resources.dll",
- "tools/x86/ilc/zh-Hans/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/zh-Hans/Ilc.resources.dll",
- "tools/x86/ilc/zh-Hans/McgEngine.resources.dll",
- "tools/x86/ilc/zh-Hans/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/zh-Hans/ReducerEngine.resources.dll",
- "tools/x86/ilc/zh-Hans/TypeNameUtilities.resources.dll",
- "tools/x86/ilc/zh-Hant/CciExtensions.resources.dll",
- "tools/x86/ilc/zh-Hant/Gatekeeper.Engine.resources.dll",
- "tools/x86/ilc/zh-Hant/Ilc.resources.dll",
- "tools/x86/ilc/zh-Hant/McgEngine.resources.dll",
- "tools/x86/ilc/zh-Hant/Microsoft.NetNative.IL2IL.resources.dll",
- "tools/x86/ilc/zh-Hant/ReducerEngine.resources.dll",
- "tools/x86/ilc/zh-Hant/TypeNameUtilities.resources.dll",
- "tools/x86/mrt100etw.dll"
- ]
- },
- "runtime.win10-x86.Microsoft.Net.Native.SharedLibrary/2.2.8-rel-29512-01": {
- "sha512": "s+oRLOdFSD8FS/hG2MBLzcdPzvBOzQqydYGLl/E+jaB7ijqYs8Dd3yeK72HgWLmKvp3rtkPhCHeRqYhA54+1YQ==",
- "type": "package",
- "path": "runtime.win10-x86.microsoft.net.native.sharedlibrary/2.2.8-rel-29512-01",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props",
- "build/runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets",
- "runtime.win10-x86.microsoft.net.native.sharedlibrary.2.2.8-rel-29512-01.nupkg.sha512",
- "runtime.win10-x86.microsoft.net.native.sharedlibrary.nuspec",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Memory.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Threading.iltoc",
- "tools/SharedLibrary/chk/AnalysisILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Collections.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Linq.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Memory.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/chk/ILToc/System.Threading.iltoc",
- "tools/SharedLibrary/chk/ILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Collections.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tools.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tools.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Linq.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Memory.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Memory.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Generated.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Generated.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.StackTraceMetadata.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.StackTraceMetadata.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Runtime.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Security.Principal.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Security.Principal.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ilpdb",
- "tools/SharedLibrary/chk/ILTransformed/System.Threading.ildll",
- "tools/SharedLibrary/chk/ILTransformed/System.Threading.ilpdb",
- "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdildll",
- "tools/SharedLibrary/chk/Native/Microsoft.NET.Native.Framework.Debug.2.2.appx",
- "tools/SharedLibrary/chk/Native/SharedLibrary.dll",
- "tools/SharedLibrary/chk/Native/SharedLibrary.pdb",
- "tools/SharedLibrary/chk/Native/SharedLibrary.pdb.srcsrv.txt",
- "tools/SharedLibrary/chk/SharedAssemblyILMergeInfo.csv",
- "tools/SharedLibrary/chk/SharedAssemblyList.txt",
- "tools/SharedLibrary/chk/SharedLibrary.iltransformtoc.ildll",
- "tools/SharedLibrary/chk/Toc/System.Collections.Concurrent.toc",
- "tools/SharedLibrary/chk/Toc/System.Collections.toc",
- "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tools.toc",
- "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tracing.toc",
- "tools/SharedLibrary/chk/Toc/System.Linq.Expressions.toc",
- "tools/SharedLibrary/chk/Toc/System.Linq.toc",
- "tools/SharedLibrary/chk/Toc/System.Memory.toc",
- "tools/SharedLibrary/chk/Toc/System.ObjectModel.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.CoreLib.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Interop.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Core.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Execution.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Metadata.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Generated.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Interop.Generated.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.StackTraceMetadata.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Threading.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.TypeLoader.toc",
- "tools/SharedLibrary/chk/Toc/System.Private.Uri.toc",
- "tools/SharedLibrary/chk/Toc/System.Reflection.TypeExtensions.toc",
- "tools/SharedLibrary/chk/Toc/System.Runtime.Extensions.toc",
- "tools/SharedLibrary/chk/Toc/System.Runtime.toc",
- "tools/SharedLibrary/chk/Toc/System.Security.Principal.toc",
- "tools/SharedLibrary/chk/Toc/System.Text.RegularExpressions.toc",
- "tools/SharedLibrary/chk/Toc/System.Threading.toc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Memory.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Threading.iltoc",
- "tools/SharedLibrary/ret/AnalysisILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Collections.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Collections.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tools.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tools.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Linq.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Linq.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Memory.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Memory.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Generated.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Generated.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.StackTraceMetadata.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.StackTraceMetadata.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Runtime.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Security.Principal.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Security.Principal.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltocpdb",
- "tools/SharedLibrary/ret/ILToc/System.Threading.iltoc",
- "tools/SharedLibrary/ret/ILToc/System.Threading.iltocpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Collections.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tools.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tools.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Linq.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Memory.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Memory.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Generated.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Generated.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.StackTraceMetadata.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.StackTraceMetadata.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Runtime.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Security.Principal.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Security.Principal.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ilpdb",
- "tools/SharedLibrary/ret/ILTransformed/System.Threading.ildll",
- "tools/SharedLibrary/ret/ILTransformed/System.Threading.ilpdb",
- "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdildll",
- "tools/SharedLibrary/ret/Native/Microsoft.NET.Native.Framework.2.2.appx",
- "tools/SharedLibrary/ret/Native/SharedLibrary.dll",
- "tools/SharedLibrary/ret/Native/SharedLibrary.pdb",
- "tools/SharedLibrary/ret/Native/SharedLibrary.pdb.srcsrv.txt",
- "tools/SharedLibrary/ret/SharedAssemblyILMergeInfo.csv",
- "tools/SharedLibrary/ret/SharedAssemblyList.txt",
- "tools/SharedLibrary/ret/SharedLibrary.iltransformtoc.ildll",
- "tools/SharedLibrary/ret/Toc/System.Collections.Concurrent.toc",
- "tools/SharedLibrary/ret/Toc/System.Collections.toc",
- "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tools.toc",
- "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tracing.toc",
- "tools/SharedLibrary/ret/Toc/System.Linq.Expressions.toc",
- "tools/SharedLibrary/ret/Toc/System.Linq.toc",
- "tools/SharedLibrary/ret/Toc/System.Memory.toc",
- "tools/SharedLibrary/ret/Toc/System.ObjectModel.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.CoreLib.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Interop.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Core.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Execution.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Metadata.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Generated.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Interop.Generated.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.StackTraceMetadata.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Threading.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.TypeLoader.toc",
- "tools/SharedLibrary/ret/Toc/System.Private.Uri.toc",
- "tools/SharedLibrary/ret/Toc/System.Reflection.TypeExtensions.toc",
- "tools/SharedLibrary/ret/Toc/System.Runtime.Extensions.toc",
- "tools/SharedLibrary/ret/Toc/System.Runtime.toc",
- "tools/SharedLibrary/ret/Toc/System.Security.Principal.toc",
- "tools/SharedLibrary/ret/Toc/System.Text.RegularExpressions.toc",
- "tools/SharedLibrary/ret/Toc/System.Threading.toc"
- ]
- },
- "runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk/2.2.11": {
- "sha512": "NF8tUTxFfwd8MXiA6ygCVuT7dVgEkaHpuwFnDeP1L2i1SIOxhk5w4HHySjmvbRSYtnjLA9BlOtwjGIJCztOHeg==",
- "type": "package",
- "path": "runtime.win10-x86.microsoft.net.uwpcoreruntimesdk/2.2.11",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props",
- "build/runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets",
- "runtime.win10-x86.microsoft.net.uwpcoreruntimesdk.2.2.11.nupkg.sha512",
- "runtime.win10-x86.microsoft.net.uwpcoreruntimesdk.nuspec",
- "tools/AppLocal/consoleuwpshim.exe",
- "tools/AppLocal/uwpshim.exe",
- "tools/Appx/Microsoft.NET.CoreFramework.Debug.2.2.appx",
- "tools/Appx/Microsoft.NET.CoreRuntime.2.2.appx",
- "tools/CoreRuntime/copywin32resources.exe"
- ]
- },
- "runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform/6.2.11": {
- "sha512": "Svwt46NcUEBhH+LNdg+9J+phHiWW3mmfuKrKT1RGI9QCownxaFg0kI5NCT0YhoMcndFT6fLsUA5VLswApg3/HA==",
- "type": "package",
- "path": "runtime.win10-x86.microsoft.netcore.universalwindowsplatform/6.2.11",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "ref/netstandard/_._",
- "runtime.win10-x86.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "runtime.win10-x86.microsoft.netcore.universalwindowsplatform.nuspec",
- "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.CSharp.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.VisualBasic.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.AppContext.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Buffers.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Concurrent.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Immutable.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.NonGeneric.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Specialized.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Annotations.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Composition.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Configuration.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Console.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Core.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Data.Common.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Data.SqlClient.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Data.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Contracts.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Debug.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Process.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Tools.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Tracing.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Drawing.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Drawing.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Dynamic.Runtime.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.Calendars.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.Extensions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.IsolatedStorage.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Pipes.AccessControl.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Pipes.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Ports.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.IO.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Expressions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Parallel.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Queryable.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Memory.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Http.Rtc.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Http.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.HttpListener.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Mail.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.NameResolution.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.NetworkInformation.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Ping.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Requests.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Security.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.ServicePoint.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Sockets.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebClient.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebProxy.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebSockets.Client.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebSockets.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Net.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.Vectors.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ObjectModel.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.DataContractSerialization.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.ServiceModel.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Uri.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Xml.Linq.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Xml.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Context.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Extensions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Metadata.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.Reader.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.ResourceManager.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.Writer.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.CompilerServices.Unsafe.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Extensions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Handles.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Numerics.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.AccessControl.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Claims.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Permissions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Principal.Windows.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Principal.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.SecureString.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Security.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Duplex.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Http.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Primitives.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Security.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Web.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceProcess.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Text.RegularExpressions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Overlapped.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Thread.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.ThreadPool.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Timer.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Transactions.Local.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Transactions.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.ValueTuple.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Web.HttpUtility.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Web.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Windows.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.Linq.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.ReaderWriter.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.Serialization.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XDocument.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XPath.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XmlDocument.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XmlSerializer.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/System.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/WindowsBase.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/mscorlib.dll",
- "runtimes/win10-x86/lib/uap10.0.15138/netstandard.dll",
- "runtimes/win10-x86/nativeassets/uap10.0.15138/clrcompression.dll"
- ]
- },
- "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.e_sqlite3/2.0.2": {
- "sha512": "i85nt+PE5q+85jDDKos+32MyCyPIBjW09DHhTJm8Tr2lXjRza+zBB3/1ovBbHgZP8o/fXzqNwB8bZsRzEtzk4Q==",
- "type": "package",
- "path": "sqlitepclraw.provider.e_sqlite3/2.0.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll",
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll",
- "sqlitepclraw.provider.e_sqlite3.2.0.2.nupkg.sha512",
- "sqlitepclraw.provider.e_sqlite3.nuspec"
- ]
- },
- "System.Collections.Immutable/1.7.1": {
- "sha512": "B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==",
- "type": "package",
- "path": "system.collections.immutable/1.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Collections.Immutable.dll",
- "lib/net461/System.Collections.Immutable.xml",
- "lib/netstandard1.0/System.Collections.Immutable.dll",
- "lib/netstandard1.0/System.Collections.Immutable.xml",
- "lib/netstandard1.3/System.Collections.Immutable.dll",
- "lib/netstandard1.3/System.Collections.Immutable.xml",
- "lib/netstandard2.0/System.Collections.Immutable.dll",
- "lib/netstandard2.0/System.Collections.Immutable.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
- "system.collections.immutable.1.7.1.nupkg.sha512",
- "system.collections.immutable.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "sha512": "0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
- "type": "package",
- "path": "system.componentmodel.annotations/4.7.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net461/System.ComponentModel.Annotations.dll",
- "lib/netcore50/System.ComponentModel.Annotations.dll",
- "lib/netstandard1.4/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.0/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.1/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.1/System.ComponentModel.Annotations.xml",
- "lib/portable-net45+win8/_._",
- "lib/win8/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net461/System.ComponentModel.Annotations.dll",
- "ref/net461/System.ComponentModel.Annotations.xml",
- "ref/netcore50/System.ComponentModel.Annotations.dll",
- "ref/netcore50/System.ComponentModel.Annotations.xml",
- "ref/netcore50/de/System.ComponentModel.Annotations.xml",
- "ref/netcore50/es/System.ComponentModel.Annotations.xml",
- "ref/netcore50/fr/System.ComponentModel.Annotations.xml",
- "ref/netcore50/it/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ja/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ko/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ru/System.ComponentModel.Annotations.xml",
- "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.1/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.3/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.4/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard2.0/System.ComponentModel.Annotations.dll",
- "ref/netstandard2.0/System.ComponentModel.Annotations.xml",
- "ref/netstandard2.1/System.ComponentModel.Annotations.dll",
- "ref/netstandard2.1/System.ComponentModel.Annotations.xml",
- "ref/portable-net45+win8/_._",
- "ref/win8/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.componentmodel.annotations.4.7.0.nupkg.sha512",
- "system.componentmodel.annotations.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "sha512": "j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==",
- "type": "package",
- "path": "system.diagnostics.diagnosticsource/4.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/System.Diagnostics.DiagnosticSource.dll",
- "lib/net45/System.Diagnostics.DiagnosticSource.xml",
- "lib/net46/System.Diagnostics.DiagnosticSource.dll",
- "lib/net46/System.Diagnostics.DiagnosticSource.xml",
- "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
- "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
- "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
- "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
- "system.diagnostics.diagnosticsource.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Memory/4.5.4": {
- "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
- "type": "package",
- "path": "system.memory/4.5.4",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Memory.dll",
- "lib/net461/System.Memory.xml",
- "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.4.nupkg.sha512",
- "system.memory.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "sha512": "zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==",
- "type": "package",
- "path": "system.runtime.compilerservices.unsafe/4.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/net461/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/net461/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512",
- "system.runtime.compilerservices.unsafe.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Text.Encodings.Web/4.7.1": {
- "sha512": "3qreYFQcLnyFk1LuaNWyyWE+sfkfe5eSTaIIssYrLNUIDbgyZNQBYQSzSDo4AprpjVeVX2T4KHKii9fiSZVUow==",
- "type": "package",
- "path": "system.text.encodings.web/4.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Text.Encodings.Web.dll",
- "lib/net461/System.Text.Encodings.Web.xml",
- "lib/netstandard1.0/System.Text.Encodings.Web.dll",
- "lib/netstandard1.0/System.Text.Encodings.Web.xml",
- "lib/netstandard2.0/System.Text.Encodings.Web.dll",
- "lib/netstandard2.0/System.Text.Encodings.Web.xml",
- "lib/netstandard2.1/System.Text.Encodings.Web.dll",
- "lib/netstandard2.1/System.Text.Encodings.Web.xml",
- "system.text.encodings.web.4.7.1.nupkg.sha512",
- "system.text.encodings.web.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Text.Json/4.7.2": {
- "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
- "type": "package",
- "path": "system.text.json/4.7.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Text.Json.dll",
- "lib/net461/System.Text.Json.xml",
- "lib/netcoreapp3.0/System.Text.Json.dll",
- "lib/netcoreapp3.0/System.Text.Json.xml",
- "lib/netstandard2.0/System.Text.Json.dll",
- "lib/netstandard2.0/System.Text.Json.xml",
- "system.text.json.4.7.2.nupkg.sha512",
- "system.text.json.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
- "type": "package",
- "path": "system.threading.tasks.extensions/4.5.4",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net461/System.Threading.Tasks.Extensions.dll",
- "lib/net461/System.Threading.Tasks.Extensions.xml",
- "lib/netcoreapp2.1/_._",
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/netcoreapp2.1/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.threading.tasks.extensions.4.5.4.nupkg.sha512",
- "system.threading.tasks.extensions.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.ValueTuple/4.5.0": {
- "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
- "type": "package",
- "path": "system.valuetuple/4.5.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net461/System.ValueTuple.dll",
- "lib/net461/System.ValueTuple.xml",
- "lib/net47/System.ValueTuple.dll",
- "lib/net47/System.ValueTuple.xml",
- "lib/netcoreapp2.0/_._",
- "lib/netstandard1.0/System.ValueTuple.dll",
- "lib/netstandard1.0/System.ValueTuple.xml",
- "lib/netstandard2.0/_._",
- "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll",
- "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml",
- "lib/uap10.0.16299/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net461/System.ValueTuple.dll",
- "ref/net47/System.ValueTuple.dll",
- "ref/netcoreapp2.0/_._",
- "ref/netstandard2.0/_._",
- "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll",
- "ref/uap10.0.16299/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.valuetuple.4.5.0.nupkg.sha512",
- "system.valuetuple.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Win2D.uwp/1.25.0": {
- "sha512": "Gll0bGN1DvRpRf2PsxPtrFECfLel2BJhRwSiBaG6GQH+2RypCaR7e9lZXasN5d1ppUlqmza1OiexJ34QBPl5RA==",
- "type": "package",
- "path": "win2d.uwp/1.25.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Win2d.githash.txt",
- "build/Win2D.common.targets",
- "build/native/Win2D.uwp.targets",
- "build/net45/Win2D.uwp.targets",
- "build/netcoreapp3.0/Win2D.uwp.targets",
- "build/win10/Win2D.uwp.targets",
- "include/Microsoft.Graphics.Canvas.h",
- "include/Microsoft.Graphics.Canvas.native.h",
- "lib/net45/Microsoft.Graphics.Canvas.winmd",
- "lib/net45/Microsoft.Graphics.Canvas.xml",
- "lib/netcoreapp3.0/Microsoft.Graphics.Canvas.winmd",
- "lib/netcoreapp3.0/Microsoft.Graphics.Canvas.xml",
- "lib/uap10.0/Microsoft.Graphics.Canvas.winmd",
- "lib/uap10.0/Microsoft.Graphics.Canvas.xml",
- "runtimes/win10-arm/native/Microsoft.Graphics.Canvas.dll",
- "runtimes/win10-arm64/native/Microsoft.Graphics.Canvas.dll",
- "runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll",
- "runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll",
- "win2d.uwp.1.25.0.nupkg.sha512",
- "win2d.uwp.nuspec"
- ]
- },
- "AutoCatCore/1.0.0": {
- "type": "project",
- "path": "../AutoCatCore/AutoCatCore.csproj",
- "msbuildProject": "../AutoCatCore/AutoCatCore.csproj"
- }
- },
- "projectFileDependencyGroups": {
- "UAP,Version=v10.0.19041": [
- "AutoCatCore >= 1.0.0",
- "Microsoft.NETCore.UniversalWindowsPlatform >= 6.2.11",
- "Microsoft.Toolkit.Uwp >= 6.1.1",
- "Microsoft.Toolkit.Uwp.UI >= 6.1.1",
- "Microsoft.Toolkit.Uwp.UI.Controls >= 6.1.1",
- "Microsoft.UI.Xaml >= 2.5.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\selim\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\AutoCat.csproj",
- "projectName": "AutoCat",
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\AutoCat.csproj",
- "packagesPath": "C:\\Users\\selim\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\obj\\",
- "projectStyle": "PackageReference",
- "skipContentFileWrite": true,
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\"
- ],
- "configFilePaths": [
- "C:\\Users\\selim\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "uap10.0.19041"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "uap10.0.19041": {
- "projectReferences": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj": {
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj"
- }
- }
- }
- }
- },
- "frameworks": {
- "uap10.0.19041": {
- "dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": {
- "target": "Package",
- "version": "[6.2.11, )"
- },
- "Microsoft.Toolkit.Uwp": {
- "target": "Package",
- "version": "[6.1.1, )"
- },
- "Microsoft.Toolkit.Uwp.UI": {
- "target": "Package",
- "version": "[6.1.1, )"
- },
- "Microsoft.Toolkit.Uwp.UI.Controls": {
- "target": "Package",
- "version": "[6.1.1, )"
- },
- "Microsoft.UI.Xaml": {
- "target": "Package",
- "version": "[2.5.0, )"
- }
- },
- "imports": [
- "net461"
- ],
- "assetTargetFallback": true,
- "warn": true
- }
- },
- "runtimes": {
- "win10-arm": {
- "#import": []
- },
- "win10-arm-aot": {
- "#import": []
- },
- "win10-arm64-aot": {
- "#import": []
- },
- "win10-x64": {
- "#import": []
- },
- "win10-x64-aot": {
- "#import": []
- },
- "win10-x86": {
- "#import": []
- },
- "win10-x86-aot": {
- "#import": []
- }
- }
- }
-}
\ No newline at end of file
diff --git a/AutoCat/obj/project.nuget.cache b/AutoCat/obj/project.nuget.cache
deleted file mode 100644
index c416505..0000000
--- a/AutoCat/obj/project.nuget.cache
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "UxRlC/zJ0qgARdOTMea7Fad9k0aIbBMxbQGs5pRZfLV88ojsdT1Up6L44GPBU7tdPWiOr5WoGeOdA0Oq2hHYMQ==",
- "success": true,
- "projectFilePath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCat\\AutoCat.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\selim\\.nuget\\packages\\colorcode.core\\2.0.6\\colorcode.core.2.0.6.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\colorcode.uwp\\2.0.6\\colorcode.uwp.2.0.6.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.bcl.hashcode\\1.1.0\\microsoft.bcl.hashcode.1.1.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.data.sqlite.core\\3.1.10\\microsoft.data.sqlite.core.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.dotnet.platformabstractions\\3.1.6\\microsoft.dotnet.platformabstractions.3.1.6.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore\\3.1.10\\microsoft.entityframeworkcore.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\3.1.10\\microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\3.1.10\\microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\3.1.10\\microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite\\3.1.10\\microsoft.entityframeworkcore.sqlite.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite.core\\3.1.10\\microsoft.entityframeworkcore.sqlite.core.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\3.1.10\\microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.caching.memory\\3.1.10\\microsoft.extensions.caching.memory.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration\\3.1.10\\microsoft.extensions.configuration.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\3.1.10\\microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration.binder\\3.1.10\\microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\3.1.10\\microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\3.1.10\\microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencymodel\\3.1.6\\microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.logging\\3.1.10\\microsoft.extensions.logging.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\3.1.10\\microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.options\\3.1.10\\microsoft.extensions.options.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.primitives\\3.1.10\\microsoft.extensions.primitives.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.net.native.compiler\\2.2.9-rel-29512-01\\microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.net.uwpcoreruntimesdk\\2.2.11\\microsoft.net.uwpcoreruntimesdk.2.2.11.nupkg.sha512",
- "C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\microsoft.netcore.platforms\\2.1.0\\microsoft.netcore.platforms.2.1.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.netcore.universalwindowsplatform\\6.2.11\\microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.toolkit\\6.1.1\\microsoft.toolkit.6.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.toolkit.parsers\\6.1.1\\microsoft.toolkit.parsers.6.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.toolkit.uwp\\6.1.1\\microsoft.toolkit.uwp.6.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.toolkit.uwp.ui\\6.1.1\\microsoft.toolkit.uwp.ui.6.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.toolkit.uwp.ui.animations\\6.1.1\\microsoft.toolkit.uwp.ui.animations.6.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.toolkit.uwp.ui.controls\\6.1.1\\microsoft.toolkit.uwp.ui.controls.6.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.ui.xaml\\2.5.0\\microsoft.ui.xaml.2.5.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.xaml.behaviors.uwp.managed\\2.0.1\\microsoft.xaml.behaviors.uwp.managed.2.0.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform\\6.2.11\\runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-arm.microsoft.net.native.compiler\\2.2.9-rel-29512-01\\runtime.win10-arm.microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-arm.microsoft.net.native.sharedlibrary\\2.2.8-rel-29512-01\\runtime.win10-arm.microsoft.net.native.sharedlibrary.2.2.8-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\\2.2.11\\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk.2.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-arm.microsoft.netcore.universalwindowsplatform\\6.2.11\\runtime.win10-arm.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-arm64-aot.microsoft.netcore.universalwindowsplatform\\6.2.11\\runtime.win10-arm64-aot.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-arm64.microsoft.net.native.compiler\\2.2.9-rel-29512-01\\runtime.win10-arm64.microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-arm64.microsoft.net.native.sharedlibrary\\2.2.8-rel-29512-01\\runtime.win10-arm64.microsoft.net.native.sharedlibrary.2.2.8-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform\\6.2.11\\runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x64.microsoft.net.native.compiler\\2.2.9-rel-29512-01\\runtime.win10-x64.microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x64.microsoft.net.native.sharedlibrary\\2.2.8-rel-29512-01\\runtime.win10-x64.microsoft.net.native.sharedlibrary.2.2.8-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\\2.2.11\\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk.2.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x64.microsoft.netcore.universalwindowsplatform\\6.2.11\\runtime.win10-x64.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform\\6.2.11\\runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x86.microsoft.net.native.compiler\\2.2.9-rel-29512-01\\runtime.win10-x86.microsoft.net.native.compiler.2.2.9-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x86.microsoft.net.native.sharedlibrary\\2.2.8-rel-29512-01\\runtime.win10-x86.microsoft.net.native.sharedlibrary.2.2.8-rel-29512-01.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\\2.2.11\\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk.2.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\runtime.win10-x86.microsoft.netcore.universalwindowsplatform\\6.2.11\\runtime.win10-x86.microsoft.netcore.universalwindowsplatform.6.2.11.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.0.2\\sqlitepclraw.bundle_e_sqlite3.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.core\\2.0.2\\sqlitepclraw.core.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.0.2\\sqlitepclraw.lib.e_sqlite3.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.0.2\\sqlitepclraw.provider.e_sqlite3.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.collections.immutable\\1.7.1\\system.collections.immutable.1.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.componentmodel.annotations\\4.7.0\\system.componentmodel.annotations.4.7.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.1\\system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.7.1\\system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.text.encodings.web\\4.7.1\\system.text.encodings.web.4.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.text.json\\4.7.2\\system.text.json.4.7.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\win2d.uwp\\1.25.0\\win2d.uwp.1.25.0.nupkg.sha512"
- ],
- "logs": []
-}
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs b/AutoCat/obj/x64/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs
deleted file mode 100644
index 9302e39..0000000
--- a/AutoCat/obj/x64/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCore,Version=v5.0", FrameworkDisplayName = ".NET for Windows Universal")]
diff --git a/AutoCat/obj/x64/Debug/.winmd_cache/$Microsoft.Graphics.Canvas.winmd_637214426760000000.json b/AutoCat/obj/x64/Debug/.winmd_cache/$Microsoft.Graphics.Canvas.winmd_637214426760000000.json
deleted file mode 100644
index bb292d4..0000000
--- a/AutoCat/obj/x64/Debug/.winmd_cache/$Microsoft.Graphics.Canvas.winmd_637214426760000000.json
+++ /dev/null
@@ -1 +0,0 @@
-{"FullPath":"C:\\Users\\selim\\.nuget\\packages\\win2d.uwp\\1.25.0\\lib\\uap10.0\\Microsoft.Graphics.Canvas.winmd","InProcServers":{"Microsoft.Graphics.Canvas.dll":{"Path":"Microsoft.Graphics.Canvas.dll","TypeToThreadingModel":{"Microsoft.Graphics.Canvas.CanvasSwapChain":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasControl":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasSwapChainPanel":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasVirtualImageSource":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasDrawEventArgs":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasVirtualControl":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasImageSource":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasAnimatedUpdateEventArgs":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasAnimatedControl":"both","Microsoft.Graphics.Canvas.UI.Xaml.CanvasAnimatedDrawEventArgs":"both","Microsoft.Graphics.Canvas.UI.CanvasCreateResourcesEventArgs":"both","Microsoft.Graphics.Canvas.UI.Composition.CanvasComposition":"both","Microsoft.Graphics.Canvas.Brushes.CanvasRadialGradientBrush":"both","Microsoft.Graphics.Canvas.Brushes.CanvasImageBrush":"both","Microsoft.Graphics.Canvas.Brushes.CanvasLinearGradientBrush":"both","Microsoft.Graphics.Canvas.Brushes.CanvasSolidColorBrush":"both","Microsoft.Graphics.Canvas.CanvasCommandList":"both","Microsoft.Graphics.Canvas.Svg.CanvasSvgDocument":"both","Microsoft.Graphics.Canvas.Printing.CanvasPrintDocument":"both","Microsoft.Graphics.Canvas.CanvasDevice":"both","Microsoft.Graphics.Canvas.CanvasSpriteBatch":"both","Microsoft.Graphics.Canvas.CanvasBitmap":"both","Microsoft.Graphics.Canvas.CanvasRenderTarget":"both","Microsoft.Graphics.Canvas.Geometry.CanvasStrokeStyle":"both","Microsoft.Graphics.Canvas.Geometry.CanvasGeometry":"both","Microsoft.Graphics.Canvas.Geometry.CanvasPathBuilder":"both","Microsoft.Graphics.Canvas.Geometry.CanvasCachedGeometry":"both","Microsoft.Graphics.Canvas.Geometry.CanvasGradientMesh":"both","Microsoft.Graphics.Canvas.Text.CanvasTextFormat":"both","Microsoft.Graphics.Canvas.Text.CanvasNumberSubstitution":"both","Microsoft.Graphics.Canvas.Text.CanvasTextLayout":"both","Microsoft.Graphics.Canvas.Text.CanvasTextAnalyzer":"both","Microsoft.Graphics.Canvas.Text.CanvasFontSet":"both","Microsoft.Graphics.Canvas.Text.CanvasTypography":"both","Microsoft.Graphics.Canvas.Text.CanvasTextRenderingParameters":"both","Microsoft.Graphics.Canvas.CanvasVirtualBitmap":"both","Microsoft.Graphics.Canvas.Effects.DistantDiffuseEffect":"both","Microsoft.Graphics.Canvas.Effects.LuminanceToAlphaEffect":"both","Microsoft.Graphics.Canvas.Effects.BlendEffect":"both","Microsoft.Graphics.Canvas.Effects.CropEffect":"both","Microsoft.Graphics.Canvas.Effects.PremultiplyEffect":"both","Microsoft.Graphics.Canvas.Effects.ScaleEffect":"both","Microsoft.Graphics.Canvas.Effects.DisplacementMapEffect":"both","Microsoft.Graphics.Canvas.Effects.EdgeDetectionEffect":"both","Microsoft.Graphics.Canvas.Effects.BrightnessEffect":"both","Microsoft.Graphics.Canvas.Effects.TileEffect":"both","Microsoft.Graphics.Canvas.Effects.BorderEffect":"both","Microsoft.Graphics.Canvas.Effects.SepiaEffect":"both","Microsoft.Graphics.Canvas.Effects.GrayscaleEffect":"both","Microsoft.Graphics.Canvas.Effects.DirectionalBlurEffect":"both","Microsoft.Graphics.Canvas.Effects.PosterizeEffect":"both","Microsoft.Graphics.Canvas.Effects.HueToRgbEffect":"both","Microsoft.Graphics.Canvas.Effects.TableTransferEffect":"both","Microsoft.Graphics.Canvas.Effects.TintEffect":"both","Microsoft.Graphics.Canvas.Effects.OpacityEffect":"both","Microsoft.Graphics.Canvas.Effects.DpiCompensationEffect":"both","Microsoft.Graphics.Canvas.Effects.PointSpecularEffect":"both","Microsoft.Graphics.Canvas.Effects.RgbToHueEffect":"both","Microsoft.Graphics.Canvas.Effects.ConvolveMatrixEffect":"both","Microsoft.Graphics.Canvas.Effects.DistantSpecularEffect":"both","Microsoft.Graphics.Canvas.Effects.TurbulenceEffect":"both","Microsoft.Graphics.Canvas.Effects.CrossFadeEffect":"both","Microsoft.Graphics.Canvas.Effects.StraightenEffect":"both","Microsoft.Graphics.Canvas.Effects.UnPremultiplyEffect":"both","Microsoft.Graphics.Canvas.Effects.GammaTransferEffect":"both","Microsoft.Graphics.Canvas.Effects.ContrastEffect":"both","Microsoft.Graphics.Canvas.Effects.SpotSpecularEffect":"both","Microsoft.Graphics.Canvas.Effects.EffectTransferTable3D":"both","Microsoft.Graphics.Canvas.Effects.AtlasEffect":"both","Microsoft.Graphics.Canvas.Effects.ColorManagementEffect":"both","Microsoft.Graphics.Canvas.Effects.ShadowEffect":"both","Microsoft.Graphics.Canvas.Effects.DiscreteTransferEffect":"both","Microsoft.Graphics.Canvas.Effects.PointDiffuseEffect":"both","Microsoft.Graphics.Canvas.Effects.ExposureEffect":"both","Microsoft.Graphics.Canvas.Effects.TemperatureAndTintEffect":"both","Microsoft.Graphics.Canvas.Effects.EmbossEffect":"both","Microsoft.Graphics.Canvas.Effects.OpacityMetadataEffect":"both","Microsoft.Graphics.Canvas.Effects.ArithmeticCompositeEffect":"both","Microsoft.Graphics.Canvas.Effects.SharpenEffect":"both","Microsoft.Graphics.Canvas.Effects.VignetteEffect":"both","Microsoft.Graphics.Canvas.Effects.MorphologyEffect":"both","Microsoft.Graphics.Canvas.Effects.ColorManagementProfile":"both","Microsoft.Graphics.Canvas.Effects.TableTransfer3DEffect":"both","Microsoft.Graphics.Canvas.Effects.CompositeEffect":"both","Microsoft.Graphics.Canvas.Effects.ChromaKeyEffect":"both","Microsoft.Graphics.Canvas.Effects.ColorMatrixEffect":"both","Microsoft.Graphics.Canvas.Effects.HueRotationEffect":"both","Microsoft.Graphics.Canvas.Effects.ColorSourceEffect":"both","Microsoft.Graphics.Canvas.Effects.Transform2DEffect":"both","Microsoft.Graphics.Canvas.Effects.LinearTransferEffect":"both","Microsoft.Graphics.Canvas.Effects.PixelShaderEffect":"both","Microsoft.Graphics.Canvas.Effects.HighlightsAndShadowsEffect":"both","Microsoft.Graphics.Canvas.Effects.AlphaMaskEffect":"both","Microsoft.Graphics.Canvas.Effects.Transform3DEffect":"both","Microsoft.Graphics.Canvas.Effects.SpotDiffuseEffect":"both","Microsoft.Graphics.Canvas.Effects.InvertEffect":"both","Microsoft.Graphics.Canvas.Effects.GaussianBlurEffect":"both","Microsoft.Graphics.Canvas.Effects.SaturationEffect":"both","Microsoft.Graphics.Canvas.CanvasImage":"both"}}},"Namespaces":{"Microsoft.Graphics.Canvas.CanvasSwapChain":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasActiveLayer":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasCommandList":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasSwapChain":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasRenderTarget":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasDrawingSession":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasAlphaMode":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasVirtualBitmapOptions":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasSwapChainStatics":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasImageStatics":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.UI.CanvasCreateResourcesReason":"Microsoft.Graphics.Canvas.UI","Microsoft.Graphics.Canvas.UI.CanvasTimingInformation":"Microsoft.Graphics.Canvas.UI","Microsoft.Graphics.Canvas.UI.ICanvasCreateResourcesEventArgsFactory":"Microsoft.Graphics.Canvas.UI","Microsoft.Graphics.Canvas.UI.ICanvasCreateResourcesEventArgs":"Microsoft.Graphics.Canvas.UI","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasControl":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasControl":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasAnimatedUpdateEventArgsFactory":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasAnimatedUpdateEventArgs":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasRegionsInvalidatedEventArgs":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasVirtualImageSourceFactory":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasRegionsInvalidatedEventArgs":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasVirtualImageSource":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasSwapChainPanel":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasVirtualImageSource":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasImageSourceFactory":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasDrawEventArgs":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasAnimatedDrawEventArgsFactory":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasVirtualControl":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasVirtualControl":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasAnimatedControl":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasImageSource":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasAnimatedDrawEventArgs":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasImageSource":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasSwapChainPanel":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasAnimatedUpdateEventArgs":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasAnimatedControl":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.CanvasAnimatedDrawEventArgs":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasDrawEventArgsFactory":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.Xaml.ICanvasDrawEventArgs":"Microsoft.Graphics.Canvas.UI.Xaml","Microsoft.Graphics.Canvas.UI.CanvasCreateResourcesEventArgs":"Microsoft.Graphics.Canvas.UI","Microsoft.Graphics.Canvas.UI.Composition.CanvasComposition":"Microsoft.Graphics.Canvas.UI.Composition","Microsoft.Graphics.Canvas.UI.Composition.ICanvasCompositionStatics":"Microsoft.Graphics.Canvas.UI.Composition","Microsoft.Graphics.Canvas.Brushes.ICanvasRadialGradientBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasLinearGradientBrushFactory":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.CanvasRadialGradientBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasSolidColorBrushStatics":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasRadialGradientBrushStatics":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.CanvasImageBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.CanvasGradientStopHdr":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasLinearGradientBrushStatics":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasImageBrushFactory":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.CanvasLinearGradientBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasImageBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasRadialGradientBrushFactory":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasSolidColorBrushFactory":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.CanvasGradientStop":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.CanvasSolidColorBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasLinearGradientBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.Brushes.ICanvasSolidColorBrush":"Microsoft.Graphics.Canvas.Brushes","Microsoft.Graphics.Canvas.ICanvasImage":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasCommandList":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasColorSpace":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasDpiRounding":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasBlend":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.Svg.CanvasSvgAspectAlignment":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgUnits":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgDocumentFactory":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgTextElement":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgVisibility":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgPathAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgNamedElement":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgAspectScaling":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgDocument":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgElement":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgPathAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgDocumentStatics":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgPaintAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgOverflow":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgPaintType":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgTextElement":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgLengthUnits":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgPointsAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgPaintAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgDisplay":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgPointsAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.ICanvasSvgStrokeDashArrayAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgPathCommand":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgDocument":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgNamedElement":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.Svg.CanvasSvgStrokeDashArrayAttribute":"Microsoft.Graphics.Canvas.Svg","Microsoft.Graphics.Canvas.ICanvasDeviceStatics":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.Printing.CanvasPrintDeferral":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.ICanvasPrintEventArgs":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.ICanvasPrintDeferral":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.CanvasPreviewEventArgs":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.CanvasPrintTaskOptionsChangedEventArgs":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.ICanvasPrintTaskOptionsChangedEventArgs":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.ICanvasPrintDocument":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.ICanvasPrintDocumentFactory":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.CanvasPrintDocument":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.CanvasPrintEventArgs":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.Printing.ICanvasPreviewEventArgs":"Microsoft.Graphics.Canvas.Printing","Microsoft.Graphics.Canvas.CanvasDrawingSession":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasImageInterpolation":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasResourceCreatorWithDpi":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasDeviceFactory":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasSpriteBatch":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasUnits":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasSpriteBatchStatics":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasDevice":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasAntialiasing":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasBitmap":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasDevice":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasVirtualBitmapStatics":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasBitmapFileFormat":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasSpriteBatch":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasSpriteSortMode":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasSwapChainRotation":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasBitmap":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasCommandListFactory":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasRenderTarget":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.Geometry.CanvasLineJoin":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasArcSize":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasCapStyle":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasGradientMeshPatch":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasPathReceiver":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasTriangleVertices":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasGeometryStatics":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasGradientMeshStatics":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasFigureSegmentOptions":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasFigureLoop":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasPathBuilderFactory":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasCachedGeometry":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasFilledRegionDetermination":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasGeometryRelation":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasFigureFill":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasGeometryCombine":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasStrokeStyle":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasStrokeStyle":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasGeometry":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasGeometry":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasGeometrySimplification":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasPathBuilder":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasPathBuilder":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasDashStyle":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasCachedGeometry":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasStrokeTransformBehavior":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasGradientMesh":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasCachedGeometryStatics":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasSweepDirection":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasGradientMesh":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.ICanvasGradientMeshFactory":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.Geometry.CanvasGradientMeshPatchEdge":"Microsoft.Graphics.Canvas.Geometry","Microsoft.Graphics.Canvas.CanvasComposite":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasLock":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.Text.CanvasGlyphShaping":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasAnalyzedGlyphOrientation":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasGlyphOrientation":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextGridFit":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasUnicodeRange":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextInlineObject":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTrimmingSign":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasDrawTextOptions":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasScaledFont":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasNumberSubstitutionMethod":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextFormat":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasFontFace":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasScaledFont":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextAnalyzer":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextFormatStatics":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasScriptProperties":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasFontInformation":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTypography":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasLineSpacingMode":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextLayoutFactory":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasFontSetStatics":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasScriptShape":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextAnalyzerFactory":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasAnalyzedBreakpoint":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasGlyphMetrics":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextRenderingParametersFactory":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextAnalyzerOptions":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasHorizontalAlignment":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextAntialiasing":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextRenderingMode":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasFontSet":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextFormat":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasAnalyzedScript":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasFontProperty":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextDirection":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasWordWrapping":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasCharacterRange":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTypographyFeature":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasFontFace":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasNumberSubstitutionFactory":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasGlyph":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasNumberSubstitution":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextRenderingParameters":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasJustificationOpportunity":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextLayout":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasFontSimulations":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextMeasuringMode":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextAnalyzer":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextLayoutStatics":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasClusterMetrics":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextTrimmingGranularity":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasGlyphJustification":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasFontSet":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasAnalyzedBidi":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasLineMetrics":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasVerticalGlyphOrientation":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextRenderer":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasVerticalAlignment":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTypographyFeatureName":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasTextLayout":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTypography":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextLayoutRegion":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasFontFileFormatType":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasOpticalAlignment":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasClusterProperties":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasFontSetFactory":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.ICanvasNumberSubstitution":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasLineBreakCondition":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasFontPropertyIdentifier":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.Text.CanvasTextRenderingParameters":"Microsoft.Graphics.Canvas.Text","Microsoft.Graphics.Canvas.ICanvasBitmapStatics":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasSpriteOptions":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasBitmapFactory":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasResourceCreator":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasVirtualBitmap":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasRenderTargetStatics":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasVirtualBitmap":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasRenderTargetFactory":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasLock":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasLayerOptions":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasEdgeBehavior":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.Effects.IEmbossEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IColorManagementEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IPremultiplyEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.DistantDiffuseEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ISaturationEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.LuminanceToAlphaEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.BlendEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IAlphaMaskEffectStatics":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IMorphologyEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.CropEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.PremultiplyEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IHueToRgbEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ScaleEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.DisplacementMapEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.EdgeDetectionEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.BrightnessEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.EffectChannelSelect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.TileEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.BlendEffectMode":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IRgbToHueEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.BorderEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IColorSourceEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ICompositeEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ISpotSpecularEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.SepiaEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.GrayscaleEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IPixelShaderEffectFactory":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.DirectionalBlurEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorManagementProfileType":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IEffectTransferTable3D":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IDistantDiffuseEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITintEffectStatics":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ISpotDiffuseEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.PosterizeEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IAtlasEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.HueToRgbEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorManagementRenderingIntent":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.TableTransferEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITintEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.TintEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.OpacityEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.DpiCompensationEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorManagementEffectQuality":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IOpacityEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.PointSpecularEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.TurbulenceEffectNoise":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.RgbToHueEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ConvolveMatrixEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ICanvasEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.DistantSpecularEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITileEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IScaleEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IColorManagementProfileFactory":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IHighlightsAndShadowsEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.TurbulenceEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ICropEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.CrossFadeEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.StraightenEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IBorderEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IUnPremultiplyEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IDistantSpecularEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.MorphologyEffectMode":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.EffectBorderMode":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.UnPremultiplyEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IAlphaMaskEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IColorMatrixEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.GammaTransferEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IHueRotationEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ICrossFadeEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITransform3DEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ContrastEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.SpotSpecularEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.EffectTransferTable3D":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITableTransferEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.SamplerCoordinateMapping":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.AtlasEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IPosterizeEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IEdgeDetectionEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorManagementEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IDisplacementMapEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.EffectHueColorSpace":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ISepiaEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IGrayscaleEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ShadowEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ILuminanceToAlphaEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITemperatureAndTintEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.DiscreteTransferEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.PointDiffuseEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IBrightnessEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IOpacityEffectStatics":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IStraightenEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IArithmeticCompositeEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IConvolveMatrixEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IGaussianBlurEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ExposureEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.TemperatureAndTintEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.EmbossEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ExtendedColorSpace":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.OpacityMetadataEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ArithmeticCompositeEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IPointSpecularEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorManagementGamma":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IPixelShaderEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITransform2DEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IBlendEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITableTransfer3DEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IColorManagementProfile":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IContrastEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ISharpenEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.SharpenEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IVignetteEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.VignetteEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IColorManagementProfileStatics":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.MorphologyEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorManagementProfile":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IInvertEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.TableTransfer3DEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.CompositeEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.EdgeDetectionEffectMode":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.EffectOptimization":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IOpacityMetadataEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorManagementSimpleProfile":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IDpiCompensationEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ILinearTransferEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ChromaKeyEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IDiscreteTransferEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IEffectTransferTable3DStatics":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IChromaKeyEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IExposureEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorMatrixEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.HueRotationEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ColorSourceEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.Transform2DEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.LinearTransferEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ICrossFadeEffectStatics":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IGammaTransferEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.PixelShaderEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IColorManagementEffectStatics":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.ITurbulenceEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IDirectionalBlurEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IPointDiffuseEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.HighlightsAndShadowsEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.IShadowEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.AlphaMaskEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.Matrix5x4":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.Transform3DEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.SpotDiffuseEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.InvertEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.GaussianBlurEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.Effects.SaturationEffect":"Microsoft.Graphics.Canvas.Effects","Microsoft.Graphics.Canvas.CanvasBufferPrecision":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasImage":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.ICanvasSwapChainFactory":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasDebugLevel":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasSpriteFlip":"Microsoft.Graphics.Canvas","Microsoft.Graphics.Canvas.CanvasActiveLayer":"Microsoft.Graphics.Canvas"},"RootNamespace":"Microsoft.Graphics.Canvas","AssemblyVersion":"16.0.30804.86"}
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/.winmd_cache/$Microsoft.UI.Xaml.Markup.winmd_637112498540000000.json b/AutoCat/obj/x64/Debug/.winmd_cache/$Microsoft.UI.Xaml.Markup.winmd_637112498540000000.json
deleted file mode 100644
index c2df51b..0000000
--- a/AutoCat/obj/x64/Debug/.winmd_cache/$Microsoft.UI.Xaml.Markup.winmd_637112498540000000.json
+++ /dev/null
@@ -1 +0,0 @@
-{"FullPath":"C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.19041.0\\XamlCompiler\\Microsoft.UI.Xaml.Markup.winmd","InProcServers":{"CLRHost.dll":{"Path":"CLRHost.dll","TypeToThreadingModel":{"Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider":"both"}}},"Namespaces":{"Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider":"Microsoft.UI.Xaml.Markup"},"RootNamespace":"Microsoft.UI.Xaml.Markup","AssemblyVersion":"16.0.30804.86"}
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/App.g.cs b/AutoCat/obj/x64/Debug/App.g.cs
deleted file mode 100644
index d51e3f5..0000000
--- a/AutoCat/obj/x64/Debug/App.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D749E840CD7AB9140B4C97B7AB8403C68D72106EA835A01313F3569B1C7740BF"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat
-{
- partial class App : global::Windows.UI.Xaml.Application
- {
- }
-}
-
diff --git a/AutoCat/obj/x64/Debug/App.g.i.cs b/AutoCat/obj/x64/Debug/App.g.i.cs
deleted file mode 100644
index bf5e32d..0000000
--- a/AutoCat/obj/x64/Debug/App.g.i.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D749E840CD7AB9140B4C97B7AB8403C68D72106EA835A01313F3569B1C7740BF"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-namespace AutoCat
-{
-#if !DISABLE_XAML_GENERATED_MAIN
- ///
- /// Program class
- ///
- public static class Program
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- static void Main(string[] args)
- {
- global::Windows.UI.Xaml.Application.Start((p) => new App());
- }
- }
-#endif
-
- partial class App : global::Windows.UI.Xaml.Application
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-#if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
- DebugSettings.BindingFailed += (sender, args) =>
- {
- global::System.Diagnostics.Debug.WriteLine(args.Message);
- };
-#endif
-#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
- UnhandledException += (sender, e) =>
- {
- if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
- };
-#endif
- }
- }
-}
-
diff --git a/AutoCat/obj/x64/Debug/App.xaml b/AutoCat/obj/x64/Debug/App.xaml
deleted file mode 100644
index eaca3bd..0000000
--- a/AutoCat/obj/x64/Debug/App.xaml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/AutoCat/obj/x64/Debug/App.xbf b/AutoCat/obj/x64/Debug/App.xbf
deleted file mode 100644
index 2d596d1..0000000
Binary files a/AutoCat/obj/x64/Debug/App.xbf and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/AutoCat.csproj.CopyComplete b/AutoCat/obj/x64/Debug/AutoCat.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x64/Debug/AutoCat.csproj.CoreCompileInputs.cache b/AutoCat/obj/x64/Debug/AutoCat.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 4ec064f..0000000
--- a/AutoCat/obj/x64/Debug/AutoCat.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-200b9a30afa897853cc4ae3e5c47db56427d60f7
diff --git a/AutoCat/obj/x64/Debug/AutoCat.csproj.FileListAbsolute.txt b/AutoCat/obj/x64/Debug/AutoCat.csproj.FileListAbsolute.txt
deleted file mode 100644
index 1ce1351..0000000
--- a/AutoCat/obj/x64/Debug/AutoCat.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,140 +0,0 @@
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\AutoCat.csprojAssemblyReference.cache
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\App.g.i.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\App.g.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\AuthPage.g.i.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\AuthPage.g.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\CheckPage.g.i.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\CheckPage.g.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\MainPage.g.i.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\MainPage.g.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\SearchPage.g.i.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\SearchPage.g.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\XamlTypeInfo.g.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\App.xaml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\AuthPage.xaml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\CheckPage.xaml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\MainPage.xaml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\SearchPage.xaml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\App.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\AuthPage.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\CheckPage.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\MainPage.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Pages\SearchPage.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\XamlSaveStateFile.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.UI.Controls\Microsoft.Toolkit.Uwp.UI.Controls.xr.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\App.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Pages\AuthPage.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Pages\CheckPage.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Pages\MainPage.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Pages\SearchPage.xbf
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AutoCat.xr.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AutoCat.exe
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AutoCat.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\resources.pri
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AppxManifest.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Core\AppxManifest.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Core\AutoCat.exe
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AutoCat.build.appxrecipe
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\ColorCode.Core.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\ColorCode.Core.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\ColorCode.UWP.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\ColorCode.UWP.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Bcl.AsyncInterfaces.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Bcl.HashCode.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Data.Sqlite.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.DotNet.PlatformAbstractions.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.EntityFrameworkCore.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.EntityFrameworkCore.Abstractions.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.EntityFrameworkCore.Relational.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.EntityFrameworkCore.Sqlite.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Caching.Abstractions.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Caching.Memory.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Configuration.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Configuration.Abstractions.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Configuration.Binder.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.DependencyInjection.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.DependencyModel.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Logging.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Logging.Abstractions.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Options.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Extensions.Primitives.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Parsers.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Parsers.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.UI.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.UI.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.UI.Animations.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.UI.Animations.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.UI.Controls.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Toolkit.Uwp.UI.Controls.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Xaml.Interactions.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Xaml.Interactions.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Xaml.Interactivity.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Xaml.Interactivity.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Newtonsoft.Json.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\System.Runtime.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\SQLitePCLRaw.batteries_v2.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\SQLitePCLRaw.core.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\e_sqlite3.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\SQLitePCLRaw.provider.e_sqlite3.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\System.Collections.Immutable.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\System.Diagnostics.DiagnosticSource.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\System.Text.Encodings.Web.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\System.Text.Json.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Graphics.Canvas.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.Graphics.Canvas.winmd
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AutoCatCore.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\Microsoft.UI.Xaml.Markup.winmd
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\bin\x64\Debug\AutoCatCore.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\AutoCat.csproj.CoreCompileInputs.cache
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\AutoCat.csproj.CopyComplete
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\ColorCode.UWP.pri.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Toolkit.Uwp.pri.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Toolkit.Uwp.UI.pri.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Toolkit.Uwp.UI.Animations.pri.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Toolkit.Uwp.UI.Controls.pri.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.UI.Xaml.pri.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Xaml.Interactions.pri.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Xaml.Interactivity.pri.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\AutoCat.exe
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\AutoCat.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\ResourceHandlingTask.state
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.Microsoft.Bcl.HashCode.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Data.Sqlite\en-US\Microsoft.Data.Sqlite.Properties.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore\en-US\Microsoft.EntityFrameworkCore.Properties.CoreStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Abstractions\en-US\Microsoft.EntityFrameworkCore.Properties.AbstractionsStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Relational\en-US\Microsoft.EntityFrameworkCore.Properties.RelationalStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Sqlite\en-US\Microsoft.EntityFrameworkCore.Sqlite.Properties.SqliteStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Configuration\en-US\Microsoft.Extensions.Configuration.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Configuration.Binder\en-US\Microsoft.Extensions.Configuration.Binder.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.DependencyInjection\en-US\Microsoft.Extensions.DependencyInjection.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.DependencyInjection.Abstractions\en-US\Microsoft.Extensions.DependencyInjection.Abstractions.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Logging.Abstractions\en-US\Microsoft.Extensions.Logging.Abstractions.Resource.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Options\en-US\Microsoft.Extensions.Options.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Primitives\en-US\Microsoft.Extensions.Primitives.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Collections.Immutable.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Diagnostics.DiagnosticSource.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Text.Json.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\priconfig.xml
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\priconfig.xml.intermediate
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\unfiltered.layout.resfiles
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\unfiltered.layout.resfiles.intermediate
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\filtered.layout.resfiles
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\filtered.layout.resfiles.intermediate
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\excluded.layout.resfiles
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\excluded.layout.resfiles.intermediate
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\resources.resfiles
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\resources.resfiles.intermediate
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\pri.resfiles
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\pri.resfiles.intermediate
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\qualifiers.txt
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\qualifiers.txt.intermediate
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\MultipleQualifiersPerDimensionFound.txt
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\ProjectArchitectures.txt
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\.winmd_cache\$Microsoft.Graphics.Canvas.winmd_637214426760000000.json
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\.winmd_cache\$Microsoft.UI.Xaml.Markup.winmd_637112498540000000.json
diff --git a/AutoCat/obj/x64/Debug/AutoCat.csprojAssemblyReference.cache b/AutoCat/obj/x64/Debug/AutoCat.csprojAssemblyReference.cache
deleted file mode 100644
index 2605fb2..0000000
Binary files a/AutoCat/obj/x64/Debug/AutoCat.csprojAssemblyReference.cache and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/AutoCat.exe b/AutoCat/obj/x64/Debug/AutoCat.exe
deleted file mode 100644
index c86c306..0000000
Binary files a/AutoCat/obj/x64/Debug/AutoCat.exe and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/AutoCat.pdb b/AutoCat/obj/x64/Debug/AutoCat.pdb
deleted file mode 100644
index b61de8d..0000000
Binary files a/AutoCat/obj/x64/Debug/AutoCat.pdb and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/AutoCat.xr.xml b/AutoCat/obj/x64/Debug/AutoCat.xr.xml
deleted file mode 100644
index 345eb87..0000000
--- a/AutoCat/obj/x64/Debug/AutoCat.xr.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/AutoCat/obj/x64/Debug/ColorCode.UWP.pri.xml b/AutoCat/obj/x64/Debug/ColorCode.UWP.pri.xml
deleted file mode 100644
index f82e002..0000000
--- a/AutoCat/obj/x64/Debug/ColorCode.UWP.pri.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Controls/PlateNumber.g.cs b/AutoCat/obj/x64/Debug/Controls/PlateNumber.g.cs
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x64/Debug/Controls/PlateNumber.g.i.cs b/AutoCat/obj/x64/Debug/Controls/PlateNumber.g.i.cs
deleted file mode 100644
index 0065f24..0000000
--- a/AutoCat/obj/x64/Debug/Controls/PlateNumber.g.i.cs
+++ /dev/null
@@ -1,42 +0,0 @@
-// Updated by XamlIntelliSenseFileGenerator 21.01.2021 0:51:36
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Controls\PlateNumber.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D9CAA6B6FEDD4F834CC04793A82AB74CB0362677FB754ECF41301EBE278434DA"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat.Controls
-{
- partial class PlateNumber : global::Windows.UI.Xaml.Controls.UserControl
- {
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks", " 10.0.19041.1")]
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks", " 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Controls/PlateNumber.xaml");
- global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
- }
-
- partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
-
- }
-}
-
-
diff --git a/AutoCat/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/AutoCat/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index cb70fd1..0000000
Binary files a/AutoCat/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/FxResources.Microsoft.Bcl.HashCode.SR.resw b/AutoCat/obj/x64/Debug/FxResources.Microsoft.Bcl.HashCode.SR.resw
deleted file mode 100644
index ca9990a..0000000
--- a/AutoCat/obj/x64/Debug/FxResources.Microsoft.Bcl.HashCode.SR.resw
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- HashCode is a mutable struct and should not be compared with other HashCodes.
-
-
- HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/FxResources.System.Collections.Immutable.SR.resw b/AutoCat/obj/x64/Debug/FxResources.System.Collections.Immutable.SR.resw
deleted file mode 100644
index 604e942..0000000
--- a/AutoCat/obj/x64/Debug/FxResources.System.Collections.Immutable.SR.resw
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Object is not an array with the same number of elements as the array to compare it to.
-
-
- Object is not an array with the same initialization state as the array to compare it to.
-
-
- Collection was modified; enumeration operation may not execute.
-
-
- Capacity was less than the current Count of elements.
-
-
- This operation does not apply to an empty instance.
-
-
- MoveToImmutable can only be performed when Count equals Capacity.
-
-
- Cannot find the old value
-
-
- An element with the same key but a different value already exists. Key: {0}
-
-
- The given key '{0}' was not present in the dictionary.
-
-
- This operation cannot be performed on a default instance of ImmutableArray<T>. Consider initializing the array, or checking the ImmutableArray<T>.IsDefault property.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/FxResources.System.Diagnostics.DiagnosticSource.SR.resw b/AutoCat/obj/x64/Debug/FxResources.System.Diagnostics.DiagnosticSource.SR.resw
deleted file mode 100644
index c06b18f..0000000
--- a/AutoCat/obj/x64/Debug/FxResources.System.Diagnostics.DiagnosticSource.SR.resw
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- "Can not stop an Activity that was not started"
-
-
- "ParentId must not be null or empty"
-
-
- "Can not start an Activity that was already started"
-
-
- "Value must be a valid ActivityIdFormat value"
-
-
- "StartTime is not UTC"
-
-
- "Can not set ParentId on activity which has parent"
-
-
- "EndTime is not UTC"
-
-
- "OperationName must not be null or empty"
-
-
- "ParentId is already set"
-
-
- "Can not change format for an activity that was already started"
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/FxResources.System.Text.Json.SR.resw b/AutoCat/obj/x64/Debug/FxResources.System.Text.Json.SR.resw
deleted file mode 100644
index c8ad1b6..0000000
--- a/AutoCat/obj/x64/Debug/FxResources.System.Text.Json.SR.resw
+++ /dev/null
@@ -1,426 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Cannot write the start of an object or array without a property name. Current token type is '{0}'.
-
-
- '{0}' is invalid within a JSON string. The string should be correctly escaped.
-
-
- The converter specified on '{0}' does not derive from JsonConverter or have a public parameterless constructor.
-
-
- CurrentDepth ({0}) is equal to or larger than the maximum allowed depth of {1}. Cannot write the next JSON object or array.
-
-
- '{0}' is invalid without a matching open.
-
-
- '{0}' is invalid following a property name.
-
-
- The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true.
-
-
- Cannot advance past the end of the buffer, which has a size of {0}.
-
-
- The JSON value is not in a supported DateTimeOffset format.
-
-
- .NET number values such as positive and negative infinity cannot be written as valid JSON.
-
-
- The attribute '{0}' cannot exist more than once on '{1}'.
-
-
- Expected end of comment, but instead reached end of data.
-
-
- Cannot read incomplete UTF-16 JSON text as string with missing low surrogate.
-
-
- '{0}' is an invalid escapable character within a JSON string. The string should be correctly escaped.
-
-
- Serializer options cannot be changed once serialization or deserialization has occurred.
-
-
- Writing an empty JSON payload (excluding comments) is invalid.
-
-
- Expected end of string, but instead reached end of data.
-
-
- The maximum configured depth of {0} has been exceeded. Cannot read next JSON object.
-
-
- The maximum configured depth of {0} has been exceeded. Cannot read next JSON array.
-
-
- '{0}' is an invalid start of a value.
-
-
- An item with the same property name '{0}' has already been added.
-
-
- The converter specified on '{0}' is not compatible with the type '{1}'.
-
-
- Cannot write a JSON property within an array or as the first JSON token. Current token type is '{0}'.
-
-
- The JSON property name for '{0}.{1}' collides with another property.
-
-
- The data extension property '{0}.{1}' does not match the required signature of IDictionary<string, JsonElement> or IDictionary<string, object>.
-
-
- '{0}' is invalid within a number, immediately after a decimal point ('.'). Expected a digit ('0'-'9').
-
-
- The type '{0}' cannot have more than one property that has the attribute '{1}'.
-
-
- Expected depth to be zero at the end of the JSON payload. There is an open JSON object or array that should be closed.
-
-
- '{0}' is an invalid start of a property name or value, after a comment.
-
-
- Cannot get the value of a token type '{0}' as a {1}.
-
-
- Comments cannot be stored in a JsonDocument, only the Skip and Disallow comment handling modes are supported.
-
-
- The JSON property name for '{0}.{1}' cannot be null.
-
-
- The collection type '{0}' on '{1}' is not supported.
-
-
- '{0}' is an invalid end of a number. Expected 'E' or 'e'.
-
-
- Cannot write a JSON value within an object without a property name. Current token type is '{0}'.
-
-
- '{0}' is invalid within a number, immediately after a sign character ('+' or '-'). Expected a digit ('0'-'9').
-
-
- Cannot write a comment value which contains the end of comment delimiter.
-
-
- Expected a digit ('0'-'9'), but instead reached end of data.
-
-
- Cannot encode invalid UTF-16 text as JSON. Invalid surrogate value: '{0}'.
-
-
- Cannot transcode invalid UTF-8 JSON text to UTF-16 string.
-
-
- Cannot write a JSON value after a single JSON value or outside of an existing closed object/array. Current token type is '{0}'.
-
-
- Unexpected end of data while reading a comment.
-
-
- Cannot write the start of an object/array after a single JSON value or outside of an existing closed object/array. Current token type is '{0}'.
-
-
- '{0}' is invalid after a value. Expected either ',', '}}', or ']'.
-
-
- Expected start of a property name or value, but instead reached end of data.
-
-
- The JSON value is not in a supported Guid format.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for an unsigned byte.
-
-
- Cannot read invalid UTF-16 JSON text as string. Invalid surrogate value: '{0}'.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for an Int64.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for an Int16.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for an Int32.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for a Double.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for a signed byte.
-
-
- Max depth must be positive.
-
-
- The JSON object contains a trailing comma at the end which is not supported in this mode. Change the reader options.
-
-
- The JSON array contains a trailing comma at the end which is not supported in this mode. Change the reader options.
-
-
- The requested operation requires an element of type '{0}', but the target element has type '{1}'.
-
-
- The converter '{0}' is not compatible with the type '{1}'.
-
-
- The dictionary key policy '{0}' cannot return a null key.
-
-
- '{0}' is an invalid end of a number. Expected a delimiter.
-
-
- Cannot encode invalid UTF-8 text as JSON. Invalid input: '{0}'.
-
-
- The JSON value of length {0} is too large and not supported.
-
-
- Cannot decode JSON text that is not encoded as valid Base64 to bytes.
-
-
- A possible object cycle was detected which is not supported. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of {0}.
-
-
- The collection type '{0}' is not supported.
-
-
- The JsonCommentHandling enum must be set to one of the supported values.
-
-
- The input does not contain any complete JSON tokens. Expected the input to have at least one valid, complete, JSON token.
-
-
- The converter '{0}' read too much or not enough.
-
-
- The value must be greater than zero.
-
-
- The 'IBufferWriter' could not provide an output buffer that is large enough to continue writing.
-
-
- '{0}' is an invalid JSON literal. Expected the literal 'true'.
-
-
- '{0}' is an invalid JSON literal. Expected the literal 'null'.
-
-
- Cannot transcode invalid UTF-16 string to UTF-8 JSON text.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for a UInt16.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for a UInt32.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for a UInt64.
-
-
- '{0}' is an invalid JSON literal. Expected the literal 'false'.
-
-
- '{0}' is invalid after a single JSON value. Expected end of data.
-
-
- '{0}' is not a hex digit following '\u' within a JSON string. The string should be correctly escaped.
-
-
- The JSON value is either too large or too small for a Decimal.
-
-
- '{0}' is an invalid start of a property name. Expected a '"'.
-
-
- The object or value could not be serialized.
-
-
- '{0}' is invalid after '/' at the beginning of the comment. Expected either '/' or '*'.
-
-
- '{0}' is an invalid token type for the end of the JSON payload. Expected either 'EndArray' or 'EndObject'.
-
-
- Deserialization of interface types is not supported. Type '{0}'
-
-
- The JSON value could not be converted to {0}.
-
-
- Either the JSON value is not in a supported format, or is out of bounds for a Single.
-
-
- Cannot skip tokens on partial JSON. Either get the whole payload and create a Utf8JsonReader instance where isFinalBlock is true or call TrySkip.
-
-
- The JSON property name of length {0} is too large and not supported.
-
-
- Cannot write a JSON property name following another property name. A JSON value is missing.
-
-
- The specified type {0} must derive from the specific value's type {1}.
-
-
- Expected a value, but instead reached end of data.
-
-
- Stream is not writable.
-
-
- The JSON writer needs to be flushed before getting the current state. There are {0} bytes that have not been committed to the output.
-
-
- The JSON value is not in a supported DateTime format.
-
-
- There is not enough data to read through the entire JSON array or object.
-
-
- '{0}' is invalid after a property name. Expected a ':'.
-
-
- Deserialization of reference types without parameterless constructor is not supported. Type '{0}'
-
-
- Found invalid line or paragraph separator character while reading a comment.
-
-
- The converter '{0}' wrote too much or not enough.
-
-
- Cannot compare the value of a token type '{0}' to text.
-
-
- Comments cannot be stored when deserializing objects, only the Skip and Disallow comment handling modes are supported.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Data.Sqlite/en-US/Microsoft.Data.Sqlite.Properties.Resources.resw b/AutoCat/obj/x64/Debug/Microsoft.Data.Sqlite/en-US/Microsoft.Data.Sqlite.Properties.Resources.resw
deleted file mode 100644
index 1f2bfe0..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Data.Sqlite/en-US/Microsoft.Data.Sqlite.Properties.Resources.resw
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Cannot convert object of type '{sourceType}' to object of type '{targetType}'.
-
-
- You specified a password in the connection string, but the native SQLite library you're using doesn't support encryption.
-
-
- ConnectionString cannot be set when the connection is open.
-
-
- The data is NULL at ordinal {ordinal}. This method can't be called on NULL values. Check using IsDBNull before calling.
-
-
- No data exists for the row/column.
-
-
- Cannot bind the value for parameter '{parameterName}' because multiple matching parameters were found in the command text. Specify the parameter name with the symbol prefix, e.g. '@{parameterName}'.
-
-
- The IsolationLevel '{isolationLevel}' is invalid.
-
-
- A SqliteParameter with ParameterName '{parameterName}' is not contained by this SqliteParameterCollection.
-
-
- SqliteBlob can only be used when the connection is open.
-
-
- The {enumType} enumeration value, {value}, is invalid.
-
-
- {methodName} can only be called when the connection is open.
-
-
- Must add values for the following parameters: {parameters}
-
-
- Offset and count were out of bounds for the buffer.
-
-
- Keyword not supported: '{keyword}'.
-
-
- The SQL function '{function}' was called with a NULL argument at ordinal {ordinal}. Create the function using a Nullable parameter or rewrite your query to avoid passing NULL.
-
-
- An attempt was made to move the position before the beginning of the stream.
-
-
- SQLite Error {errorCode}: '{message}'.
-
-
- The ParameterDirection '{direction}' is invalid.
-
-
- Cannot store 'NaN' values.
-
-
- Execute requires the command to have a transaction object when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized.
-
-
- An open reader is associated with this command. Close it before changing the {propertyName} property.
-
-
- Stream does not support writing.
-
-
- The size of a blob may not be changed by the SqliteBlob API. Use an UPDATE command instead.
-
-
- For more information on this error code see http://sqlite.org/rescode.html
-
-
- The CommandType '{commandType}' is invalid.
-
-
- {propertyName} must be set.
-
-
- Invalid attempt to call {operation} when reader is closed.
-
-
- ConnectionString must be set before Open can be called.
-
-
- An open reader is already associated with this command. Close it before opening a new one.
-
-
- SqliteConnection does not support nested transactions.
-
-
- The transaction object is not associated with the connection object.
-
-
- This SqliteTransaction has completed; it is no longer usable.
-
-
- CommandText must be set before {methodName} can be called.
-
-
- No mapping exists from object type {typeName} to a known managed provider native type.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Abstractions/en-US/Microsoft.EntityFrameworkCore.Properties.AbstractionsStrings.resw b/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Abstractions/en-US/Microsoft.EntityFrameworkCore.Properties.AbstractionsStrings.resw
deleted file mode 100644
index f696e70..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Abstractions/en-US/Microsoft.EntityFrameworkCore.Properties.AbstractionsStrings.resw
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- The string argument '{argumentName}' cannot be empty.
-
-
- The collection argument '{argumentName}' must contain at least one element.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Relational/en-US/Microsoft.EntityFrameworkCore.Properties.RelationalStrings.resw b/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Relational/en-US/Microsoft.EntityFrameworkCore.Properties.RelationalStrings.resw
deleted file mode 100644
index 9be8923..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Relational/en-US/Microsoft.EntityFrameworkCore.Properties.RelationalStrings.resw
+++ /dev/null
@@ -1,462 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- The DbFunction '{function}' defined on type '{type}' must be either a static method or an instance method defined on a DbContext subclass. Instance methods on other types are not supported.
-
-
- A named connection string was used, but the name '{name}' was not found in the application's configuration. Note that named connection strings are only supported when using 'IConfiguration' and a service provider, such as in a typical ASP.NET Core application. See https://go.microsoft.com/fwlink/?linkid=850912 for more information.
-
-
- The provided DbFunction expression '{expression}' is invalid. The expression should be a lambda expression containing a single method call to the target static method. Default values can be provided as arguments if required. E.g. () => SomeClass.SomeMethod(null, 0)
-
-
- No migrations were found in assembly '{migrationsAssembly}'.
-
-
- Database operation expected to affect {expectedRows} row(s) but actually affected {actualRows} row(s). Data may have been modified or deleted since entities were loaded. See http://go.microsoft.com/fwlink/?LinkId=527962 for information on understanding and handling optimistic concurrency exceptions.
-
-
- No relational database providers are configured. Configure a database provider using OnConfiguring or by creating an ImmutableDbContextOptions with a database provider configured and passing it to the context.
-
-
- The parameter '{parameter}' for the DbFunction '{function}' has an invalid type '{type}'. Ensure the parameter type can be mapped by the current provider.
-
-
- The DbFunction '{function}' does not have a parameter named '{parameter}'.
-
-
- The current migration SQL generator '{sqlGeneratorType}' is unable to generate SQL for operations of type '{operationType}'.
-
-
- A data reader was disposed.
-
-
- '{entityType1}.{property1}' and '{entityType2}.{property2}' are both mapped to column '{columnName}' in '{table}' but are configured with different nullability.
-
-
- Multiple relational database provider configurations found. A context can only be configured to use a single database provider.
-
-
- The specified MinBatchSize value is not valid. It must be a positive number.
-
-
- An error occurred using the connection to database '{database}' on server '{server}'.
-
-
- The connection is already in a transaction and cannot participate in another transaction.
-
-
- Disposing transaction.
-
-
- The connection is currently enlisted in a transaction. The enlisted transaction needs to be completed before starting a transaction.
-
-
- Unable to deserialize sequence from model metadata. See inner exception for details.
-
-
- FromSqlRaw or FromSqlInterpolated was called with non-composable SQL and with a query composing over it. Consider calling `AsEnumerable` after the FromSqlRaw or FromSqlInterpolated method to perform the composition on the client side.
-
-
- Cannot save changes for an entity in state '{entityState}'.
-
-
- Created DbCommand for '{executionType}' ({elapsed}ms).
-
-
- An error occurred using the connection to database '{database}' on server '{server}'.
-
-
- The foreign keys {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{foreignKeyName}' but use different columns ({columnNames1} and {columnNames2}).
-
-
- Committing transaction.
-
-
- The specified MaxBatchSize value is not valid. It must be a positive number.
-
-
- '{entityType1}.{property1}' and '{entityType2}.{property2}' are both mapped to column '{columnName}' in '{table}' but are configured to use different default values ('{value1}' and '{value2}').
-
-
- Possible unintended use of a potentially throwing aggregate method (Min, Max, Average) in a subquery. Client evaluation will be used and operator will throw if no data exists. Changing the subquery result type to a nullable type will allow full translation.
-
-
- '{entityType1}.{property1}' and '{entityType2}.{property2}' are both mapped to column '{columnName}' in '{table}' but are configured to use different comments ('{comment1}' and '{comment2}').
-
-
- An instance of entity type '{firstEntityType}' and an instance of entity type '{secondEntityType}' are mapped to the same row, but have different original property values for the properties {firstProperties} and {secondProperties} mapped to {columns}. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting values.
-
-
- The result type of '{whenResultType}' in a when clause is invalid. The expected type is '{resultType}'.
-
-
- Rolling back transaction.
-
-
- Cannot use table '{table}' for entity type '{entityType}' since it is being used for entity type '{otherEntityType}' and the comment '{comment}' does not match the comment '{otherComment}'.
-
-
- Possible unintended use of method Equals(object) for arguments of different types in expression '{expression}'. This comparison will always return 'false'.
-
-
- Began transaction with isolation level '{isolationLevel}'.
-
-
- The DbFunction '{function}' has no name set. Name is a required property of a DbFunction.
-
-
- Beginning transaction with isolation level '{isolationLevel}'.
-
-
- Reverting migration '{migration}'.
-
-
- Invalid type for sequence. Valid types are 'Int64' (the default), 'Int32', 'Int16', 'Byte' and 'Decimal'.
-
-
- The number of argument type mappings does not match the number of arguments.
-
-
- Using an existing transaction with isolation level '{isolationLevel}'.
-
-
- Both an existing DbConnection and a connection string have been configured. When an existing DbConnection is used the connection string must be set on that connection.
-
-
- No mapping to a relational type can be found for property '{entity}.{property}' with the CLR type '{clrType}'.
-
-
- The instance of entity type '{firstEntityType}' with the key value '{firstKeyValue}' is marked as '{firstState}', but the instance of entity type '{secondEntityType}' with the key value '{secondKeyValue}' is marked as '{secondState}' and both are mapped to the same row.
-
-
- An instance of entity type '{firstEntityType}' and an instance of entity type '{secondEntityType}' are mapped to the same row, but have different property values for the properties {firstProperties} and {secondProperties} mapped to {columns}. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting values.
-
-
- The specified CommandTimeout value is not valid. It must be a positive number.
-
-
- One of the specified argument type mappings was null.
-
-
- An error occurred while updating the entries. See the inner exception for details.
-
-
- The '{mapping}' does not support 2.2 style type mapping. The database provider needs to be updated to support the full set of mapping customization.
-
-
- The entity of type '{entityType}' is sharing the table '{tableName}' with entities of type '{missingEntityType}', but there is no entity of this type with the same key value '{keyValue}' that has been marked as '{state}'.
-
-
- The migration '{migrationName}' was not found.
-
-
- The foreign keys {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{foreignKeyName}' but with different delete behavior ('{deleteBehavior1}' and '{deleteBehavior2}').
-
-
- Enlisted in an explicit transaction with isolation level '{isolationLevel}'.
-
-
- '{entityType1}.{property1}' and '{entityType2}.{property2}' are both mapped to column '{columnName}' in '{table}' but are configured to use different data types ('{dataType1}' and '{dataType2}').
-
-
- The result type of '{elseResultType}' in the else clause is invalid. The expected type is '{resultType}'.
-
-
- Closing connection to database '{database}' on server '{server}'.
-
-
- Cannot use table '{table}' for entity type '{entityType}' since it is being used for entity type '{otherEntityType}' and there is no relationship between their primary keys.
-
-
- Entity type '{entityType}' doesn't contain a property mapped to the store-generated concurrency token column '{missingColumn}' that is used by another entity type sharing the table '{table}'. Add a store-generated property mapped to the same column to '{entityType}'. It can be in shadow state.
-
-
- Opening connection to database '{database}' on server '{server}'.
-
-
- Executed DbCommand ({elapsed}ms) [Parameters=[{parameters}], CommandType='{commandType}', CommandTimeout='{commandTimeout}']{newLine}{commandText}
-
-
- The entity type '{entityType}' cannot be mapped to a table because it is derived from '{baseType}'. Only base entity types can be mapped to a table.
-
-
- Cannot use the value provided for parameter '{parameter}' because it isn't assignable to type object[].
-
-
- An ambient transaction has been detected. The ambient transaction needs to be completed before beginning a transaction on this connection.
-
-
- Rolled back transaction.
-
-
- Timeout must be less than or equal to Int32.MaxValue (2147483647) seconds. Provided: {seconds} seconds.
-
-
- The connection does not have any active transactions.
-
-
- The check constraint '{checkConstraint}' cannot be added to the entity type '{entityType}' because another check constraint with the same name already exists.
-
-
- {conflictingConfiguration} cannot be set for '{property}' at the same time as {existingConfiguration}. Remove one of these values.
-
-
- An error occurred using a transaction.
-
-
- '{entityType1}.{property1}' and '{entityType2}.{property2}' are both mapped to column '{columnName}' in '{table}' but are configured to use different computed values ('{value1}' and '{value2}').
-
-
- The instance of entity type '{firstEntityType}' and the instance of entity type '{secondEntityType}' are mapped to the same row with the key value '{keyValue}', but have different original property values '{firstConflictingValues}' and '{secondConflictingValues}' mapped to {columns}.
-
-
- The entity of type '{entityType}' is sharing the table '{tableName}' with entities of type '{missingEntityType}', but there is no entity of this type with the same key value that has been marked as '{state}'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.
-
-
- Executing {batchCommandsCount} update commands as a batch.
-
-
- Unable to deserialize check constraint from model metadata. See inner exception for details.
-
-
- Executing update commands individually as the number of batchable commands ({batchableCommandsCount}) is smaller than the minimum batch size ({minBatchSize}).
-
-
- Enlisted in an ambient transaction with isolation level '{isolationLevel}'.
-
-
- The keys {key1} on '{entityType1}' and {key2} on '{entityType2}' are both mapped to '{table}.{keyName}' but with different columns ({columnNames1} and {columnNames2}).
-
-
- The foreign keys {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{foreignKeyName}' but with different uniqueness.
-
-
- Expected a non-null value for query parameter '{parameter}'.
-
-
- Failed executing DbCommand ({elapsed}ms) [Parameters=[{parameters}], CommandType='{commandType}', CommandTimeout='{commandTimeout}']{newLine}{commandText}
-
-
- The indexes {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{indexName}' but with different uniqueness.
-
-
- A MigrationAttribute isn't specified on the '{class}' class.
-
-
- Migrating using database '{database}' on server '{dataSource}'.
-
-
- Timeout must be greater than or equal to zero. Provided: {seconds} seconds.
-
-
- Applying migration '{migration}'.
-
-
- The indexes {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{indexName}' but with different columns ({columnNames1} and {columnNames2}).
-
-
- A relational store has been configured without specifying either the DbConnection or connection string to use.
-
-
- The DbFunction '{function}' has an invalid return type '{type}'. Ensure that the return type can be mapped by the current provider.
-
-
- An instance of entity type '{firstEntityType}' is marked as '{firstState}', but an instance of entity type '{secondEntityType}' is marked as '{secondState}' and both are mapped to the same row. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.
-
-
- An ambient transaction has been detected. The current provider does not support ambient transactions. See http://go.microsoft.com/fwlink/?LinkId=800142
-
-
- Cannot use table '{table}' for entity type '{entityType}' since it is being used for entity type '{otherEntityType}' and the name '{keyName}' of the primary key {primaryKey} does not match the name '{otherName}' of the primary key {otherPrimaryKey}.
-
-
- No migrations were applied. The database is already up to date.
-
-
- This connection was used with an ambient transaction. The original ambient transaction needs to be completed before this connection can be used outside of it.
-
-
- The instance of entity type '{firstEntityType}' and the instance of entity type '{secondEntityType}' are mapped to the same row with the key value '{keyValue}', but have different property values '{firstConflictingValues}' and '{secondConflictingValues}' mapped to {columns}.
-
-
- Relational-specific methods can only be used when the context is using a relational database provider.
-
-
- Opened connection to database '{database}' on server '{server}'.
-
-
- Creating DbCommand for '{executionType}'.
-
-
- The operand type of '{whenOperandType}' in a when clause is invalid. The expected type is '{expectedWhenOperandType}'.
-
-
- Closed connection to database '{database}' on server '{server}'.
-
-
- The 'bool' property '{property}' on entity type '{entityType}' is configured with a database-generated default. This default will always be used for inserts when the property has the value 'false', since this is the CLR default for the 'bool' type. Consider using the nullable 'bool?' type instead so that the default will only be used for inserts when the property value is 'null'.
-
-
- Set operations (Union, Concat, Intersect, Except) are only supported over entity types within the same type hierarchy.
-
-
- The specified transaction is not associated with the current connection. Only transactions associated with the current connection may be used.
-
-
- No mapping to a relational type can be found for the CLR type '{clrType}'.
-
-
- Executing DbCommand [Parameters=[{parameters}], CommandType='{commandType}', CommandTimeout='{commandTimeout}']{newLine}{commandText}
-
-
- Property '{property}' on entity type '{entityType}' is part of a primary or alternate key but has a constant default value set. Constant default values are not useful for primary or alternate keys since these properties must always have non-null unique values.
-
-
- The foreign keys {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{foreignKeyName}' but referencing different principal tables ('{principalTable1}' and '{principalTable2}').
-
-
- Generating up script for migration '{migration}'.
-
-
- Cannot set default value '{value}' of type '{valueType}' on property '{property}' of type '{propertyType}' in entity type '{entityType}'.
-
-
- No value provided for required parameter '{parameter}'.
-
-
- The required column '{column}' was not present in the results of a 'FromSql' operation.
-
-
- Generating down script for migration '{migration}'.
-
-
- The DbFunction '{function}' is generic. Generic methods are not supported.
-
-
- Committing transaction.
-
-
- The foreign keys {index1} on '{entityType1}' and {index2} on '{entityType2}' are both mapped to '{table}.{foreignKeyName}' but referencing different principal columns ({principalColumnNames1} and {principalColumnNames2}).
-
-
- An instance type mapping was specified without an instance expression.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Sqlite/en-US/Microsoft.EntityFrameworkCore.Sqlite.Properties.SqliteStrings.resw b/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Sqlite/en-US/Microsoft.EntityFrameworkCore.Sqlite.Properties.SqliteStrings.resw
deleted file mode 100644
index 33ce090..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore.Sqlite/en-US/Microsoft.EntityFrameworkCore.Sqlite.Properties.SqliteStrings.resw
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- The entity type '{entityType}' is configured to use schema '{schema}'. SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
-
-
- SQLite does not support this migration operation ('{operation}'). For more information, see http://go.microsoft.com/fwlink/?LinkId=723262.
-
-
- Found column on table: {tableName}, column name: {columnName}, data type: {dataType}, not nullable: {isNotNullable}, default value: {defaultValue}.
-
-
- Unable to find a table in the database matching the selected table {table}.
-
-
- Could not scaffold the foreign key '{foreignKeyName}'. The referenced table could not be found. This most likely occurred because the referenced table was excluded from scaffolding.
-
-
- Found foreign key on table: {tableName}, id: {id}, principal table: {principalTableName}, delete action: {deleteAction}.
-
-
- The model was configured with the database sequence '{sequence}'. SQLite does not support sequences.
-
-
- For foreign key with identity {id} on table {tableName}, unable to find the column called {principalColumnName} on the foreign key's principal table, {principaltableName}. Skipping foreign key.
-
-
- SQLite doesn't support computed columns. For more information, see http://go.microsoft.com/fwlink/?LinkId=723262.
-
-
- Generating idempotent scripts for migration is not currently supported by SQLite. For more information, see http://go.microsoft.com/fwlink/?LinkId=723262.
-
-
- Found table with name: {name}.
-
-
- Found index with name: {indexName}, table: {tableName}, is unique: {isUnique}.
-
-
- SQLite doesn't support schemas. The specified schema selection arguments will be ignored.
-
-
- SQLite cannot order by expressions of type '{type}'. Convert the values to a supported type or use LINQ to Objects to order the results.
-
-
- Found primary key with name: {primaryKeyName}, table: {tableName}.
-
-
- SQLite does not support sequences. For more information, see http://go.microsoft.com/fwlink/?LinkId=723262.
-
-
- Found unique constraint with name: {uniqueConstraintName}, table: {tableName}.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore/en-US/Microsoft.EntityFrameworkCore.Properties.CoreStrings.resw b/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore/en-US/Microsoft.EntityFrameworkCore.Properties.CoreStrings.resw
deleted file mode 100644
index 2962de0..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.EntityFrameworkCore/en-US/Microsoft.EntityFrameworkCore.Properties.CoreStrings.resw
+++ /dev/null
@@ -1,1173 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Client projection contains reference to constant expression of '{constantType}' which is being passed as argument to method '{methodName}'. This could potentially cause memory leak. Consider assigning this constant to local variable and using the variable in the query instead. See https://go.microsoft.com/fwlink/?linkid=2103067 for more information.
-
-
- The DbContext of type '{contextType}' cannot be pooled because it does not have a single public constructor accepting a single parameter of type DbContextOptions.
-
-
- The relationship was separated into two relationships because ForeignKeyAttribute specified on the navigation '{navigationEntityType}.{navigation}' doesn't match the ForeignKeyAttribute specified on the property '{propertyEntityType}.{property}'.
-
-
- The owned entity type '{ownedType}' requires to be referenced from another entity type via a navigation. Add a navigation to an entity type that points at '{ownedType}'.
-
-
- Cannot translate a Contains() operator on entity '{entityType}' because it has a composite key.
-
-
- Cannot create a relationship between '{newPrincipalEntityType}.{newPrincipalNavigation}' and '{newDependentEntityType}.{newDependentNavigation}', because there already is a relationship between '{existingPrincipalEntityType}.{existingPrincipalNavigation}' and '{existingDependentEntityType}.{existingDependentNavigation}'. Navigation properties can only participate in a single relationship.
-
-
- The navigation property '{navigation}' cannot be added to the entity type '{entityType}' because there is no corresponding CLR property on the underlying type and navigations properties cannot be added to shadow state.
-
-
- An exception occurred while reading a database value for property '{entityType}.{property}'. The expected type was '{expectedType}' but the actual value was of type '{actualType}'.
-
-
- The property '{property}' on entity type '{entityType}' cannot be marked as nullable/optional because it has been included in a key {key}.
-
-
- An indexed property was added to entity type '{entity}'. But there is no public indexer on '{entity}' taking a single argument of type 'string' and returning type 'object'.
-
-
- The original value for property '{property}' of entity type '{entityType}' cannot be accessed because it is not being tracked. Original values are not recorded for most properties of entities when the 'ChangingAndChangedNotifications' strategy is used. To access all original values use a different change tracking strategy such as 'ChangingAndChangedNotificationsWithOriginalValues'.
-
-
- Cannot create a DbSet for '{typeName}' because it is configured as an owned entity type and should be accessed through the defining entities.
-
-
- A parameterless constructor was not found on entity type '{entityType}'. In order to create an instance of '{entityType}' EF requires that a parameterless constructor be declared.
-
-
- The key {key} cis defined on the entity type '{otherEntityType}', not '{entityType}'.
-
-
- The seed entity for entity type '{entityType}' cannot be added because it has the navigation '{navigation}' set. To seed relationships you need to add the related entity seed to '{relatedEntityType}' and specify the foreign key values {foreignKeyProperties}. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the involved property values.
-
-
- The foreign key {redundantForeignKey} on entity type '{entityType} targets itself, it should be removed since it serves no purpose.
-
-
- Unable to track an entity of type '{entityType}' because alternate key property '{keyProperty}' is null. If the alternate key is not used in a relationship, then consider using a unique index instead. Unique indexes may contain nulls, while alternate keys must not.
-
-
- The ownership by '{ownershipNavigation}' should use defining navigation '{definingNavigation}' for the owned type '{entityType}'
-
-
- The entity type '{entityType}' cannot be removed because it is being referenced by foreign key {foreignKey} on '{referencingEntityType}'. All referencing foreign keys must be removed or redefined before the entity type can be removed.
-
-
- The weak entity type '{entityType}' cannot have a base type.
-
-
- No database provider has been configured for this DbContext. A provider can be configured by overriding the DbContext.OnConfiguring method or by using AddDbContext on the application service provider. If AddDbContext is used, then also ensure that your DbContext type accepts a DbContextOptions<TContext> object in its constructor and passes it to the base constructor for DbContext.
-
-
- Unable to track an instance of type '{type}' because it does not have a primary key. Only entity types with primary keys may be tracked.
-
-
- The entity type '{entityType}' is the target of multiple ownership relationships.
-
-
- The seed entity for entity type '{entityType}' cannot be added because the value '{value}' provided for the property '{property}' is not of the type '{type}'.
-
-
- The property '{property}' on entity type '{entityType}' is defined to be read-only before it is saved, but its value has been set to something other than a temporary or default value.
-
-
- The property '{property}' cannot be added to type '{entityType}' because the type of the corresponding CLR property or field '{clrType}' does not match the specified type '{propertyType}'.
-
-
- The association between entities '{firstType}' and '{secondType}' with the key value '{secondKeyValue}' has been severed but the relationship is either marked as 'Required' or is implicitly required because the foreign key is not nullable. If the dependent/child entity should be deleted when a required relationship is severed, then setup the relationship to use cascade deletes.
-
-
- The navigation property '{navigation}' is non-nullable, causing the entity type '{entityType}' to be configured as the dependent side in the corresponding relationship.
-
-
- The Include operation '{include}' is not supported. '{invalidNavigation}' must be a navigation property defined on an entity type.
-
-
- Invalid relationship has been specified using InversePropertyAttribute and ForeignKeyAttribute. The navigation '{navigation}' in entity type '{entityType}' and the navigation '{referencedNavigation}' in entity type '{referencedEntityType}' are related by InversePropertyAttribute but the ForeignKeyAttribute specified for both navigations have different values.
-
-
- The properties expression '{expression}' is not valid. The expression should represent a simple property access: 't => t.MyProperty'. When specifying multiple properties use an anonymous type: 't => new {{ t.MyProperty1, t.MyProperty2 }}'.
-
-
- When performing a set operation, both operands must have the same Include operations.
-
-
- The instance of entity type '{entityType}' cannot be tracked because another instance with the same key value for {keyProperties} is already being tracked. When replacing owned entities modify the properties without changing the instance or detach the previous owned entity entry first. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
-
-
- The convention invocations have reached the recursion limit. This is likely an issue in EF Core, please report it.
-
-
- DetectChanges completed for '{contextType}'.
-
-
- The entity type '{entityType}' cannot inherit from '{baseEntityType}' because '{baseEntityType}' is a descendant of '{entityType}'.
-
-
- Services for database providers {storeNames} have been registered in the service provider. Only a single database provider can be registered in a service provider. If possible, ensure that Entity Framework is managing its service provider by removing the call to UseInternalServiceProvider. Otherwise, consider conditionally registering the database provider, or maintaining one service provider per database provider.
-
-
- The RequiredAttribute on '{principalEntityType}.{principalNavigation}' was ignored because there is also a RequiredAttribute on '{dependentEntityType}.{dependentNavigation}'. RequiredAttribute should only be specified on the dependent side of the relationship.
-
-
- SaveChanges completed for '{contextType}' with {savedCount} entities written to the database.
-
-
- No field was found backing property '{property}' of entity type '{entity}'. Lazy-loaded navigation properties must have backing fields. Either name the backing field so that it is picked up by convention or configure the backing field to use.
-
-
- There are multiple properties pointing to navigation '{navigation}' in entity type '{entityType}'. To define composite foreign key using data annotations, use ForeignKeyAttribute on navigation.
-
-
- The instance of entity type '{runtimeEntityType}' cannot be tracked as the entity type '{entityType}' because they are not in the same hierarchy.
-
-
- The seed entity for entity type '{entityType}' cannot be added because a default value was provided for the required property '{property}'. Please provide a value different from '{defaultValue}'.
-
-
- Include is not supported for entities with defining query. Entity type: '{entityType}'
-
-
- The entity type '{entityType}' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.
-
-
- Entity type '{entityType}' has composite primary key defined with data annotations. To set composite primary key, use fluent API.
-
-
- The invoked method is cannot be used for the entity type '{entityType}' because it does not have a primary key.
-
-
- The specified poolSize must be greater than 0.
-
-
- DetectChanges starting for '{contextType}'.
-
-
- The ForeignKeyAttributes on property '{property}' and navigation '{navigation}' in entity type '{entityType}' do not point at each other. The value of ForeignKeyAttribute on property should be navigation name and the value of ForeignKeyAttribute on navigation should be the foreign key property name.
-
-
- An exception occurred while iterating over the results of a query for context type '{contextType}'.{newline}{error}
-
-
- Processing of the LINQ expression '{expression}' by '{visitor}' failed. This may indicate either a bug or a limitation in EF Core. See https://go.microsoft.com/fwlink/?linkid=2101433 for more detailed information.
-
-
- Client projection contains reference to constant expression of '{constantType}' through instance method '{methodName}'. This could potentially cause memory leak. Consider making the method static so that it does not capture constant in the instance. See https://go.microsoft.com/fwlink/?linkid=2103067 for more information.
-
-
- The entity type '{entityType}' cannot be removed because it is referencing '{referencedEntityType}' by foreign key {foreignKey}. All foreign keys must be removed before the entity type can be removed.
-
-
- Unable to create an instance of type entity type '{entityType}' because it is abstract. Either make it non-abstract or consider mapping at least one derived type.
-
-
- The filter expression '{filter}' cannot be specified for entity type '{entityType}'. A filter may only be applied to the root entity type in a hierarchy.
-
-
- The property '{property}' on entity type '{entityType}' cannot be assigned a temporary value. Temporary values can only be assigned to properties configured to use store-generated values.
-
-
- Options extension of type '{optionsExtension}' not found.
-
-
- The association between entity types '{firstType}' and '{secondType}' has been severed but the relationship is either marked as 'Required' or is implicitly required because the foreign key is not nullable. If the dependent/child entity should be deleted when a required relationship is severed, then setup the relationship to use cascade deletes. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.
-
-
- The RequiredAttribute on '{principalEntityType}.{principalNavigation}' was ignored because it is a collection. RequiredAttribute should only be specified on reference navigations pointing to the principal side of the relationship.
-
-
- The owned entity type '{entityType}' cannot have a base type.
-
-
- The navigation '{principalEntityType}.{navigation}' is not supported because it is pointing to an owned entity type '{ownedType}'. Only the ownership navigation from the entity type '{ownerType}' can point to the owned entity type.
-
-
- The type '{entityType}' cannot have weak entity type '{baseType}' as the base type.
-
-
- The type '{entityType}' cannot be configured as non-owned because an owned entity type with the same name already exists.
-
-
- The specified field '{field}' of type '{fieldType}' cannot be used for the property '{entityType}.{property}' of type '{propertyType}'. Only backing fields of types that are assignable from the property type can be used.
-
-
- The seed entity for entity type '{entityType}' cannot be added because there was no value provided for the required property '{property}'.
-
-
- The type '{entityType}' cannot be marked as owned because the derived entity type - '{derivedType}' has been configured as non-owned.
-
-
- Navigation property '{navigation}' of entity type '{entityType}' is being lazy-loaded.
-
-
- Entity type '{entityType}' is defined with a {propertiesCount}-part composite key, but {valuesCount} values were passed to the 'DbSet.Find' method.
-
-
- The block size used for Hi-Lo value generation must be positive. When the Hi-Lo generator is backed by a SQL sequence this means that the sequence increment must be positive.
-
-
- Query: '{queryModel}' uses First/FirstOrDefault/Last/LastOrDefault operation without OrderBy and filter which may lead to unpredictable results.
-
-
- The index {index} is defined on the entity type '{otherEntityType}', not '{entityType}'.
-
-
- An exception was thrown while attempting to evaluate a LINQ query parameter expression. To show additional information call EnableSensitiveDataLogging() when overriding DbContext.OnConfiguring.
-
-
- Compiling query model: {newline}'{queryModel}'
-
-
- The type mapping for '{type}' has not implemented code literal generation.
-
-
- The '{property}' on entity type '{entityType}' does not have a value set and no value generator is available for properties of type '{propertyType}'. Either set a value for the property before adding the entity or configure a value generator for properties of type '{propertyType}'.
-
-
- SaveChanges starting for '{contextType}'.
-
-
- The annotation '{annotation}' was not found. Ensure that the annotation has been added.
-
-
- The corresponding CLR type for entity type '{entityType}' is not instantiable and there is no derived entity type in the model that corresponds to a concrete CLR type.
-
-
- The property '{entityType}.{property}' is of type '{propertyType}' which is not supported by current database provider. Either change the property CLR type or ignore the property using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
-
-
- No relationship from '{firstEntityType}' to '{secondEntityType}' has been configured by convention because there are multiple properties on one entity type {navigationProperties} that could be matched with the properties on the other entity type {inverseNavigations}. This message can be disregarded if explicit configuration has been specified.
-
-
- The entity type '{entityType}' cannot be added to the model because a weak entity type with the same name already exists.
-
-
- The CLR entity materializer cannot be used for entity type '{entityType}' because it is a shadow state entity type. Materialization to a CLR type is only possible for entity types that have a corresponding CLR type.
-
-
- The property '{property}' on entity type '{entityType}' is a collection or enumeration type with a value converter but with no value comparer. Set a value comparer to ensure the collection/enumeration elements are compared correctly.
-
-
- An '{entityType}' entity tracked by '{contextType}' changed from '{oldState}' to '{newState}'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-
-
- The specified entity types '{invalidDependentType}' and '{invalidPrincipalType}' are invalid. They should be '{dependentType}' and '{principalType}' or entity types in the same hierarchy.
-
-
- Cannot create instance of value generator type '{generatorType}'. Ensure that the type is instantiable and has a parameterless constructor, or use the overload of HasValueGenerator that accepts a delegate.
-
-
- The foreign key {foreignKey} cannot be added to the entity type '{entityType}' because a foreign key on the same properties already exists on entity type '{duplicateEntityType}' and also targets the key {key} on '{principalType}'.
-
-
- The entity types '{firstEntityType}' and '{secondEntityType}' do not belong to the same model.
-
-
- The seed entity for entity type '{entityType}' with the key value '{keyValue}' cannot be added because it has the navigation '{navigation}' set. To seed relationships you need to add the related entity seed to '{relatedEntityType}' and specify the foreign key values {foreignKeyProperties}.
-
-
- The ForeignKeyAttribute for the navigation '{navigation}' cannot be specified on the entity type '{principalType}' since it represents a one-to-many relationship. Move the ForeignKeyAttribute to a property on '{dependentType}'.
-
-
- The entity type '{entityType}' is configured to use the '{changeTrackingStrategy}' change tracking strategy but does not implement the required '{notificationInterface}' interface.
-
-
- The edge cannot be added because the graph does not contain vertex '{vertex}'.
-
-
- The derived type '{derivedType}' cannot have KeyAttribute on property '{property}' since primary key can only be declared on the root type.
-
-
- The collection type being used for navigation property '{navigation}' on entity type '{entityType}' does not implement 'INotifyCollectionChanged'. Any entity type configured to use the '{changeTrackingStrategy}' change tracking strategy must use collections that implement 'INotifyCollectionChanged'. Consider using 'ObservableCollection<T>' for this.
-
-
- An exception occurred in the database while saving changes for context type '{contextType}'.{newline}{error}
-
-
- Navigation property '{entityType}.{property}' detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-
-
- The property '{property}' on entity type '{entityType}' could not be found. Ensure that the property exists and has been included in the model.
-
-
- The property '{entityType}.{property}' could not be mapped, because it is of type '{propertyType}' which is not a supported primitive type or a valid entity type. Either explicitly map this property, or ignore it using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
-
-
- The filter expression '{filter}' specified for entity type '{entityType}' is invalid. The expression must accept a single parameter of type '{clrType}', return bool, and may not contain references to navigation properties.
-
-
- '{entityType}' entity with key '{keyValues}' changed to '{state}' state due to severed required relationship to parent '{parentType}' entity.
-
-
- The navigation property '{navigation}' cannot be added to the entity type '{entityType}' because the target entity type '{targetType}' is defined in shadow state and navigations properties cannot point to shadow state entities.
-
-
- Two constructors were found with the same number of parameters that could both be used by Entity Framework. The constructor to use must be configured explicitly. The two constructors are '{firstConstructor}' and '{secondConstructor}'.
-
-
- Cannot configure the discriminator value for entity type '{entityType}' because it doesn't derive from '{rootEntityType}'.
-
-
- The type of navigation property '{navigation}' on the entity type '{entityType}' is '{foundType}' which does not implement ICollection<{targetType}>. Collection navigation properties must implement ICollection<> of the target type.
-
-
- The specified entity type '{entityType}' is invalid. It should be either the dependent entity type '{dependentType}' or the principal entity type '{principalType}'.
-
-
- Foreign key property '{entityType}.{property}' detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see property values.
-
-
- An attempt was made to use the model while it was being created. A DbContext instance cannot be used inside OnModelCreating in any way that makes use of the model that is being created.
-
-
- An exception occurred while reading a database value. The expected type was '{expectedType}' but the actual value was of type '{actualType}'.
-
-
- Navigations '{dependentEntityType}.{dependentNavigation}' and '{principalEntityType}.{principalNavigation}' were separated into two relationships as ForeignKeyAttribute was specified on properties '{dependentProperty}' and '{principalProperty}' on both sides.
-
-
- The model must be finalized before '{method}' can be used. Ensure that either 'OnModelCreating' has completed or, if using a stand-alone 'ModelBuilder', that 'FinalizeModel' has been called.
-
-
- Cannot use multiple DbContext instances within a single query execution. Ensure the query uses a single context instance.
-
-
- The foreign keys on entity type '{dependentType}' cannot target the same entity type because it is a weak entity type.
-
-
- Navigation property '{navigation}' on entity of type '{entityType}' cannot be loaded because the entity is not being tracked. Navigation properties can only be loaded for tracked entities.
-
-
- The specified type '{type}'must be a non-interface reference type to be used as an entity type .
-
-
- The LINQ expression '{expression}' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to either AsEnumerable(), AsAsyncEnumerable(), ToList(), or ToListAsync(). See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
-
-
- cannot bind '{failedBinds}' in '{parameters}'
-
-
- The property '{property}' on entity type '{entityType}' has a temporary value while attempting to change the entity's state to '{state}'. Either set a permanent value explicitly or ensure that the database is configured to generate values for this property.
-
-
- The provider for the source IQueryable doesn't implement IAsyncQueryProvider. Only providers that implement IAsyncQueryProvider can be used for Entity Framework asynchronous operations.
-
-
- A relationship cannot be established from property '{property}' on type '{entityType}' to property '{referencedProperty}' on type '{referencedEntityType}'. Check the values in the InversePropertyAttribute to ensure relationship definitions are unique and reference from one navigation property to its corresponding inverse navigation property.
-
-
- Unable to set a base type for entity type '{entityType}' because it has one or more keys defined.
-
-
- The instance of entity type '{entityType}' cannot be tracked because another instance with the same key value for {keyProperties} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
-
-
- An 'IServiceProvider' was created for internal use by Entity Framework.
-
-
- The type '{entityType}' cannot have base type '{baseType}' because the properties '{derivedPropertyType}.{derivedProperty}' and '{basePropertyType}.{baseProperty}' are conflicting.
-
-
- The entity type related to '{entityType}' cannot be determined because the specified foreign key {foreignKey} references entity type '{principalEntityType}' that it is in the same hierarchy as the entity type that it is declared on '{dependentEntityType}'.
-
-
- The property '{property}' on entity type '{entityType}' cannot be marked as nullable/optional because the property is a part of a key. Any property can be marked as non-nullable/required, but only properties of nullable types and which are not part of a key can be marked as nullable/optional.
-
-
- The InversePropertyAttribute on property '{property}' on type '{entityType}' is not valid. The property '{referencedProperty}' is not a valid navigation property on the related type '{referencedEntityType}'. Ensure that the property exists and is a valid reference or collection navigation property.
-
-
- '{entityType}' entity changed to '{state}' state due to severed required relationship to parent '{parentType}' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-
-
- Converter for model type '{converterType}' cannot be used for '{entityType}.{propertyName}' because its type is '{propertyType}'.
-
-
- No backing field could be found for property '{property}' of entity type '{entity}' and the property does not have a setter.
-
-
- Error generated for warning '{eventName}': {message} This exception can be suppressed or logged by passing event ID '{eventId}' to the 'ConfigureWarnings' method in 'DbContext.OnConfiguring' or 'AddDbContext'.
-
-
- The value for property '{property}' of entity type '{entityType}' cannot be set to a value of type '{valueType}' because its type is '{propertyType}'.
-
-
- The property '{property}' cannot be removed from entity type '{entityType}' because it is being used in the foreign key {foreignKey} on '{foreignKeyType}'. All containing foreign keys must be removed or redefined before the property can be removed.
-
-
- The property or navigation '{member}' cannot be added to the entity type '{entityType}' because a property or navigation with the same name already exists on entity type '{conflictingEntityType}'.
-
-
- More than twenty 'IServiceProvider' instances have been created for internal use by Entity Framework. This is commonly caused by injection of a new singleton service instance into every DbContext instance. For example, calling UseLoggerFactory passing in a new instance each time--see https://go.microsoft.com/fwlink/?linkid=869049 for more details. Consider reviewing calls on 'DbContextOptionsBuilder' that may require new service providers to be built.
-
-
- The property '{property}' on entity type '{entityType}' must be marked as read-only after it has been saved because it is part of a key. Key properties are always read-only once an entity has been saved for the first time.
-
-
- The entity type '{entityType}' is part of a relationship cycle involving its primary key.
-
-
- The value provided for argument '{argumentName}' must be a valid value of enum type '{enumType}'.
-
-
- An exception was thrown while attempting to evaluate the LINQ query parameter expression '{expression}'.
-
-
- The specified index properties {index} are not declared on the entity type '{entityType}'. Ensure index properties are declared on the target entity type.
-
-
- The current database provider has not implemented the 'CanConnect' method.
-
-
- Detected {addedCount} entities added and {removedCount} entities removed from navigation property '{entityType}.{property}'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-
-
- The same entity is being tracked as different weak entity types '{dependent1}' and '{dependent2}'. If a property value changes it will result in two store changes, which might not be the desired outcome.
-
-
- The property '{property}' belongs to entity type '{entityType}' but is being used with an instance of entity type '{expectedType}'.
-
-
- The service dependencies type '{dependenciesType}' has been registered inappropriately in the service collection. Service dependencies types must only be registered by Entity Framework, or in rare cases by database providers and then only to change the service lifetime.
-
-
- Foreign key property '{entityType}.{property}' detected as changed from '{oldValue}' to '{newValue}' for entity with key '{keyValues}'.
-
-
- Optimized query model: {newline}'{queryModel}'
-
-
- Entity type '{entityType}' is defined with a single key property, but {valuesCount} values were passed to the 'DbSet.Find' method.
-
-
- The property '{property}' cannot be part of a key on '{entityType}' because it has value generation enabled and is contained in a foreign key defined on a derived entity type.
-
-
- An attempt was made to lazy-load navigation property '{navigation}' on detached entity of type '{entityType}'. Lazy-loading is not supported for detached entities or entities that are loaded with 'AsNoTracking()'.
-
-
- '{contextType}' generated a temporary value for the '{property}' property of new '{entityType}' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-
-
- Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data, this mode should only be enabled during development.
-
-
- A transient exception has been encountered during execution and the operation will be retried after {delay}ms.{newline}{error}
-
-
- This query would cause multiple evaluation of a subquery because entity '{entityType}' has a composite key. Rewrite your query avoiding the subquery.
-
-
- Cannot set discriminator value '{value}' for discriminator property '{discriminator}' because it is not assignable to property of type '{discriminatorType}'.
-
-
- The database provider attempted to register an implementation of the '{service}' service. This is not a service defined by EF and as such must be registered as a provider-specific service using the 'TryAddProviderSpecificServices' method.
-
-
- The property '{property}' of entity type '{entity}' does not have a getter. Either make the property readable or use a different '{pam}'.
-
-
- A call was made to '{replaceService}', but Entity Framework is not building its own internal service provider. Either allow EF to build the service provider by removing the call to '{useInternalServiceProvider}', or build replacement services into the service provider before passing it to '{useInternalServiceProvider}'.
-
-
- The specified entity type '{entityType}' is invalid. It should be either the dependent entity type '{dependentType}' or the principal entity type '{principalType}' or an entity type derived from one of them.
-
-
- The collection navigation property '{navigation}' cannot be added to the entity type '{entityType}' because its CLR type '{clrType}' does not implement 'IEnumerable<{targetType}>'. Collection navigation properties must implement IEnumerable<> of the related entity.
-
-
- The provided principal entity key '{principalKey}' is not a key on the entity type '{principalEntityType}'.
-
-
- The Include operation for navigation '{include}' is unnecessary and was ignored because the navigation is not reachable in the final query results. See https://go.microsoft.com/fwlink/?linkid=850303 for more information.
-
-
- Cannot remove key {key} from entity type '{entityType}' because it is referenced by a foreign key in entity type '{dependentType}'. All foreign keys must be removed or redefined before the referenced key can be removed.
-
-
- configuration removed for '{key}'
-
-
- '{contextType}' disposed.
-
-
- Cannot create a DbSet for '{typeName}' because it is mapped to multiple entity types and should they should be accessed through the defining entities.
-
-
- Unable to resolve service for type '{service}'. This is often because no database provider has been configured for this DbContext. A provider can be configured by overriding the DbContext.OnConfiguring method or by using AddDbContext on the application service provider. If AddDbContext is used, then also ensure that your DbContext type accepts a DbContextOptions<TContext> object in its constructor and passes it to the base constructor for DbContext.
-
-
- The service property '{property}' of type '{serviceType}' cannot be added to the entity type '{entityType}' because service property '{duplicateName}' of the same type already exists on entity type '{duplicateEntityType}'.
-
-
- There is no navigation on entity type '{entityType}' associated with the foreign key {foreignKey}.
-
-
- The type '{entityType}' cannot have base type '{baseType}' because both types include the navigations: {navigations}.
-
-
- The type of navigation property '{navigation}' on the entity type '{entityType}' is '{foundType}' for which it was not possible to create a concrete instance. Either initialize the property before use, add a public parameterless constructor to the type, or use a type which can be assigned a HashSet<> or List<>.
-
-
- '{contextType}' generated value '{keyValue}' for the '{property}' property of new '{entityType}' entity.
-
-
- The property '{property}' is marked as null on entity '{entityType}' with the key value '{keyValue}', but this cannot be saved because the property is marked as required.
-
-
- Cannot access a disposed object. A common cause of this error is disposing a context that was resolved from dependency injection and then later trying to use the same context instance elsewhere in your application. This may occur if you are calling Dispose() on the context, or wrapping the context in a using statement. If you are using dependency injection, you should let the dependency injection container take care of disposing context instances.
-
-
- Possible unintended reference comparison between '{left}' and '{right}'.
-
-
- 'AddEntityFramework*' was called on the service provider, but 'UseInternalServiceProvider' wasn't called in the DbContext options configuration. Remove the 'AddEntityFramework*' call as in most cases it's not needed and might cause conflicts with other products and services registered in the same service provider.
-
-
- The property '{property}' cannot exist on type '{entityType}' because the type is marked as shadow state while the property is not. Shadow state types can only contain shadow state properties.
-
-
- The seed entity for entity type '{entityType}' cannot be added because a non-zero value is required for property '{property}'. Consider providing a negative value to avoid collisions with non-seed data.
-
-
- An exception occurred while reading a database value for property '{entityType}.{property}'. See the inner exception for more information.
-
-
- Unable to track an entity of type '{entityType}' because primary key property '{keyProperty}' is null.
-
-
- Primary key hasn't been configured by convention as both properties '{firstProperty}' and '{secondProperty}' could be used as the primary key for the entity type '{entityType}'. This message can be disregarded if explicit configuration has been specified.
-
-
- AddDbContext was called with configuration, but the context type '{contextType}' only declares a parameterless constructor. This means that the configuration passed to AddDbContext will never be used. If configuration is passed to AddDbContext, then '{contextType}' should declare a constructor that accepts a DbContextOptions<{contextType}> and must pass it to the base constructor for DbContext.
-
-
- Property '{property}' on entity type '{entityType}' is of type '{actualType}' but the generic type provided is of type '{genericType}'.
-
-
- The entity type '{entityType}' has a defining navigation and the supplied entity is currently not being tracked. To start tracking this entity call '{referenceCall}' or '{collectionCall}' on the owner entry.
-
-
- The instance of entity type '{entityType}' cannot be tracked because another instance with the key value '{keyValue}' is already being tracked. When replacing owned entities modify the properties without changing the instance or detach the previous owned entity entry first.
-
-
- Unhandled operation: MemberInitExpression binding is not a MemberAssignment
-
-
- Client projection contains reference to constant expression of '{constantType}'. This could potentially cause memory leak. Consider assigning this constant to local variable and using the variable in the query instead. See https://go.microsoft.com/fwlink/?linkid=2103067 for more information.
-
-
- The specified foreign key properties {foreignKey} are not declared on the entity type '{entityType}'. Ensure foreign key properties are declared on the target entity type.
-
-
- Cannot start tracking InternalEntityEntry for entity type '{entityType}' because another InternalEntityEntry is already tracking the same entity.
-
-
- The type '{entityType}' cannot be marked as owned because a non-owned entity type with the same name already exists.
-
-
- A call was made to '{optionCall}' that changed an option that must be constant within a service provider, but Entity Framework is not building its own internal service provider. Either allow EF to build the service provider by removing the call to '{useInternalServiceProvider}', or ensure that the configuration for '{optionCall}' does not change for all uses of a given service provider passed to '{useInternalServiceProvider}'.
-
-
- Unable to set a base type for entity type '{entityType}' because it has been configured as having no keys.
-
-
- No backing field could be found for property '{property}' of entity type '{entity}' and the property does not have a getter.
-
-
- The navigation property '{navigation}' cannot be added to the entity type '{entityType}' because its CLR type '{clrType}' does not match the expected CLR type '{targetType}'.
-
-
- There are multiple navigations in entity type '{entityType}' which are pointing to same set of properties - '{propertyList}' using ForeignKeyAttribute.
-
-
- The weak entity type '{entityType}' cannot be added to the model because an entity type with the same name already exists.
-
-
- The '{factory}' cannot create a value generator for property '{property}' on entity type '{entityType}'. Only integer properties are supported.
-
-
- The foreign key {foreignKey} targeting the key {key} on '{principalType}' is defined on the entity type '{otherEntityType}', not '{entityType}'.
-
-
- The number of properties specified for the foreign key {foreignKey} on entity type '{dependentType}' does not match the number of properties in the principal key {principalKey} on entity type '{principalType}'.
-
-
- The property '{property}' cannot be added to the type '{entityType}' because there was no property type specified and there is no corresponding CLR property or field. To add a shadow state property the property type must be specified.
-
-
- The type '{givenType}' cannot be used as a value generator because it does not inherit from '{expectedType}'.
-
-
- A call was made to '{useService}', but Entity Framework is not building its own internal service provider. Either allow EF to build the service provider by removing the call to '{useInternalServiceProvider}', or build the '{service}' services to use into the service provider before passing it to '{useInternalServiceProvider}'.
-
-
- The annotation '{annotation}' cannot be added because an annotation with the same name already exists.
-
-
- No property was associated with field '{field}' of entity type '{entity}'. Either configure a property or use a different '{pam}'.
-
-
- The seed entity for entity type '{entityType}' cannot be added because the value provided for the property '{property}' is not of the type '{type}'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the involved property values.
-
-
- Data binding directly to a store query is not supported. Instead populate a DbSet with data, for example by calling Load on the DbSet, and then bind to local data to avoid sending a query to the database each time the databound control iterates the data. For WPF bind to 'DbSet.Local.ToObservableCollection()'. For WinForms bind to 'DbSet.Local.ToBindingList()'. For ASP.NET WebForms bind to 'DbSet.ToList()' or use Model Binding.
-
-
- The entity type '{entityType}' cannot have a defining query because it is derived from '{baseType}'. Only base keyless entity types can have a defining query.
-
-
- An attempt was made to lazy-load navigation property '{navigation}' on entity type '{entityType}' after the associated DbContext was disposed.
-
-
- 'InterceptionResult.Result' was called when 'InterceptionResult.HasResult' is false.
-
-
- The RequiredAttribute on '{principalEntityType}.{principalNavigation}' was ignored because it is pointing to the dependent entity. RequiredAttribute should only be specified on the navigation pointing to the principal side of the relationship. To change the dependent side configure the foreign key properties.
-
-
- The {methodName} property lambda expression '{includeLambdaExpression}' is invalid. The expression should represent a property access: 't => t.MyProperty'. To target navigations declared on derived types, specify an explicitly typed lambda parameter of the target type, E.g. '(Derived d) => d.MyProperty'. For more information on including related data, see http://go.microsoft.com/fwlink/?LinkID=746393.
-
-
- {error}
-
-
- Navigations '{dependentEntityType}.{dependentNavigation}' and '{principalEntityType}.{principalNavigation}' were separated into two relationships as ForeignKeyAttribute was specified on navigations on both sides.
-
-
- Collection navigations are only considered null if their parent entity is null. Use '.Any()' to check whether collection navigation '{navigationPath}' is empty.
-
-
- configuration changed for '{key}'
-
-
- The value converter '{converter}' cannot be used with type '{type}'. This converter can only be used with {allowed}.
-
-
- Cannot compose converter from '{typeOneIn}' to '{typeOneOut}' with converter from '{typeTwoIn}' to '{typeTwoOut}' because the output type of the first converter is different from the input type of the second converter.
-
-
- '{contextType}' generated temporary value '{keyValue}' for the '{property}' property of new '{entityType}' entity.
-
-
- The property '{property}' cannot be removed from entity type '{entityType}' because it is being used in the index {index} on '{indexType}'. All containing indexes must be removed or redefined before the property can be removed.
-
-
- The seed entity for entity type '{entityType}' cannot be added because the value provided is of a derived type '{derivedType}'. Add the derived seed entities to the corresponding entity type.
-
-
- The extension method '{method}' is being used with a custom implementation of '{interfaceType}'. Use of custom implementations of the Entity Framework metadata interfaces is not supported. Consider deriving from '{concreteType}' instead. Please contact the Entity Framework team if you have a compelling case for a custom implementation of the metadata interfaces so that we can consider ways to achieve this.
-
-
- The navigation property '{navigation}' on the entity type '{entityType}' does not have a setter and no writable backing field was found or specified. Read-only collection navigation properties must be initialized before use.
-
-
- A key cannot be configured on '{derivedType}' because it is a derived type. The key must be configured on the root type '{rootType}'. If you did not intend for '{rootType}' to be included in the model, ensure that it is not included in a DbSet property on your context, referenced in a configuration call to ModelBuilder, or referenced from a navigation property on a type that is included in the model.
-
-
- You are configuring a relationship between '{dependentEntityType}' and '{principalEntityType}' but have specified a foreign key targeting '{entityType}'. The foreign key must be targeting a type that is part of the relationship.
-
-
- Unable to materialize entity of type '{entityType}'. No discriminators matched '{discriminator}'.
-
-
- There are multiple relationships between '{dependentEntityType}' and '{principalEntityType}' without configured foreign key properties causing EF to create shadow properties on '{dependentType}' with names dependent on the discovery order.
-
-
- The property '{property}' of entity type '{entity}' does not have a setter. Either make the property writable or use a different '{pam}'.
-
-
- The specified field '{field}' could not be found for property '{property}' on entity type '{entityType}'.
-
-
- The seed entity for entity type '{entityType}' cannot be added because another seed entity with the same key value for {keyProperties} has already been added. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
-
-
- No suitable constructor found for entity type '{entityType}'. The following constructors had parameters that could not be bound to properties of the entity type: {constructors}.
-
-
- The foreign key properties haven't been configured by convention because the best match {foreignKey} are incompatible with the current principal key {principalKey}. This message can be disregarded if explicit configuration has been specified.
-
-
- CLR property '{property}' cannot be added to entity type '{entityType}' because it is declared on the CLR type '{clrType}'.
-
-
- The property '{property}' on entity type '{entityType}' was created in shadow state because there are no eligible CLR members with a matching name.
-
-
- Detected {addedCount} entities added and {removedCount} entities removed from navigation property '{entityType}.{property}' on entity with key '{keyValues}'.
-
-
- The property '{property}' on entity type '{entityType}' is being accessed using the '{PropertyMethod}' method, but is defined in the model as a navigation property. Use either the '{ReferenceMethod}' or '{CollectionMethod}' method to access navigation properties.
-
-
- 'ObservableCollection<T>.Clear()' is not supported because it uses the 'INotifyCollectionChanged' 'Reset' operation, which does not supply the items removed. Either use multiple calls to 'Remove' or use a notifying collection that supports 'Clear', such as 'Microsoft.EntityFrameworkCore.ChangeTracking.ObservableHashSet<T>'.
-
-
- Cascade state change of '{entityType}' entity with key '{keyValues}' to '{state}' due to deletion of parent '{parentType}' entity with key '{parentKeyValues}'.
-
-
- The EF.Property<T> method may only be used within LINQ queries.
-
-
- Navigation property '{entityType}.{property}' for entity with key '{keyValues}' detected as changed.
-
-
- The navigation '{navigation}' used to define the entity type '{entityType}' is not present on '{definingEntityType}'.
-
-
- A key on entity type '{entityType}' cannot contain the property '{property}' because it is nullable/optional. All properties on which a key is declared must be marked as non-nullable/required.
-
-
- The property '{property}' cannot be added to type '{entityType}' because the name of the given CLR property or field '{clrName}' is different.
-
-
- The specified property '{property}' is declared on the entity type '{otherEntityType}', not '{entityType}'.
-
-
- Sequence contains no elements.
-
-
- The source IQueryable doesn't implement IAsyncEnumerable<{genericParameter}>. Only sources that implement IAsyncEnumerable can be used for Entity Framework asynchronous operations.
-
-
- An additional 'IServiceProvider' was created for internal use by Entity Framework. An existing service provider was not used due to the following configuration changes: {debugInfo}.
-
-
- Entity Framework Core {version} initialized '{contextType}' using provider '{provider}' with options: {options}
-
-
- Context '{contextType}' started tracking '{entityType}' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-
-
- The entity type '{entityType}' cannot be added to the model because an entity type with the same name already exists.
-
-
- The principal and dependent ends of the relationship cannot be flipped once foreign key or principal key properties have been specified.
-
-
- The property '{property}' on entity type '{entityType}' is marked as null, but this cannot be saved because the property is marked as required. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.
-
-
- The entity type '{entityType}' cannot inherit from '{baseEntityType}' because '{clrType}' is not a descendant of '{baseClrType}'.
-
-
- The entity type '{entityType}' cannot inherit from '{baseEntityType}' because '{entityType}' is a shadow state entity type while '{baseEntityType}' is not.
-
-
- The relationship from '{referencingEntityTypeOrNavigation}' to '{referencedEntityTypeOrNavigation}' is not supported because the owned entity type '{ownedType}' cannot be on the principal side of a non-ownership relationship.
-
-
- An attempt was made to use the context while it is being configured. A DbContext instance cannot be used inside OnConfiguring since it is still being configured at this point. This can happen if a second operation is started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
-
-
- The property '{property}' on entity type '{entityType}' is being accessed using the '{ReferenceMethod}' or '{CollectionMethod}' method, but is defined in the model as a non-navigation property. Use the '{PropertyMethod}' method to access non-navigation properties.
-
-
- The entity type '{entityType}' has a defining navigation and the supplied entity is currently referenced from several owner entities. To access the entry for a particular reference call '{targetEntryCall}' on the owner entry.
-
-
- No field was found backing property '{property}' of entity type '{entity}'. Either name the backing field so that it is picked up by convention, configure the backing field to use, or use a different '{pam}'.
-
-
- A discriminator property cannot be set for the entity type '{entityType}' because it is not the root of an inheritance hierarchy.
-
-
- {plan}
-
-
- The entity type '{entityType}' cannot inherit from '{baseEntityType}' because '{baseEntityType}' is a shadow state entity type while '{entityType}' is not.
-
-
- The property '{property}' cannot be removed from entity type '{entityType}' because it is being used in the key {key}. All containing keys must be removed or redefined before the property can be removed.
-
-
- You are configuring a relationship between '{dependentEntityType}' and '{principalEntityType}' but have specified a foreign key on '{entityType}'. The foreign key must be defined on a type that is part of the relationship.
-
-
- The property '{entityType}.{navigation}' is of an interface type ('{propertyType}'). If it is a navigation property manually configure the relationship for this property by casting it to a mapped entity type, otherwise ignore the property using the NotMappedAttribute or 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
-
-
- The property list specified using ForeignKeyAttribute on navigation '{navigation}' in entity type '{entityType}' is incorrect. The attribute value should be comma-separated list of property names.
-
-
- The navigation property '{navigation}' on entity type '{entityType}' cannot be associated with foreign key {targetFk} because it was created for foreign key {actualFk}.
-
-
- Context '{contextType}' started tracking '{entityType}' entity with key '{keyValues}'.
-
-
- The property '{property}' on entity type '{entityType}' is part of a key and so cannot be modified or marked as modified. To change the principal of an existing entity with an identifying foreign key first delete the dependent and invoke 'SaveChanges' then associate the dependent with the new principal.
-
-
- There are multiple navigations ({navigations}) configured with InversePropertyAttribute that point to the same inverse navigation '{inverseNavigation}'.
-
-
- The index {redundantIndex} was not created on entity type '{firstEntityType}' as the properties are already covered by the index {otherIndex}.
-
-
- Navigation property '{navigation}' on entity type '{entityType}' cannot have 'IsLoaded' set to false because the referenced entity is non-null and therefore is loaded.
-
-
- The navigation '{targetEntityType}.{inverseNavigation}' cannot be used as the inverse of '{ownedEntityType}.{navigation}' because it's not the ownership navigation '{ownershipNavigation}'
-
-
- The key {key} cannot be added to the entity type '{entityType}' because a key on the same properties already exists on entity type '{duplicateEntityType}'.
-
-
- The configured execution strategy '{strategy}' does not support user initiated transactions. Use the execution strategy returned by '{getExecutionStrategyMethod}' to execute all the operations in the transaction as a retriable unit.
-
-
- The relationship from '{referencingEntityTypeOrNavigation}' to '{referencedEntityTypeOrNavigation}' with foreign key properties {foreignKeyPropertiesWithTypes} cannot target the primary key {primaryKeyPropertiesWithTypes} because it is not compatible. Configure a principal key or a set of compatible foreign key properties for this relationship.
-
-
- Comparer for type '{type}' cannot be used for '{entityType}.{propertyName}' because its type is '{propertyType}'.
-
-
- The DbContextOptions passed to the {contextType} constructor must be a DbContextOptions<{contextType}>. When registering multiple DbContext types make sure that the constructor for each context type has a DbContextOptions<TContext> parameter rather than a non-generic DbContextOptions parameter.
-
-
- An exception occurred while reading a database value for property '{entityType}.{property}'. The expected type was '{expectedType}' but the actual value was null.
-
-
- The property '{property}' is not a navigation property of entity type '{entityType}'. The 'Include(string)' method can only be used with a '.' separated list of navigation property names.
-
-
- The property '{property}' of the argument '{argument}' cannot be null.
-
-
- The entity type '{entityType}' should derive from '{baseEntityType}' to reflect the hierarchy of the corresponding CLR types.
-
-
- configuration added for '{key}'
-
-
- The child/dependent side could not be determined for the one-to-one relationship between '{dependentToPrincipalNavigationSpecification}' and '{principalToDependentNavigationSpecification}'. To identify the child/dependent side of the relationship, configure the foreign key property. If these navigations should not be part of the same relationship configure them without specifying the inverse. See http://go.microsoft.com/fwlink/?LinkId=724062 for more details.
-
-
- The value for property '{property}' of entity type '{entityType}' cannot be set to null because its type is '{propertyType}' which is not a nullable type.
-
-
- The specified field '{field}' cannot be used for the property '{entityType}.{property}' because it does not match the property name.
-
-
- The discriminator value for '{entityType1}' is '{discriminatorValue}' which is the same for '{entityType2}'. Every concrete entity type in the hierarchy needs to have a unique discriminator value.
-
-
- The implementation type for the registration of the '{service}' service could not be determined. Specific implementation types must be used for services that expect multiple registrations so as to avoid duplicates.
-
-
- '{principalEntityType}.{principalNavigation}' may still be null at runtime despite being declared as non-nullable since only the navigation to principal can be configured as required.
-
-
- Cannot create a DbSet for '{typeName}' because this type is not included in the model for the context.
-
-
- The entity type '{entityType}' cannot be removed because '{derivedEntityType}' is derived from it. All derived entity types must be removed or redefined before the entity type can be removed.
-
-
- Current provider doesn't support System.Transaction.
-
-
- The property '{property}' on entity type '{entityType}' is defined to be read-only after it has been saved, but its value has been modified or marked as modified.
-
-
- Property '{property}' on entity type '{entityType}' matches both '{field1}' and '{field2}' by convention. Explicitly specify the backing field to use with '.HasField()' in 'OnModelCreating()'.
-
-
- OnConfiguring cannot be used to modify DbContextOptions when DbContext pooling is enabled.
-
-
- The key value at position {index} of the call to 'DbSet<{entityType}>.Find' was of type '{valueType}', which does not match the property type of '{propertyType}'.
-
-
- The navigation '{targetEntityType}.{inverseNavigation}' cannot be used as the inverse of '{weakEntityType}.{navigation}' because it's not the defining navigation '{definingNavigation}'
-
-
- The navigation '{navigation}' cannot be added because it targets the keyless entity type '{entityType}'. Navigations can only target entity types with keys.
-
-
- An exception occurred while reading a database value. The expected type was '{expectedType}' but the actual value was null.
-
-
- The service property '{property}' of type '{serviceType}' cannot be added to the entity type '{entityType}' because there is another property of the same type. Ignore one of the properties using the NotMappedAttribute or 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
-
-
- '{principalEntityType}.{principalNavigation}' may still be null at runtime despite being declared as non-nullable since only the navigation to principal '{dependentEntityType}.{dependentNavigation}' can be configured as required.
-
-
- '{property}' cannot be used as a property on entity type '{entityType}' because it is configured as a navigation.
-
-
- Unable to save changes because a circular dependency was detected in the data to be saved: '{cycle}'.
-
-
- Unchanged '{entityType}.{property}' detected as changed and will be marked as modified. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see property values.
-
-
- A '{derivedType}' cannot be configured as keyless because it is a derived type. The root type '{rootType}' must be configured as keyless. If you did not intend for '{rootType}' to be included in the model, ensure that it is not included in a DbSet property on your context, referenced in a configuration call to ModelBuilder, or referenced from a navigation property on a type that is included in the model.
-
-
- An attempt was made to register an instance for the '{scope}' service '{service}'. Instances can only be registered for 'Singleton' services.
-
-
- The key {key} cannot be added to keyless type '{entityType}'.
-
-
- The expression '{expression}' is not a valid property expression. The expression should represent a simple property access: 't => t.MyProperty'.
-
-
- A second operation started on this context before a previous operation completed. This is usually caused by different threads using the same instance of DbContext. For more information on how to avoid threading issues with DbContext, see https://go.microsoft.com/fwlink/?linkid=2097913.
-
-
- The seed entity for entity type '{entityType}' cannot be added because another seed entity with the key value '{keyValue}' has already been added.
-
-
- InversePropertyAttributes on navigation '{navigation}' in entity type '{entityType}' and on navigation '{referencedNavigation}' in entity type '{referencedEntityType}' are not pointing to each other.
-
-
- An exception occurred while reading a database value. See the inner exception for more information.
-
-
- Cannot set discriminator value for entity type '{entityType}' because the root entity type '{rootEntityType}' doesn't have a discriminator property set.
-
-
- The property '{property}' on entity type '{entityType}' is being accessed using the '{ReferenceMethod}' method, but is defined in the model as a collection navigation property. Use the '{CollectionMethod}' method to access collection navigation properties.
-
-
- Cascade state change of '{entityType}' entity to '{state}' due to deletion of parent '{parentType}' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-
-
- The property '{keyProperty}' cannot be configured as 'ValueGeneratedOnUpdate' or 'ValueGeneratedOnAddOrUpdate' because the key value cannot be changed after the entity has been added to the store.
-
-
- Value generation is not supported for property '{entityType}.{property}' because it has a '{converter}' converter configured. Configure the property to not use value generation using 'ValueGenerated.Never' or 'DatabaseGeneratedOption.None' and specify explicit values instead.
-
-
- Data binding directly to 'DbSet.Local' is not supported since it does not provide a stable ordering. For WPF bind to 'DbSet.Local.ToObservableCollection()'. For WinForms bind to 'DbSet.Local.ToBindingList()'. For ASP.NET WebForms bind to 'DbSet.ToList()' or use Model Binding.
-
-
- Comparison on entity type '{entityType}' is not supported because it is a keyless entity.
-
-
- Both relationships between '{firstDependentToPrincipalNavigationSpecification}' and '{firstPrincipalToDependentNavigationSpecification}' and between '{secondDependentToPrincipalNavigationSpecification}' and '{secondPrincipalToDependentNavigationSpecification}' could use {foreignKeyProperties} as the foreign key. To resolve this configure the foreign key properties explicitly on at least one of the relationships.
-
-
- Unable to determine the relationship represented by navigation property '{entityType}.{navigation}' of type '{propertyType}'. Either manually configure the relationship, or ignore this property using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
-
-
- Entity type '{entityType}' is in shadow-state. A valid model requires all entity types to have corresponding CLR type.
-
-
- '{contextType}' generated a value for the '{property}' property of new '{entityType}' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-
-
- The property '{property}' on entity type '{entityType}' cannot be assigned a value generated by the database. Store-generated values can only be assigned to properties configured to use store-generated values.
-
-
- The navigation property '{navigation}' has a RequiredAttribute causing the entity type '{entityType}' to be configured as the dependent side in the corresponding relationship.
-
-
- The entity type '{entityType}' cannot use 'ToQuery' to create a defining query because it also defines a primary key. Defining queries can only be used to back entity types without keys.
-
-
- The index {index} cannot be added to the entity type '{entityType}' because an index on the same properties already exists on entity type '{duplicateEntityType}'.
-
-
- The property '{property}' on entity type '{entityType}' is being accessed using the '{CollectionMethod}' method, but is defined in the model as a non-collection, reference navigation property. Use the '{ReferenceMethod}' method to access reference navigation properties.
-
-
- Unable to set property '{property}' as a discriminator for entity type '{entityType}' because it is not a property of '{entityType}'.
-
-
- Entity Framework services have not been added to the internal service provider. Either remove the call to UseInternalServiceProvider so that EF will manage its own internal services, or use the method from your database provider to add the required services to the service provider (e.g. AddEntityFrameworkSqlServer).
-
-
- The types of the properties specified for the foreign key {foreignKey} on entity type '{dependentType}' do not match the types of the properties in the principal key {principalKey} on entity type '{principalType}'.
-
-
- Including navigation: '{navigation}'
-
-
- The entity type '{ownedEntityType}' is configured as owned, but the entity type '{nonOwnedEntityType}' is not. All entity types sharing a CLR type must be configured as owned.
-
-
- The property list {propertyList} cannot be used, because it contains a duplicate - '{property}'.
-
-
- The indexed property '{property}' cannot be added to type '{entityType}' because the CLR class contains a member with the same name.
-
-
- The type of navigation property '{navigation}' on the entity type '{entityType}' is '{foundType}' which is an array type. Collection navigation properties cannot be arrays.
-
-
- There are multiple ForeignKeyAttributes which are pointing to same set of properties - '{propertyList}' on entity type '{entityType}'.
-
-
- Unable to determine the owner for the relationship between '{entityType}' and '{otherEntityType}' as both types have been marked as owned. Either manually configure the ownership, or ignore the corresponding navigations using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in 'OnModelCreating'.
-
-
- Unchanged '{entityType}.{property}' detected as changed from '{oldValue}' to '{newValue}' and will be marked as modified for entity with key '{keyValues}'.
-
-
- The '{entityType}' entity with key '{keyValues}' tracked by '{contextType}' changed from '{oldState}' to '{newState}'.
-
-
- Cannot start tracking InternalEntityEntry for entity type '{entityType}' because it was created by a different StateManager instance.
-
-
- The specified key properties {key} are not declared on the entity type '{entityType}'. Ensure key properties are declared on the target entity type.
-
-
- The property '{property}' on entity type '{entityType}' cannot be marked as nullable/optional because the type of the property is '{propertyType}' which is not a nullable type. Any property can be marked as non-nullable/required, but only properties of nullable types and which are not part of primary key can be marked as nullable/optional.
-
-
- Maximum number of retries ({retryLimit}) exceeded while executing database operations with '{strategy}'. See inner exception for the most recent failure.
-
-
- The entity type '{entityType}' is part of a hierarchy, but does not have a discriminator value configured.
-
-
- The entity type '{entityType}' was not found. Ensure that the entity type has been added to the model.
-
-
- The property '{property}' cannot be part of a foreign key on '{entityType}' because it has value generation enabled and is contained in the key {key} defined on a base entity type '{baseEntityType}'.
-
-
- The entity type '{entityType}' cannot be marked as keyless because it contains a key.
-
-
- The instance of entity type '{entityType}' cannot be tracked because another instance with the key value '{keyValue}' is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached.
-
-
- The entity type '{entityType}' is part of a hierarchy, but does not have a discriminator property configured.
-
-
- Query: '{queryModel}' uses a row limiting operation (Skip/Take) without OrderBy which may lead to unpredictable results.
-
-
- The property '{property}' cannot be ignored on entity type '{entityType}', because it's declared on the base entity type '{baseEntityType}'. To exclude this property from your model, use NotMappedAttribute or Ignore method on the base type.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Configuration.Binder/en-US/Microsoft.Extensions.Configuration.Binder.Resources.resw b/AutoCat/obj/x64/Debug/Microsoft.Extensions.Configuration.Binder/en-US/Microsoft.Extensions.Configuration.Binder.Resources.resw
deleted file mode 100644
index 596f07c..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Configuration.Binder/en-US/Microsoft.Extensions.Configuration.Binder.Resources.resw
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Failed to create instance of type '{0}'.
-
-
- Cannot create instance of type '{0}' because multidimensional arrays are not supported.
-
-
- Cannot create instance of type '{0}' because it is missing a public parameterless constructor.
-
-
- Failed to convert configuration value at '{0}' to type '{1}'.
-
-
- Cannot create instance of type '{0}' because it is either abstract or an interface.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Configuration/en-US/Microsoft.Extensions.Configuration.Resources.resw b/AutoCat/obj/x64/Debug/Microsoft.Extensions.Configuration/en-US/Microsoft.Extensions.Configuration.Resources.resw
deleted file mode 100644
index 7909d7e..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Configuration/en-US/Microsoft.Extensions.Configuration.Resources.resw
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- A configuration source is not registered. Please register one before setting a value.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Extensions.DependencyInjection.Abstractions/en-US/Microsoft.Extensions.DependencyInjection.Abstractions.Resources.resw b/AutoCat/obj/x64/Debug/Microsoft.Extensions.DependencyInjection.Abstractions/en-US/Microsoft.Extensions.DependencyInjection.Abstractions.Resources.resw
deleted file mode 100644
index 107e050..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Extensions.DependencyInjection.Abstractions/en-US/Microsoft.Extensions.DependencyInjection.Abstractions.Resources.resw
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Multiple constructors accepting all given argument types have been found in type '{0}'. There should only be one applicable constructor.
-
-
- A suitable constructor for type '{0}' could not be located. Ensure the type is concrete and services are registered for all parameters of a public constructor.
-
-
- Implementation type cannot be '{0}' because it is indistinguishable from other services registered for '{1}'.
-
-
- No service for type '{0}' has been registered.
-
-
- Unable to locate implementation '{0}' for service '{1}'.
-
-
- Unable to resolve service for type '{0}' while attempting to activate '{1}'.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Extensions.DependencyInjection/en-US/Microsoft.Extensions.DependencyInjection.Resources.resw b/AutoCat/obj/x64/Debug/Microsoft.Extensions.DependencyInjection/en-US/Microsoft.Extensions.DependencyInjection.Resources.resw
deleted file mode 100644
index ca58b2a..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Extensions.DependencyInjection/en-US/Microsoft.Extensions.DependencyInjection.Resources.resw
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Cannot resolve '{0}' from root provider because it requires {2} service '{1}'.
-
-
- Unable to activate type '{0}'. The following constructors are ambiguous:
-
-
- No constructor for type '{0}' can be instantiated using services from the service container and default values.
-
-
- A circular dependency was detected for the service of type '{0}'.
-
-
- Cannot resolve {1} service '{0}' from root provider.
-
-
- Implementation type '{0}' can't be converted to service type '{1}'
-
-
- '{0}' type only implements IAsyncDisposable. Use DisposeAsync to dispose the container.
-
-
- Open generic service type '{0}' requires registering an open generic implementation type.
-
-
- Cannot consume {2} service '{0}' from {3} '{1}'.
-
-
- Constant value of type '{0}' can't be converted to service type '{1}'
-
-
- A suitable constructor for type '{0}' could not be located. Ensure the type is concrete and services are registered for all parameters of a public constructor.
-
-
- Unable to resolve service for type '{0}' while attempting to activate '{1}'.
-
-
- Cannot instantiate implementation type '{0}' for service type '{1}'.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Logging.Abstractions/en-US/Microsoft.Extensions.Logging.Abstractions.Resource.resw b/AutoCat/obj/x64/Debug/Microsoft.Extensions.Logging.Abstractions/en-US/Microsoft.Extensions.Logging.Abstractions.Resource.resw
deleted file mode 100644
index 5112bed..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Logging.Abstractions/en-US/Microsoft.Extensions.Logging.Abstractions.Resource.resw
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- The format string '{0}' does not have the expected number of named parameters. Expected {1} parameter(s) but found {2} parameter(s).
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Options/en-US/Microsoft.Extensions.Options.Resources.resw b/AutoCat/obj/x64/Debug/Microsoft.Extensions.Options/en-US/Microsoft.Extensions.Options.Resources.resw
deleted file mode 100644
index e3c4808..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Options/en-US/Microsoft.Extensions.Options.Resources.resw
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Failed to create instance of type '{0}'.
-
-
- No IConfigureOptions<> or IPostConfigureOptions<> implementations were found.
-
-
- Cannot create instance of type '{0}' because it is missing a public parameterless constructor.
-
-
- Failed to convert '{0}' to type '{1}'.
-
-
- No IConfigureOptions<> or IPostConfigureOptions<> implementations were found, did you mean to call Configure<> or PostConfigure<>?
-
-
- Cannot create instance of type '{0}' because it is either abstract or an interface.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Primitives/en-US/Microsoft.Extensions.Primitives.Resources.resw b/AutoCat/obj/x64/Debug/Microsoft.Extensions.Primitives/en-US/Microsoft.Extensions.Primitives.Resources.resw
deleted file mode 100644
index 4ada008..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Extensions.Primitives/en-US/Microsoft.Extensions.Primitives.Resources.resw
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Offset and length are out of bounds for this StringSegment or length is greater than the number of characters to the end of this StringSegment.
-
-
- Cannot change capacity after write started.
-
-
- Entire reserved capacity was not used. Capacity: '{0}', written '{1}'.
-
-
- Not enough capacity to write '{0}' characters, only '{1}' left.
-
-
- Offset and length are out of bounds for the string or length is greater than the number of characters from index to the end of the string.
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.pri.xml b/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.pri.xml
deleted file mode 100644
index e46da03..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.Animations.pri.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.pri.xml b/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.pri.xml
deleted file mode 100644
index 2d14f27..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.Controls.pri.xml
+++ /dev/null
@@ -1,635 +0,0 @@
-
-
-
-
- EN-US
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Microsoft.Toolkit.Uwp.UI.Controls.xr.xml
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\BladeView\BladeView.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\CameraPreview\CameraPreview.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Carousel\Carousel.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\DropShadowPanel\DropShadowPanel.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Expander\Expander.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Eyedropper\Eyedropper.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Eyedropper\EyedropperToolButton.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\GridSplitter\GridSplitter.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\HeaderedContentControl\HeaderedContentControl.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\HeaderedItemsControl\HeaderedItemsControl.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\HeaderedTextBlock\HeaderedTextBlock.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\ImageCropper\ImageCropper.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\ImageCropper\ImageCropperThumb.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\ImageEx\ImageEx.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\InAppNotification\InAppNotification.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\InAppNotification\Styles\MSEdgeNotificationStyle.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\InAppNotification\Styles\VSCodeNotificationStyle.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\InfiniteCanvas\InfiniteCanvas.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\LayoutTransformControl\LayoutTransformControl.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Loading\Loading.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\MarkdownTextBlock\MarkdownTextBlock.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\MasterDetailsView\MasterDetailsView.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Menu\Menu.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\OrbitView\OrbitView.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\RadialGauge\RadialGauge.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\RadialProgressBar\RadialProgressBar.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\RangeSelector\RangeSelector.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\RemoteDevicePicker\RemoteDevicePicker.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\RotatorTile\RotatorTile.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\ScrollHeader\ScrollHeader.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TabView\TabView.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TextToolbar\TextToolbar.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TextToolbar\Symbols\Symbols.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TextToolbar\ToolbarItems\ToolbarButton.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TextToolbar\ToolbarItems\ToolbarSeparator.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\Themes\Generic.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TileControl\TileControl.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TokenizingTextBox\TokenizingTextBox.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TokenizingTextBox\TokenizingTextBoxItem.AutoSuggestBox.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
- Microsoft.Toolkit.Uwp.UI.Controls\TokenizingTextBox\TokenizingTextBoxItem.Token.xaml
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
-
-
-
- Bold
-
-
-
-
- Cancel
-
-
-
-
- Code
-
-
-
-
- Create Link
-
-
-
-
- Empty Text
-
-
-
-
- Header
-
-
-
-
- Italics
-
-
-
-
- Label
-
-
-
-
- Link Invalid
-
-
-
-
- Link
-
-
-
-
- List
-
-
-
-
- Ok
-
-
-
-
- Ordered List
-
-
-
-
- Quote
-
-
-
-
- Relative
-
-
-
-
- Strikethrough
-
-
-
-
- Underline
-
-
-
-
- Url
-
-
-
-
- Warning
-
-
-
-
- Collapse Blade
-
-
-
-
- Expand Blade
-
-
-
-
- GridSpliter
-
-
-
-
- New notification
-
-
-
-
- Notification
-
-
-
-
- Remove
-
-
-
-
- Select All
-
-
-
-
-
-
- Close tab
-
-
-
-
-
-
- Close tab
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.pri.xml b/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.pri.xml
deleted file mode 100644
index 5d427cc..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.UI.pri.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.pri.xml b/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.pri.xml
deleted file mode 100644
index 85f964a..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Toolkit.Uwp.pri.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.UI.Xaml.pri.xml b/AutoCat/obj/x64/Debug/Microsoft.UI.Xaml.pri.xml
deleted file mode 100644
index c7dfa29..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.UI.Xaml.pri.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
- [Embedded Binary Data]
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Xaml.Interactions.pri.xml b/AutoCat/obj/x64/Debug/Microsoft.Xaml.Interactions.pri.xml
deleted file mode 100644
index 5336b73..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Xaml.Interactions.pri.xml
+++ /dev/null
@@ -1,433 +0,0 @@
-
-
-
-
- EN-US,DE-DE,ES-ES,FR-FR,IT-IT,JA-JP,KO-KR,PT-BR,RU-RU,UK-UA,ZH-CN,ZH-TW
-
-
-
-
-
- 在類型 {1} 的物件上找不到符合預期的簽章且名稱為 {0} 的方法。
-
-
- 在 {1} 类型的对象上找不到符合正确签名的名为 {0} 的方法。
-
-
- Неможливо знайти метод з ім'ям {0} в об'єкті типу {1}, який відповідав би очікуваному підпису.
-
-
- Невозможно найти метод с именем {0} в объекте типа {1}, который соответствовал бы ожидаемой подписи.
-
-
- Não é possível encontrar o método de nome {0} no objeto de tipo {1} que corresponda a assinatura esperada.
-
-
-
- {1} 형식의 개체에서 예상 시그니처와 일치하는 이름이 {0}인 메서드를 찾을 수 없습니다.
-
-
- メソッド {0} が、期待される署名と一致する型 {1} のオブジェクトにありません。
-
-
- Impossibile trovare il metodo denominato {0} in un oggetto di tipo {1} corrispondente alla firma prevista.
-
-
- Impossible de trouver la méthode nommée {0} sur l'objet de type {1} qui correspond à la signature attendue.
-
-
- No se puede encontrar el método denominado {0} en el objeto de tipo {1} que coincida con la signatura esperada.
-
-
- Cannot find method named {0} on object of type {1} that matches the expected signature.
-
-
- Keine Methode mit der Bezeichnung {0} im Objekt vom Typ {1} gefunden, die mit der erwarteten Signatur übereinstimmt.
-
-
-
-
- 無法一次將行為執行個體附加到多個物件。
-
-
- 行为的实例不能一次附加到多个对象。
-
-
- Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно.
-
-
- Невозможно прикрепить экземпляр поведения к нескольким объектам одновременно.
-
-
- Não é possível anexar uma instância de Behavior a mais de um objeto simultaneamente.
-
-
- 동작의 인스턴스 하나를 한 번에 둘 이상의 개체에 연결할 수 없습니다.
-
-
- ビヘイビアーのインスタンスは、1 度に複数のオブジェクトに追加することはできません。
-
-
- Impossibile associare l'istanza di un comportamento a più di un oggetto alla volta.
-
-
- Une instance de Behavior ne peut pas être attachée à plus d'un objet à la fois.
-
-
- No se puede adjuntar una instancia de Behavior a más de un objeto simultáneamente.
-
-
- An instance of a behavior cannot be attached to more than one object at a time.
-
-
- Eine Instanz eines Verhaltens kann nicht mehreren Objekten gleichzeitig angefügt werden.
-
-
-
-
- 在類型 {1} 上找不到名稱為 {0} 的事件。
-
-
- 在类型 {1} 上找不到名为 {0} 的事件。
-
-
- Неможливо знайти подію з ім'ям {0} в типі {1}.
-
-
- Невозможно найти событие с именем {0} в типе {1}.
-
-
- Não é possível encontrar um evento de nome {0} no tipo {1}.
-
-
- 이름이 {0}인 형식 {1}의 이벤트를 찾을 수 없습니다.
-
-
- 名前が {0} (型 {1}) のイベントが見つかりません。
-
-
- Impossibile trovare un evento denominato {0} nel tipo {1}.
-
-
- Impossible de trouver un événement nommé {0} sur le type {1}.
-
-
- No se puede encontrar un evento con el nombre {0} en el tipo {1}.
-
-
- Cannot find an event named {0} on type {1}.
-
-
- Kein Ereignis mit der Bezeichnung {0} auf Typ {1} gefunden.
-
-
-
-
- 在類型 {1} 上找不到名稱為 {0} 的屬性。
-
-
- 在类型 {1} 上找不到名为 {0} 的属性。
-
-
- Неможливо знайти властивість з ім'ям {0} в типі {1}.
-
-
- Невозможно найти свойство с именем {0} в типе {1}.
-
-
- Não é possível encontrar uma propriedade de nome {0} no tipo {1}.
-
-
- 이름이 {0}인 형식 {1}의 속성을 찾을 수 없습니다.
-
-
- 名前が {0} (型 {1}) のプロパティが見つかりません。
-
-
- Impossibile trovare una proprietà denominata {0} nel tipo {1}.
-
-
- Impossible de trouver une propriété nommée {0} sur le type {1}.
-
-
- No se puede encontrar una propiedad con el nombre {0} en el tipo {1}.
-
-
- Cannot find a property named {0} on type {1}.
-
-
- Keine Eigenschaft mit der Bezeichnung {0} auf Typ {1} gefunden.
-
-
-
-
- 無法將類型 {0} 的值指派給類型 {2} 的屬性 {1}。只有類型 {2} 的值能夠指派給 {1} 屬性。
-
-
- 无法将 {0} 类型的值赋予 {2} 类型的属性 {1}。{1} 属性只可接受 {2} 类型的赋值。
-
-
- Неможливо призначити значення типу {0} властивості {1} типу {2}. Властивості {1} можна призначити тільки значення типу {2}.
-
-
- Невозможно назначить значение типа {0} свойству {1} типа {2}. Свойству {1} можно назначить только значения типа {2}.
-
-
- Nao é possível atribuir um valor do tipo {0} à propriedade {1} de tipo {2}. A propriedade {1} pode receber somente valores do tipo {2}.
-
-
- {0} 형식의 값을 {2} 형식의 속성 {1}에 할당할 수 없습니다. {1} 속성에는 {2} 형식의 값만 할당할 수 있습니다.
-
-
- 型 {0} の値をプロパティ {1} (型 {2}) に割り当てることができません。{1} プロパティは、型 {2} の値にのみ割り当てることができます。
-
-
- Impossibile assegnare un valore di tipo {0} alla proprietà {1} di tipo {2}. Alla proprietà {1} possono essere assegnati solo valori di tipo {2}.
-
-
- Impossible d'attribuer une valeur de type {0} à la propriété {1} de type {2}. Seules des valeurs de type {2} peuvent être attribuées à la propriété {1}.
-
-
- No se puede asignar un valor del tipo {0} a la propiedad {1} del tipo {2}. A la propiedad {1} solo se le pueden asignar valores del tipo {2}.
-
-
- Cannot assign value of type {0} to property {1} of type {2}. The {1} property can be assigned only values of type {2}.
-
-
- Kann keinen Wert vom Typ {0} zu einer Eigenschaft {1} vom Typ {2} zuweisen. Die Eigenschaft {1} kann nur Werten vom Typ {2} zugewiesen werden.
-
-
-
-
- 類型 {1} 所定義的屬性 {0} 未公開 set 方法,因此無法修改。
-
-
- 类型 {1} 定义的属性 {0} 不 揭示 set 方法,因此不可修改。
-
-
- Властивість {0}, яке визначається типом {1}, не надає заданий метод і, отже, не може бути змінено.
-
-
- Свойство {0}, определяемое типом {1}, не предоставляет заданный метод и, следовательно, не может быть изменено.
-
-
- A propriedade {0} definido pelo tipo {1} não expõe um método set e, portanto, não pode ser modificado.
-
-
- {1} 형식으로 정의된 {0} 속성이 set 메서드를 노출하지 않으므로 수정할 수 없습니다.
-
-
- プロパティ {0} (型 {1} で定義) は、set メソッドを提示していないため、修正できません。
-
-
- La proprietà {0} definita dal tipo {1} non espone un metodo set. Impossibile modificarla.
-
-
- La propriété {0} définie par le type {1} n'expose pas une méthode set et ne peut, par conséquent, pas être modifiée.
-
-
- La propiedad {0} definida por el tipo {1} no expone un método establecido y, por lo tanto, no se puede modificar.
-
-
- Property {0} defined by type {1} does not expose a set method and therefore cannot be modified.
-
-
- Die vom Typ {1} definierte Eigenschaft {0} gibt keine Methode zum Festlegen an und kann daher nicht geändert werden.
-
-
-
-
- 不支援事件 {0}。請考慮實作自訂的 IBehavior 以回應這個事件。
-
-
- 不支持事件 {0}。请考虑实现自定义 IBehavior 以响应此事件。
-
-
- Подія {0} не підтримується. Для відгуку на дану подію рекомендується реалізувати користувальницьку поведінку IBehavior.
-
-
- Событие {0} не поддерживается. Для отклика на данное событие рекомендуется реализовать пользовательское поведение IBehavior.
-
-
- Evento {0} não é suportado. Considere a implementação de um IBehavior personalizado para responder a este evento.
-
-
- {0} 이벤트가 지원되지 않습니다. 이 이벤트에 응답하도록 사용자 지정 IBehavior를 구현해 보십시오.
-
-
- イベント {0} はサポートされていません。カスタム IBehavior を実装して、このイベントに応答することを検討してください。
-
-
- L'evento {0} non è supportato. Implementare un elemento IBehavior personalizzato per rispondere a questo evento.
-
-
- L'événement {0} n'est pas pris en charge. Si possible, implémentez un type iBehavior personnalisé pour répondre à cet événement.
-
-
- No se admite el evento {0}. Considere implementar un IBehavior personalizado para responder a este evento.
-
-
- Event {0} is not supported. Consider implementing a custom IBehavior to respond to this event.
-
-
- Ereignis {0} ist nicht unterstützt. Erwägen Sie die Implementierung eines benutzerdefinierten IBehavior, um auf dieses Ereignis zu reagieren.
-
-
-
-
- 目標 {0} 未定義任何 VisualStateGroups。
-
-
- 目标 {0} 不定义任何 VisualStateGroups。
-
-
- Цільовий об'єкт {0} не визначає ніяких груп VisualStateGroups.
-
-
- Целевой объект {0} не определяет никаких групп VisualStateGroups.
-
-
- O destino {0} não define qualquer VisualStateGroups.
-
-
- 대상 {0}이(가) VisualStateGroups를 정의하지 않습니다.
-
-
- ターゲット {0} は、VisualStateGroups を一切定義していません。
-
-
- La destinazione {0} non definisce VisualStateGroups.
-
-
- La cible {0} ne définit pas de VisualStateGroups.
-
-
- El destino {0} no define ningún objeto VisualStateGroup.
-
-
- Target {0} does not define any VisualStateGroups.
-
-
- Das Ziel {0} definiert keine VisualStateGroups.
-
-
-
-
- 類型 {0} 的 Binding 屬性無法搭配運算子 {1} 一起使用。
-
-
- {0} 类型的 Binding 属性无法用于运算符 {1}。
-
-
- Властивість прив'язки типу {0} неможливо використовувати з оператором {1}.
-
-
- Свойство привязки типа {0} невозможно использовать с оператором {1}.
-
-
- A propriedade Binding do tipo {0} não pode ser usada com o operador {2}.
-
-
- {0} 형식의 Binding 속성을 {1} 연산자와 함께 사용할 수 없습니다.
-
-
- 型 {0} の Binding プロパティは、演算子 {1} と共に使用できません。
-
-
- Impossibile utilizzare la proprietà Binding di tipo {0} con l'operatore {1}.
-
-
- La propriété de liaison de type {0} ne peut pas être utilisée avec l'opérateur {1}.
-
-
- La propiedad Binding del tipo {0} no se puede usar con el operador {1}.
-
-
- Binding property of type {0} cannot be used with operator {1}.
-
-
- Die Bindungseigenschaft vom Typ {0} kann nicht mit dem Operator {1} verwendet werden.
-
-
-
-
- 類型 {0} 的 Binding 屬性和類型 {1} 的 Value 屬性無法搭配運算子 {2} 一起使用。
-
-
- {0} 类型的 Binding 属性以及 {1} 类型的 Value 属性无法用于运算符 {2}。
-
-
- Властивість прив'язки типу {0} і властивість значення типу {1} неможливо використовувати з оператором {2}.
-
-
- Свойство привязки типа {0} и свойство значения типа {1} невозможно использовать с оператором {2}.
-
-
- A propriedade Binding do tipo {0} e a propriedade Value do tipo {1} não podem ser usadas com o operador {2}.
-
-
-
-
- {0} 형식의 Binding 속성과 {1} 형식의 Value 속성을 {2} 연산자와 함께 사용할 수 없습니다.
-
-
- 型 {0} の Binding プロパティと型 {1} の Value プロパティは、演算子 {2} と共に使用できません。
-
-
- Impossibile utilizzare la proprietà Binding di tipo {0} e la proprietà Value di tipo {1} con l'operatore {2}.
-
-
- La propriété de liaison de {0} la propriété de valeur de type {1} ne peuvent pas être utilisées avec l'opérateur {2}.
-
-
- La propiedad Binding del tipo {0} y la propiedad Value del tipo {1} no se pueden usar con el operador {2}.
-
-
- Binding property of type {0} and Value property of type {1} cannot be used with operator {2}.
-
-
- Die Bindungseigenschaft vom Typ {0} und die Werteigenschaft vom Typ {1} können nicht mit dem Operator {2} verwendet werden.
-
-
-
-
- 類型 {0} 的 Value 屬性無法搭配運算子 {1} 一起使用。
-
-
- {0} 类型的 Value 属性无法用于运算符 {1}。
-
-
- Властивість значення типу {0} неможливо використовувати з оператором {1}.
-
-
- Свойство значения типа {0} невозможно использовать с оператором {1}.
-
-
- A propriedade de valor do tipo {0} não pode ser usada com o operador {1}.
-
-
- {0} 형식의 Value 속성을 {1} 연산자와 함께 사용할 수 없습니다.
-
-
- 型 {0} の Value プロパティは、演算子 {1} と共に使用できません。
-
-
- Impossibile utilizzare la proprietà Value di tipo {0} con l'operatore {1}.
-
-
- La propriété de valeur de type {0} ne peut pas être utilisée avec l'opérateur {1}.
-
-
- La propiedad Value del tipo {0} no se puede usar con el operador {1}.
-
-
- Value property of type {0} cannot be used with operator {1}.
-
-
- Die Werteigenschaft vom Typ {0} kann nicht mit dem Operator {1} verwendet werden.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Microsoft.Xaml.Interactivity.pri.xml b/AutoCat/obj/x64/Debug/Microsoft.Xaml.Interactivity.pri.xml
deleted file mode 100644
index 0236a5c..0000000
--- a/AutoCat/obj/x64/Debug/Microsoft.Xaml.Interactivity.pri.xml
+++ /dev/null
@@ -1,169 +0,0 @@
-
-
-
-
- EN-US,DE-DE,ES-ES,FR-FR,IT-IT,JA-JP,KO-KR,PT-BR,RU-RU,UK-UA,ZH-CN,ZH-TW
-
-
-
-
-
- 無法一次將行為執行個體附加到多個物件。
-
-
- 行为的实例不能一次附加到多个对象。
-
-
- Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно.
-
-
- Невозможно прикрепить экземпляр поведения к нескольким объектам одновременно.
-
-
- Uma instância de um behavior não pode ser anexada a mais de um objeto simultaneamente.
-
-
- 동작의 인스턴스 하나를 한 번에 둘 이상의 개체에 연결할 수 없습니다.
-
-
- ビヘイビアーのインスタンスは、1 度に複数のオブジェクトに追加することはできません。
-
-
- Impossibile associare l'istanza di un comportamento a più di un oggetto alla volta.
-
-
- Une instance de Behavior ne peut pas être attachée à plus d'un objet à la fois.
-
-
- No se puede adjuntar una instancia de Behavior a más de un objeto simultáneamente.
-
-
- An instance of a behavior cannot be attached to more than one object at a time.
-
-
- Eine Instanz eines Verhaltens kann nicht mehreren Objekten gleichzeitig angefügt werden.
-
-
-
-
- 無法重複將行為執行個體加到 BehaviorCollection。
-
-
- 不能多次将行为的实例添加到 BehaviorCollection。
-
-
- Неможливо додати екземпляр поведінки в колекцію BehaviorCollection більше одного разу.
-
-
- Невозможно добавить экземпляр поведения в коллекцию BehaviorCollection более одного раза.
-
-
- Não é possível adicionar uma instância de um behavior à um BehaviorCollection mais de uma vez.
-
-
- 동작의 인스턴스 하나를 BehaviorCollection에 두 번 이상 추가할 수 없습니다.
-
-
- ビヘイビアーのインスタンスを BehaviorCollection に複数回追加することはできません。
-
-
- Impossibile aggiungere l'istanza di un comportamento a BehaviorCollection più di una volta.
-
-
- Impossible d'ajouter à plusieurs reprises une instance de Behavior à une BehaviorCollection.
-
-
- No se puede agregar una instancia de Behavior a un BehaviorCollection más de una vez.
-
-
- Cannot add an instance of a behavior to a BehaviorCollection more than once.
-
-
- Eine Instanz eines Verhaltens kann einer BehaviorCollection höchstens einmal hinzugefügt werden.
-
-
-
-
- AssociatedObject is of type {0} but should be of type {1}.
-
-
-
-
- ActionCollection 只支援 IAction 類型。
-
-
- 在 ActionCollection 中只支持 IAction 类型。
-
-
- В колекції ActionCollection підтримуються тільки типи Action.
-
-
- В коллекции ActionCollection поддерживаются только типы IAction.
-
-
- Somente tipos de IAction são suportados em um ActionCollection.
-
-
- ActionCollection에서 IAction 형식만 지원됩니다.
-
-
- ActionCollection では IAction 型のみサポートされます。
-
-
- Solo i tipi IAction sono supportati in ActionCollection.
-
-
- Seuls les types IAction sont pris en charge dans une ActionCollection.
-
-
- Solo se admiten tipos IAction en ActionCollection.
-
-
- Only IAction types are supported in an ActionCollection.
-
-
- Nur IAction-Typen werden in einer ActionCollection unterstützt.
-
-
-
-
- BehaviorCollection 只支援 IBehavior 類型。
-
-
- 在 BehaviorCollection 中只支持 IBehavior 类型。
-
-
- В колекції BehaviorCollection підтримуються тільки типи Behavior.
-
-
- В коллекции BehaviorCollection поддерживаются только типы IBehavior.
-
-
- Somente tipos de IBehavior são suportados em um BehaviorCollection.
-
-
- BehaviorCollection에서 IBehavior 형식만 지원됩니다.
-
-
- BehaviorCollection では IBehavior 型のみサポートされます。
-
-
- Solo i tipi IBehavior sono supportati in BehaviorCollection.
-
-
- Seuls les types IBehavior sont pris en charge dans une BehaviorCollection.
-
-
- Solo se admiten tipos IBehavior en BehaviorCollection.
-
-
- Only IBehavior types are supported in a BehaviorCollection.
-
-
- Nur IBehavior-Typen werden in einer BehaviorCollection unterstützt.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/MultipleQualifiersPerDimensionFound.txt b/AutoCat/obj/x64/Debug/MultipleQualifiersPerDimensionFound.txt
deleted file mode 100644
index c1f22fb..0000000
--- a/AutoCat/obj/x64/Debug/MultipleQualifiersPerDimensionFound.txt
+++ /dev/null
@@ -1 +0,0 @@
-False
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/Pages/AuthPage.g.cs b/AutoCat/obj/x64/Debug/Pages/AuthPage.g.cs
deleted file mode 100644
index af46284..0000000
--- a/AutoCat/obj/x64/Debug/Pages/AuthPage.g.cs
+++ /dev/null
@@ -1,268 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\AuthPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1F96DA443106FFFB23755568067AE484D9714DB37AA1C95D01B485BBBB90B537"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat.Pages
-{
- partial class AuthPage :
- global::Windows.UI.Xaml.Controls.Page,
- global::Windows.UI.Xaml.Markup.IComponentConnector,
- global::Windows.UI.Xaml.Markup.IComponentConnector2
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- private static class XamlBindingSetters
- {
- public static void Set_Windows_UI_Xaml_Controls_TextBox_Text(global::Windows.UI.Xaml.Controls.TextBox obj, global::System.String value, string targetNullValue)
- {
- if (value == null && targetNullValue != null)
- {
- value = targetNullValue;
- }
- obj.Text = value ?? global::System.String.Empty;
- }
- };
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- private class AuthPage_obj1_Bindings :
- global::Windows.UI.Xaml.Markup.IDataTemplateComponent,
- global::Windows.UI.Xaml.Markup.IXamlBindScopeDiagnostics,
- global::Windows.UI.Xaml.Markup.IComponentConnector,
- IAuthPage_Bindings
- {
- private global::AutoCat.Pages.AuthPage dataRoot;
- private bool initialized = false;
- private const int NOT_PHASED = (1 << 31);
- private const int DATA_CHANGED = (1 << 30);
-
- // Fields for each control that has bindings.
- private global::Windows.UI.Xaml.Controls.TextBox obj2;
-
- // Static fields for each binding's enabled/disabled state
- private static bool isobj2TextDisabled = false;
-
- private AuthPage_obj1_BindingsTracking bindingsTracking;
-
- public AuthPage_obj1_Bindings()
- {
- this.bindingsTracking = new AuthPage_obj1_BindingsTracking(this);
- }
-
- public void Disable(int lineNumber, int columnNumber)
- {
- if (lineNumber == 17 && columnNumber == 59)
- {
- isobj2TextDisabled = true;
- }
- }
-
- // IComponentConnector
-
- public void Connect(int connectionId, global::System.Object target)
- {
- switch(connectionId)
- {
- case 2: // Pages\AuthPage.xaml line 17
- this.obj2 = (global::Windows.UI.Xaml.Controls.TextBox)target;
- break;
- default:
- break;
- }
- }
-
- // IDataTemplateComponent
-
- public void ProcessBindings(global::System.Object item, int itemIndex, int phase, out int nextPhase)
- {
- nextPhase = -1;
- }
-
- public void Recycle()
- {
- return;
- }
-
- // IAuthPage_Bindings
-
- public void Initialize()
- {
- if (!this.initialized)
- {
- this.Update();
- }
- }
-
- public void Update()
- {
- this.Update_(this.dataRoot, NOT_PHASED);
- this.initialized = true;
- }
-
- public void StopTracking()
- {
- this.bindingsTracking.ReleaseAllListeners();
- this.initialized = false;
- }
-
- public void DisconnectUnloadedObject(int connectionId)
- {
- throw new global::System.ArgumentException("No unloadable elements to disconnect.");
- }
-
- public bool SetDataRoot(global::System.Object newDataRoot)
- {
- this.bindingsTracking.ReleaseAllListeners();
- if (newDataRoot != null)
- {
- this.dataRoot = (global::AutoCat.Pages.AuthPage)newDataRoot;
- return true;
- }
- return false;
- }
-
- public void Loading(global::Windows.UI.Xaml.FrameworkElement src, object data)
- {
- this.Initialize();
- }
-
- // Update methods for each path node used in binding steps.
- private void Update_(global::AutoCat.Pages.AuthPage obj, int phase)
- {
- if (obj != null)
- {
- if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
- {
- this.Update_viewModel(obj.viewModel, phase);
- }
- }
- }
- private void Update_viewModel(global::AutoCat.ViewModel.AuthViewModel obj, int phase)
- {
- if (obj != null)
- {
- if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
- {
- this.Update_viewModel_Email(obj.Email, phase);
- }
- }
- }
- private void Update_viewModel_Email(global::System.String obj, int phase)
- {
- if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
- {
- // Pages\AuthPage.xaml line 17
- if (!isobj2TextDisabled)
- {
- XamlBindingSetters.Set_Windows_UI_Xaml_Controls_TextBox_Text(this.obj2, obj, null);
- }
- }
- }
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- private class AuthPage_obj1_BindingsTracking
- {
- private global::System.WeakReference weakRefToBindingObj;
-
- public AuthPage_obj1_BindingsTracking(AuthPage_obj1_Bindings obj)
- {
- weakRefToBindingObj = new global::System.WeakReference(obj);
- }
-
- public AuthPage_obj1_Bindings TryGetBindingObject()
- {
- AuthPage_obj1_Bindings bindingObject = null;
- if (weakRefToBindingObj != null)
- {
- weakRefToBindingObj.TryGetTarget(out bindingObject);
- if (bindingObject == null)
- {
- weakRefToBindingObj = null;
- ReleaseAllListeners();
- }
- }
- return bindingObject;
- }
-
- public void ReleaseAllListeners()
- {
- }
-
- }
- }
- ///
- /// Connect()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void Connect(int connectionId, object target)
- {
- switch(connectionId)
- {
- case 1: // Pages\AuthPage.xaml line 1
- {
- global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)(target);
- ((global::Windows.UI.Xaml.Controls.Page)element1).Loaded += this.Page_Loaded;
- }
- break;
- case 2: // Pages\AuthPage.xaml line 17
- {
- this.Email = (global::Windows.UI.Xaml.Controls.TextBox)(target);
- }
- break;
- case 3: // Pages\AuthPage.xaml line 18
- {
- this.Password = (global::Windows.UI.Xaml.Controls.PasswordBox)(target);
- }
- break;
- case 4: // Pages\AuthPage.xaml line 19
- {
- this.Login = (global::Windows.UI.Xaml.Controls.Button)(target);
- ((global::Windows.UI.Xaml.Controls.Button)this.Login).Click += this.Login_Click;
- }
- break;
- case 5: // Pages\AuthPage.xaml line 20
- {
- this.Progress = (global::Windows.UI.Xaml.Controls.ProgressRing)(target);
- }
- break;
- default:
- break;
- }
- this._contentLoaded = true;
- }
-
- ///
- /// GetBindingConnector(int connectionId, object target)
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
- {
- global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
- switch(connectionId)
- {
- case 1: // Pages\AuthPage.xaml line 1
- {
- global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target;
- AuthPage_obj1_Bindings bindings = new AuthPage_obj1_Bindings();
- returnValue = bindings;
- bindings.SetDataRoot(this);
- this.Bindings = bindings;
- element1.Loading += bindings.Loading;
- global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element1, bindings);
- }
- break;
- }
- return returnValue;
- }
- }
-}
-
diff --git a/AutoCat/obj/x64/Debug/Pages/AuthPage.g.i.cs b/AutoCat/obj/x64/Debug/Pages/AuthPage.g.i.cs
deleted file mode 100644
index c7a0944..0000000
--- a/AutoCat/obj/x64/Debug/Pages/AuthPage.g.i.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\AuthPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1F96DA443106FFFB23755568067AE484D9714DB37AA1C95D01B485BBBB90B537"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat.Pages
-{
- partial class AuthPage : global::Windows.UI.Xaml.Controls.Page
- {
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private global::Windows.UI.Xaml.Controls.TextBox Email;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private global::Windows.UI.Xaml.Controls.PasswordBox Password;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private global::Windows.UI.Xaml.Controls.Button Login;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private global::Windows.UI.Xaml.Controls.ProgressRing Progress;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Pages/AuthPage.xaml");
- global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
- }
-
- partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private interface IAuthPage_Bindings
- {
- void Initialize();
- void Update();
- void StopTracking();
- void DisconnectUnloadedObject(int connectionId);
- }
-
- private interface IAuthPage_BindingsScopeConnector
- {
- global::System.WeakReference Parent { get; set; }
- bool ContainsElement(int connectionId);
- void RegisterForElementConnection(int connectionId, global::Windows.UI.Xaml.Markup.IComponentConnector connector);
- }
-#pragma warning disable 0169 // Proactively suppress unused field warning in case Bindings is not used.
-#pragma warning disable 0649
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private IAuthPage_Bindings Bindings;
-#pragma warning restore 0649
-#pragma warning restore 0169
- }
-}
-
-
diff --git a/AutoCat/obj/x64/Debug/Pages/AuthPage.xaml b/AutoCat/obj/x64/Debug/Pages/AuthPage.xaml
deleted file mode 100644
index 7f7f2eb..0000000
--- a/AutoCat/obj/x64/Debug/Pages/AuthPage.xaml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/AutoCat/obj/x64/Debug/Pages/AuthPage.xbf b/AutoCat/obj/x64/Debug/Pages/AuthPage.xbf
deleted file mode 100644
index 296a620..0000000
Binary files a/AutoCat/obj/x64/Debug/Pages/AuthPage.xbf and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/Pages/CheckPage.g.cs b/AutoCat/obj/x64/Debug/Pages/CheckPage.g.cs
deleted file mode 100644
index 3f38f44..0000000
--- a/AutoCat/obj/x64/Debug/Pages/CheckPage.g.cs
+++ /dev/null
@@ -1,40 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\CheckPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "ADA1FB7216FC7CDA48E3D7D4CD20319AB01ADA85ABE7A8F367DB4EC16D3AB175"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat.Pages
-{
- partial class CheckPage :
- global::Windows.UI.Xaml.Controls.Page,
- global::Windows.UI.Xaml.Markup.IComponentConnector,
- global::Windows.UI.Xaml.Markup.IComponentConnector2
- {
- ///
- /// Connect()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void Connect(int connectionId, object target)
- {
- this._contentLoaded = true;
- }
-
- ///
- /// GetBindingConnector(int connectionId, object target)
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
- {
- global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
- return returnValue;
- }
- }
-}
-
diff --git a/AutoCat/obj/x64/Debug/Pages/CheckPage.g.i.cs b/AutoCat/obj/x64/Debug/Pages/CheckPage.g.i.cs
deleted file mode 100644
index b3e4e7a..0000000
--- a/AutoCat/obj/x64/Debug/Pages/CheckPage.g.i.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\CheckPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "ADA1FB7216FC7CDA48E3D7D4CD20319AB01ADA85ABE7A8F367DB4EC16D3AB175"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat.Pages
-{
- partial class CheckPage : global::Windows.UI.Xaml.Controls.Page
- {
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Pages/CheckPage.xaml");
- global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
- }
-
- partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
-
- }
-}
-
-
diff --git a/AutoCat/obj/x64/Debug/Pages/CheckPage.xbf b/AutoCat/obj/x64/Debug/Pages/CheckPage.xbf
deleted file mode 100644
index e1626bd..0000000
Binary files a/AutoCat/obj/x64/Debug/Pages/CheckPage.xbf and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/Pages/MainPage.g.cs b/AutoCat/obj/x64/Debug/Pages/MainPage.g.cs
deleted file mode 100644
index 9005344..0000000
--- a/AutoCat/obj/x64/Debug/Pages/MainPage.g.cs
+++ /dev/null
@@ -1,57 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AF04E522FF7858953F25EA28866A24EC73B71972D06C39D5090819120F188E37"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat
-{
- partial class MainPage :
- global::Windows.UI.Xaml.Controls.Page,
- global::Windows.UI.Xaml.Markup.IComponentConnector,
- global::Windows.UI.Xaml.Markup.IComponentConnector2
- {
- ///
- /// Connect()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void Connect(int connectionId, object target)
- {
- switch(connectionId)
- {
- case 2: // Pages\MainPage.xaml line 21
- {
- this.NavView = (global::Microsoft.UI.Xaml.Controls.NavigationView)(target);
- ((global::Microsoft.UI.Xaml.Controls.NavigationView)this.NavView).Loaded += this.NavView_Loaded;
- ((global::Microsoft.UI.Xaml.Controls.NavigationView)this.NavView).SelectionChanged += this.NavView_SelectionChanged;
- }
- break;
- case 3: // Pages\MainPage.xaml line 35
- {
- this.ContentFrame = (global::Windows.UI.Xaml.Controls.Frame)(target);
- }
- break;
- default:
- break;
- }
- this._contentLoaded = true;
- }
-
- ///
- /// GetBindingConnector(int connectionId, object target)
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
- {
- global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
- return returnValue;
- }
- }
-}
-
diff --git a/AutoCat/obj/x64/Debug/Pages/MainPage.g.i.cs b/AutoCat/obj/x64/Debug/Pages/MainPage.g.i.cs
deleted file mode 100644
index 8e1fd0f..0000000
--- a/AutoCat/obj/x64/Debug/Pages/MainPage.g.i.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AF04E522FF7858953F25EA28866A24EC73B71972D06C39D5090819120F188E37"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat
-{
- partial class MainPage : global::Windows.UI.Xaml.Controls.Page
- {
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private global::Microsoft.UI.Xaml.Controls.NavigationView NavView;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private global::Windows.UI.Xaml.Controls.Frame ContentFrame;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Pages/MainPage.xaml");
- global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
- }
-
- partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
-
- }
-}
-
-
diff --git a/AutoCat/obj/x64/Debug/Pages/MainPage.xbf b/AutoCat/obj/x64/Debug/Pages/MainPage.xbf
deleted file mode 100644
index 9ac273b..0000000
Binary files a/AutoCat/obj/x64/Debug/Pages/MainPage.xbf and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/Pages/PlateNumber.g.cs b/AutoCat/obj/x64/Debug/Pages/PlateNumber.g.cs
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x64/Debug/Pages/PlateNumber.g.i.cs b/AutoCat/obj/x64/Debug/Pages/PlateNumber.g.i.cs
deleted file mode 100644
index e42cabc..0000000
--- a/AutoCat/obj/x64/Debug/Pages/PlateNumber.g.i.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\PlateNumber.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D9CAA6B6FEDD4F834CC04793A82AB74CB0362677FB754ECF41301EBE278434DA"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat.Pages
-{
- partial class PlateNumber : global::Windows.UI.Xaml.Controls.UserControl
- {
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Pages/PlateNumber.xaml");
- global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
- }
-
- partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
-
- }
-}
-
-
diff --git a/AutoCat/obj/x64/Debug/Pages/SearchPage.g.cs b/AutoCat/obj/x64/Debug/Pages/SearchPage.g.cs
deleted file mode 100644
index 434af37..0000000
--- a/AutoCat/obj/x64/Debug/Pages/SearchPage.g.cs
+++ /dev/null
@@ -1,409 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\SearchPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5BA0B27DFDEDC7D3E43101EA84B2814D451A589F5742A5F77396EA7D9EA8157A"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat.Pages
-{
- partial class SearchPage :
- global::Windows.UI.Xaml.Controls.Page,
- global::Windows.UI.Xaml.Markup.IComponentConnector,
- global::Windows.UI.Xaml.Markup.IComponentConnector2
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- private static class XamlBindingSetters
- {
- public static void Set_Windows_UI_Xaml_Controls_ItemsControl_ItemsSource(global::Windows.UI.Xaml.Controls.ItemsControl obj, global::System.Object value, string targetNullValue)
- {
- if (value == null && targetNullValue != null)
- {
- value = (global::System.Object) global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::System.Object), targetNullValue);
- }
- obj.ItemsSource = value;
- }
- public static void Set_Windows_UI_Xaml_Controls_TextBlock_Text(global::Windows.UI.Xaml.Controls.TextBlock obj, global::System.String value, string targetNullValue)
- {
- if (value == null && targetNullValue != null)
- {
- value = targetNullValue;
- }
- obj.Text = value ?? global::System.String.Empty;
- }
- };
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- private class SearchPage_obj3_Bindings :
- global::Windows.UI.Xaml.IDataTemplateExtension,
- global::Windows.UI.Xaml.Markup.IDataTemplateComponent,
- global::Windows.UI.Xaml.Markup.IXamlBindScopeDiagnostics,
- global::Windows.UI.Xaml.Markup.IComponentConnector,
- ISearchPage_Bindings
- {
- private global::AutoCatCore.Model.Vehicle dataRoot;
- private bool initialized = false;
- private const int NOT_PHASED = (1 << 31);
- private const int DATA_CHANGED = (1 << 30);
- private bool removedDataContextHandler = false;
-
- // Fields for each control that has bindings.
- private global::System.WeakReference obj3;
-
- // Static fields for each binding's enabled/disabled state
- private static bool isobj3TextDisabled = false;
-
- public SearchPage_obj3_Bindings()
- {
- }
-
- public void Disable(int lineNumber, int columnNumber)
- {
- if (lineNumber == 17 && columnNumber == 24)
- {
- isobj3TextDisabled = true;
- }
- }
-
- // IComponentConnector
-
- public void Connect(int connectionId, global::System.Object target)
- {
- switch(connectionId)
- {
- case 3: // Pages\SearchPage.xaml line 17
- this.obj3 = new global::System.WeakReference((global::Windows.UI.Xaml.Controls.TextBlock)target);
- break;
- default:
- break;
- }
- }
-
- public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
- {
- if (this.SetDataRoot(args.NewValue))
- {
- this.Update();
- }
- }
-
- // IDataTemplateExtension
-
- public bool ProcessBinding(uint phase)
- {
- throw new global::System.NotImplementedException();
- }
-
- public int ProcessBindings(global::Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs args)
- {
- int nextPhase = -1;
- ProcessBindings(args.Item, args.ItemIndex, (int)args.Phase, out nextPhase);
- return nextPhase;
- }
-
- public void ResetTemplate()
- {
- Recycle();
- }
-
- // IDataTemplateComponent
-
- public void ProcessBindings(global::System.Object item, int itemIndex, int phase, out int nextPhase)
- {
- nextPhase = -1;
- switch(phase)
- {
- case 0:
- nextPhase = -1;
- this.SetDataRoot(item);
- if (!removedDataContextHandler)
- {
- removedDataContextHandler = true;
- (this.obj3.Target as global::Windows.UI.Xaml.Controls.TextBlock).DataContextChanged -= this.DataContextChangedHandler;
- }
- this.initialized = true;
- break;
- }
- this.Update_((global::AutoCatCore.Model.Vehicle) item, 1 << phase);
- }
-
- public void Recycle()
- {
- }
-
- // ISearchPage_Bindings
-
- public void Initialize()
- {
- if (!this.initialized)
- {
- this.Update();
- }
- }
-
- public void Update()
- {
- this.Update_(this.dataRoot, NOT_PHASED);
- this.initialized = true;
- }
-
- public void StopTracking()
- {
- }
-
- public void DisconnectUnloadedObject(int connectionId)
- {
- throw new global::System.ArgumentException("No unloadable elements to disconnect.");
- }
-
- public bool SetDataRoot(global::System.Object newDataRoot)
- {
- if (newDataRoot != null)
- {
- this.dataRoot = (global::AutoCatCore.Model.Vehicle)newDataRoot;
- return true;
- }
- return false;
- }
-
- // Update methods for each path node used in binding steps.
- private void Update_(global::AutoCatCore.Model.Vehicle obj, int phase)
- {
- if (obj != null)
- {
- if ((phase & (NOT_PHASED | (1 << 0))) != 0)
- {
- this.Update_Brand(obj.Brand, phase);
- }
- }
- }
- private void Update_Brand(global::AutoCatCore.Model.VehicleBrand obj, int phase)
- {
- if (obj != null)
- {
- if ((phase & (NOT_PHASED | (1 << 0))) != 0)
- {
- this.Update_Brand_Name(obj.Name, phase);
- }
- }
- }
- private void Update_Brand_Name(global::AutoCatCore.Model.VehicleName obj, int phase)
- {
- if (obj != null)
- {
- if ((phase & (NOT_PHASED | (1 << 0))) != 0)
- {
- this.Update_Brand_Name_Original(obj.Original, phase);
- }
- }
- }
- private void Update_Brand_Name_Original(global::System.String obj, int phase)
- {
- if ((phase & ((1 << 0) | NOT_PHASED )) != 0)
- {
- // Pages\SearchPage.xaml line 17
- if (!isobj3TextDisabled)
- {
- if ((this.obj3.Target as global::Windows.UI.Xaml.Controls.TextBlock) != null)
- {
- XamlBindingSetters.Set_Windows_UI_Xaml_Controls_TextBlock_Text((this.obj3.Target as global::Windows.UI.Xaml.Controls.TextBlock), obj, null);
- }
- }
- }
- }
- }
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- private class SearchPage_obj1_Bindings :
- global::Windows.UI.Xaml.Markup.IDataTemplateComponent,
- global::Windows.UI.Xaml.Markup.IXamlBindScopeDiagnostics,
- global::Windows.UI.Xaml.Markup.IComponentConnector,
- ISearchPage_Bindings
- {
- private global::AutoCat.Pages.SearchPage dataRoot;
- private bool initialized = false;
- private const int NOT_PHASED = (1 << 31);
- private const int DATA_CHANGED = (1 << 30);
-
- // Fields for each control that has bindings.
- private global::Microsoft.Toolkit.Uwp.UI.Controls.MasterDetailsView obj4;
-
- // Static fields for each binding's enabled/disabled state
- private static bool isobj4ItemsSourceDisabled = false;
-
- public SearchPage_obj1_Bindings()
- {
- }
-
- public void Disable(int lineNumber, int columnNumber)
- {
- if (lineNumber == 21 && columnNumber == 82)
- {
- isobj4ItemsSourceDisabled = true;
- }
- }
-
- // IComponentConnector
-
- public void Connect(int connectionId, global::System.Object target)
- {
- switch(connectionId)
- {
- case 4: // Pages\SearchPage.xaml line 21
- this.obj4 = (global::Microsoft.Toolkit.Uwp.UI.Controls.MasterDetailsView)target;
- break;
- default:
- break;
- }
- }
-
- // IDataTemplateComponent
-
- public void ProcessBindings(global::System.Object item, int itemIndex, int phase, out int nextPhase)
- {
- nextPhase = -1;
- }
-
- public void Recycle()
- {
- return;
- }
-
- // ISearchPage_Bindings
-
- public void Initialize()
- {
- if (!this.initialized)
- {
- this.Update();
- }
- }
-
- public void Update()
- {
- this.Update_(this.dataRoot, NOT_PHASED);
- this.initialized = true;
- }
-
- public void StopTracking()
- {
- }
-
- public void DisconnectUnloadedObject(int connectionId)
- {
- throw new global::System.ArgumentException("No unloadable elements to disconnect.");
- }
-
- public bool SetDataRoot(global::System.Object newDataRoot)
- {
- if (newDataRoot != null)
- {
- this.dataRoot = (global::AutoCat.Pages.SearchPage)newDataRoot;
- return true;
- }
- return false;
- }
-
- public void Loading(global::Windows.UI.Xaml.FrameworkElement src, object data)
- {
- this.Initialize();
- }
-
- // Update methods for each path node used in binding steps.
- private void Update_(global::AutoCat.Pages.SearchPage obj, int phase)
- {
- if (obj != null)
- {
- if ((phase & (NOT_PHASED | (1 << 0))) != 0)
- {
- this.Update_viewModel(obj.viewModel, phase);
- }
- }
- }
- private void Update_viewModel(global::AutoCatCore.ViewModel.SearchViewModel obj, int phase)
- {
- if (obj != null)
- {
- if ((phase & (NOT_PHASED | (1 << 0))) != 0)
- {
- this.Update_viewModel_Vehicles(obj.Vehicles, phase);
- }
- }
- }
- private void Update_viewModel_Vehicles(global::System.Collections.ObjectModel.ObservableCollection obj, int phase)
- {
- if ((phase & ((1 << 0) | NOT_PHASED )) != 0)
- {
- // Pages\SearchPage.xaml line 21
- if (!isobj4ItemsSourceDisabled)
- {
- XamlBindingSetters.Set_Windows_UI_Xaml_Controls_ItemsControl_ItemsSource(this.obj4, obj, null);
- }
- }
- }
- }
- ///
- /// Connect()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void Connect(int connectionId, object target)
- {
- switch(connectionId)
- {
- case 4: // Pages\SearchPage.xaml line 21
- {
- this.MasterDetail = (global::Microsoft.Toolkit.Uwp.UI.Controls.MasterDetailsView)(target);
- ((global::Microsoft.Toolkit.Uwp.UI.Controls.MasterDetailsView)this.MasterDetail).Loaded += this.MasterDetail_Loaded;
- }
- break;
- default:
- break;
- }
- this._contentLoaded = true;
- }
-
- ///
- /// GetBindingConnector(int connectionId, object target)
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
- {
- global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
- switch(connectionId)
- {
- case 1: // Pages\SearchPage.xaml line 1
- {
- global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target;
- SearchPage_obj1_Bindings bindings = new SearchPage_obj1_Bindings();
- returnValue = bindings;
- bindings.SetDataRoot(this);
- this.Bindings = bindings;
- element1.Loading += bindings.Loading;
- global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element1, bindings);
- }
- break;
- case 3: // Pages\SearchPage.xaml line 17
- {
- global::Windows.UI.Xaml.Controls.TextBlock element3 = (global::Windows.UI.Xaml.Controls.TextBlock)target;
- SearchPage_obj3_Bindings bindings = new SearchPage_obj3_Bindings();
- returnValue = bindings;
- bindings.SetDataRoot(element3.DataContext);
- element3.DataContextChanged += bindings.DataContextChangedHandler;
- global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element3, bindings);
- global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element3, bindings);
- }
- break;
- }
- return returnValue;
- }
- }
-}
-
diff --git a/AutoCat/obj/x64/Debug/Pages/SearchPage.g.i.cs b/AutoCat/obj/x64/Debug/Pages/SearchPage.g.i.cs
deleted file mode 100644
index c285f93..0000000
--- a/AutoCat/obj/x64/Debug/Pages/SearchPage.g.i.cs
+++ /dev/null
@@ -1,62 +0,0 @@
-#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\SearchPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E0926BA08830C8856DF265D13EC5E82C77960CB7DAC39450936F5D4D2249D555"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat.Pages
-{
- partial class SearchPage : global::Windows.UI.Xaml.Controls.Page
- {
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Pages/SearchPage.xaml");
- global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
- }
-
- partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private interface ISearchPage_Bindings
- {
- void Initialize();
- void Update();
- void StopTracking();
- void DisconnectUnloadedObject(int connectionId);
- }
-
- private interface ISearchPage_BindingsScopeConnector
- {
- global::System.WeakReference Parent { get; set; }
- bool ContainsElement(int connectionId);
- void RegisterForElementConnection(int connectionId, global::Windows.UI.Xaml.Markup.IComponentConnector connector);
- }
-#pragma warning disable 0169 // Proactively suppress unused field warning in case Bindings is not used.
-#pragma warning disable 0649
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private ISearchPage_Bindings Bindings;
-#pragma warning restore 0649
-#pragma warning restore 0169
- }
-}
-
-
diff --git a/AutoCat/obj/x64/Debug/Pages/SearchPage.xbf b/AutoCat/obj/x64/Debug/Pages/SearchPage.xbf
deleted file mode 100644
index 9442ccc..0000000
Binary files a/AutoCat/obj/x64/Debug/Pages/SearchPage.xbf and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/ProjectArchitectures.txt b/AutoCat/obj/x64/Debug/ProjectArchitectures.txt
deleted file mode 100644
index d52a8ca..0000000
--- a/AutoCat/obj/x64/Debug/ProjectArchitectures.txt
+++ /dev/null
@@ -1 +0,0 @@
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\AutoCat.csproj;x64
diff --git a/AutoCat/obj/x64/Debug/ResourceHandlingTask.state b/AutoCat/obj/x64/Debug/ResourceHandlingTask.state
deleted file mode 100644
index c3159c9..0000000
Binary files a/AutoCat/obj/x64/Debug/ResourceHandlingTask.state and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/XamlSaveStateFile.xml b/AutoCat/obj/x64/Debug/XamlSaveStateFile.xml
deleted file mode 100644
index 7ee0450..0000000
--- a/AutoCat/obj/x64/Debug/XamlSaveStateFile.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/XamlTypeInfo.g.cs b/AutoCat/obj/x64/Debug/XamlTypeInfo.g.cs
deleted file mode 100644
index 18d9413..0000000
--- a/AutoCat/obj/x64/Debug/XamlTypeInfo.g.cs
+++ /dev/null
@@ -1,140 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-namespace AutoCat
-{
- public partial class App : global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private global::AutoCat.AutoCat_XamlTypeInfo.XamlMetaDataProvider __appProvider;
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- private global::AutoCat.AutoCat_XamlTypeInfo.XamlMetaDataProvider _AppProvider
- {
- get
- {
- if (__appProvider == null)
- {
- __appProvider = new global::AutoCat.AutoCat_XamlTypeInfo.XamlMetaDataProvider();
- }
- return __appProvider;
- }
- }
-
- ///
- /// GetXamlType(Type)
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(global::System.Type type)
- {
- return _AppProvider.GetXamlType(type);
- }
-
- ///
- /// GetXamlType(String)
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(string fullName)
- {
- return _AppProvider.GetXamlType(fullName);
- }
-
- ///
- /// GetXmlnsDefinitions()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Windows.UI.Xaml.Markup.XmlnsDefinition[] GetXmlnsDefinitions()
- {
- return _AppProvider.GetXmlnsDefinitions();
- }
- }
-}
-
-namespace AutoCat.AutoCat_XamlTypeInfo
-{
- ///
- /// Main class for providing metadata for the app or library
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public sealed class XamlMetaDataProvider : global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
- {
- private global::AutoCat.AutoCat_XamlTypeInfo.XamlTypeInfoProvider _provider = null;
-
- private global::AutoCat.AutoCat_XamlTypeInfo.XamlTypeInfoProvider Provider
- {
- get
- {
- if (_provider == null)
- {
- _provider = new global::AutoCat.AutoCat_XamlTypeInfo.XamlTypeInfoProvider();
- }
- return _provider;
- }
- }
-
- ///
- /// GetXamlType(Type)
- ///
- public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(global::System.Type type)
- {
- return Provider.GetXamlTypeByType(type);
- }
-
- ///
- /// GetXamlType(String)
- ///
- public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(string fullName)
- {
- return Provider.GetXamlTypeByName(fullName);
- }
-
- ///
- /// GetXmlnsDefinitions()
- ///
- public global::Windows.UI.Xaml.Markup.XmlnsDefinition[] GetXmlnsDefinitions()
- {
- return new global::Windows.UI.Xaml.Markup.XmlnsDefinition[0];
- }
- }
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- internal partial class XamlTypeInfoProvider
- {
- private global::Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider _Provider;
- private global::Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider Provider
- {
- get
- {
- if (_Provider == null)
- {
- _Provider = new global::Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider();
- }
- return _Provider;
- }
- }
-
- public global::Windows.UI.Xaml.Markup.IXamlType GetXamlTypeByType(global::System.Type type)
- {
- return Provider.GetXamlType(type);
- }
-
- public global::Windows.UI.Xaml.Markup.IXamlType GetXamlTypeByName(string typeName)
- {
- return Provider.GetXamlType(typeName);
- }
- }
-}
-
diff --git a/AutoCat/obj/x64/Debug/embed/embed.resfiles b/AutoCat/obj/x64/Debug/embed/embed.resfiles
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x64/Debug/embed/embed.resfiles.intermediate b/AutoCat/obj/x64/Debug/embed/embed.resfiles.intermediate
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x64/Debug/excluded.layout.resfiles b/AutoCat/obj/x64/Debug/excluded.layout.resfiles
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x64/Debug/excluded.layout.resfiles.intermediate b/AutoCat/obj/x64/Debug/excluded.layout.resfiles.intermediate
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x64/Debug/filtered.layout.resfiles b/AutoCat/obj/x64/Debug/filtered.layout.resfiles
deleted file mode 100644
index 0111743..0000000
--- a/AutoCat/obj/x64/Debug/filtered.layout.resfiles
+++ /dev/null
@@ -1,15 +0,0 @@
-WinMetadata\Windows.winmd
-Assets\LockScreenLogo.scale-200.png
-Assets\SplashScreen.scale-200.png
-Assets\Square150x150Logo.scale-200.png
-Assets\Square44x44Logo.scale-200.png
-Assets\Square44x44Logo.targetsize-24_altform-unplated.png
-Assets\StoreLogo.png
-Assets\Wide310x150Logo.scale-200.png
-App.xbf
-AutoCat.xr.xml
-Pages\AuthPage.xbf
-Pages\CheckPage.xbf
-Pages\MainPage.xbf
-Pages\SearchPage.xbf
-Properties\Default.rd.xml
diff --git a/AutoCat/obj/x64/Debug/filtered.layout.resfiles.intermediate b/AutoCat/obj/x64/Debug/filtered.layout.resfiles.intermediate
deleted file mode 100644
index 0111743..0000000
--- a/AutoCat/obj/x64/Debug/filtered.layout.resfiles.intermediate
+++ /dev/null
@@ -1,15 +0,0 @@
-WinMetadata\Windows.winmd
-Assets\LockScreenLogo.scale-200.png
-Assets\SplashScreen.scale-200.png
-Assets\Square150x150Logo.scale-200.png
-Assets\Square44x44Logo.scale-200.png
-Assets\Square44x44Logo.targetsize-24_altform-unplated.png
-Assets\StoreLogo.png
-Assets\Wide310x150Logo.scale-200.png
-App.xbf
-AutoCat.xr.xml
-Pages\AuthPage.xbf
-Pages\CheckPage.xbf
-Pages\MainPage.xbf
-Pages\SearchPage.xbf
-Properties\Default.rd.xml
diff --git a/AutoCat/obj/x64/Debug/intermediatexaml/AutoCat.exe b/AutoCat/obj/x64/Debug/intermediatexaml/AutoCat.exe
deleted file mode 100644
index 51fa2da..0000000
Binary files a/AutoCat/obj/x64/Debug/intermediatexaml/AutoCat.exe and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/intermediatexaml/AutoCat.pdb b/AutoCat/obj/x64/Debug/intermediatexaml/AutoCat.pdb
deleted file mode 100644
index b579309..0000000
Binary files a/AutoCat/obj/x64/Debug/intermediatexaml/AutoCat.pdb and /dev/null differ
diff --git a/AutoCat/obj/x64/Debug/pri.resfiles b/AutoCat/obj/x64/Debug/pri.resfiles
deleted file mode 100644
index f9b7c80..0000000
--- a/AutoCat/obj/x64/Debug/pri.resfiles
+++ /dev/null
@@ -1,8 +0,0 @@
-C:\Users\selim\.nuget\packages\colorcode.uwp\2.0.6\lib\uap10.0\ColorCode.UWP.pri
-C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp.ui.animations\6.1.1\lib\uap10.0.16299\Microsoft.Toolkit.Uwp.UI.Animations.pri
-C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp.ui.controls\6.1.1\lib\uap10.0.16299\Microsoft.Toolkit.Uwp.UI.Controls.pri
-C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp.ui\6.1.1\lib\uap10.0.16299\Microsoft.Toolkit.Uwp.UI.pri
-C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp\6.1.1\lib\uap10.0.16299\Microsoft.Toolkit.Uwp.pri
-C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\lib\uap10.0\Microsoft.UI.Xaml.pri
-C:\Users\selim\.nuget\packages\microsoft.xaml.behaviors.uwp.managed\2.0.1\lib\uap10.0\Microsoft.Xaml.Interactions.pri
-C:\Users\selim\.nuget\packages\microsoft.xaml.behaviors.uwp.managed\2.0.1\lib\uap10.0\Microsoft.Xaml.Interactivity.pri
diff --git a/AutoCat/obj/x64/Debug/pri.resfiles.intermediate b/AutoCat/obj/x64/Debug/pri.resfiles.intermediate
deleted file mode 100644
index f9b7c80..0000000
--- a/AutoCat/obj/x64/Debug/pri.resfiles.intermediate
+++ /dev/null
@@ -1,8 +0,0 @@
-C:\Users\selim\.nuget\packages\colorcode.uwp\2.0.6\lib\uap10.0\ColorCode.UWP.pri
-C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp.ui.animations\6.1.1\lib\uap10.0.16299\Microsoft.Toolkit.Uwp.UI.Animations.pri
-C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp.ui.controls\6.1.1\lib\uap10.0.16299\Microsoft.Toolkit.Uwp.UI.Controls.pri
-C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp.ui\6.1.1\lib\uap10.0.16299\Microsoft.Toolkit.Uwp.UI.pri
-C:\Users\selim\.nuget\packages\microsoft.toolkit.uwp\6.1.1\lib\uap10.0.16299\Microsoft.Toolkit.Uwp.pri
-C:\Users\selim\.nuget\packages\microsoft.ui.xaml\2.5.0\lib\uap10.0\Microsoft.UI.Xaml.pri
-C:\Users\selim\.nuget\packages\microsoft.xaml.behaviors.uwp.managed\2.0.1\lib\uap10.0\Microsoft.Xaml.Interactions.pri
-C:\Users\selim\.nuget\packages\microsoft.xaml.behaviors.uwp.managed\2.0.1\lib\uap10.0\Microsoft.Xaml.Interactivity.pri
diff --git a/AutoCat/obj/x64/Debug/priconfig.xml b/AutoCat/obj/x64/Debug/priconfig.xml
deleted file mode 100644
index 7391729..0000000
--- a/AutoCat/obj/x64/Debug/priconfig.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/priconfig.xml.intermediate b/AutoCat/obj/x64/Debug/priconfig.xml.intermediate
deleted file mode 100644
index 7391729..0000000
--- a/AutoCat/obj/x64/Debug/priconfig.xml.intermediate
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCat/obj/x64/Debug/qualifiers.txt b/AutoCat/obj/x64/Debug/qualifiers.txt
deleted file mode 100644
index 7718ac6..0000000
--- a/AutoCat/obj/x64/Debug/qualifiers.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-AlternateForm=UNPLATED
-Scale=200
-TargetSize=24
-Language=EN-US
diff --git a/AutoCat/obj/x64/Debug/qualifiers.txt.intermediate b/AutoCat/obj/x64/Debug/qualifiers.txt.intermediate
deleted file mode 100644
index 7718ac6..0000000
--- a/AutoCat/obj/x64/Debug/qualifiers.txt.intermediate
+++ /dev/null
@@ -1,4 +0,0 @@
-AlternateForm=UNPLATED
-Scale=200
-TargetSize=24
-Language=EN-US
diff --git a/AutoCat/obj/x64/Debug/resources.resfiles b/AutoCat/obj/x64/Debug/resources.resfiles
deleted file mode 100644
index e88c296..0000000
--- a/AutoCat/obj/x64/Debug/resources.resfiles
+++ /dev/null
@@ -1,16 +0,0 @@
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.Microsoft.Bcl.HashCode.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Collections.Immutable.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Diagnostics.DiagnosticSource.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Text.Json.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Data.Sqlite\en-US\Microsoft.Data.Sqlite.Properties.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Abstractions\en-US\Microsoft.EntityFrameworkCore.Properties.AbstractionsStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Relational\en-US\Microsoft.EntityFrameworkCore.Properties.RelationalStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Sqlite\en-US\Microsoft.EntityFrameworkCore.Sqlite.Properties.SqliteStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore\en-US\Microsoft.EntityFrameworkCore.Properties.CoreStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Configuration.Binder\en-US\Microsoft.Extensions.Configuration.Binder.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Configuration\en-US\Microsoft.Extensions.Configuration.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.DependencyInjection.Abstractions\en-US\Microsoft.Extensions.DependencyInjection.Abstractions.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.DependencyInjection\en-US\Microsoft.Extensions.DependencyInjection.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Logging.Abstractions\en-US\Microsoft.Extensions.Logging.Abstractions.Resource.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Options\en-US\Microsoft.Extensions.Options.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Primitives\en-US\Microsoft.Extensions.Primitives.Resources.resw
diff --git a/AutoCat/obj/x64/Debug/resources.resfiles.intermediate b/AutoCat/obj/x64/Debug/resources.resfiles.intermediate
deleted file mode 100644
index e88c296..0000000
--- a/AutoCat/obj/x64/Debug/resources.resfiles.intermediate
+++ /dev/null
@@ -1,16 +0,0 @@
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.Microsoft.Bcl.HashCode.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Collections.Immutable.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Diagnostics.DiagnosticSource.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\FxResources.System.Text.Json.SR.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Data.Sqlite\en-US\Microsoft.Data.Sqlite.Properties.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Abstractions\en-US\Microsoft.EntityFrameworkCore.Properties.AbstractionsStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Relational\en-US\Microsoft.EntityFrameworkCore.Properties.RelationalStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore.Sqlite\en-US\Microsoft.EntityFrameworkCore.Sqlite.Properties.SqliteStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.EntityFrameworkCore\en-US\Microsoft.EntityFrameworkCore.Properties.CoreStrings.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Configuration.Binder\en-US\Microsoft.Extensions.Configuration.Binder.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Configuration\en-US\Microsoft.Extensions.Configuration.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.DependencyInjection.Abstractions\en-US\Microsoft.Extensions.DependencyInjection.Abstractions.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.DependencyInjection\en-US\Microsoft.Extensions.DependencyInjection.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Logging.Abstractions\en-US\Microsoft.Extensions.Logging.Abstractions.Resource.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Options\en-US\Microsoft.Extensions.Options.Resources.resw
-C:\Users\selim\Source\Repos\autocatuwp\AutoCat\obj\x64\Debug\Microsoft.Extensions.Primitives\en-US\Microsoft.Extensions.Primitives.Resources.resw
diff --git a/AutoCat/obj/x64/Debug/unfiltered.layout.resfiles b/AutoCat/obj/x64/Debug/unfiltered.layout.resfiles
deleted file mode 100644
index 0111743..0000000
--- a/AutoCat/obj/x64/Debug/unfiltered.layout.resfiles
+++ /dev/null
@@ -1,15 +0,0 @@
-WinMetadata\Windows.winmd
-Assets\LockScreenLogo.scale-200.png
-Assets\SplashScreen.scale-200.png
-Assets\Square150x150Logo.scale-200.png
-Assets\Square44x44Logo.scale-200.png
-Assets\Square44x44Logo.targetsize-24_altform-unplated.png
-Assets\StoreLogo.png
-Assets\Wide310x150Logo.scale-200.png
-App.xbf
-AutoCat.xr.xml
-Pages\AuthPage.xbf
-Pages\CheckPage.xbf
-Pages\MainPage.xbf
-Pages\SearchPage.xbf
-Properties\Default.rd.xml
diff --git a/AutoCat/obj/x64/Debug/unfiltered.layout.resfiles.intermediate b/AutoCat/obj/x64/Debug/unfiltered.layout.resfiles.intermediate
deleted file mode 100644
index 0111743..0000000
--- a/AutoCat/obj/x64/Debug/unfiltered.layout.resfiles.intermediate
+++ /dev/null
@@ -1,15 +0,0 @@
-WinMetadata\Windows.winmd
-Assets\LockScreenLogo.scale-200.png
-Assets\SplashScreen.scale-200.png
-Assets\Square150x150Logo.scale-200.png
-Assets\Square44x44Logo.scale-200.png
-Assets\Square44x44Logo.targetsize-24_altform-unplated.png
-Assets\StoreLogo.png
-Assets\Wide310x150Logo.scale-200.png
-App.xbf
-AutoCat.xr.xml
-Pages\AuthPage.xbf
-Pages\CheckPage.xbf
-Pages\MainPage.xbf
-Pages\SearchPage.xbf
-Properties\Default.rd.xml
diff --git a/AutoCat/obj/x86/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs b/AutoCat/obj/x86/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs
deleted file mode 100644
index 9302e39..0000000
--- a/AutoCat/obj/x86/Debug/.NETCore,Version=v5.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCore,Version=v5.0", FrameworkDisplayName = ".NET for Windows Universal")]
diff --git a/AutoCat/obj/x86/Debug/App.g.cs b/AutoCat/obj/x86/Debug/App.g.cs
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x86/Debug/App.g.i.cs b/AutoCat/obj/x86/Debug/App.g.i.cs
deleted file mode 100644
index 8665549..0000000
--- a/AutoCat/obj/x86/Debug/App.g.i.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-#pragma checksum "C:\Users\selim\source\repos\AutoCat\AutoCat\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4673CA2F3396CD3CBC6DC1D2553B558E988CE588CE90989FD07A9375E0BE64B2"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-namespace AutoCat
-{
-#if !DISABLE_XAML_GENERATED_MAIN
- ///
- /// Program class
- ///
- public static class Program
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- static void Main(string[] args)
- {
- global::Windows.UI.Xaml.Application.Start((p) => new App());
- }
- }
-#endif
-
- partial class App : global::Windows.UI.Xaml.Application
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-#if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
- DebugSettings.BindingFailed += (sender, args) =>
- {
- global::System.Diagnostics.Debug.WriteLine(args.Message);
- };
-#endif
-#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
- UnhandledException += (sender, e) =>
- {
- if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
- };
-#endif
- }
- }
-}
-
diff --git a/AutoCat/obj/x86/Debug/AutoCat.csprojAssemblyReference.cache b/AutoCat/obj/x86/Debug/AutoCat.csprojAssemblyReference.cache
deleted file mode 100644
index a87aab2..0000000
Binary files a/AutoCat/obj/x86/Debug/AutoCat.csprojAssemblyReference.cache and /dev/null differ
diff --git a/AutoCat/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/AutoCat/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index e43991d..0000000
Binary files a/AutoCat/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/AutoCat/obj/x86/Debug/MainPage.g.cs b/AutoCat/obj/x86/Debug/MainPage.g.cs
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCat/obj/x86/Debug/MainPage.g.i.cs b/AutoCat/obj/x86/Debug/MainPage.g.i.cs
deleted file mode 100644
index bf7398b..0000000
--- a/AutoCat/obj/x86/Debug/MainPage.g.i.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-#pragma checksum "C:\Users\selim\source\repos\AutoCat\AutoCat\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BBCFDE3671F68035A33DB12D76224E67989D92F3F3E11B3A010F25B90AADADF8"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AutoCat
-{
- partial class MainPage : global::Windows.UI.Xaml.Controls.Page
- {
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///MainPage.xaml");
- global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
- }
-
- partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
-
- }
-}
-
-
diff --git a/AutoCat/obj/x86/Debug/XamlSaveStateFile.xml b/AutoCat/obj/x86/Debug/XamlSaveStateFile.xml
deleted file mode 100644
index 830135b..0000000
--- a/AutoCat/obj/x86/Debug/XamlSaveStateFile.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/AutoCat/obj/x86/Debug/XamlTypeInfo.g.cs b/AutoCat/obj/x86/Debug/XamlTypeInfo.g.cs
deleted file mode 100644
index e69de29..0000000
diff --git a/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.deps.json b/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.deps.json
deleted file mode 100644
index d083e6d..0000000
--- a/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.deps.json
+++ /dev/null
@@ -1,740 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETStandard,Version=v2.0/",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETStandard,Version=v2.0": {},
- ".NETStandard,Version=v2.0/": {
- "AutoCatCore/1.0.0": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite": "3.1.10",
- "Microsoft.EntityFrameworkCore.Tools": "3.1.10",
- "NETStandard.Library": "2.0.3",
- "Newtonsoft.Json": "12.0.3"
- },
- "runtime": {
- "AutoCatCore.dll": {}
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "Microsoft.CSharp/4.7.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.CSharp.dll": {
- "assemblyVersion": "4.0.5.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.52002"
- }
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {
- "assemblyVersion": "3.1.6.0",
- "fileVersion": "3.100.620.31604"
- }
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.52002"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.52002"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {},
- "Microsoft.EntityFrameworkCore.Design/3.1.10": {
- "dependencies": {
- "Microsoft.CSharp": "4.7.0",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.52002"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.52002"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.52002"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Tools/3.1.10": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Design": "3.1.10"
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "3.1.6.0",
- "fileVersion": "3.100.620.31604"
- }
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "dependencies": {
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "3.1.10.0",
- "fileVersion": "3.100.1020.51904"
- }
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "NETStandard.Library/2.0.3": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "12.0.0.0",
- "fileVersion": "12.0.3.23909"
- }
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2",
- "SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
- "SQLitePCLRaw.provider.e_sqlite3": "2.0.2"
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {
- "assemblyVersion": "2.0.2.669",
- "fileVersion": "2.0.2.669"
- }
- }
- },
- "SQLitePCLRaw.core/2.0.2": {
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.core.dll": {
- "assemblyVersion": "2.0.2.669",
- "fileVersion": "2.0.2.669"
- }
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3/2.0.2": {},
- "SQLitePCLRaw.provider.e_sqlite3/2.0.2": {
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll": {
- "assemblyVersion": "2.0.2.669",
- "fileVersion": "2.0.2.669"
- }
- }
- },
- "System.Buffers/4.5.1": {
- "runtime": {
- "lib/netstandard2.0/System.Buffers.dll": {
- "assemblyVersion": "4.0.3.0",
- "fileVersion": "4.6.28619.1"
- }
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {
- "assemblyVersion": "1.2.5.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "runtime": {
- "lib/netstandard2.0/System.ComponentModel.Annotations.dll": {
- "assemblyVersion": "4.2.1.0",
- "fileVersion": "4.6.26515.6"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
- "assemblyVersion": "4.0.5.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "System.Memory/4.5.4": {
- "dependencies": {
- "System.Buffers": "4.5.1",
- "System.Numerics.Vectors": "4.5.0",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {
- "assemblyVersion": "4.0.1.1",
- "fileVersion": "4.6.28619.1"
- }
- }
- },
- "System.Numerics.Vectors/4.5.0": {
- "runtime": {
- "lib/netstandard2.0/System.Numerics.Vectors.dll": {
- "assemblyVersion": "4.1.4.0",
- "fileVersion": "4.6.26515.6"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
- "assemblyVersion": "4.0.6.0",
- "fileVersion": "4.700.20.12001"
- }
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {
- "assemblyVersion": "4.0.5.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "System.Text.Json/4.7.2": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.Buffers": "4.5.1",
- "System.Memory": "4.5.4",
- "System.Numerics.Vectors": "4.5.0",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {
- "assemblyVersion": "4.0.1.2",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {
- "assemblyVersion": "4.2.0.1",
- "fileVersion": "4.6.28619.1"
- }
- }
- }
- }
- },
- "libraries": {
- "AutoCatCore/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-J2G1k+u5unBV+aYcwxo94ip16Rkp65pgWFb0R6zwJipzWNMgvqlWeuI7/+R+e8bob66LnSG+llLJ+z8wI94cHg==",
- "path": "microsoft.bcl.hashcode/1.1.0",
- "hashPath": "microsoft.bcl.hashcode.1.1.0.nupkg.sha512"
- },
- "Microsoft.CSharp/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
- "path": "microsoft.csharp/4.7.0",
- "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vTHfXSGN4NJHImb19W1847jLawbjxTMUtVDfEo8r/mUfazQqZxgPBUuMlV9LtHlwcf/VTsqKssLqrThXeeNpJQ==",
- "path": "microsoft.data.sqlite.core/3.1.10",
- "hashPath": "microsoft.data.sqlite.core.3.1.10.nupkg.sha512"
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jek4XYaQ/PGUwDKKhwR8K47Uh1189PFzMeLqO83mXrXQVIpARZCcfuDedH50YDTepBkfijCZN5U/vZi++erxtg==",
- "path": "microsoft.dotnet.platformabstractions/3.1.6",
- "hashPath": "microsoft.dotnet.platformabstractions.3.1.6.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0IhJl9mVJ4IhHobKvOo2iLB0xfxX2eYaSz4VZX+bMSm8IyZA1tOmyaOtg7oSzeUAe6eqpKVQLTgMFzk2AqCcaA==",
- "path": "microsoft.entityframeworkcore/3.1.10",
- "hashPath": "microsoft.entityframeworkcore.3.1.10.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-B1kUQ7o6+4Ly2neo86RJCpTYzTPpW1xzpHyRaTmGQS/p7umZOGoBJay+i/YDLmZkUPI4XULGnu5KJKipA0awUw==",
- "path": "microsoft.entityframeworkcore.abstractions/3.1.10",
- "hashPath": "microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-reHrrF8i/Wao7l2PVXJ+JeZzEC4OkbcbfnQs8vtiT+SQ5P4MdQj3WzMkupjebaJWhIJZRc6qPT4BD9BUWQU4wQ==",
- "path": "microsoft.entityframeworkcore.analyzers/3.1.10",
- "hashPath": "microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Design/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VqD8E4y78FzQLq8FW0QmcgfqF6R7YAqr27rWaubEYjz6A3FVJ6Xz4/ReB23X8yZAtxIUtO1KjV+lsowlqbMkjA==",
- "path": "microsoft.entityframeworkcore.design/3.1.10",
- "hashPath": "microsoft.entityframeworkcore.design.3.1.10.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JpDMpGDx+wPvFSbw9vu13nfZESdu2SPFhLI1bPZwqDU0ZV40TmUOUN91hHjWhgh5qRX1jQTWMuvK3EmlpywgAw==",
- "path": "microsoft.entityframeworkcore.relational/3.1.10",
- "hashPath": "microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0+/FLnUV1OY68q717Zm9XdAL/Aus3ovYxRzKqhFcndwNFwEGWBcpHtHzcqY2KI0YA0y10Rc8oORxUXjyAwRPRw==",
- "path": "microsoft.entityframeworkcore.sqlite/3.1.10",
- "hashPath": "microsoft.entityframeworkcore.sqlite.3.1.10.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Mu16ShWfrtcb7Q9mNv2+iCooXcapcrLPpoZL3SARD8jFrJluUeLdOw1YSv4ngWSZ6VkYDVmmnXbDIdGVeNGylQ==",
- "path": "microsoft.entityframeworkcore.sqlite.core/3.1.10",
- "hashPath": "microsoft.entityframeworkcore.sqlite.core.3.1.10.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Tools/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Obu7SuykJ8ouGciuxIHwM/FKBi6fJaIZGEkInq2EVtufflOcepm89yMwAgHRVjb+Rrn7MmjgLYfy1Bm1Chxt0A==",
- "path": "microsoft.entityframeworkcore.tools/3.1.10",
- "hashPath": "microsoft.entityframeworkcore.tools.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xdl25cxDgwVxF9ckD9vJ5AdjzRE1vTGLYj9kZf6aL317ZneUijkxd/nSuzN1gEuO74dwG/Yfr1zfs636D6YZsA==",
- "path": "microsoft.extensions.caching.abstractions/3.1.10",
- "hashPath": "microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pR6mRkJx67/itEnEpnBiiATeH/P6RnhqvriD6RdQsXepO+uisfUrd149CTGPc1G5J0Qf9bwSCJkb/MYkuQ6mqw==",
- "path": "microsoft.extensions.caching.memory/3.1.10",
- "hashPath": "microsoft.extensions.caching.memory.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HHBhCP3wAJe7UIXjim0wFXty0WG/rZAP3aZyy03uuaxiOOPHJjbUdY6K9qkfQuP+hsRzfiT+np5k4rFmcSo3og==",
- "path": "microsoft.extensions.configuration/3.1.10",
- "hashPath": "microsoft.extensions.configuration.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UEfngyXt8XYhmekUza9JsWlA37pNOtZAjcK5EEKQrHo2LDKJmZVmcyAUFlkzCcf97OSr+w/MiDLifDDNQk9agw==",
- "path": "microsoft.extensions.configuration.abstractions/3.1.10",
- "hashPath": "microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-B9nQBk0GZVkOgSB1oB9V/7kvxhBvLCqm2x4m8MIoSxrd9yga8MVq2HWqnai8zZdH1WL6OlOG5mCVrwgAVwNNJg==",
- "path": "microsoft.extensions.configuration.binder/3.1.10",
- "hashPath": "microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fla8hKhQmld2s/7arhUxlu3dzZLBFJLg4BQiQZdqKND4MlmnMU9jhoxY4MMlSYl6MtxumtwASHMJnuV9f96IQQ==",
- "path": "microsoft.extensions.dependencyinjection/3.1.10",
- "hashPath": "microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bhjtAN7Ix5WOAr47RK16Lr1l2eizSBMCYQSavkooZyf6Xdf8XWAYGWsGsPqUFOeeRxzhpRho051rXaLn5wskVw==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.10",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/UlDKULIVkLQYn1BaHcy/rc91ApDxJb7T75HcCbGdqwvxhnRQRKM2di1E70iCPMF9zsr6f4EgQTotBGxFIfXmw==",
- "path": "microsoft.extensions.dependencymodel/3.1.6",
- "hashPath": "microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GjP+4cUFdsNk/Px6BlJ7p7x7ibpawcaAV4tfrRJTv2s6Nb7yz5OEKA0kbNl1ZXKa6uMQzbNqc5+B/tJsqzgIXg==",
- "path": "microsoft.extensions.logging/3.1.10",
- "hashPath": "microsoft.extensions.logging.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bKHbgzbGsPZbEaExRaJqBz3WQ1GfhMttM23e1nivLJ8HbA3Ad526mW2G2K350q3Dc3HG83I5W8uSZWG4Rv4IpA==",
- "path": "microsoft.extensions.logging.abstractions/3.1.10",
- "hashPath": "microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CusdV4eIv+CGb9Fy6a+JcRqpcVJREmvFI8eHk3nQ76VLtEAIJpKQY5r5sRSs5w6NevNi2ukdnKleH0YCPudFZQ==",
- "path": "microsoft.extensions.options/3.1.10",
- "hashPath": "microsoft.extensions.options.3.1.10.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YDuQS3BeaVY6PCWUm5f6qFTYsxhwntQrcfwUzbohU/0rZBL5XI+UsD5SgggHKHX+rFY4laaT428q608Sw/mDsw==",
- "path": "microsoft.extensions.primitives/3.1.10",
- "hashPath": "microsoft.extensions.primitives.3.1.10.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
- "path": "netstandard.library/2.0.3",
- "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
- "path": "newtonsoft.json/12.0.3",
- "hashPath": "newtonsoft.json.12.0.3.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.e_sqlite3/2.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-i85nt+PE5q+85jDDKos+32MyCyPIBjW09DHhTJm8Tr2lXjRza+zBB3/1ovBbHgZP8o/fXzqNwB8bZsRzEtzk4Q==",
- "path": "sqlitepclraw.provider.e_sqlite3/2.0.2",
- "hashPath": "sqlitepclraw.provider.e_sqlite3.2.0.2.nupkg.sha512"
- },
- "System.Buffers/4.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
- "path": "system.buffers/4.5.1",
- "hashPath": "system.buffers.4.5.1.nupkg.sha512"
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==",
- "path": "system.collections.immutable/1.7.1",
- "hashPath": "system.collections.immutable.1.7.1.nupkg.sha512"
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
- "path": "system.componentmodel.annotations/4.7.0",
- "hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==",
- "path": "system.diagnostics.diagnosticsource/4.7.1",
- "hashPath": "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512"
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
- "path": "system.memory/4.5.4",
- "hashPath": "system.memory.4.5.4.nupkg.sha512"
- },
- "System.Numerics.Vectors/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
- "path": "system.numerics.vectors/4.5.0",
- "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==",
- "path": "system.runtime.compilerservices.unsafe/4.7.1",
- "hashPath": "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512"
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3qreYFQcLnyFk1LuaNWyyWE+sfkfe5eSTaIIssYrLNUIDbgyZNQBYQSzSDo4AprpjVeVX2T4KHKii9fiSZVUow==",
- "path": "system.text.encodings.web/4.7.1",
- "hashPath": "system.text.encodings.web.4.7.1.nupkg.sha512"
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
- "path": "system.text.json/4.7.2",
- "hashPath": "system.text.json.4.7.2.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
- "path": "system.threading.tasks.extensions/4.5.4",
- "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.dll b/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.dll
deleted file mode 100644
index 5ba653f..0000000
Binary files a/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.dll and /dev/null differ
diff --git a/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.pdb b/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.pdb
deleted file mode 100644
index a84599c..0000000
Binary files a/AutoCatCore/bin/Debug/netstandard2.0/AutoCatCore.pdb and /dev/null differ
diff --git a/AutoCatCore/obj/AutoCatCore.csproj.nuget.dgspec.json b/AutoCatCore/obj/AutoCatCore.csproj.nuget.dgspec.json
deleted file mode 100644
index 03e9129..0000000
--- a/AutoCatCore/obj/AutoCatCore.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj": {}
- },
- "projects": {
- "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "projectName": "AutoCatCore",
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "packagesPath": "C:\\Users\\selim\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\selim\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "targetAlias": "netstandard2.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "targetAlias": "netstandard2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Sqlite": {
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Tools": {
- "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
- "suppressParent": "All",
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.3, )",
- "autoReferenced": true
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[12.0.3, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.102\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/AutoCatCore/obj/AutoCatCore.csproj.nuget.g.props b/AutoCatCore/obj/AutoCatCore.csproj.nuget.g.props
deleted file mode 100644
index 0146ebe..0000000
--- a/AutoCatCore/obj/AutoCatCore.csproj.nuget.g.props
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\selim\.nuget\packages\
- PackageReference
- 5.8.1
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
- C:\Users\selim\.nuget\packages\microsoft.entityframeworkcore.tools\3.1.10
-
-
\ No newline at end of file
diff --git a/AutoCatCore/obj/AutoCatCore.csproj.nuget.g.targets b/AutoCatCore/obj/AutoCatCore.csproj.nuget.g.targets
deleted file mode 100644
index 8f2d2d6..0000000
--- a/AutoCatCore/obj/AutoCatCore.csproj.nuget.g.targets
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
-
-
-
\ No newline at end of file
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/AutoCatCore/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
deleted file mode 100644
index 45b1ca0..0000000
--- a/AutoCatCore/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")]
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.AssemblyInfo.cs b/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.AssemblyInfo.cs
deleted file mode 100644
index 30275e4..0000000
--- a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 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("AutoCatCore")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("AutoCatCore")]
-[assembly: System.Reflection.AssemblyTitleAttribute("AutoCatCore")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.AssemblyInfoInputs.cache b/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.AssemblyInfoInputs.cache
deleted file mode 100644
index dfea8c6..0000000
--- a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ad2c2934942f56987e786ed36dfe20aa1b93144f
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.assets.cache b/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.assets.cache
deleted file mode 100644
index e5ee8ad..0000000
Binary files a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.assets.cache and /dev/null differ
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csproj.CoreCompileInputs.cache b/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csproj.CoreCompileInputs.cache
deleted file mode 100644
index ffbf7b2..0000000
--- a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-13dfb640a042889da0465388486e0b17d060e9eb
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csproj.FileListAbsolute.txt b/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csproj.FileListAbsolute.txt
deleted file mode 100644
index 84e8483..0000000
--- a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\obj\Debug\netstandard2.0\AutoCatCore.csprojAssemblyReference.cache
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\obj\Debug\netstandard2.0\AutoCatCore.AssemblyInfoInputs.cache
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\obj\Debug\netstandard2.0\AutoCatCore.AssemblyInfo.cs
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\obj\Debug\netstandard2.0\AutoCatCore.csproj.CoreCompileInputs.cache
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\bin\Debug\netstandard2.0\AutoCatCore.deps.json
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\bin\Debug\netstandard2.0\AutoCatCore.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\bin\Debug\netstandard2.0\AutoCatCore.pdb
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\obj\Debug\netstandard2.0\AutoCatCore.dll
-C:\Users\selim\Source\Repos\autocatuwp\AutoCatCore\obj\Debug\netstandard2.0\AutoCatCore.pdb
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csprojAssemblyReference.cache b/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csprojAssemblyReference.cache
deleted file mode 100644
index ee4eb6b..0000000
Binary files a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.csprojAssemblyReference.cache and /dev/null differ
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.dll b/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.dll
deleted file mode 100644
index 5ba653f..0000000
Binary files a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.dll and /dev/null differ
diff --git a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.pdb b/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.pdb
deleted file mode 100644
index a84599c..0000000
Binary files a/AutoCatCore/obj/Debug/netstandard2.0/AutoCatCore.pdb and /dev/null differ
diff --git a/AutoCatCore/obj/project.assets.json b/AutoCatCore/obj/project.assets.json
deleted file mode 100644
index bc6e310..0000000
--- a/AutoCatCore/obj/project.assets.json
+++ /dev/null
@@ -1,1724 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETStandard,Version=v2.0": {
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {}
- }
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll": {}
- }
- },
- "Microsoft.CSharp/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.CSharp.dll": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {}
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Bcl.HashCode": "1.1.0",
- "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10",
- "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10",
- "Microsoft.Extensions.Caching.Memory": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging": "3.1.10",
- "System.Collections.Immutable": "1.7.1",
- "System.ComponentModel.Annotations": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Design/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.CSharp": "4.7.0",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Sqlite.Core": "3.1.10",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "3.1.10",
- "Microsoft.DotNet.PlatformAbstractions": "3.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "3.1.10",
- "Microsoft.Extensions.DependencyModel": "3.1.6"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore.Tools/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Design": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "3.1.10",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "type": "package",
- "dependencies": {
- "System.Text.Json": "4.7.2"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Binder": "3.1.10",
- "Microsoft.Extensions.DependencyInjection": "3.1.10",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.10",
- "Microsoft.Extensions.Options": "3.1.10"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {}
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
- }
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10",
- "Microsoft.Extensions.Primitives": "3.1.10",
- "System.ComponentModel.Annotations": "4.7.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
- }
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.2",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {}
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "NETStandard.Library/2.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0"
- },
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- },
- "build": {
- "build/netstandard2.0/NETStandard.Library.targets": {}
- }
- },
- "Newtonsoft.Json/12.0.3": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.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.e_sqlite3": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.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.e_sqlite3/2.0.2": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.0.2"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Buffers/4.5.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Buffers.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Buffers.dll": {}
- }
- },
- "System.Collections.Immutable/1.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Collections.Immutable.dll": {}
- }
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.ComponentModel.Annotations.dll": {}
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Buffers": "4.5.1",
- "System.Numerics.Vectors": "4.4.0",
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Memory.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.dll": {}
- }
- },
- "System.Numerics.Vectors/4.5.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Numerics.Vectors.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Numerics.Vectors.dll": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
- }
- },
- "System.Text.Encodings.Web/4.7.1": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encodings.Web.dll": {}
- }
- },
- "System.Text.Json/4.7.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
- "System.Buffers": "4.5.1",
- "System.Memory": "4.5.4",
- "System.Numerics.Vectors": "4.5.0",
- "System.Runtime.CompilerServices.Unsafe": "4.7.1",
- "System.Text.Encodings.Web": "4.7.1",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Json.dll": {}
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "type": "package",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
- "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
- "microsoft.bcl.asyncinterfaces.nuspec",
- "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
- "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
- "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Bcl.HashCode/1.1.0": {
- "sha512": "J2G1k+u5unBV+aYcwxo94ip16Rkp65pgWFb0R6zwJipzWNMgvqlWeuI7/+R+e8bob66LnSG+llLJ+z8wI94cHg==",
- "type": "package",
- "path": "microsoft.bcl.hashcode/1.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Bcl.HashCode.dll",
- "lib/net461/Microsoft.Bcl.HashCode.xml",
- "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.dll",
- "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.xml",
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll",
- "lib/netstandard2.0/Microsoft.Bcl.HashCode.xml",
- "lib/netstandard2.1/Microsoft.Bcl.HashCode.dll",
- "lib/netstandard2.1/Microsoft.Bcl.HashCode.xml",
- "microsoft.bcl.hashcode.1.1.0.nupkg.sha512",
- "microsoft.bcl.hashcode.nuspec",
- "ref/net461/Microsoft.Bcl.HashCode.dll",
- "ref/netcoreapp2.1/Microsoft.Bcl.HashCode.dll",
- "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll",
- "ref/netstandard2.1/Microsoft.Bcl.HashCode.dll",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.CSharp/4.7.0": {
- "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
- "type": "package",
- "path": "microsoft.csharp/4.7.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/Microsoft.CSharp.dll",
- "lib/netcoreapp2.0/_._",
- "lib/netstandard1.3/Microsoft.CSharp.dll",
- "lib/netstandard2.0/Microsoft.CSharp.dll",
- "lib/netstandard2.0/Microsoft.CSharp.xml",
- "lib/portable-net45+win8+wp8+wpa81/_._",
- "lib/uap10.0.16299/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "microsoft.csharp.4.7.0.nupkg.sha512",
- "microsoft.csharp.nuspec",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/Microsoft.CSharp.dll",
- "ref/netcore50/Microsoft.CSharp.xml",
- "ref/netcore50/de/Microsoft.CSharp.xml",
- "ref/netcore50/es/Microsoft.CSharp.xml",
- "ref/netcore50/fr/Microsoft.CSharp.xml",
- "ref/netcore50/it/Microsoft.CSharp.xml",
- "ref/netcore50/ja/Microsoft.CSharp.xml",
- "ref/netcore50/ko/Microsoft.CSharp.xml",
- "ref/netcore50/ru/Microsoft.CSharp.xml",
- "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
- "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
- "ref/netcoreapp2.0/_._",
- "ref/netstandard1.0/Microsoft.CSharp.dll",
- "ref/netstandard1.0/Microsoft.CSharp.xml",
- "ref/netstandard1.0/de/Microsoft.CSharp.xml",
- "ref/netstandard1.0/es/Microsoft.CSharp.xml",
- "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
- "ref/netstandard1.0/it/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
- "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
- "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
- "ref/netstandard2.0/Microsoft.CSharp.dll",
- "ref/netstandard2.0/Microsoft.CSharp.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/uap10.0.16299/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Data.Sqlite.Core/3.1.10": {
- "sha512": "vTHfXSGN4NJHImb19W1847jLawbjxTMUtVDfEo8r/mUfazQqZxgPBUuMlV9LtHlwcf/VTsqKssLqrThXeeNpJQ==",
- "type": "package",
- "path": "microsoft.data.sqlite.core/3.1.10",
- "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.10.nupkg.sha512",
- "microsoft.data.sqlite.core.nuspec"
- ]
- },
- "Microsoft.DotNet.PlatformAbstractions/3.1.6": {
- "sha512": "jek4XYaQ/PGUwDKKhwR8K47Uh1189PFzMeLqO83mXrXQVIpARZCcfuDedH50YDTepBkfijCZN5U/vZi++erxtg==",
- "type": "package",
- "path": "microsoft.dotnet.platformabstractions/3.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/net45/Microsoft.DotNet.PlatformAbstractions.xml",
- "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.xml",
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll",
- "lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.xml",
- "microsoft.dotnet.platformabstractions.3.1.6.nupkg.sha512",
- "microsoft.dotnet.platformabstractions.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore/3.1.10": {
- "sha512": "0IhJl9mVJ4IhHobKvOo2iLB0xfxX2eYaSz4VZX+bMSm8IyZA1tOmyaOtg7oSzeUAe6eqpKVQLTgMFzk2AqCcaA==",
- "type": "package",
- "path": "microsoft.entityframeworkcore/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.xml",
- "microsoft.entityframeworkcore.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": {
- "sha512": "B1kUQ7o6+4Ly2neo86RJCpTYzTPpW1xzpHyRaTmGQS/p7umZOGoBJay+i/YDLmZkUPI4XULGnu5KJKipA0awUw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.xml",
- "microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.abstractions.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {
- "sha512": "reHrrF8i/Wao7l2PVXJ+JeZzEC4OkbcbfnQs8vtiT+SQ5P4MdQj3WzMkupjebaJWhIJZRc6qPT4BD9BUWQU4wQ==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.analyzers/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
- "lib/netstandard2.0/_._",
- "microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.analyzers.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Design/3.1.10": {
- "sha512": "VqD8E4y78FzQLq8FW0QmcgfqF6R7YAqr27rWaubEYjz6A3FVJ6Xz4/ReB23X8yZAtxIUtO1KjV+lsowlqbMkjA==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.design/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "build/net461/Microsoft.EntityFrameworkCore.Design.props",
- "build/netcoreapp2.0/Microsoft.EntityFrameworkCore.Design.props",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.xml",
- "microsoft.entityframeworkcore.design.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.design.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Relational/3.1.10": {
- "sha512": "JpDMpGDx+wPvFSbw9vu13nfZESdu2SPFhLI1bPZwqDU0ZV40TmUOUN91hHjWhgh5qRX1jQTWMuvK3EmlpywgAw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.relational/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.xml",
- "microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.relational.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Sqlite/3.1.10": {
- "sha512": "0+/FLnUV1OY68q717Zm9XdAL/Aus3ovYxRzKqhFcndwNFwEGWBcpHtHzcqY2KI0YA0y10Rc8oORxUXjyAwRPRw==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.sqlite/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/_._",
- "microsoft.entityframeworkcore.sqlite.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.sqlite.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Sqlite.Core/3.1.10": {
- "sha512": "Mu16ShWfrtcb7Q9mNv2+iCooXcapcrLPpoZL3SARD8jFrJluUeLdOw1YSv4ngWSZ6VkYDVmmnXbDIdGVeNGylQ==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.sqlite.core/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll",
- "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.xml",
- "microsoft.entityframeworkcore.sqlite.core.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.sqlite.core.nuspec"
- ]
- },
- "Microsoft.EntityFrameworkCore.Tools/3.1.10": {
- "sha512": "Obu7SuykJ8ouGciuxIHwM/FKBi6fJaIZGEkInq2EVtufflOcepm89yMwAgHRVjb+Rrn7MmjgLYfy1Bm1Chxt0A==",
- "type": "package",
- "path": "microsoft.entityframeworkcore.tools/3.1.10",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/_._",
- "microsoft.entityframeworkcore.tools.3.1.10.nupkg.sha512",
- "microsoft.entityframeworkcore.tools.nuspec",
- "tools/EntityFrameworkCore.PS2.psd1",
- "tools/EntityFrameworkCore.PS2.psm1",
- "tools/EntityFrameworkCore.psd1",
- "tools/EntityFrameworkCore.psm1",
- "tools/about_EntityFrameworkCore.help.txt",
- "tools/init.ps1",
- "tools/net461/any/ef.exe",
- "tools/net461/win-x86/ef.exe",
- "tools/netcoreapp2.0/any/ef.dll",
- "tools/netcoreapp2.0/any/ef.runtimeconfig.json"
- ]
- },
- "Microsoft.Extensions.Caching.Abstractions/3.1.10": {
- "sha512": "xdl25cxDgwVxF9ckD9vJ5AdjzRE1vTGLYj9kZf6aL317ZneUijkxd/nSuzN1gEuO74dwG/Yfr1zfs636D6YZsA==",
- "type": "package",
- "path": "microsoft.extensions.caching.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
- "microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.caching.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Caching.Memory/3.1.10": {
- "sha512": "pR6mRkJx67/itEnEpnBiiATeH/P6RnhqvriD6RdQsXepO+uisfUrd149CTGPc1G5J0Qf9bwSCJkb/MYkuQ6mqw==",
- "type": "package",
- "path": "microsoft.extensions.caching.memory/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
- "microsoft.extensions.caching.memory.3.1.10.nupkg.sha512",
- "microsoft.extensions.caching.memory.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration/3.1.10": {
- "sha512": "HHBhCP3wAJe7UIXjim0wFXty0WG/rZAP3aZyy03uuaxiOOPHJjbUdY6K9qkfQuP+hsRzfiT+np5k4rFmcSo3og==",
- "type": "package",
- "path": "microsoft.extensions.configuration/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
- "microsoft.extensions.configuration.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.10": {
- "sha512": "UEfngyXt8XYhmekUza9JsWlA37pNOtZAjcK5EEKQrHo2LDKJmZVmcyAUFlkzCcf97OSr+w/MiDLifDDNQk9agw==",
- "type": "package",
- "path": "microsoft.extensions.configuration.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
- "microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Configuration.Binder/3.1.10": {
- "sha512": "B9nQBk0GZVkOgSB1oB9V/7kvxhBvLCqm2x4m8MIoSxrd9yga8MVq2HWqnai8zZdH1WL6OlOG5mCVrwgAVwNNJg==",
- "type": "package",
- "path": "microsoft.extensions.configuration.binder/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
- "microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512",
- "microsoft.extensions.configuration.binder.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyInjection/3.1.10": {
- "sha512": "fla8hKhQmld2s/7arhUxlu3dzZLBFJLg4BQiQZdqKND4MlmnMU9jhoxY4MMlSYl6MtxumtwASHMJnuV9f96IQQ==",
- "type": "package",
- "path": "microsoft.extensions.dependencyinjection/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
- "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
- "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
- "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
- "microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512",
- "microsoft.extensions.dependencyinjection.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {
- "sha512": "bhjtAN7Ix5WOAr47RK16Lr1l2eizSBMCYQSavkooZyf6Xdf8XWAYGWsGsPqUFOeeRxzhpRho051rXaLn5wskVw==",
- "type": "package",
- "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.dependencyinjection.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.DependencyModel/3.1.6": {
- "sha512": "/UlDKULIVkLQYn1BaHcy/rc91ApDxJb7T75HcCbGdqwvxhnRQRKM2di1E70iCPMF9zsr6f4EgQTotBGxFIfXmw==",
- "type": "package",
- "path": "microsoft.extensions.dependencymodel/3.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net451/Microsoft.Extensions.DependencyModel.dll",
- "lib/net451/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard1.3/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard1.3/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.xml",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml",
- "microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512",
- "microsoft.extensions.dependencymodel.nuspec"
- ]
- },
- "Microsoft.Extensions.Logging/3.1.10": {
- "sha512": "GjP+4cUFdsNk/Px6BlJ7p7x7ibpawcaAV4tfrRJTv2s6Nb7yz5OEKA0kbNl1ZXKa6uMQzbNqc5+B/tJsqzgIXg==",
- "type": "package",
- "path": "microsoft.extensions.logging/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Logging.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
- "microsoft.extensions.logging.3.1.10.nupkg.sha512",
- "microsoft.extensions.logging.nuspec"
- ]
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.10": {
- "sha512": "bKHbgzbGsPZbEaExRaJqBz3WQ1GfhMttM23e1nivLJ8HbA3Ad526mW2G2K350q3Dc3HG83I5W8uSZWG4Rv4IpA==",
- "type": "package",
- "path": "microsoft.extensions.logging.abstractions/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512",
- "microsoft.extensions.logging.abstractions.nuspec"
- ]
- },
- "Microsoft.Extensions.Options/3.1.10": {
- "sha512": "CusdV4eIv+CGb9Fy6a+JcRqpcVJREmvFI8eHk3nQ76VLtEAIJpKQY5r5sRSs5w6NevNi2ukdnKleH0YCPudFZQ==",
- "type": "package",
- "path": "microsoft.extensions.options/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Options.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
- "microsoft.extensions.options.3.1.10.nupkg.sha512",
- "microsoft.extensions.options.nuspec"
- ]
- },
- "Microsoft.Extensions.Primitives/3.1.10": {
- "sha512": "YDuQS3BeaVY6PCWUm5f6qFTYsxhwntQrcfwUzbohU/0rZBL5XI+UsD5SgggHKHX+rFY4laaT428q608Sw/mDsw==",
- "type": "package",
- "path": "microsoft.extensions.primitives/3.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
- "microsoft.extensions.primitives.3.1.10.nupkg.sha512",
- "microsoft.extensions.primitives.nuspec"
- ]
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "type": "package",
- "path": "microsoft.netcore.platforms/1.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json"
- ]
- },
- "NETStandard.Library/2.0.3": {
- "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
- "type": "package",
- "path": "netstandard.library/2.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "build/netstandard2.0/NETStandard.Library.targets",
- "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
- "build/netstandard2.0/ref/System.AppContext.dll",
- "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
- "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
- "build/netstandard2.0/ref/System.Collections.Specialized.dll",
- "build/netstandard2.0/ref/System.Collections.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
- "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
- "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
- "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
- "build/netstandard2.0/ref/System.ComponentModel.dll",
- "build/netstandard2.0/ref/System.Console.dll",
- "build/netstandard2.0/ref/System.Core.dll",
- "build/netstandard2.0/ref/System.Data.Common.dll",
- "build/netstandard2.0/ref/System.Data.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
- "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
- "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
- "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
- "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
- "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
- "build/netstandard2.0/ref/System.Drawing.dll",
- "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
- "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
- "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
- "build/netstandard2.0/ref/System.Globalization.dll",
- "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
- "build/netstandard2.0/ref/System.IO.Compression.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
- "build/netstandard2.0/ref/System.IO.FileSystem.dll",
- "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
- "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
- "build/netstandard2.0/ref/System.IO.Pipes.dll",
- "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
- "build/netstandard2.0/ref/System.IO.dll",
- "build/netstandard2.0/ref/System.Linq.Expressions.dll",
- "build/netstandard2.0/ref/System.Linq.Parallel.dll",
- "build/netstandard2.0/ref/System.Linq.Queryable.dll",
- "build/netstandard2.0/ref/System.Linq.dll",
- "build/netstandard2.0/ref/System.Net.Http.dll",
- "build/netstandard2.0/ref/System.Net.NameResolution.dll",
- "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
- "build/netstandard2.0/ref/System.Net.Ping.dll",
- "build/netstandard2.0/ref/System.Net.Primitives.dll",
- "build/netstandard2.0/ref/System.Net.Requests.dll",
- "build/netstandard2.0/ref/System.Net.Security.dll",
- "build/netstandard2.0/ref/System.Net.Sockets.dll",
- "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
- "build/netstandard2.0/ref/System.Net.WebSockets.dll",
- "build/netstandard2.0/ref/System.Net.dll",
- "build/netstandard2.0/ref/System.Numerics.dll",
- "build/netstandard2.0/ref/System.ObjectModel.dll",
- "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
- "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
- "build/netstandard2.0/ref/System.Reflection.dll",
- "build/netstandard2.0/ref/System.Resources.Reader.dll",
- "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
- "build/netstandard2.0/ref/System.Resources.Writer.dll",
- "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
- "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
- "build/netstandard2.0/ref/System.Runtime.Handles.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
- "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
- "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
- "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
- "build/netstandard2.0/ref/System.Runtime.dll",
- "build/netstandard2.0/ref/System.Security.Claims.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
- "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
- "build/netstandard2.0/ref/System.Security.Principal.dll",
- "build/netstandard2.0/ref/System.Security.SecureString.dll",
- "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
- "build/netstandard2.0/ref/System.Text.Encoding.dll",
- "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
- "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
- "build/netstandard2.0/ref/System.Threading.Tasks.dll",
- "build/netstandard2.0/ref/System.Threading.Thread.dll",
- "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
- "build/netstandard2.0/ref/System.Threading.Timer.dll",
- "build/netstandard2.0/ref/System.Threading.dll",
- "build/netstandard2.0/ref/System.Transactions.dll",
- "build/netstandard2.0/ref/System.ValueTuple.dll",
- "build/netstandard2.0/ref/System.Web.dll",
- "build/netstandard2.0/ref/System.Windows.dll",
- "build/netstandard2.0/ref/System.Xml.Linq.dll",
- "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
- "build/netstandard2.0/ref/System.Xml.Serialization.dll",
- "build/netstandard2.0/ref/System.Xml.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XPath.dll",
- "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
- "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
- "build/netstandard2.0/ref/System.Xml.dll",
- "build/netstandard2.0/ref/System.dll",
- "build/netstandard2.0/ref/mscorlib.dll",
- "build/netstandard2.0/ref/netstandard.dll",
- "build/netstandard2.0/ref/netstandard.xml",
- "lib/netstandard1.0/_._",
- "netstandard.library.2.0.3.nupkg.sha512",
- "netstandard.library.nuspec"
- ]
- },
- "Newtonsoft.Json/12.0.3": {
- "sha512": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
- "type": "package",
- "path": "newtonsoft.json/12.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
- "newtonsoft.json.12.0.3.nupkg.sha512",
- "newtonsoft.json.nuspec",
- "packageIcon.png"
- ]
- },
- "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.e_sqlite3/2.0.2": {
- "sha512": "i85nt+PE5q+85jDDKos+32MyCyPIBjW09DHhTJm8Tr2lXjRza+zBB3/1ovBbHgZP8o/fXzqNwB8bZsRzEtzk4Q==",
- "type": "package",
- "path": "sqlitepclraw.provider.e_sqlite3/2.0.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll",
- "lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll",
- "sqlitepclraw.provider.e_sqlite3.2.0.2.nupkg.sha512",
- "sqlitepclraw.provider.e_sqlite3.nuspec"
- ]
- },
- "System.Buffers/4.5.1": {
- "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
- "type": "package",
- "path": "system.buffers/4.5.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Buffers.dll",
- "lib/net461/System.Buffers.xml",
- "lib/netcoreapp2.0/_._",
- "lib/netstandard1.1/System.Buffers.dll",
- "lib/netstandard1.1/System.Buffers.xml",
- "lib/netstandard2.0/System.Buffers.dll",
- "lib/netstandard2.0/System.Buffers.xml",
- "lib/uap10.0.16299/_._",
- "ref/net45/System.Buffers.dll",
- "ref/net45/System.Buffers.xml",
- "ref/netcoreapp2.0/_._",
- "ref/netstandard1.1/System.Buffers.dll",
- "ref/netstandard1.1/System.Buffers.xml",
- "ref/netstandard2.0/System.Buffers.dll",
- "ref/netstandard2.0/System.Buffers.xml",
- "ref/uap10.0.16299/_._",
- "system.buffers.4.5.1.nupkg.sha512",
- "system.buffers.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Collections.Immutable/1.7.1": {
- "sha512": "B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==",
- "type": "package",
- "path": "system.collections.immutable/1.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Collections.Immutable.dll",
- "lib/net461/System.Collections.Immutable.xml",
- "lib/netstandard1.0/System.Collections.Immutable.dll",
- "lib/netstandard1.0/System.Collections.Immutable.xml",
- "lib/netstandard1.3/System.Collections.Immutable.dll",
- "lib/netstandard1.3/System.Collections.Immutable.xml",
- "lib/netstandard2.0/System.Collections.Immutable.dll",
- "lib/netstandard2.0/System.Collections.Immutable.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
- "system.collections.immutable.1.7.1.nupkg.sha512",
- "system.collections.immutable.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.ComponentModel.Annotations/4.7.0": {
- "sha512": "0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
- "type": "package",
- "path": "system.componentmodel.annotations/4.7.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net461/System.ComponentModel.Annotations.dll",
- "lib/netcore50/System.ComponentModel.Annotations.dll",
- "lib/netstandard1.4/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.0/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.1/System.ComponentModel.Annotations.dll",
- "lib/netstandard2.1/System.ComponentModel.Annotations.xml",
- "lib/portable-net45+win8/_._",
- "lib/win8/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net461/System.ComponentModel.Annotations.dll",
- "ref/net461/System.ComponentModel.Annotations.xml",
- "ref/netcore50/System.ComponentModel.Annotations.dll",
- "ref/netcore50/System.ComponentModel.Annotations.xml",
- "ref/netcore50/de/System.ComponentModel.Annotations.xml",
- "ref/netcore50/es/System.ComponentModel.Annotations.xml",
- "ref/netcore50/fr/System.ComponentModel.Annotations.xml",
- "ref/netcore50/it/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ja/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ko/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ru/System.ComponentModel.Annotations.xml",
- "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.1/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.3/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.4/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard2.0/System.ComponentModel.Annotations.dll",
- "ref/netstandard2.0/System.ComponentModel.Annotations.xml",
- "ref/netstandard2.1/System.ComponentModel.Annotations.dll",
- "ref/netstandard2.1/System.ComponentModel.Annotations.xml",
- "ref/portable-net45+win8/_._",
- "ref/win8/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.componentmodel.annotations.4.7.0.nupkg.sha512",
- "system.componentmodel.annotations.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "sha512": "j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==",
- "type": "package",
- "path": "system.diagnostics.diagnosticsource/4.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/System.Diagnostics.DiagnosticSource.dll",
- "lib/net45/System.Diagnostics.DiagnosticSource.xml",
- "lib/net46/System.Diagnostics.DiagnosticSource.dll",
- "lib/net46/System.Diagnostics.DiagnosticSource.xml",
- "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
- "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
- "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
- "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
- "system.diagnostics.diagnosticsource.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Memory/4.5.4": {
- "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
- "type": "package",
- "path": "system.memory/4.5.4",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Memory.dll",
- "lib/net461/System.Memory.xml",
- "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.4.nupkg.sha512",
- "system.memory.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Numerics.Vectors/4.5.0": {
- "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
- "type": "package",
- "path": "system.numerics.vectors/4.5.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Numerics.Vectors.dll",
- "lib/net46/System.Numerics.Vectors.xml",
- "lib/netcoreapp2.0/_._",
- "lib/netstandard1.0/System.Numerics.Vectors.dll",
- "lib/netstandard1.0/System.Numerics.Vectors.xml",
- "lib/netstandard2.0/System.Numerics.Vectors.dll",
- "lib/netstandard2.0/System.Numerics.Vectors.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
- "lib/uap10.0.16299/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/System.Numerics.Vectors.dll",
- "ref/net45/System.Numerics.Vectors.xml",
- "ref/net46/System.Numerics.Vectors.dll",
- "ref/net46/System.Numerics.Vectors.xml",
- "ref/netcoreapp2.0/_._",
- "ref/netstandard1.0/System.Numerics.Vectors.dll",
- "ref/netstandard1.0/System.Numerics.Vectors.xml",
- "ref/netstandard2.0/System.Numerics.Vectors.dll",
- "ref/netstandard2.0/System.Numerics.Vectors.xml",
- "ref/uap10.0.16299/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.numerics.vectors.4.5.0.nupkg.sha512",
- "system.numerics.vectors.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Runtime.CompilerServices.Unsafe/4.7.1": {
- "sha512": "zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==",
- "type": "package",
- "path": "system.runtime.compilerservices.unsafe/4.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/net461/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/net461/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512",
- "system.runtime.compilerservices.unsafe.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Text.Encodings.Web/4.7.1": {
- "sha512": "3qreYFQcLnyFk1LuaNWyyWE+sfkfe5eSTaIIssYrLNUIDbgyZNQBYQSzSDo4AprpjVeVX2T4KHKii9fiSZVUow==",
- "type": "package",
- "path": "system.text.encodings.web/4.7.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Text.Encodings.Web.dll",
- "lib/net461/System.Text.Encodings.Web.xml",
- "lib/netstandard1.0/System.Text.Encodings.Web.dll",
- "lib/netstandard1.0/System.Text.Encodings.Web.xml",
- "lib/netstandard2.0/System.Text.Encodings.Web.dll",
- "lib/netstandard2.0/System.Text.Encodings.Web.xml",
- "lib/netstandard2.1/System.Text.Encodings.Web.dll",
- "lib/netstandard2.1/System.Text.Encodings.Web.xml",
- "system.text.encodings.web.4.7.1.nupkg.sha512",
- "system.text.encodings.web.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Text.Json/4.7.2": {
- "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
- "type": "package",
- "path": "system.text.json/4.7.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Text.Json.dll",
- "lib/net461/System.Text.Json.xml",
- "lib/netcoreapp3.0/System.Text.Json.dll",
- "lib/netcoreapp3.0/System.Text.Json.xml",
- "lib/netstandard2.0/System.Text.Json.dll",
- "lib/netstandard2.0/System.Text.Json.xml",
- "system.text.json.4.7.2.nupkg.sha512",
- "system.text.json.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
- "type": "package",
- "path": "system.threading.tasks.extensions/4.5.4",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net461/System.Threading.Tasks.Extensions.dll",
- "lib/net461/System.Threading.Tasks.Extensions.xml",
- "lib/netcoreapp2.1/_._",
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
- "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/netcoreapp2.1/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "system.threading.tasks.extensions.4.5.4.nupkg.sha512",
- "system.threading.tasks.extensions.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- }
- },
- "projectFileDependencyGroups": {
- ".NETStandard,Version=v2.0": [
- "Microsoft.EntityFrameworkCore >= 3.1.10",
- "Microsoft.EntityFrameworkCore.Sqlite >= 3.1.10",
- "Microsoft.EntityFrameworkCore.Tools >= 3.1.10",
- "NETStandard.Library >= 2.0.3",
- "Newtonsoft.Json >= 12.0.3"
- ]
- },
- "packageFolders": {
- "C:\\Users\\selim\\.nuget\\packages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "projectName": "AutoCatCore",
- "projectPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "packagesPath": "C:\\Users\\selim\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\selim\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netstandard2.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netstandard2.0": {
- "targetAlias": "netstandard2.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netstandard2.0": {
- "targetAlias": "netstandard2.0",
- "dependencies": {
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Sqlite": {
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "Microsoft.EntityFrameworkCore.Tools": {
- "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
- "suppressParent": "All",
- "target": "Package",
- "version": "[3.1.10, )"
- },
- "NETStandard.Library": {
- "suppressParent": "All",
- "target": "Package",
- "version": "[2.0.3, )",
- "autoReferenced": true
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[12.0.3, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.102\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/AutoCatCore/obj/project.nuget.cache b/AutoCatCore/obj/project.nuget.cache
deleted file mode 100644
index 507e1b9..0000000
--- a/AutoCatCore/obj/project.nuget.cache
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "RY+B3PiyavLHVET6tPazxqZKcfvqlQIwvw6imqoIDdyHG++DM1GAC4/znokd6a36EmRPDcpb4XU7lTncvZdmag==",
- "success": true,
- "projectFilePath": "C:\\Users\\selim\\Source\\Repos\\autocatuwp\\AutoCatCore\\AutoCatCore.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.bcl.hashcode\\1.1.0\\microsoft.bcl.hashcode.1.1.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.data.sqlite.core\\3.1.10\\microsoft.data.sqlite.core.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.dotnet.platformabstractions\\3.1.6\\microsoft.dotnet.platformabstractions.3.1.6.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore\\3.1.10\\microsoft.entityframeworkcore.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\3.1.10\\microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\3.1.10\\microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.design\\3.1.10\\microsoft.entityframeworkcore.design.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\3.1.10\\microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite\\3.1.10\\microsoft.entityframeworkcore.sqlite.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite.core\\3.1.10\\microsoft.entityframeworkcore.sqlite.core.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\3.1.10\\microsoft.entityframeworkcore.tools.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\3.1.10\\microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.caching.memory\\3.1.10\\microsoft.extensions.caching.memory.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration\\3.1.10\\microsoft.extensions.configuration.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\3.1.10\\microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.configuration.binder\\3.1.10\\microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\3.1.10\\microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\3.1.10\\microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.dependencymodel\\3.1.6\\microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.logging\\3.1.10\\microsoft.extensions.logging.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\3.1.10\\microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.options\\3.1.10\\microsoft.extensions.options.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.extensions.primitives\\3.1.10\\microsoft.extensions.primitives.3.1.10.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.0.2\\sqlitepclraw.bundle_e_sqlite3.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.core\\2.0.2\\sqlitepclraw.core.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.0.2\\sqlitepclraw.lib.e_sqlite3.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.0.2\\sqlitepclraw.provider.e_sqlite3.2.0.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.collections.immutable\\1.7.1\\system.collections.immutable.1.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.componentmodel.annotations\\4.7.0\\system.componentmodel.annotations.4.7.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.1\\system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.7.1\\system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.text.encodings.web\\4.7.1\\system.text.encodings.web.4.7.1.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.text.json\\4.7.2\\system.text.json.4.7.2.nupkg.sha512",
- "C:\\Users\\selim\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512"
- ],
- "logs": []
-}
\ No newline at end of file