diff --git a/.gitignore b/.gitignore index 08ab667..7de5508 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -obj \ No newline at end of file +obj +bin diff --git a/bin/Debug/net6.0/2chSQL.deps.json b/bin/Debug/net6.0/2chSQL.deps.json deleted file mode 100644 index 1ec4b15..0000000 --- a/bin/Debug/net6.0/2chSQL.deps.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "2chSQL/1.0.0": { - "dependencies": { - "Npgsql": "6.0.7" - }, - "runtime": { - "2chSQL.dll": {} - } - }, - "Npgsql/6.0.7": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Npgsql.dll": { - "assemblyVersion": "6.0.7.0", - "fileVersion": "6.0.7.0" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {} - } - }, - "libraries": { - "2chSQL/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Npgsql/6.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==", - "path": "npgsql/6.0.7", - "hashPath": "npgsql.6.0.7.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net6.0/2chSQL.dll b/bin/Debug/net6.0/2chSQL.dll deleted file mode 100644 index d497900..0000000 Binary files a/bin/Debug/net6.0/2chSQL.dll and /dev/null differ diff --git a/bin/Debug/net6.0/2chSQL.exe b/bin/Debug/net6.0/2chSQL.exe deleted file mode 100644 index 2cc77b6..0000000 Binary files a/bin/Debug/net6.0/2chSQL.exe and /dev/null differ diff --git a/bin/Debug/net6.0/2chSQL.pdb b/bin/Debug/net6.0/2chSQL.pdb deleted file mode 100644 index eae0f25..0000000 Binary files a/bin/Debug/net6.0/2chSQL.pdb and /dev/null differ diff --git a/bin/Debug/net6.0/2chSQL.runtimeconfig.json b/bin/Debug/net6.0/2chSQL.runtimeconfig.json deleted file mode 100644 index 4986d16..0000000 --- a/bin/Debug/net6.0/2chSQL.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net6.0/Npgsql.dll b/bin/Debug/net6.0/Npgsql.dll deleted file mode 100644 index e100da4..0000000 Binary files a/bin/Debug/net6.0/Npgsql.dll and /dev/null differ diff --git a/bin/Release/net6.0/2chSQL.deps.json b/bin/Release/net6.0/2chSQL.deps.json deleted file mode 100644 index 1ec4b15..0000000 --- a/bin/Release/net6.0/2chSQL.deps.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "2chSQL/1.0.0": { - "dependencies": { - "Npgsql": "6.0.7" - }, - "runtime": { - "2chSQL.dll": {} - } - }, - "Npgsql/6.0.7": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Npgsql.dll": { - "assemblyVersion": "6.0.7.0", - "fileVersion": "6.0.7.0" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {} - } - }, - "libraries": { - "2chSQL/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Npgsql/6.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==", - "path": "npgsql/6.0.7", - "hashPath": "npgsql.6.0.7.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net6.0/2chSQL.dll b/bin/Release/net6.0/2chSQL.dll deleted file mode 100644 index 8dc6d8c..0000000 Binary files a/bin/Release/net6.0/2chSQL.dll and /dev/null differ diff --git a/bin/Release/net6.0/2chSQL.exe b/bin/Release/net6.0/2chSQL.exe deleted file mode 100644 index 2cc77b6..0000000 Binary files a/bin/Release/net6.0/2chSQL.exe and /dev/null differ diff --git a/bin/Release/net6.0/2chSQL.pdb b/bin/Release/net6.0/2chSQL.pdb deleted file mode 100644 index d995594..0000000 Binary files a/bin/Release/net6.0/2chSQL.pdb and /dev/null differ diff --git a/bin/Release/net6.0/2chSQL.runtimeconfig.json b/bin/Release/net6.0/2chSQL.runtimeconfig.json deleted file mode 100644 index e7b3b03..0000000 --- a/bin/Release/net6.0/2chSQL.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net6.0/Npgsql.dll b/bin/Release/net6.0/Npgsql.dll deleted file mode 100644 index e100da4..0000000 Binary files a/bin/Release/net6.0/Npgsql.dll and /dev/null differ diff --git a/bin/Release/net6.0/publish/win-x64/2chSQL.deps.json b/bin/Release/net6.0/publish/win-x64/2chSQL.deps.json deleted file mode 100644 index 226acaa..0000000 --- a/bin/Release/net6.0/publish/win-x64/2chSQL.deps.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/win-x64", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/win-x64": { - "2chSQL/1.0.0": { - "dependencies": { - "Npgsql": "6.0.7" - }, - "runtime": { - "2chSQL.dll": {} - } - }, - "Npgsql/6.0.7": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Npgsql.dll": { - "assemblyVersion": "6.0.7.0", - "fileVersion": "6.0.7.0" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {} - } - }, - "libraries": { - "2chSQL/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Npgsql/6.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==", - "path": "npgsql/6.0.7", - "hashPath": "npgsql.6.0.7.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net6.0/publish/win-x64/2chSQL.dll b/bin/Release/net6.0/publish/win-x64/2chSQL.dll deleted file mode 100644 index b04f984..0000000 Binary files a/bin/Release/net6.0/publish/win-x64/2chSQL.dll and /dev/null differ diff --git a/bin/Release/net6.0/publish/win-x64/2chSQL.exe b/bin/Release/net6.0/publish/win-x64/2chSQL.exe deleted file mode 100644 index 2cc77b6..0000000 Binary files a/bin/Release/net6.0/publish/win-x64/2chSQL.exe and /dev/null differ diff --git a/bin/Release/net6.0/publish/win-x64/2chSQL.pdb b/bin/Release/net6.0/publish/win-x64/2chSQL.pdb deleted file mode 100644 index 8316d02..0000000 Binary files a/bin/Release/net6.0/publish/win-x64/2chSQL.pdb and /dev/null differ diff --git a/bin/Release/net6.0/publish/win-x64/2chSQL.runtimeconfig.json b/bin/Release/net6.0/publish/win-x64/2chSQL.runtimeconfig.json deleted file mode 100644 index e7b3b03..0000000 --- a/bin/Release/net6.0/publish/win-x64/2chSQL.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net6.0/publish/win-x64/Npgsql.dll b/bin/Release/net6.0/publish/win-x64/Npgsql.dll deleted file mode 100644 index e100da4..0000000 Binary files a/bin/Release/net6.0/publish/win-x64/Npgsql.dll and /dev/null differ diff --git a/bin/Release/net6.0/publish/win-x64/КИБЕРТРЕД.rar b/bin/Release/net6.0/publish/win-x64/КИБЕРТРЕД.rar deleted file mode 100644 index 776cf22..0000000 Binary files a/bin/Release/net6.0/publish/win-x64/КИБЕРТРЕД.rar and /dev/null differ diff --git a/bin/Release/net6.0/win-x64/2chSQL.deps.json b/bin/Release/net6.0/win-x64/2chSQL.deps.json deleted file mode 100644 index 226acaa..0000000 --- a/bin/Release/net6.0/win-x64/2chSQL.deps.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/win-x64", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/win-x64": { - "2chSQL/1.0.0": { - "dependencies": { - "Npgsql": "6.0.7" - }, - "runtime": { - "2chSQL.dll": {} - } - }, - "Npgsql/6.0.7": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Npgsql.dll": { - "assemblyVersion": "6.0.7.0", - "fileVersion": "6.0.7.0" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {} - } - }, - "libraries": { - "2chSQL/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Npgsql/6.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==", - "path": "npgsql/6.0.7", - "hashPath": "npgsql.6.0.7.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net6.0/win-x64/2chSQL.dll b/bin/Release/net6.0/win-x64/2chSQL.dll deleted file mode 100644 index b04f984..0000000 Binary files a/bin/Release/net6.0/win-x64/2chSQL.dll and /dev/null differ diff --git a/bin/Release/net6.0/win-x64/2chSQL.exe b/bin/Release/net6.0/win-x64/2chSQL.exe deleted file mode 100644 index 2cc77b6..0000000 Binary files a/bin/Release/net6.0/win-x64/2chSQL.exe and /dev/null differ diff --git a/bin/Release/net6.0/win-x64/2chSQL.pdb b/bin/Release/net6.0/win-x64/2chSQL.pdb deleted file mode 100644 index 8316d02..0000000 Binary files a/bin/Release/net6.0/win-x64/2chSQL.pdb and /dev/null differ diff --git a/bin/Release/net6.0/win-x64/2chSQL.runtimeconfig.json b/bin/Release/net6.0/win-x64/2chSQL.runtimeconfig.json deleted file mode 100644 index e7b3b03..0000000 --- a/bin/Release/net6.0/win-x64/2chSQL.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net6.0/win-x64/Npgsql.dll b/bin/Release/net6.0/win-x64/Npgsql.dll deleted file mode 100644 index e100da4..0000000 Binary files a/bin/Release/net6.0/win-x64/Npgsql.dll and /dev/null differ diff --git a/obj/2chSQL.csproj.nuget.dgspec.json b/obj/2chSQL.csproj.nuget.dgspec.json deleted file mode 100644 index 1ec62b5..0000000 --- a/obj/2chSQL.csproj.nuget.dgspec.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "format": 1, - "restore": { - "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj": {} - }, - "projects": { - "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "projectName": "2chSQL", - "projectPath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", - "outputPath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "Npgsql": { - "target": "Package", - "version": "[6.0.7, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/obj/2chSQL.csproj.nuget.g.props b/obj/2chSQL.csproj.nuget.g.props deleted file mode 100644 index e3937d8..0000000 --- a/obj/2chSQL.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\Admin\.nuget\packages\ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/obj/2chSQL.csproj.nuget.g.targets b/obj/2chSQL.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/obj/2chSQL.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c7..0000000 --- a/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/obj/Debug/net6.0/2chSQL.AssemblyInfo.cs b/obj/Debug/net6.0/2chSQL.AssemblyInfo.cs deleted file mode 100644 index 54d8423..0000000 --- a/obj/Debug/net6.0/2chSQL.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyTitleAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Создано классом WriteCodeFragment MSBuild. - diff --git a/obj/Debug/net6.0/2chSQL.AssemblyInfoInputs.cache b/obj/Debug/net6.0/2chSQL.AssemblyInfoInputs.cache deleted file mode 100644 index 12487f7..0000000 --- a/obj/Debug/net6.0/2chSQL.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ccfc554bb30609f31397b8b3676deec577e62088 diff --git a/obj/Debug/net6.0/2chSQL.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0/2chSQL.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 90cf9ff..0000000 --- a/obj/Debug/net6.0/2chSQL.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = _2chSQL -build_property.ProjectDir = D:\Programming\CSharp\2chSQL\2chSQL\ diff --git a/obj/Debug/net6.0/2chSQL.GlobalUsings.g.cs b/obj/Debug/net6.0/2chSQL.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/obj/Debug/net6.0/2chSQL.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -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; diff --git a/obj/Debug/net6.0/2chSQL.assets.cache b/obj/Debug/net6.0/2chSQL.assets.cache deleted file mode 100644 index 9a06e9a..0000000 Binary files a/obj/Debug/net6.0/2chSQL.assets.cache and /dev/null differ diff --git a/obj/Debug/net6.0/2chSQL.csproj.AssemblyReference.cache b/obj/Debug/net6.0/2chSQL.csproj.AssemblyReference.cache deleted file mode 100644 index f1d9f8a..0000000 Binary files a/obj/Debug/net6.0/2chSQL.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Debug/net6.0/2chSQL.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0/2chSQL.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Debug/net6.0/2chSQL.csproj.CopyComplete b/obj/Debug/net6.0/2chSQL.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Debug/net6.0/2chSQL.csproj.CoreCompileInputs.cache b/obj/Debug/net6.0/2chSQL.csproj.CoreCompileInputs.cache deleted file mode 100644 index 31d1702..0000000 --- a/obj/Debug/net6.0/2chSQL.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -46ea69bcb15fbe3cea0a29604e47a19e964b4041 diff --git a/obj/Debug/net6.0/2chSQL.csproj.FileListAbsolute.txt b/obj/Debug/net6.0/2chSQL.csproj.FileListAbsolute.txt deleted file mode 100644 index cc4ab63..0000000 --- a/obj/Debug/net6.0/2chSQL.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,17 +0,0 @@ -D:\Programming\CSharp\2chSQL\2chSQL\bin\Debug\net6.0\2chSQL.exe -D:\Programming\CSharp\2chSQL\2chSQL\bin\Debug\net6.0\2chSQL.deps.json -D:\Programming\CSharp\2chSQL\2chSQL\bin\Debug\net6.0\2chSQL.runtimeconfig.json -D:\Programming\CSharp\2chSQL\2chSQL\bin\Debug\net6.0\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\bin\Debug\net6.0\2chSQL.pdb -D:\Programming\CSharp\2chSQL\2chSQL\bin\Debug\net6.0\Npgsql.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.csproj.AssemblyReference.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.GeneratedMSBuildEditorConfig.editorconfig -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.AssemblyInfoInputs.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.AssemblyInfo.cs -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.csproj.CoreCompileInputs.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.csproj.CopyComplete -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\refint\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.pdb -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\2chSQL.genruntimeconfig.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Debug\net6.0\ref\2chSQL.dll diff --git a/obj/Debug/net6.0/2chSQL.dll b/obj/Debug/net6.0/2chSQL.dll deleted file mode 100644 index d497900..0000000 Binary files a/obj/Debug/net6.0/2chSQL.dll and /dev/null differ diff --git a/obj/Debug/net6.0/2chSQL.genruntimeconfig.cache b/obj/Debug/net6.0/2chSQL.genruntimeconfig.cache deleted file mode 100644 index be50afa..0000000 --- a/obj/Debug/net6.0/2chSQL.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -96ecee267f7877022a8aac5b4d984a35d1de5f87 diff --git a/obj/Debug/net6.0/2chSQL.pdb b/obj/Debug/net6.0/2chSQL.pdb deleted file mode 100644 index eae0f25..0000000 Binary files a/obj/Debug/net6.0/2chSQL.pdb and /dev/null differ diff --git a/obj/Debug/net6.0/apphost.exe b/obj/Debug/net6.0/apphost.exe deleted file mode 100644 index 2cc77b6..0000000 Binary files a/obj/Debug/net6.0/apphost.exe and /dev/null differ diff --git a/obj/Debug/net6.0/ref/2chSQL.dll b/obj/Debug/net6.0/ref/2chSQL.dll deleted file mode 100644 index 211128f..0000000 Binary files a/obj/Debug/net6.0/ref/2chSQL.dll and /dev/null differ diff --git a/obj/Debug/net6.0/refint/2chSQL.dll b/obj/Debug/net6.0/refint/2chSQL.dll deleted file mode 100644 index 211128f..0000000 Binary files a/obj/Debug/net6.0/refint/2chSQL.dll and /dev/null differ diff --git a/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c7..0000000 --- a/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/obj/Release/net6.0/2chSQL.AssemblyInfo.cs b/obj/Release/net6.0/2chSQL.AssemblyInfo.cs deleted file mode 100644 index 4ad401b..0000000 --- a/obj/Release/net6.0/2chSQL.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyTitleAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Создано классом WriteCodeFragment MSBuild. - diff --git a/obj/Release/net6.0/2chSQL.AssemblyInfoInputs.cache b/obj/Release/net6.0/2chSQL.AssemblyInfoInputs.cache deleted file mode 100644 index 7e5ebfe..0000000 --- a/obj/Release/net6.0/2chSQL.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -bddb57ed6834c62ee339cb264e8677027b2848f0 diff --git a/obj/Release/net6.0/2chSQL.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/net6.0/2chSQL.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 90cf9ff..0000000 --- a/obj/Release/net6.0/2chSQL.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = _2chSQL -build_property.ProjectDir = D:\Programming\CSharp\2chSQL\2chSQL\ diff --git a/obj/Release/net6.0/2chSQL.GlobalUsings.g.cs b/obj/Release/net6.0/2chSQL.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/obj/Release/net6.0/2chSQL.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -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; diff --git a/obj/Release/net6.0/2chSQL.assets.cache b/obj/Release/net6.0/2chSQL.assets.cache deleted file mode 100644 index bbd551c..0000000 Binary files a/obj/Release/net6.0/2chSQL.assets.cache and /dev/null differ diff --git a/obj/Release/net6.0/2chSQL.csproj.AssemblyReference.cache b/obj/Release/net6.0/2chSQL.csproj.AssemblyReference.cache deleted file mode 100644 index ebd328c..0000000 Binary files a/obj/Release/net6.0/2chSQL.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Release/net6.0/2chSQL.csproj.CopyComplete b/obj/Release/net6.0/2chSQL.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Release/net6.0/2chSQL.csproj.CoreCompileInputs.cache b/obj/Release/net6.0/2chSQL.csproj.CoreCompileInputs.cache deleted file mode 100644 index 32f4b98..0000000 --- a/obj/Release/net6.0/2chSQL.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -3fc3752bc4d4b4cba86b415c6ba141f12dc804dc diff --git a/obj/Release/net6.0/2chSQL.csproj.FileListAbsolute.txt b/obj/Release/net6.0/2chSQL.csproj.FileListAbsolute.txt deleted file mode 100644 index 5f74d48..0000000 --- a/obj/Release/net6.0/2chSQL.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,17 +0,0 @@ -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\2chSQL.exe -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\2chSQL.deps.json -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\2chSQL.runtimeconfig.json -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\2chSQL.pdb -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\Npgsql.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.csproj.AssemblyReference.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.GeneratedMSBuildEditorConfig.editorconfig -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.AssemblyInfoInputs.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.AssemblyInfo.cs -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.csproj.CoreCompileInputs.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.csproj.CopyComplete -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\refint\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.pdb -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\2chSQL.genruntimeconfig.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\ref\2chSQL.dll diff --git a/obj/Release/net6.0/2chSQL.dll b/obj/Release/net6.0/2chSQL.dll deleted file mode 100644 index 8dc6d8c..0000000 Binary files a/obj/Release/net6.0/2chSQL.dll and /dev/null differ diff --git a/obj/Release/net6.0/2chSQL.genruntimeconfig.cache b/obj/Release/net6.0/2chSQL.genruntimeconfig.cache deleted file mode 100644 index bd5ecdf..0000000 --- a/obj/Release/net6.0/2chSQL.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -a0d6ca358d1d7708585c1a2565b0b908391f35ae diff --git a/obj/Release/net6.0/2chSQL.pdb b/obj/Release/net6.0/2chSQL.pdb deleted file mode 100644 index d995594..0000000 Binary files a/obj/Release/net6.0/2chSQL.pdb and /dev/null differ diff --git a/obj/Release/net6.0/apphost.exe b/obj/Release/net6.0/apphost.exe deleted file mode 100644 index 2cc77b6..0000000 Binary files a/obj/Release/net6.0/apphost.exe and /dev/null differ diff --git a/obj/Release/net6.0/ref/2chSQL.dll b/obj/Release/net6.0/ref/2chSQL.dll deleted file mode 100644 index d894193..0000000 Binary files a/obj/Release/net6.0/ref/2chSQL.dll and /dev/null differ diff --git a/obj/Release/net6.0/refint/2chSQL.dll b/obj/Release/net6.0/refint/2chSQL.dll deleted file mode 100644 index d894193..0000000 Binary files a/obj/Release/net6.0/refint/2chSQL.dll and /dev/null differ diff --git a/obj/Release/net6.0/win-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/obj/Release/net6.0/win-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c7..0000000 --- a/obj/Release/net6.0/win-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/obj/Release/net6.0/win-x64/2chSQL.AssemblyInfo.cs b/obj/Release/net6.0/win-x64/2chSQL.AssemblyInfo.cs deleted file mode 100644 index 4ad401b..0000000 --- a/obj/Release/net6.0/win-x64/2chSQL.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyTitleAttribute("2chSQL")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Создано классом WriteCodeFragment MSBuild. - diff --git a/obj/Release/net6.0/win-x64/2chSQL.AssemblyInfoInputs.cache b/obj/Release/net6.0/win-x64/2chSQL.AssemblyInfoInputs.cache deleted file mode 100644 index 7e5ebfe..0000000 --- a/obj/Release/net6.0/win-x64/2chSQL.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -bddb57ed6834c62ee339cb264e8677027b2848f0 diff --git a/obj/Release/net6.0/win-x64/2chSQL.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/net6.0/win-x64/2chSQL.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 90cf9ff..0000000 --- a/obj/Release/net6.0/win-x64/2chSQL.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = _2chSQL -build_property.ProjectDir = D:\Programming\CSharp\2chSQL\2chSQL\ diff --git a/obj/Release/net6.0/win-x64/2chSQL.GlobalUsings.g.cs b/obj/Release/net6.0/win-x64/2chSQL.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/obj/Release/net6.0/win-x64/2chSQL.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -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; diff --git a/obj/Release/net6.0/win-x64/2chSQL.assets.cache b/obj/Release/net6.0/win-x64/2chSQL.assets.cache deleted file mode 100644 index dd0b5be..0000000 Binary files a/obj/Release/net6.0/win-x64/2chSQL.assets.cache and /dev/null differ diff --git a/obj/Release/net6.0/win-x64/2chSQL.csproj.AssemblyReference.cache b/obj/Release/net6.0/win-x64/2chSQL.csproj.AssemblyReference.cache deleted file mode 100644 index ebd328c..0000000 Binary files a/obj/Release/net6.0/win-x64/2chSQL.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Release/net6.0/win-x64/2chSQL.csproj.CopyComplete b/obj/Release/net6.0/win-x64/2chSQL.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Release/net6.0/win-x64/2chSQL.csproj.CoreCompileInputs.cache b/obj/Release/net6.0/win-x64/2chSQL.csproj.CoreCompileInputs.cache deleted file mode 100644 index d67e15a..0000000 --- a/obj/Release/net6.0/win-x64/2chSQL.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2bfbe63dcb78ed7b11a0e9d36b9e8ac97ce49e5d diff --git a/obj/Release/net6.0/win-x64/2chSQL.csproj.FileListAbsolute.txt b/obj/Release/net6.0/win-x64/2chSQL.csproj.FileListAbsolute.txt deleted file mode 100644 index be79533..0000000 --- a/obj/Release/net6.0/win-x64/2chSQL.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,17 +0,0 @@ -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\win-x64\2chSQL.exe -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\win-x64\2chSQL.deps.json -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\win-x64\2chSQL.runtimeconfig.json -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\win-x64\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\win-x64\2chSQL.pdb -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\win-x64\Npgsql.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.csproj.AssemblyReference.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.GeneratedMSBuildEditorConfig.editorconfig -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.AssemblyInfoInputs.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.AssemblyInfo.cs -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.csproj.CoreCompileInputs.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.csproj.CopyComplete -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\refint\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.pdb -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\2chSQL.genruntimeconfig.cache -D:\Programming\CSharp\2chSQL\2chSQL\obj\Release\net6.0\win-x64\ref\2chSQL.dll diff --git a/obj/Release/net6.0/win-x64/2chSQL.dll b/obj/Release/net6.0/win-x64/2chSQL.dll deleted file mode 100644 index b04f984..0000000 Binary files a/obj/Release/net6.0/win-x64/2chSQL.dll and /dev/null differ diff --git a/obj/Release/net6.0/win-x64/2chSQL.genruntimeconfig.cache b/obj/Release/net6.0/win-x64/2chSQL.genruntimeconfig.cache deleted file mode 100644 index c427376..0000000 --- a/obj/Release/net6.0/win-x64/2chSQL.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -9d8e22032c91aec805d4d3aa21c84fd7f8ab98cd diff --git a/obj/Release/net6.0/win-x64/2chSQL.pdb b/obj/Release/net6.0/win-x64/2chSQL.pdb deleted file mode 100644 index 8316d02..0000000 Binary files a/obj/Release/net6.0/win-x64/2chSQL.pdb and /dev/null differ diff --git a/obj/Release/net6.0/win-x64/PublishOutputs.8f657d327a.txt b/obj/Release/net6.0/win-x64/PublishOutputs.8f657d327a.txt deleted file mode 100644 index fb6ec14..0000000 --- a/obj/Release/net6.0/win-x64/PublishOutputs.8f657d327a.txt +++ /dev/null @@ -1,6 +0,0 @@ -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\publish\win-x64\2chSQL.exe -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\publish\win-x64\2chSQL.dll -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\publish\win-x64\2chSQL.deps.json -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\publish\win-x64\2chSQL.runtimeconfig.json -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\publish\win-x64\2chSQL.pdb -D:\Programming\CSharp\2chSQL\2chSQL\bin\Release\net6.0\publish\win-x64\Npgsql.dll diff --git a/obj/Release/net6.0/win-x64/apphost.exe b/obj/Release/net6.0/win-x64/apphost.exe deleted file mode 100644 index 2cc77b6..0000000 Binary files a/obj/Release/net6.0/win-x64/apphost.exe and /dev/null differ diff --git a/obj/Release/net6.0/win-x64/ref/2chSQL.dll b/obj/Release/net6.0/win-x64/ref/2chSQL.dll deleted file mode 100644 index 8b3ba83..0000000 Binary files a/obj/Release/net6.0/win-x64/ref/2chSQL.dll and /dev/null differ diff --git a/obj/Release/net6.0/win-x64/refint/2chSQL.dll b/obj/Release/net6.0/win-x64/refint/2chSQL.dll deleted file mode 100644 index 8b3ba83..0000000 Binary files a/obj/Release/net6.0/win-x64/refint/2chSQL.dll and /dev/null differ diff --git a/obj/project.assets.json b/obj/project.assets.json deleted file mode 100644 index f9efd36..0000000 --- a/obj/project.assets.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "Npgsql/6.0.7": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/Npgsql.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Npgsql.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - } - } - }, - "libraries": { - "Npgsql/6.0.7": { - "sha512": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==", - "type": "package", - "path": "npgsql/6.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net5.0/Npgsql.dll", - "lib/net5.0/Npgsql.xml", - "lib/net6.0/Npgsql.dll", - "lib/net6.0/Npgsql.xml", - "lib/netcoreapp3.1/Npgsql.dll", - "lib/netcoreapp3.1/Npgsql.xml", - "lib/netstandard2.0/Npgsql.dll", - "lib/netstandard2.0/Npgsql.xml", - "lib/netstandard2.1/Npgsql.dll", - "lib/netstandard2.1/Npgsql.xml", - "npgsql.6.0.7.nupkg.sha512", - "npgsql.nuspec", - "postgresql.png" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "Npgsql >= 6.0.7" - ] - }, - "packageFolders": { - "C:\\Users\\Admin\\.nuget\\packages\\": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "projectName": "2chSQL", - "projectPath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", - "outputPath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "Npgsql": { - "target": "Package", - "version": "[6.0.7, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache deleted file mode 100644 index 304722c..0000000 --- a/obj/project.nuget.cache +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "57Nz0gPZ5pd1s75MAA3Hvf/wkvTjsVRJpLAKPzha1VcLetZV8Xkw2vcuMyeqgk2E8Ls/ABxBMom3nRe/4TGeEw==", - "success": true, - "projectFilePath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "expectedPackageFiles": [ - "C:\\Users\\Admin\\.nuget\\packages\\npgsql\\6.0.7\\npgsql.6.0.7.nupkg.sha512", - "C:\\Users\\Admin\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/obj/publish/win-x64/2chSQL.csproj.nuget.dgspec.json b/obj/publish/win-x64/2chSQL.csproj.nuget.dgspec.json deleted file mode 100644 index c3e28bc..0000000 --- a/obj/publish/win-x64/2chSQL.csproj.nuget.dgspec.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "format": 1, - "restore": { - "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj": {} - }, - "projects": { - "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "projectName": "2chSQL", - "projectPath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", - "outputPath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\obj\\publish\\win-x64\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "Npgsql": { - "target": "Package", - "version": "[6.0.7, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "win-x64": { - "#import": [] - } - } - } - } -} \ No newline at end of file diff --git a/obj/publish/win-x64/2chSQL.csproj.nuget.g.props b/obj/publish/win-x64/2chSQL.csproj.nuget.g.props deleted file mode 100644 index e3937d8..0000000 --- a/obj/publish/win-x64/2chSQL.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\Admin\.nuget\packages\ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/obj/publish/win-x64/2chSQL.csproj.nuget.g.targets b/obj/publish/win-x64/2chSQL.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/obj/publish/win-x64/2chSQL.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/obj/publish/win-x64/project.assets.json b/obj/publish/win-x64/project.assets.json deleted file mode 100644 index 4ddf4b8..0000000 --- a/obj/publish/win-x64/project.assets.json +++ /dev/null @@ -1,197 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "Npgsql/6.0.7": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/Npgsql.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Npgsql.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - } - }, - "net6.0/win-x64": { - "Npgsql/6.0.7": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/Npgsql.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Npgsql.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - } - } - }, - "libraries": { - "Npgsql/6.0.7": { - "sha512": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==", - "type": "package", - "path": "npgsql/6.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net5.0/Npgsql.dll", - "lib/net5.0/Npgsql.xml", - "lib/net6.0/Npgsql.dll", - "lib/net6.0/Npgsql.xml", - "lib/netcoreapp3.1/Npgsql.dll", - "lib/netcoreapp3.1/Npgsql.xml", - "lib/netstandard2.0/Npgsql.dll", - "lib/netstandard2.0/Npgsql.xml", - "lib/netstandard2.1/Npgsql.dll", - "lib/netstandard2.1/Npgsql.xml", - "npgsql.6.0.7.nupkg.sha512", - "npgsql.nuspec", - "postgresql.png" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "Npgsql >= 6.0.7" - ] - }, - "packageFolders": { - "C:\\Users\\Admin\\.nuget\\packages\\": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "projectName": "2chSQL", - "projectPath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", - "outputPath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\obj\\publish\\win-x64\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "Npgsql": { - "target": "Package", - "version": "[6.0.7, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "win-x64": { - "#import": [] - } - } - } -} \ No newline at end of file diff --git a/obj/publish/win-x64/project.nuget.cache b/obj/publish/win-x64/project.nuget.cache deleted file mode 100644 index 8c48a4e..0000000 --- a/obj/publish/win-x64/project.nuget.cache +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "5/4wy2RQpziFdxsATyE+8qyDjB360O5rsIrDvKevBrevVof7O3WiUmZ/z92xlLAEoZNt6UdPhNtN8qMd5SCHtQ==", - "success": true, - "projectFilePath": "D:\\Programming\\CSharp\\2chSQL\\2chSQL\\2chSQL.csproj", - "expectedPackageFiles": [ - "C:\\Users\\Admin\\.nuget\\packages\\npgsql\\6.0.7\\npgsql.6.0.7.nupkg.sha512", - "C:\\Users\\Admin\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file