diff --git a/Client/.gitignore b/Client/.gitignore new file mode 100644 index 00000000..10f96061 --- /dev/null +++ b/Client/.gitignore @@ -0,0 +1,4 @@ +bin/ +obj/ +*.user +.vs/ diff --git a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 2217181c..00000000 --- a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.AssemblyInfo.cs b/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.AssemblyInfo.cs deleted file mode 100644 index a7035ab2..00000000 --- a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.AssemblyInfo.cs +++ /dev/null @@ -1,24 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("OwnCord.Client.Tests")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7d03f59c2fb92f8a71bd680cf2303ce5a92e3860")] -[assembly: System.Reflection.AssemblyProductAttribute("OwnCord.Client.Tests")] -[assembly: System.Reflection.AssemblyTitleAttribute("OwnCord.Client.Tests")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] -[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.AssemblyInfoInputs.cache b/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.AssemblyInfoInputs.cache deleted file mode 100644 index 9fe9b5c7..00000000 --- a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -97ede2b38db5da9d29faa6ecdbc359cc74d18937ef9a717322cd2ca310c427a3 diff --git a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.GeneratedMSBuildEditorConfig.editorconfig b/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index c5aaf9ae..00000000 --- a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0-windows -build_property.TargetPlatformMinVersion = 7.0 -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = OwnCord.Client.Tests -build_property.ProjectDir = D:\Local-Lab\Coding\Repos\OwnCord\Client\OwnCord.Client.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.GlobalUsings.g.cs b/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.GlobalUsings.g.cs deleted file mode 100644 index 2cd3d38c..00000000 --- a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.GlobalUsings.g.cs +++ /dev/null @@ -1,9 +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; -global using global::Xunit; diff --git a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.assets.cache b/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.assets.cache deleted file mode 100644 index 8804ec4c..00000000 Binary files a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.assets.cache and /dev/null differ diff --git a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.csproj.AssemblyReference.cache b/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.csproj.AssemblyReference.cache deleted file mode 100644 index c5fe9767..00000000 Binary files a/Client/OwnCord.Client.Tests/obj/Debug/net8.0-windows/OwnCord.Client.Tests.csproj.AssemblyReference.cache and /dev/null differ diff --git a/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.dgspec.json b/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.dgspec.json deleted file mode 100644 index 3717558d..00000000 --- a/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.dgspec.json +++ /dev/null @@ -1,147 +0,0 @@ -{ - "format": 1, - "restore": { - "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\OwnCord.Client.Tests.csproj": {} - }, - "projects": { - "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\OwnCord.Client.Tests.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\OwnCord.Client.Tests.csproj", - "projectName": "OwnCord.Client.Tests", - "projectPath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\OwnCord.Client.Tests.csproj", - "packagesPath": "C:\\Users\\LordJebus\\.nuget\\packages\\", - "outputPath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\LordJebus\\AppData\\Roaming\\NuGet\\NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0-windows" - ], - "frameworks": { - "net8.0-windows7.0": { - "targetAlias": "net8.0-windows", - "projectReferences": { - "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client\\OwnCord.Client.csproj": { - "projectPath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client\\OwnCord.Client.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - } - }, - "frameworks": { - "net8.0-windows7.0": { - "targetAlias": "net8.0-windows", - "dependencies": { - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[17.12.0, )" - }, - "Moq": { - "target": "Package", - "version": "[4.20.72, )" - }, - "coverlet.collector": { - "target": "Package", - "version": "[6.0.2, )" - }, - "xunit": { - "target": "Package", - "version": "[2.9.3, )" - }, - "xunit.runner.visualstudio": { - "target": "Package", - "version": "[2.8.2, )" - } - }, - "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.419/PortableRuntimeIdentifierGraph.json" - } - } - }, - "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client\\OwnCord.Client.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client\\OwnCord.Client.csproj", - "projectName": "OwnCord.Client", - "projectPath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client\\OwnCord.Client.csproj", - "packagesPath": "C:\\Users\\LordJebus\\.nuget\\packages\\", - "outputPath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\LordJebus\\AppData\\Roaming\\NuGet\\NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0-windows" - ], - "frameworks": { - "net8.0-windows7.0": { - "targetAlias": "net8.0-windows", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - } - }, - "frameworks": { - "net8.0-windows7.0": { - "targetAlias": "net8.0-windows", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - }, - "Microsoft.WindowsDesktop.App.WPF": { - "privateAssets": "none" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.419/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.g.props b/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.g.props deleted file mode 100644 index d8d7dabc..00000000 --- a/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - False - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\LordJebus\.nuget\packages\ - PackageReference - 6.11.1 - - - - - \ No newline at end of file diff --git a/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.g.targets b/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3..00000000 --- a/Client/OwnCord.Client.Tests/obj/OwnCord.Client.Tests.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Client/OwnCord.Client.Tests/obj/project.assets.json b/Client/OwnCord.Client.Tests/obj/project.assets.json deleted file mode 100644 index 9bcce153..00000000 --- a/Client/OwnCord.Client.Tests/obj/project.assets.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0-windows7.0": { - "OwnCord.Client/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "compile": { - "bin/placeholder/OwnCord.Client.dll": {} - }, - "runtime": { - "bin/placeholder/OwnCord.Client.dll": {} - }, - "frameworkReferences": [ - "Microsoft.WindowsDesktop.App.WPF" - ] - } - } - }, - "libraries": { - "OwnCord.Client/1.0.0": { - "type": "project", - "path": "../OwnCord.Client/OwnCord.Client.csproj", - "msbuildProject": "../OwnCord.Client/OwnCord.Client.csproj" - } - }, - "projectFileDependencyGroups": { - "net8.0-windows7.0": [ - "Microsoft.NET.Test.Sdk >= 17.12.0", - "Moq >= 4.20.72", - "OwnCord.Client >= 1.0.0", - "coverlet.collector >= 6.0.2", - "xunit >= 2.9.3", - "xunit.runner.visualstudio >= 2.8.2" - ] - }, - "packageFolders": { - "C:\\Users\\LordJebus\\.nuget\\packages\\": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\OwnCord.Client.Tests.csproj", - "projectName": "OwnCord.Client.Tests", - "projectPath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\OwnCord.Client.Tests.csproj", - "packagesPath": "C:\\Users\\LordJebus\\.nuget\\packages\\", - "outputPath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\obj\\", - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\LordJebus\\AppData\\Roaming\\NuGet\\NuGet.Config" - ], - "originalTargetFrameworks": [ - "net8.0-windows" - ], - "frameworks": { - "net8.0-windows7.0": { - "targetAlias": "net8.0-windows", - "projectReferences": { - "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client\\OwnCord.Client.csproj": { - "projectPath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client\\OwnCord.Client.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - } - }, - "frameworks": { - "net8.0-windows7.0": { - "targetAlias": "net8.0-windows", - "dependencies": { - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[17.12.0, )" - }, - "Moq": { - "target": "Package", - "version": "[4.20.72, )" - }, - "coverlet.collector": { - "target": "Package", - "version": "[6.0.2, )" - }, - "xunit": { - "target": "Package", - "version": "[2.9.3, )" - }, - "xunit.runner.visualstudio": { - "target": "Package", - "version": "[2.8.2, )" - } - }, - "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.419/PortableRuntimeIdentifierGraph.json" - } - } - }, - "logs": [ - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'coverlet.collector (>= 6.0.2)' for 'net8.0-windows7.0'.", - "libraryId": "coverlet.collector", - "targetGraphs": [ - "net8.0-windows7.0" - ] - }, - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'Microsoft.NET.Test.Sdk (>= 17.12.0)' for 'net8.0-windows7.0'.", - "libraryId": "Microsoft.NET.Test.Sdk", - "targetGraphs": [ - "net8.0-windows7.0" - ] - }, - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'xunit (>= 2.9.3)' for 'net8.0-windows7.0'.", - "libraryId": "xunit", - "targetGraphs": [ - "net8.0-windows7.0" - ] - }, - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'xunit.runner.visualstudio (>= 2.8.2)' for 'net8.0-windows7.0'.", - "libraryId": "xunit.runner.visualstudio", - "targetGraphs": [ - "net8.0-windows7.0" - ] - }, - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'Moq (>= 4.20.72)' for 'net8.0-windows7.0'.", - "libraryId": "Moq", - "targetGraphs": [ - "net8.0-windows7.0" - ] - } - ] -} \ No newline at end of file diff --git a/Client/OwnCord.Client.Tests/obj/project.nuget.cache b/Client/OwnCord.Client.Tests/obj/project.nuget.cache deleted file mode 100644 index 968cd28d..00000000 --- a/Client/OwnCord.Client.Tests/obj/project.nuget.cache +++ /dev/null @@ -1,54 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "K+dtNnOVYHM=", - "success": false, - "projectFilePath": "D:\\Local-Lab\\Coding\\Repos\\OwnCord\\Client\\OwnCord.Client.Tests\\OwnCord.Client.Tests.csproj", - "expectedPackageFiles": [], - "logs": [ - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'coverlet.collector (>= 6.0.2)' for 'net8.0-windows7.0'.", - "libraryId": "coverlet.collector", - "targetGraphs": [ - "net8.0-windows7.0" - ] - }, - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'Microsoft.NET.Test.Sdk (>= 17.12.0)' for 'net8.0-windows7.0'.", - "libraryId": "Microsoft.NET.Test.Sdk", - "targetGraphs": [ - "net8.0-windows7.0" - ] - }, - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'xunit (>= 2.9.3)' for 'net8.0-windows7.0'.", - "libraryId": "xunit", - "targetGraphs": [ - "net8.0-windows7.0" - ] - }, - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'xunit.runner.visualstudio (>= 2.8.2)' for 'net8.0-windows7.0'.", - "libraryId": "xunit.runner.visualstudio", - "targetGraphs": [ - "net8.0-windows7.0" - ] - }, - { - "code": "NU1100", - "level": "Error", - "message": "Unable to resolve 'Moq (>= 4.20.72)' for 'net8.0-windows7.0'.", - "libraryId": "Moq", - "targetGraphs": [ - "net8.0-windows7.0" - ] - } - ] -} \ No newline at end of file