db test
This commit is contained in:
12
db_tester/Program.cs
Normal file
12
db_tester/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using file_finder__test.DataBaseModules;
|
||||
namespace db_tester;
|
||||
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
|
||||
var update = new mediaUpdate(1, "Avatar");
|
||||
}
|
||||
}
|
BIN
db_tester/bin/Debug/net8.0/FFMediaToolkit.dll
Normal file
BIN
db_tester/bin/Debug/net8.0/FFMediaToolkit.dll
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/FFmpeg.AutoGen.dll
Normal file
BIN
db_tester/bin/Debug/net8.0/FFmpeg.AutoGen.dll
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
Normal file
BIN
db_tester/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/Newtonsoft.Json.dll
Normal file
BIN
db_tester/bin/Debug/net8.0/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/System.Drawing.Common.dll
Normal file
BIN
db_tester/bin/Debug/net8.0/System.Drawing.Common.dll
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/TagLibSharp.dll
Normal file
BIN
db_tester/bin/Debug/net8.0/TagLibSharp.dll
Normal file
Binary file not shown.
161
db_tester/bin/Debug/net8.0/db_tester.deps.json
Normal file
161
db_tester/bin/Debug/net8.0/db_tester.deps.json
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"db_tester/1.0.0": {
|
||||
"runtime": {
|
||||
"db_tester.dll": {}
|
||||
}
|
||||
},
|
||||
"FFMediaToolkit/4.6.0": {
|
||||
"dependencies": {
|
||||
"FFmpeg.AutoGen": "7.1.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/FFMediaToolkit.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "4.6.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FFmpeg.AutoGen/7.1.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/FFmpeg.AutoGen.dll": {
|
||||
"assemblyVersion": "7.1.1.0",
|
||||
"fileVersion": "7.1.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/6.0.0": {
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
||||
"assemblyVersion": "13.0.0.0",
|
||||
"fileVersion": "13.0.1.25517"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Drawing.Common/6.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.SystemEvents": "6.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/System.Drawing.Common.dll": {
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
|
||||
"rid": "unix",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
},
|
||||
"runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TagLibSharp/2.3.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/TagLibSharp.dll": {
|
||||
"assemblyVersion": "2.3.0.0",
|
||||
"fileVersion": "2.3.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"file finder test/1.0.0": {
|
||||
"dependencies": {
|
||||
"FFMediaToolkit": "4.6.0",
|
||||
"FFmpeg.AutoGen": "7.1.1",
|
||||
"Newtonsoft.Json": "13.0.1",
|
||||
"System.Drawing.Common": "6.0.0",
|
||||
"TagLibSharp": "2.3.0"
|
||||
},
|
||||
"runtime": {
|
||||
"file finder test.dll": {
|
||||
"assemblyVersion": "1.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"db_tester/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"FFMediaToolkit/4.6.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-jbLcrLIEXc5jTOPu5ErsTonW/zO1auUkhWl8BksOsW58MXJRnYs1Qf7skFN8lwvFAKbd93E1+Mg3B1WtAIOHiw==",
|
||||
"path": "ffmediatoolkit/4.6.0",
|
||||
"hashPath": "ffmediatoolkit.4.6.0.nupkg.sha512"
|
||||
},
|
||||
"FFmpeg.AutoGen/7.1.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-p4FGdG654zut4Iseg7PeYo7sxFMOTuLTEKl/vX+44UQ6NmezF3wHcR6JzjH8xzK4VDPLJe5Xz563kXamMQj7Jg==",
|
||||
"path": "ffmpeg.autogen/7.1.1",
|
||||
"hashPath": "ffmpeg.autogen.7.1.1.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
|
||||
"path": "microsoft.win32.systemevents/6.0.0",
|
||||
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
||||
"path": "newtonsoft.json/13.0.1",
|
||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
||||
},
|
||||
"System.Drawing.Common/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
|
||||
"path": "system.drawing.common/6.0.0",
|
||||
"hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"TagLibSharp/2.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Qo4z6ZjnIfbR3Us1Za5M2vQ97OWZPmODvVmepxZ8XW0UIVLGdO2T63/N3b23kCcyiwuIe0TQvMEQG8wUCCD1mA==",
|
||||
"path": "taglibsharp/2.3.0",
|
||||
"hashPath": "taglibsharp.2.3.0.nupkg.sha512"
|
||||
},
|
||||
"file finder test/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
BIN
db_tester/bin/Debug/net8.0/db_tester.dll
Normal file
BIN
db_tester/bin/Debug/net8.0/db_tester.dll
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/db_tester.exe
Normal file
BIN
db_tester/bin/Debug/net8.0/db_tester.exe
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/db_tester.pdb
Normal file
BIN
db_tester/bin/Debug/net8.0/db_tester.pdb
Normal file
Binary file not shown.
12
db_tester/bin/Debug/net8.0/db_tester.runtimeconfig.json
Normal file
12
db_tester/bin/Debug/net8.0/db_tester.runtimeconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
148
db_tester/bin/Debug/net8.0/file finder test.deps.json
Normal file
148
db_tester/bin/Debug/net8.0/file finder test.deps.json
Normal file
@@ -0,0 +1,148 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"file finder test/1.0.0": {
|
||||
"dependencies": {
|
||||
"FFMediaToolkit": "4.6.0",
|
||||
"FFmpeg.AutoGen": "7.1.1",
|
||||
"Newtonsoft.Json": "13.0.1",
|
||||
"System.Drawing.Common": "6.0.0",
|
||||
"TagLibSharp": "2.3.0"
|
||||
},
|
||||
"runtime": {
|
||||
"file finder test.dll": {}
|
||||
}
|
||||
},
|
||||
"FFMediaToolkit/4.6.0": {
|
||||
"dependencies": {
|
||||
"FFmpeg.AutoGen": "7.1.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/FFMediaToolkit.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "4.6.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FFmpeg.AutoGen/7.1.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/FFmpeg.AutoGen.dll": {
|
||||
"assemblyVersion": "7.1.1.0",
|
||||
"fileVersion": "7.1.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/6.0.0": {
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
||||
"assemblyVersion": "13.0.0.0",
|
||||
"fileVersion": "13.0.1.25517"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Drawing.Common/6.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.SystemEvents": "6.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/System.Drawing.Common.dll": {
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
|
||||
"rid": "unix",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
},
|
||||
"runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TagLibSharp/2.3.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/TagLibSharp.dll": {
|
||||
"assemblyVersion": "2.3.0.0",
|
||||
"fileVersion": "2.3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"file finder test/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"FFMediaToolkit/4.6.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-jbLcrLIEXc5jTOPu5ErsTonW/zO1auUkhWl8BksOsW58MXJRnYs1Qf7skFN8lwvFAKbd93E1+Mg3B1WtAIOHiw==",
|
||||
"path": "ffmediatoolkit/4.6.0",
|
||||
"hashPath": "ffmediatoolkit.4.6.0.nupkg.sha512"
|
||||
},
|
||||
"FFmpeg.AutoGen/7.1.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-p4FGdG654zut4Iseg7PeYo7sxFMOTuLTEKl/vX+44UQ6NmezF3wHcR6JzjH8xzK4VDPLJe5Xz563kXamMQj7Jg==",
|
||||
"path": "ffmpeg.autogen/7.1.1",
|
||||
"hashPath": "ffmpeg.autogen.7.1.1.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
|
||||
"path": "microsoft.win32.systemevents/6.0.0",
|
||||
"hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
||||
"path": "newtonsoft.json/13.0.1",
|
||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
||||
},
|
||||
"System.Drawing.Common/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
|
||||
"path": "system.drawing.common/6.0.0",
|
||||
"hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"TagLibSharp/2.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Qo4z6ZjnIfbR3Us1Za5M2vQ97OWZPmODvVmepxZ8XW0UIVLGdO2T63/N3b23kCcyiwuIe0TQvMEQG8wUCCD1mA==",
|
||||
"path": "taglibsharp/2.3.0",
|
||||
"hashPath": "taglibsharp.2.3.0.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
BIN
db_tester/bin/Debug/net8.0/file finder test.dll
Normal file
BIN
db_tester/bin/Debug/net8.0/file finder test.dll
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/file finder test.exe
Normal file
BIN
db_tester/bin/Debug/net8.0/file finder test.exe
Normal file
Binary file not shown.
BIN
db_tester/bin/Debug/net8.0/file finder test.pdb
Normal file
BIN
db_tester/bin/Debug/net8.0/file finder test.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
14
db_tester/db_tester.csproj
Normal file
14
db_tester/db_tester.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\file finder test\file finder test.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
BIN
db_tester/obj/Debug/net8.0/apphost.exe
Normal file
BIN
db_tester/obj/Debug/net8.0/apphost.exe
Normal file
Binary file not shown.
22
db_tester/obj/Debug/net8.0/db_tester.AssemblyInfo.cs
Normal file
22
db_tester/obj/Debug/net8.0/db_tester.AssemblyInfo.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("db_tester")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31e285348e08c73328cdf74e9365b74d3d52cebe")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("db_tester")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("db_tester")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
589427f626bb23f774314a0a23fd6f5ff1a85f283984ba7720d426e7df2e3fbd
|
@@ -0,0 +1,13 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = db_tester
|
||||
build_property.ProjectDir = C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
8
db_tester/obj/Debug/net8.0/db_tester.GlobalUsings.g.cs
Normal file
8
db_tester/obj/Debug/net8.0/db_tester.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
db_tester/obj/Debug/net8.0/db_tester.assets.cache
Normal file
BIN
db_tester/obj/Debug/net8.0/db_tester.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
1d7dc4053c75b686f893638c41085dfb5483934f976258b9d14320026e431dad
|
@@ -0,0 +1,30 @@
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.deps.json
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.runtimeconfig.json
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.exe
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.exe
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.deps.json
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.runtimeconfig.json
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.pdb
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\FFMediaToolkit.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\FFmpeg.AutoGen.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\Microsoft.Win32.SystemEvents.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\Newtonsoft.Json.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\System.Drawing.Common.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\TagLibSharp.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.pdb
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.csproj.AssemblyReference.cache
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.AssemblyInfoInputs.cache
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.AssemblyInfo.cs
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.csproj.CoreCompileInputs.cache
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.csproj.Up2Date
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\refint\db_tester.dll
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.pdb
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.genruntimeconfig.cache
|
||||
C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\ref\db_tester.dll
|
0
db_tester/obj/Debug/net8.0/db_tester.csproj.Up2Date
Normal file
0
db_tester/obj/Debug/net8.0/db_tester.csproj.Up2Date
Normal file
BIN
db_tester/obj/Debug/net8.0/db_tester.dll
Normal file
BIN
db_tester/obj/Debug/net8.0/db_tester.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
ecce36f3105d765a5e02aebd69bc273ba7dc4d4821db4e228e7a2045e6025da6
|
BIN
db_tester/obj/Debug/net8.0/db_tester.pdb
Normal file
BIN
db_tester/obj/Debug/net8.0/db_tester.pdb
Normal file
Binary file not shown.
BIN
db_tester/obj/Debug/net8.0/ref/db_tester.dll
Normal file
BIN
db_tester/obj/Debug/net8.0/ref/db_tester.dll
Normal file
Binary file not shown.
BIN
db_tester/obj/Debug/net8.0/refint/db_tester.dll
Normal file
BIN
db_tester/obj/Debug/net8.0/refint/db_tester.dll
Normal file
Binary file not shown.
164
db_tester/obj/db_tester.csproj.nuget.dgspec.json
Normal file
164
db_tester/obj/db_tester.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
|
||||
"projectName": "db_tester",
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
|
||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj": {
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.412/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj",
|
||||
"projectName": "file finder test",
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj",
|
||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"FFMediaToolkit": {
|
||||
"target": "Package",
|
||||
"version": "[4.6.0, )"
|
||||
},
|
||||
"FFmpeg.AutoGen": {
|
||||
"target": "Package",
|
||||
"version": "[7.1.1, )"
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.1, )"
|
||||
},
|
||||
"System.Drawing.Common": {
|
||||
"target": "Package",
|
||||
"version": "[6.0.0, )"
|
||||
},
|
||||
"TagLibSharp": {
|
||||
"target": "Package",
|
||||
"version": "[2.3.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.412/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
db_tester/obj/db_tester.csproj.nuget.g.props
Normal file
16
db_tester/obj/db_tester.csproj.nuget.g.props
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\bib\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\bib\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
2
db_tester/obj/db_tester.csproj.nuget.g.targets
Normal file
2
db_tester/obj/db_tester.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
361
db_tester/obj/project.assets.json
Normal file
361
db_tester/obj/project.assets.json
Normal file
@@ -0,0 +1,361 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {
|
||||
"FFMediaToolkit/4.6.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"FFmpeg.AutoGen": "7.1.1"
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard2.1/FFMediaToolkit.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/FFMediaToolkit.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FFmpeg.AutoGen/7.1.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.1/FFmpeg.AutoGen.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/FFmpeg.AutoGen.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/6.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/netcoreapp3.1/_._": {}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"assetType": "runtime",
|
||||
"rid": "win"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Drawing.Common/6.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.SystemEvents": "6.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/System.Drawing.Common.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/System.Drawing.Common.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/netcoreapp3.1/_._": {}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
|
||||
"assetType": "runtime",
|
||||
"rid": "unix"
|
||||
},
|
||||
"runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
|
||||
"assetType": "runtime",
|
||||
"rid": "win"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TagLibSharp/2.3.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/TagLibSharp.dll": {
|
||||
"related": ".pdb"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/TagLibSharp.dll": {
|
||||
"related": ".pdb"
|
||||
}
|
||||
}
|
||||
},
|
||||
"file finder test/1.0.0": {
|
||||
"type": "project",
|
||||
"framework": ".NETCoreApp,Version=v8.0",
|
||||
"dependencies": {
|
||||
"FFMediaToolkit": "4.6.0",
|
||||
"FFmpeg.AutoGen": "7.1.1",
|
||||
"Newtonsoft.Json": "13.0.1",
|
||||
"System.Drawing.Common": "6.0.0",
|
||||
"TagLibSharp": "2.3.0"
|
||||
},
|
||||
"compile": {
|
||||
"bin/placeholder/file finder test.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"bin/placeholder/file finder test.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"FFMediaToolkit/4.6.0": {
|
||||
"sha512": "jbLcrLIEXc5jTOPu5ErsTonW/zO1auUkhWl8BksOsW58MXJRnYs1Qf7skFN8lwvFAKbd93E1+Mg3B1WtAIOHiw==",
|
||||
"type": "package",
|
||||
"path": "ffmediatoolkit/4.6.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"ffmediatoolkit.4.6.0.nupkg.sha512",
|
||||
"ffmediatoolkit.nuspec",
|
||||
"lib/netstandard2.0/FFMediaToolkit.dll",
|
||||
"lib/netstandard2.0/FFMediaToolkit.pdb",
|
||||
"lib/netstandard2.0/FFMediaToolkit.xml",
|
||||
"lib/netstandard2.1/FFMediaToolkit.dll",
|
||||
"lib/netstandard2.1/FFMediaToolkit.pdb",
|
||||
"lib/netstandard2.1/FFMediaToolkit.xml"
|
||||
]
|
||||
},
|
||||
"FFmpeg.AutoGen/7.1.1": {
|
||||
"sha512": "p4FGdG654zut4Iseg7PeYo7sxFMOTuLTEKl/vX+44UQ6NmezF3wHcR6JzjH8xzK4VDPLJe5Xz563kXamMQj7Jg==",
|
||||
"type": "package",
|
||||
"path": "ffmpeg.autogen/7.1.1",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"LICENSE.txt",
|
||||
"README.md",
|
||||
"ffmpeg.autogen.7.1.1.nupkg.sha512",
|
||||
"ffmpeg.autogen.nuspec",
|
||||
"lib/netstandard2.0/FFmpeg.AutoGen.dll",
|
||||
"lib/netstandard2.0/FFmpeg.AutoGen.xml",
|
||||
"lib/netstandard2.1/FFmpeg.AutoGen.dll",
|
||||
"lib/netstandard2.1/FFmpeg.AutoGen.xml"
|
||||
]
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/6.0.0": {
|
||||
"sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
|
||||
"type": "package",
|
||||
"path": "microsoft.win32.systemevents/6.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets",
|
||||
"buildTransitive/netcoreapp3.1/_._",
|
||||
"lib/net461/Microsoft.Win32.SystemEvents.dll",
|
||||
"lib/net461/Microsoft.Win32.SystemEvents.xml",
|
||||
"lib/net6.0/Microsoft.Win32.SystemEvents.dll",
|
||||
"lib/net6.0/Microsoft.Win32.SystemEvents.xml",
|
||||
"lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
|
||||
"lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
|
||||
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
|
||||
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
|
||||
"microsoft.win32.systemevents.6.0.0.nupkg.sha512",
|
||||
"microsoft.win32.systemevents.nuspec",
|
||||
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll",
|
||||
"runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml",
|
||||
"runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
|
||||
"runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
||||
"type": "package",
|
||||
"path": "newtonsoft.json/13.0.1",
|
||||
"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",
|
||||
"newtonsoft.json.13.0.1.nupkg.sha512",
|
||||
"newtonsoft.json.nuspec",
|
||||
"packageIcon.png"
|
||||
]
|
||||
},
|
||||
"System.Drawing.Common/6.0.0": {
|
||||
"sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
|
||||
"type": "package",
|
||||
"path": "system.drawing.common/6.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/netcoreapp2.0/System.Drawing.Common.targets",
|
||||
"buildTransitive/netcoreapp3.1/_._",
|
||||
"lib/MonoAndroid10/_._",
|
||||
"lib/MonoTouch10/_._",
|
||||
"lib/net461/System.Drawing.Common.dll",
|
||||
"lib/net461/System.Drawing.Common.xml",
|
||||
"lib/net6.0/System.Drawing.Common.dll",
|
||||
"lib/net6.0/System.Drawing.Common.xml",
|
||||
"lib/netcoreapp3.1/System.Drawing.Common.dll",
|
||||
"lib/netcoreapp3.1/System.Drawing.Common.xml",
|
||||
"lib/netstandard2.0/System.Drawing.Common.dll",
|
||||
"lib/netstandard2.0/System.Drawing.Common.xml",
|
||||
"lib/xamarinios10/_._",
|
||||
"lib/xamarinmac20/_._",
|
||||
"lib/xamarintvos10/_._",
|
||||
"lib/xamarinwatchos10/_._",
|
||||
"runtimes/unix/lib/net6.0/System.Drawing.Common.dll",
|
||||
"runtimes/unix/lib/net6.0/System.Drawing.Common.xml",
|
||||
"runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll",
|
||||
"runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml",
|
||||
"runtimes/win/lib/net6.0/System.Drawing.Common.dll",
|
||||
"runtimes/win/lib/net6.0/System.Drawing.Common.xml",
|
||||
"runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll",
|
||||
"runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml",
|
||||
"system.drawing.common.6.0.0.nupkg.sha512",
|
||||
"system.drawing.common.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"TagLibSharp/2.3.0": {
|
||||
"sha512": "Qo4z6ZjnIfbR3Us1Za5M2vQ97OWZPmODvVmepxZ8XW0UIVLGdO2T63/N3b23kCcyiwuIe0TQvMEQG8wUCCD1mA==",
|
||||
"type": "package",
|
||||
"path": "taglibsharp/2.3.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net462/TagLibSharp.dll",
|
||||
"lib/net462/TagLibSharp.pdb",
|
||||
"lib/net462/TaglibSharp.xml",
|
||||
"lib/netstandard2.0/TagLibSharp.dll",
|
||||
"lib/netstandard2.0/TagLibSharp.pdb",
|
||||
"lib/netstandard2.0/TaglibSharp.xml",
|
||||
"taglibsharp.2.3.0.nupkg.sha512",
|
||||
"taglibsharp.nuspec"
|
||||
]
|
||||
},
|
||||
"file finder test/1.0.0": {
|
||||
"type": "project",
|
||||
"path": "../file finder test/file finder test.csproj",
|
||||
"msbuildProject": "../file finder test/file finder test.csproj"
|
||||
}
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": [
|
||||
"file finder test >= 1.0.0"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\bib\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
|
||||
"projectName": "db_tester",
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
|
||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj": {
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.412/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
15
db_tester/obj/project.nuget.cache
Normal file
15
db_tester/obj/project.nuget.cache
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "Qyegg0T6z8s=",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\bib\\.nuget\\packages\\ffmediatoolkit\\4.6.0\\ffmediatoolkit.4.6.0.nupkg.sha512",
|
||||
"C:\\Users\\bib\\.nuget\\packages\\ffmpeg.autogen\\7.1.1\\ffmpeg.autogen.7.1.1.nupkg.sha512",
|
||||
"C:\\Users\\bib\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\bib\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
|
||||
"C:\\Users\\bib\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\bib\\.nuget\\packages\\taglibsharp\\2.3.0\\taglibsharp.2.3.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
1
db_tester/obj/project.packagespec.json
Normal file
1
db_tester/obj/project.packagespec.json
Normal file
@@ -0,0 +1 @@
|
||||
"restore":{"projectUniqueName":"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj","projectName":"db_tester","projectPath":"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj","outputPath":"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net8.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"C:\\Program Files\\dotnet\\library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj":{"projectPath":"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\8.0.412/PortableRuntimeIdentifierGraph.json"}}
|
1
db_tester/obj/rider.project.model.nuget.info
Normal file
1
db_tester/obj/rider.project.model.nuget.info
Normal file
@@ -0,0 +1 @@
|
||||
17563745377868119
|
1
db_tester/obj/rider.project.restore.info
Normal file
1
db_tester/obj/rider.project.restore.info
Normal file
@@ -0,0 +1 @@
|
||||
17563745377868119
|
Reference in New Issue
Block a user