commit 10af8b9f9c5e4461a57adb93d4e41770591d0574 Author: avery Date: Sun Feb 22 21:53:04 2026 -0500 Initial Commit diff --git a/AwperativeTest/.idea/.idea.AwperativeTest/.idea/.gitignore b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/.gitignore new file mode 100644 index 0000000..6cd135c --- /dev/null +++ b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/.idea.AwperativeTest.iml +/contentModel.xml +/projectSettingsUpdater.xml +/modules.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/AwperativeTest/.idea/.idea.AwperativeTest/.idea/dictionaries/project.xml b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/dictionaries/project.xml new file mode 100644 index 0000000..505a707 --- /dev/null +++ b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/dictionaries/project.xml @@ -0,0 +1,7 @@ + + + + awperative + + + \ No newline at end of file diff --git a/AwperativeTest/.idea/.idea.AwperativeTest/.idea/indexLayout.xml b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest/.idea/.idea.AwperativeTest/.idea/misc.xml b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/AwperativeTest/.idea/.idea.AwperativeTest/.idea/vcs.xml b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/AwperativeTest/.idea/.idea.AwperativeTest/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest.sln b/AwperativeTest/AwperativeTest.sln new file mode 100644 index 0000000..d3a6c27 --- /dev/null +++ b/AwperativeTest/AwperativeTest.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest", "AwperativeTest\AwperativeTest.csproj", "{5AF7A939-1441-4591-BAFB-6ECB6B3E08DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5AF7A939-1441-4591-BAFB-6ECB6B3E08DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5AF7A939-1441-4591-BAFB-6ECB6B3E08DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5AF7A939-1441-4591-BAFB-6ECB6B3E08DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5AF7A939-1441-4591-BAFB-6ECB6B3E08DF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/AwperativeTest/AwperativeTest.sln.DotSettings.user b/AwperativeTest/AwperativeTest.sln.DotSettings.user new file mode 100644 index 0000000..7a56584 --- /dev/null +++ b/AwperativeTest/AwperativeTest.sln.DotSettings.user @@ -0,0 +1,2 @@ + + True \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest/AwperativeTest.csproj b/AwperativeTest/AwperativeTest/AwperativeTest.csproj new file mode 100644 index 0000000..8aa75d3 --- /dev/null +++ b/AwperativeTest/AwperativeTest/AwperativeTest.csproj @@ -0,0 +1,9 @@ + + + + Exe + net8.0 + enable + enable + + diff --git a/AwperativeTest/AwperativeTest/Program.cs b/AwperativeTest/AwperativeTest/Program.cs new file mode 100644 index 0000000..1cc1b1a --- /dev/null +++ b/AwperativeTest/AwperativeTest/Program.cs @@ -0,0 +1,11 @@ + +using Awperative; + + +//todo: fix this +Awperative.Awperative.Start(); + + +//todo: create scene +Scene scene = Awperative.Awperative.Create("TestScene"); + diff --git a/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.dgspec.json b/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.dgspec.json new file mode 100644 index 0000000..cc1b817 --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.dgspec.json @@ -0,0 +1,61 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj": {} + }, + "projects": { + "/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj", + "projectName": "AwperativeTest", + "projectPath": "/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest/AwperativeTest/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "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": "/usr/lib/dotnet/sdk/8.0.124/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.g.props b/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.g.props new file mode 100644 index 0000000..08dec0c --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.g.targets b/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/AwperativeTest.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.AssemblyInfo.cs b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.AssemblyInfo.cs new file mode 100644 index 0000000..c0f05c8 --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("AwperativeTest")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("AwperativeTest")] +[assembly: System.Reflection.AssemblyTitleAttribute("AwperativeTest")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.AssemblyInfoInputs.cache b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.AssemblyInfoInputs.cache new file mode 100644 index 0000000..8dc0ba3 --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +f4bbf3ce214dff8e9c87c81a62a364edaea8d3aea3f3e7077cd9a9f7fc5dc96b diff --git a/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.GeneratedMSBuildEditorConfig.editorconfig b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..2dfde07 --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +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 = AwperativeTest +build_property.ProjectDir = /home/avery/Programming/AwperativeTest/AwperativeTest/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.GlobalUsings.g.cs b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.assets.cache b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.assets.cache new file mode 100644 index 0000000..9f2490c Binary files /dev/null and b/AwperativeTest/AwperativeTest/obj/Debug/net8.0/AwperativeTest.assets.cache differ diff --git a/AwperativeTest/AwperativeTest/obj/project.assets.json b/AwperativeTest/AwperativeTest/obj/project.assets.json new file mode 100644 index 0000000..99ff6ae --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/project.assets.json @@ -0,0 +1,66 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj", + "projectName": "AwperativeTest", + "projectPath": "/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest/AwperativeTest/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "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": "/usr/lib/dotnet/sdk/8.0.124/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest/obj/project.nuget.cache b/AwperativeTest/AwperativeTest/obj/project.nuget.cache new file mode 100644 index 0000000..53bdffd --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "bOYJau8kviI=", + "success": true, + "projectFilePath": "/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest/obj/project.packagespec.json b/AwperativeTest/AwperativeTest/obj/project.packagespec.json new file mode 100644 index 0000000..f23e680 --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj","projectName":"AwperativeTest","projectPath":"/home/avery/Programming/AwperativeTest/AwperativeTest/AwperativeTest.csproj","outputPath":"/home/avery/Programming/AwperativeTest/AwperativeTest/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[8.0.24, 8.0.24]"},{"name":"Microsoft.NETCore.App.Host.linux-x64","version":"[8.0.24, 8.0.24]"},{"name":"Microsoft.NETCore.App.Ref","version":"[8.0.24, 8.0.24]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest/obj/rider.project.model.nuget.info b/AwperativeTest/AwperativeTest/obj/rider.project.model.nuget.info new file mode 100644 index 0000000..6babacb --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/rider.project.model.nuget.info @@ -0,0 +1 @@ +17712654476849037 \ No newline at end of file diff --git a/AwperativeTest/AwperativeTest/obj/rider.project.restore.info b/AwperativeTest/AwperativeTest/obj/rider.project.restore.info new file mode 100644 index 0000000..6babacb --- /dev/null +++ b/AwperativeTest/AwperativeTest/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712654476849037 \ No newline at end of file diff --git a/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/indexLayout.xml b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/misc.xml b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/projectSettingsUpdater.xml b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..ef20cb0 --- /dev/null +++ b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/projectSettingsUpdater.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/vcs.xml b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/workspace.xml b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/workspace.xml new file mode 100644 index 0000000..476f9cf --- /dev/null +++ b/AwperativeTest2/.idea/.idea.AwperativeTest2/.idea/workspace.xml @@ -0,0 +1,400 @@ + + + + AwperativeTest2/AwperativeTest2.csproj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "associatedIndex": 8 +} + + + + { + "keyToString": { + ".NET Project.AwperativeTest2.executor": "Run", + "ModuleVcsDetector.initialDetectionPerformed": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true", + "RunOnceActivity.git.unshallow": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true", + "git-widget-placeholder": "master", + "junie.onboarding.icon.badge.shown": "true", + "last_opened_file_path": "/home/avery/Programming/Awperative/Awperative/bin/Debug/net8.0/Awperative.dll", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "settings.editor.selected.configurable": "preferences.pluginManager", + "to.speed.mode.migration.done": "true", + "vue.rearranger.settings.migration": "true" + } +} + + + + + + + + 1771266223274 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest2/AwperativeTest2.sln b/AwperativeTest2/AwperativeTest2.sln new file mode 100644 index 0000000..2bf84d9 --- /dev/null +++ b/AwperativeTest2/AwperativeTest2.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest2", "AwperativeTest2\AwperativeTest2.csproj", "{F19DD57C-E2B7-4226-B1BE-418353C355C2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F19DD57C-E2B7-4226-B1BE-418353C355C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F19DD57C-E2B7-4226-B1BE-418353C355C2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F19DD57C-E2B7-4226-B1BE-418353C355C2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F19DD57C-E2B7-4226-B1BE-418353C355C2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/AwperativeTest2/AwperativeTest2/AwperativeTest2.csproj b/AwperativeTest2/AwperativeTest2/AwperativeTest2.csproj new file mode 100644 index 0000000..bd5dbfc --- /dev/null +++ b/AwperativeTest2/AwperativeTest2/AwperativeTest2.csproj @@ -0,0 +1,16 @@ + + + + Exe + net8.0 + enable + enable + + + + + ..\..\Awperative\Awperative\bin\Debug\net8.0\Awperative.dll + + + + diff --git a/AwperativeTest2/AwperativeTest2/Program.cs b/AwperativeTest2/AwperativeTest2/Program.cs new file mode 100644 index 0000000..a3cfb66 --- /dev/null +++ b/AwperativeTest2/AwperativeTest2/Program.cs @@ -0,0 +1,11 @@ +using Awperative; +using AwperativeTest2; + +Awperative.Awperative.Start(); +Debug.LogError("ha"); + +Scene TestScene = Awperative.Awperative.CreateScene("Test"); + +TestScene.Add(); +TestScene.Add(); +TestScene.Add(); \ No newline at end of file diff --git a/AwperativeTest2/AwperativeTest2/obj/project.packagespec.json b/AwperativeTest2/AwperativeTest2/obj/project.packagespec.json new file mode 100644 index 0000000..d51b80e --- /dev/null +++ b/AwperativeTest2/AwperativeTest2/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/AwperativeTest2/AwperativeTest2/AwperativeTest2.csproj","projectName":"AwperativeTest2","projectPath":"/home/avery/Programming/AwperativeTest2/AwperativeTest2/AwperativeTest2.csproj","outputPath":"/home/avery/Programming/AwperativeTest2/AwperativeTest2/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[8.0.24, 8.0.24]"},{"name":"Microsoft.NETCore.App.Host.linux-x64","version":"[8.0.24, 8.0.24]"},{"name":"Microsoft.NETCore.App.Ref","version":"[8.0.24, 8.0.24]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/.gitignore b/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/.gitignore new file mode 100644 index 0000000..6398a3c --- /dev/null +++ b/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/projectSettingsUpdater.xml +/contentModel.xml +/.idea.AwperativeTest3.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/indexLayout.xml b/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/misc.xml b/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/vcs.xml b/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/AwperativeTest3/.idea/.idea.AwperativeTest3/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3.sln b/AwperativeTest3/AwperativeTest3.sln new file mode 100644 index 0000000..dec85f0 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest3", "AwperativeTest3\AwperativeTest3.csproj", "{67362CCD-D20E-451D-9424-F572E5960E5F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {67362CCD-D20E-451D-9424-F572E5960E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67362CCD-D20E-451D-9424-F572E5960E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67362CCD-D20E-451D-9424-F572E5960E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67362CCD-D20E-451D-9424-F572E5960E5F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/AwperativeTest3/AwperativeTest3/.config/dotnet-tools.json b/AwperativeTest3/AwperativeTest3/.config/dotnet-tools.json new file mode 100644 index 0000000..ec5d637 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/.config/dotnet-tools.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-mgcb-editor": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor" + ] + }, + "dotnet-mgcb-editor-linux": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-linux" + ] + }, + "dotnet-mgcb-editor-windows": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-windows" + ] + }, + "dotnet-mgcb-editor-mac": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-mac" + ] + } + } +} \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj b/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj new file mode 100644 index 0000000..09a6d22 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj @@ -0,0 +1,17 @@ + + + + AwperativeTest3.Program + net9.0 + + + + All + + + + + ..\..\Awperative\Awperative\bin\Debug\net8.0\Awperative.dll + + + \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/Content/Content.mgcb b/AwperativeTest3/AwperativeTest3/Content/Content.mgcb new file mode 100644 index 0000000..ddc4c36 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/Content/Content.mgcb @@ -0,0 +1,15 @@ + +#----------------------------- Global Properties ----------------------------# + +/outputDir:bin/$(Platform) +/intermediateDir:obj/$(Platform) +/platform:DesktopGL +/config: +/profile:Reach +/compress:False + +#-------------------------------- References --------------------------------# + + +#---------------------------------- Content ---------------------------------# + diff --git a/AwperativeTest3/AwperativeTest3/Program.cs b/AwperativeTest3/AwperativeTest3/Program.cs new file mode 100644 index 0000000..fcf18d8 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/Program.cs @@ -0,0 +1,12 @@ +using System; + + +namespace AwperativeTest3; + + +public class Program +{ + public static void Main(string[] args) { + Console.WriteLine("hello world"); + } +} \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.dgspec.json b/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.dgspec.json new file mode 100644 index 0000000..57999d0 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.dgspec.json @@ -0,0 +1,74 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj": {} + }, + "projects": { + "/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj", + "projectName": "AwperativeTest3", + "projectPath": "/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest3/AwperativeTest3/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Framework.DesktopGL": { + "suppressParent": "All", + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.g.props b/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.g.props new file mode 100644 index 0000000..08dec0c --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.g.targets b/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.g.targets new file mode 100644 index 0000000..6a2cdf1 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/AwperativeTest3.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..9e76325 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.AssemblyInfo.cs b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.AssemblyInfo.cs new file mode 100644 index 0000000..b892b45 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("AwperativeTest3")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("AwperativeTest3")] +[assembly: System.Reflection.AssemblyTitleAttribute("AwperativeTest3")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.AssemblyInfoInputs.cache b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.AssemblyInfoInputs.cache new file mode 100644 index 0000000..2ad00e4 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +95a487ccefa16e994aa17eafe5e2dbddfcd81f2deb2310da671b4e084cc12530 diff --git a/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.GeneratedMSBuildEditorConfig.editorconfig b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..628d793 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.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 = AwperativeTest3 +build_property.ProjectDir = /home/avery/Programming/AwperativeTest3/AwperativeTest3/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.assets.cache b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.assets.cache new file mode 100644 index 0000000..ddd80a5 Binary files /dev/null and b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.assets.cache differ diff --git a/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.csproj.AssemblyReference.cache b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.csproj.AssemblyReference.cache new file mode 100644 index 0000000..7aa9dae Binary files /dev/null and b/AwperativeTest3/AwperativeTest3/obj/Debug/net9.0/AwperativeTest3.csproj.AssemblyReference.cache differ diff --git a/AwperativeTest3/AwperativeTest3/obj/project.assets.json b/AwperativeTest3/AwperativeTest3/obj/project.assets.json new file mode 100644 index 0000000..b13944c --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/project.assets.json @@ -0,0 +1,344 @@ +{ + "version": 3, + "targets": { + "net9.0": { + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "type": "package", + "dependencies": { + "MonoGame.Library.OpenAL": "1.24.3.2", + "MonoGame.Library.SDL": "2.32.2.1", + "NVorbis": "0.10.4" + }, + "compile": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "build": { + "build/MonoGame.Framework.DesktopGL.targets": {} + } + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/libopenal.so": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/libopenal.so": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/ios-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "ios-arm64" + }, + "runtimes/iossimulator-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-arm64" + }, + "runtimes/iossimulator-x64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-x64" + }, + "runtimes/linux-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-x64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libopenal.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/openal.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "MonoGame.Library.SDL/2.32.2.1": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-x64/native/libSDL2-2.0.so.0": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libSDL2-2.0.0.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/SDL2.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "NVorbis/0.10.4": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + } + } + }, + "libraries": { + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "sha512": "YybxIIT5+Ky78E/XdkS0glyluMr2EeDZwx2LqXULAOCqiKt1+aDrjPZaqLL5qpNgBcMEHUeZJ4YjWe4TAZlWLw==", + "type": "package", + "path": "monogame.framework.desktopgl/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "README-packages.md", + "build/MonoGame.Framework.DesktopGL.targets", + "lib/net8.0/MonoGame.Framework.dll", + "lib/net8.0/MonoGame.Framework.xml", + "monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "monogame.framework.desktopgl.nuspec" + ] + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "sha512": "nGRsXQXs+NSUC3C5w90hFQfyKdZPpBnHnyg2w+Dw/2pUH7s+CoRWTJNYbzzdJf3+aeUvfvG4rTbFvMKDDj5olA==", + "type": "package", + "path": "monogame.library.openal/1.24.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE", + "README.md", + "monogame.library.openal.1.24.3.2.nupkg.sha512", + "monogame.library.openal.nuspec", + "runtimes/android-arm/native/libopenal.so", + "runtimes/android-arm64/native/libopenal.so", + "runtimes/android-x64/native/libopenal.so", + "runtimes/android-x86/native/libopenal.so", + "runtimes/ios-arm64/native/libopenal.a", + "runtimes/iossimulator-arm64/native/libopenal.a", + "runtimes/iossimulator-x64/native/libopenal.a", + "runtimes/linux-arm64/native/libopenal.so", + "runtimes/linux-x64/native/libopenal.so", + "runtimes/osx/native/libopenal.dylib", + "runtimes/win-x64/native/openal.dll" + ] + }, + "MonoGame.Library.SDL/2.32.2.1": { + "sha512": "T4E2ppGlSTC2L9US1rxtdg3qTbarRzNId31xZoumUW9cf9Nq8nRQPMu9GzvZGrhfSySf0+UWPEj1rlicps+P/w==", + "type": "package", + "path": "monogame.library.sdl/2.32.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.txt", + "README.md", + "monogame.library.sdl.2.32.2.1.nupkg.sha512", + "monogame.library.sdl.nuspec", + "runtimes/linux-x64/native/libSDL2-2.0.so.0", + "runtimes/osx/native/libSDL2-2.0.0.dylib", + "runtimes/win-x64/native/SDL2.dll" + ] + }, + "NVorbis/0.10.4": { + "sha512": "WYnil3DhQHzjCY0dM9I2B3r1vWip90AOuQd25KE4NrjPQBg0tBJFluRLm5YPnO5ZLDmwrfosY8jCQGQRmWI/Pg==", + "type": "package", + "path": "nvorbis/0.10.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "lib/net45/NVorbis.dll", + "lib/net45/NVorbis.xml", + "lib/netstandard2.0/NVorbis.dll", + "lib/netstandard2.0/NVorbis.xml", + "nvorbis.0.10.4.nupkg.sha512", + "nvorbis.nuspec" + ] + }, + "System.Memory/4.5.3": { + "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "type": "package", + "path": "system.memory/4.5.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.3.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net9.0": [ + "MonoGame.Framework.DesktopGL >= 3.8.*" + ] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj", + "projectName": "AwperativeTest3", + "projectPath": "/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest3/AwperativeTest3/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Framework.DesktopGL": { + "suppressParent": "All", + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/obj/project.nuget.cache b/AwperativeTest3/AwperativeTest3/obj/project.nuget.cache new file mode 100644 index 0000000..2d67075 --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/project.nuget.cache @@ -0,0 +1,15 @@ +{ + "version": 2, + "dgSpecHash": "X15pk8QvPNM=", + "success": true, + "projectFilePath": "/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj", + "expectedPackageFiles": [ + "/home/avery/.nuget/packages/monogame.framework.desktopgl/3.8.4.1/monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.openal/1.24.3.2/monogame.library.openal.1.24.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.sdl/2.32.2.1/monogame.library.sdl.2.32.2.1.nupkg.sha512", + "/home/avery/.nuget/packages/nvorbis/0.10.4/nvorbis.0.10.4.nupkg.sha512", + "/home/avery/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512", + "/home/avery/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/obj/project.packagespec.json b/AwperativeTest3/AwperativeTest3/obj/project.packagespec.json new file mode 100644 index 0000000..d82043f --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj","projectName":"AwperativeTest3","projectPath":"/home/avery/Programming/AwperativeTest3/AwperativeTest3/AwperativeTest3.csproj","outputPath":"/home/avery/Programming/AwperativeTest3/AwperativeTest3/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"MonoGame.Framework.DesktopGL":{"suppressParent":"All","target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/AwperativeTest3/AwperativeTest3/obj/rider.project.restore.info b/AwperativeTest3/AwperativeTest3/obj/rider.project.restore.info new file mode 100644 index 0000000..2fcee1b --- /dev/null +++ b/AwperativeTest3/AwperativeTest3/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712674362643218 \ No newline at end of file diff --git a/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/.gitignore b/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/.gitignore new file mode 100644 index 0000000..c868d02 --- /dev/null +++ b/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/.idea.AwperativeTest4.iml +/modules.xml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/indexLayout.xml b/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/misc.xml b/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/AwperativeTest4/.idea/.idea.AwperativeTest4/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4.sln b/AwperativeTest4/AwperativeTest4.sln new file mode 100644 index 0000000..f870b02 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest4.DesktopGL", "AwperativeTest4\AwperativeTest4.DesktopGL\AwperativeTest4.DesktopGL.csproj", "{6F0D0D92-818A-4023-988F-2E9A5290F57B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest4.Core", "AwperativeTest4\AwperativeTest4.Core\AwperativeTest4.Core.csproj", "{DDE4C378-ADCC-485F-9902-55C5611787F3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest4.iOS", "AwperativeTest4\AwperativeTest4.iOS\AwperativeTest4.iOS.csproj", "{C41DC991-E7ED-40EC-A314-741D4DEF28A6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest4.Android", "AwperativeTest4\AwperativeTest4.Android\AwperativeTest4.Android.csproj", "{98553EE2-7577-4984-82D0-D66C3C9D525E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6F0D0D92-818A-4023-988F-2E9A5290F57B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6F0D0D92-818A-4023-988F-2E9A5290F57B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6F0D0D92-818A-4023-988F-2E9A5290F57B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6F0D0D92-818A-4023-988F-2E9A5290F57B}.Release|Any CPU.Build.0 = Release|Any CPU + {DDE4C378-ADCC-485F-9902-55C5611787F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DDE4C378-ADCC-485F-9902-55C5611787F3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DDE4C378-ADCC-485F-9902-55C5611787F3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DDE4C378-ADCC-485F-9902-55C5611787F3}.Release|Any CPU.Build.0 = Release|Any CPU + {C41DC991-E7ED-40EC-A314-741D4DEF28A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C41DC991-E7ED-40EC-A314-741D4DEF28A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C41DC991-E7ED-40EC-A314-741D4DEF28A6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {C41DC991-E7ED-40EC-A314-741D4DEF28A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C41DC991-E7ED-40EC-A314-741D4DEF28A6}.Release|Any CPU.Build.0 = Release|Any CPU + {C41DC991-E7ED-40EC-A314-741D4DEF28A6}.Release|Any CPU.Deploy.0 = Release|Any CPU + {98553EE2-7577-4984-82D0-D66C3C9D525E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {98553EE2-7577-4984-82D0-D66C3C9D525E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {98553EE2-7577-4984-82D0-D66C3C9D525E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {98553EE2-7577-4984-82D0-D66C3C9D525E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {98553EE2-7577-4984-82D0-D66C3C9D525E}.Release|Any CPU.Build.0 = Release|Any CPU + {98553EE2-7577-4984-82D0-D66C3C9D525E}.Release|Any CPU.Deploy.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/AwperativeTest4/AwperativeTest4/.config/dotnet-tools.json b/AwperativeTest4/AwperativeTest4/.config/dotnet-tools.json new file mode 100644 index 0000000..a07174a --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/.config/dotnet-tools.json @@ -0,0 +1,36 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-mgcb": { + "version": "3.8.4.1", + "commands": [ + "mgcb" + ] + }, + "dotnet-mgcb-editor": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor" + ] + }, + "dotnet-mgcb-editor-linux": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-linux" + ] + }, + "dotnet-mgcb-editor-windows": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-windows" + ] + }, + "dotnet-mgcb-editor-mac": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-mac" + ] + } + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/.vscode/launch.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/.vscode/launch.json new file mode 100644 index 0000000..0fe0736 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "C#: AwperativeTest4 Debug", + "type": "maui", + "request": "launch", + "preLaunchTask": "maui: Build" + } + ], + } \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AndroidManifest.xml b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AndroidManifest.xml new file mode 100644 index 0000000..4acabd7 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AndroidManifest.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj new file mode 100644 index 0000000..17bb585 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj @@ -0,0 +1,23 @@ + + + Exe + net9.0-android + 21 + com.companyname.AwperativeTest4 + 1 + 1.0 + AwperativeTest4 + + + + Content\AwperativeTest4.mgcb + + + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/MainActivity.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/MainActivity.cs new file mode 100644 index 0000000..9468e7b --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/MainActivity.cs @@ -0,0 +1,54 @@ +using Android.App; +using Android.Content.PM; +using Android.OS; +using Android.Views; +using Microsoft.Xna.Framework; +using AwperativeTest4.Core; + + +namespace AwperativeTest4.Android +{ + + + /// + /// The main activity for the Android application. It initializes the game instance, + /// sets up the rendering view, and starts the game loop. + /// + /// + /// This class is responsible for managing the Android activity lifecycle and integrating + /// with the MonoGame framework. + /// + [Activity( + Label = "AwperativeTest4", + MainLauncher = true, + Icon = "@drawable/icon", + Theme = "@style/Theme.Splash", + AlwaysRetainTaskState = true, + LaunchMode = LaunchMode.SingleInstance, + ScreenOrientation = ScreenOrientation.SensorLandscape, + ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden + )] + public class MainActivity : AndroidGameActivity + { + private AwperativeTest4Game _game; + private View _view; + + /// + /// Called when the activity is first created. Initializes the game instance, + /// retrieves its rendering view, and sets it as the content view of the activity. + /// Finally, starts the game loop. + /// + /// A Bundle containing the activity's previously saved state, if any. + protected override void OnCreate(Bundle bundle) { + base.OnCreate(bundle); + + _game = new AwperativeTest4Game(); + _view = _game.Services.GetService(typeof(View)) as View; + + SetContentView(_view); + _game.Run(); + } + } + + +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-hdpi/icon.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-hdpi/icon.png new file mode 100644 index 0000000..0718968 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-hdpi/icon.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-hdpi/splash.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-hdpi/splash.png new file mode 100644 index 0000000..5e74b09 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-hdpi/splash.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-mdpi/icon.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-mdpi/icon.png new file mode 100644 index 0000000..e60a5e1 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-mdpi/icon.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-mdpi/splash.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-mdpi/splash.png new file mode 100644 index 0000000..446e8e4 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-mdpi/splash.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xhdpi/icon.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xhdpi/icon.png new file mode 100644 index 0000000..e68c9e1 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xhdpi/icon.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xhdpi/splash.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xhdpi/splash.png new file mode 100644 index 0000000..643d2e5 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xhdpi/splash.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxhdpi/icon.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxhdpi/icon.png new file mode 100644 index 0000000..d8d1fc7 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxhdpi/icon.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxhdpi/splash.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxhdpi/splash.png new file mode 100644 index 0000000..e9ed338 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxhdpi/splash.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxxhdpi/icon.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxxhdpi/icon.png new file mode 100644 index 0000000..e835bca Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxxhdpi/icon.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxxhdpi/splash.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxxhdpi/splash.png new file mode 100644 index 0000000..d59b7cc Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/drawable-xxxhdpi/splash.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/ic_launcher_background.xml b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/ic_launcher_background.xml new file mode 100644 index 0000000..49ccebe --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #9ACEEB + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/strings.xml b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/strings.xml new file mode 100644 index 0000000..cd281b7 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/strings.xml @@ -0,0 +1,4 @@ + + + AwperativeTest4 + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/styles.xml b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/styles.xml new file mode 100644 index 0000000..c0989a0 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/Resources/values/styles.xml @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.dgspec.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.dgspec.json new file mode 100644 index 0000000..908931b --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.dgspec.json @@ -0,0 +1,147 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj": {} + }, + "projects": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj", + "projectName": "AwperativeTest4", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0-android" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0-android": { + "targetAlias": "net9.0-android", + "projectReferences": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0-android": { + "targetAlias": "net9.0-android", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.Android": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + }, + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "projectName": "AwperativeTest4.Core", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Framework.DesktopGL": { + "suppressParent": "All", + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.g.props b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.g.props new file mode 100644 index 0000000..66b65b6 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + False + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.g.targets b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/AwperativeTest4.Android.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.assets.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.assets.json new file mode 100644 index 0000000..6710015 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.assets.json @@ -0,0 +1,96 @@ +{ + "version": 3, + "targets": { + "net9.0-android": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net9.0-android": [ + "MonoGame.Content.Builder.Task >= 3.8.*", + "MonoGame.Framework.Android >= 3.8.*" + ] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj", + "projectName": "AwperativeTest4", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0-android" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0-android": { + "targetAlias": "net9.0-android", + "projectReferences": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0-android": { + "targetAlias": "net9.0-android", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.Android": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + }, + "logs": [ + { + "code": "NU1012", + "level": "Error", + "message": "Platform version is not present for one or more target frameworks, even though they have specified a platform: net9.0-android" + } + ] +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.nuget.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.nuget.cache new file mode 100644 index 0000000..d930e6f --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.nuget.cache @@ -0,0 +1,17 @@ +{ + "version": 2, + "dgSpecHash": "a3nYtt82VAw=", + "success": false, + "projectFilePath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj", + "expectedPackageFiles": [], + "logs": [ + { + "code": "NU1012", + "level": "Error", + "message": "Platform version is not present for one or more target frameworks, even though they have specified a platform: net9.0-android", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj", + "filePath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj", + "targetGraphs": [] + } + ] +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.packagespec.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.packagespec.json new file mode 100644 index 0000000..05861dd --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj","projectName":"AwperativeTest4","projectPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/AwperativeTest4.Android.csproj","outputPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0-android"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0-android":{"targetAlias":"net9.0-android","projectReferences":{"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj":{"projectPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0-android":{"targetAlias":"net9.0-android","dependencies":{"MonoGame.Content.Builder.Task":{"target":"Package","version":"[3.8.*, )"},"MonoGame.Framework.Android":{"target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/rider.project.restore.info b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/rider.project.restore.info new file mode 100644 index 0000000..761ae5e --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Android/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712677030214073 \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj new file mode 100644 index 0000000..bd881a1 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj @@ -0,0 +1,11 @@ + + + net9.0 + AnyCPU + + + + All + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4Game.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4Game.cs new file mode 100644 index 0000000..36bcb10 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4Game.cs @@ -0,0 +1,114 @@ +using System; +using AwperativeTest4.Core.Localization; +using System.Collections.Generic; +using System.Globalization; +using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework.Graphics; +using Microsoft.Xna.Framework.Input; +using static System.Net.Mime.MediaTypeNames; + + +namespace AwperativeTest4.Core +{ + + + /// + /// The main class for the game, responsible for managing game components, settings, + /// and platform-specific configurations. + /// + public class AwperativeTest4Game : Game + { + // Resources for drawing. + private GraphicsDeviceManager graphicsDeviceManager; + + /// + /// Indicates if the game is running on a mobile platform. + /// + public readonly static bool IsMobile = OperatingSystem.IsAndroid() || OperatingSystem.IsIOS(); + + /// + /// Indicates if the game is running on a desktop platform. + /// + public readonly static bool IsDesktop = + OperatingSystem.IsMacOS() || OperatingSystem.IsLinux() || OperatingSystem.IsWindows(); + + /// + /// Initializes a new instance of the game. Configures platform-specific settings, + /// initializes services like settings and leaderboard managers, and sets up the + /// screen manager for screen transitions. + /// + public AwperativeTest4Game() { + graphicsDeviceManager = new GraphicsDeviceManager(this); + + // Share GraphicsDeviceManager as a service. + Services.AddService(typeof(GraphicsDeviceManager), graphicsDeviceManager); + + Content.RootDirectory = "Content"; + + // Configure screen orientations. + graphicsDeviceManager.SupportedOrientations = + DisplayOrientation.LandscapeLeft | DisplayOrientation.LandscapeRight; + } + + /// + /// Initializes the game, including setting up localization and adding the + /// initial screens to the ScreenManager. + /// + protected override void Initialize() { + base.Initialize(); + + // Load supported languages and set the default language. + List cultures = LocalizationManager.GetSupportedCultures(); + var languages = new List(); + for (int i = 0; i < cultures.Count; i++) { + languages.Add(cultures[i]); + } + + // TODO You should load this from a settings file or similar, + // based on what the user or operating system selected. + var selectedLanguage = LocalizationManager.DEFAULT_CULTURE_CODE; + LocalizationManager.SetCulture(selectedLanguage); + } + + /// + /// Loads game content, such as textures and particle systems. + /// + protected override void LoadContent() { + base.LoadContent(); + } + + /// + /// Updates the game's logic, called once per frame. + /// + /// + /// Provides a snapshot of timing values used for game updates. + /// + protected override void Update(GameTime gameTime) { + // Exit the game if the Back button (GamePad) or Escape key (Keyboard) is pressed. + if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed + || Keyboard.GetState().IsKeyDown(Keys.Escape)) + Exit(); + + // TODO: Add your update logic here + + base.Update(gameTime); + } + + /// + /// Draws the game's graphics, called once per frame. + /// + /// + /// Provides a snapshot of timing values used for rendering. + /// + protected override void Draw(GameTime gameTime) { + // Clears the screen with the MonoGame orange color before drawing. + GraphicsDevice.Clear(Color.MonoGameOrange); + + // TODO: Add your drawing code here + + base.Draw(gameTime); + } + } + + +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/AwperativeTest4.mgcb b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/AwperativeTest4.mgcb new file mode 100644 index 0000000..b6e94cd --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/AwperativeTest4.mgcb @@ -0,0 +1,21 @@ + +#----------------------------- Global Properties ----------------------------# + +/outputDir:bin/$(Platform) +/intermediateDir:obj/$(Platform) +/platform:DesktopGL +/config: +/profile:Reach +/compress:False + +#-------------------------------- References --------------------------------# + + +#---------------------------------- Content ---------------------------------# + +#begin Fonts/Hud.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/Hud.spritefont \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Fonts/Hud.spritefont b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Fonts/Hud.spritefont new file mode 100644 index 0000000..5830b92 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Fonts/Hud.spritefont @@ -0,0 +1,86 @@ + + + + + + + Roboto-Bold + + + 14 + + + 0 + + + true + + + + + + + + + + + + + þ + + + + + + + + + + + + + + + + + + + + + + + А + я + + + + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Fonts/Roboto-Bold.ttf b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Fonts/Roboto-Bold.ttf new file mode 100644 index 0000000..e64db79 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Fonts/Roboto-Bold.ttf differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Icon.bmp b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Icon.bmp new file mode 100644 index 0000000..2b48165 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Icon.bmp differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Icon.ico b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Icon.ico new file mode 100644 index 0000000..7d9dec1 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/Icon.ico differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/android-icons-generator.sh b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/android-icons-generator.sh new file mode 100644 index 0000000..0b5ee15 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/android-icons-generator.sh @@ -0,0 +1,33 @@ +#!/bin/zsh + +# Declare a constant variables +readonly resources_base_path="../../AwperativeTest4.Android/Resources" +readonly drawable_resources_path="$resources_base_path/drawable-" +readonly mdpi="mdpi" +readonly hdpi="hdpi" +readonly xhdpi="xhdpi" +readonly xxhdpi="xxhdpi" +readonly xxxhdpi="xxxhdpi" + +echo "Generating Android icons" + +echo "Generating Android splash screens" +mkdir -p "$drawable_resources_path$mdpi" +mkdir -p "$drawable_resources_path$hdpi" +mkdir -p "$drawable_resources_path$xhdpi" +mkdir -p "$drawable_resources_path$xxhdpi" +mkdir -p "$drawable_resources_path$xxxhdpi" + +sips -Z 48 icon-1024.png -o "$drawable_resources_path$mdpi/icon.png" +sips -Z 72 icon-1024.png -o "$drawable_resources_path$hdpi/icon.png" +sips -Z 96 icon-1024.png -o "$drawable_resources_path$xhdpi/icon.png" +sips -Z 144 icon-1024.png -o "$drawable_resources_path$xxhdpi/icon.png" +sips -Z 192 icon-1024.png -o "$drawable_resources_path$xxxhdpi/icon.png" + +sips -Z 470 splash.png -o "$drawable_resources_path$mdpi/splash.png" +sips -Z 640 splash.png -o "$drawable_resources_path$hdpi/splash.png" +sips -Z 960 splash.png -o "$drawable_resources_path$xhdpi/splash.png" +sips -Z 1440 splash.png -o "$drawable_resources_path$xxhdpi/splash.png" +sips -Z 1920 splash.png -o "$drawable_resources_path$xxxhdpi/splash.png" + +echo "Android Generation Complete!" \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/icon-1024.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/icon-1024.png new file mode 100644 index 0000000..ef1a2a3 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/icon-1024.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/ios-icons-generator.sh b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/ios-icons-generator.sh new file mode 100644 index 0000000..c7d4746 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Content/ios-icons-generator.sh @@ -0,0 +1,174 @@ +#!/bin/zsh + +# Declare a constant variables +readonly top_level_path="../../AwperativeTest4.iOS/AppIcon.xcassets" +readonly xcassets_path="$top_level_path/AppIcon.appiconset" + +while true; do + # Prompt for user confirmation + echo -n "This script will delete your '$xcassets_path' directory and recreate all the assets again. Are you sure you wish to proceed? [(y)es/(n)o]: " + read confirm + + # Check the user's response + if [[ "${confirm:l}" == "y" || "${confirm:l}" == "yes" ]]; then + # Check if the directory exists + if [[ -d "$top_level_path" ]]; then + # Top level directory exists, delete it + rm -rf "$top_level_path" + echo "'$top_level_path' directory deleted successfully." + else + echo "'$top_level_path' directory does not exist. Continuing." + fi + break + elif [[ "${confirm:l}" == "n" || "${confirm:l}" == "no" ]]; then + echo "Deletion canceled." + exit 0 + else + echo "Invalid input. Please enter 'y'/'yes' or 'n'/'no'." + fi +done + +echo "iOS Icon Generation Started!" + +echo "Creating $xcassets_path directory" +mkdir -p "$xcassets_path" + +# Generate the required icon sizes +echo "Generating iOS icons" +sips -Z 20 icon-1024.png -o "$xcassets_path/icon_20x20.png" +sips -Z 29 icon-1024.png -o "$xcassets_path/icon_29x29.png" +sips -Z 40 icon-1024.png -o "$xcassets_path/icon_40x40.png" +sips -Z 58 icon-1024.png -o "$xcassets_path/icon_58x58.png" +sips -Z 60 icon-1024.png -o "$xcassets_path/icon_60x60.png" +sips -Z 76 icon-1024.png -o "$xcassets_path/icon_76x76.png" +sips -Z 80 icon-1024.png -o "$xcassets_path/icon_80x80.png" +sips -Z 87 icon-1024.png -o "$xcassets_path/icon_87x87.png" +sips -Z 120 icon-1024.png -o "$xcassets_path/icon_120x120.png" +sips -Z 152 icon-1024.png -o "$xcassets_path/icon_152x152.png" +sips -Z 167 icon-1024.png -o "$xcassets_path/icon_167x167.png" +sips -Z 180 icon-1024.png -o "$xcassets_path/icon_180x180.png" +# yes I know it's the same size +sips -Z 1024 icon-1024.png -o "$xcassets_path/icon_1024x1024.png" + +# Create the Contents.json file +echo "Generating Contents.json file" +cat > "$xcassets_path/Contents.json" < "$xcassets_path/Contents.json" < +/// Manages localization settings for the game, including retrieving supported cultures and setting the current culture for localization. +/// +internal class LocalizationManager +{ + /// + /// the culture code we default to + /// + public const string DEFAULT_CULTURE_CODE = "en-EN"; + + /// + /// Retrieves a list of supported cultures based on available language resources in the game. + /// This method checks the current culture settings and the satellite assemblies for available localized resources. + /// + /// A list of objects representing the cultures supported by the game. + /// + /// This method iterates through all specific cultures defined in the satellite assemblies and attempts to load the corresponding resource set. + /// If a resource set is found for a particular culture, that culture is added to the list of supported cultures. The invariant culture + /// is always included in the returned list as it represents the default (non-localized) resources. + /// + public static List GetSupportedCultures() { + // Create a list to hold supported cultures + List supportedCultures = new List(); + + // Get the current assembly + Assembly assembly = Assembly.GetExecutingAssembly(); + + // Resource manager for your Resources.resx + ResourceManager resourceManager = new ResourceManager("AwperativeTest4.Core.Localization.Resources", assembly); + + // Get all cultures defined in the satellite assemblies + CultureInfo[] cultures = CultureInfo.GetCultures(CultureTypes.SpecificCultures); + + foreach (CultureInfo culture in cultures) { + try { + // Try to get the resource set for this culture + var resourceSet = resourceManager.GetResourceSet(culture, true, false); + if (resourceSet != null) { + supportedCultures.Add(culture); + } + } catch (MissingManifestResourceException) { + // This exception is thrown when there is no .resx for the culture, ignore it + } + } + + // Always add the default (invariant) culture - the base .resx file + supportedCultures.Add(CultureInfo.InvariantCulture); + + return supportedCultures; + } + + /// + /// Sets the current culture of the game based on the specified culture code. + /// This method updates both the current culture and UI culture for the current thread. + /// + /// The culture code (e.g., "en-US", "fr-FR") to set for the game. + /// + /// This method modifies the and properties, + /// which affect how dates, numbers, and other culture-specific values are formatted, as well as how localized resources are loaded. + /// + public static void SetCulture(string cultureCode) { + if (string.IsNullOrEmpty(cultureCode)) + throw new ArgumentNullException(nameof(cultureCode), "A culture code must be provided."); + + // Create a CultureInfo object from the culture code + CultureInfo culture = new CultureInfo(cultureCode); + + // Set the current culture and UI culture for the current thread + Thread.CurrentThread.CurrentCulture = culture; + Thread.CurrentThread.CurrentUICulture = culture; + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.Designer.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.Designer.cs new file mode 100644 index 0000000..5e5f71c --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.Designer.cs @@ -0,0 +1,411 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace AwperativeTest4.Core.Localization +{ + + + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// This class was generated by MSBuild using the GenerateResource task. + /// To add or remove a member, edit your .resx file then rerun MSBuild. + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Build.Tasks.StronglyTypedResourceBuilder", + "15.1.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", + "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState + .Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = + new global::System.Resources.ResourceManager("AwperativeTest4.Core.Localization.Resources", + typeof(Resources).Assembly); + resourceMan = temp; + } + + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState + .Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } + set { resourceCulture = value; } + } + + /// + /// Looks up a localized string similar to About. + /// + internal static string About { + get { return ResourceManager.GetString("About", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Back. + /// + internal static string Back { + get { return ResourceManager.GetString("Back", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Click Anywhere. + /// + internal static string ClickAnywhere { + get { return ResourceManager.GetString("ClickAnywhere", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Collect These!. + /// + internal static string CollectThese { + get { return ResourceManager.GetString("CollectThese", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Display Mode : {0}. + /// + internal static string DisplayMode { + get { return ResourceManager.GetString("DisplayMode", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Don't Die!. + /// + internal static string DontDie { + get { return ResourceManager.GetString("DontDie", resourceCulture); } + } + + /// + /// Looks up a localized string similar to english (English). + /// + internal static string English { + get { return ResourceManager.GetString("English", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Initialize can only be called once. + /// + internal static string ErrorAccelerometerInitializeOnce { + get { return ResourceManager.GetString("ErrorAccelerometerInitializeOnce", resourceCulture); } + } + + /// + /// Looks up a localized string similar to You must Initialize before you can call GetState(). + /// + internal static string ErrorAccelerometerMustInitialize { + get { return ResourceManager.GetString("ErrorAccelerometerMustInitialize", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Acceleration: {0}, IsActive: {1}. + /// + internal static string ErrorAccelerometerToString { + get { return ResourceManager.GetString("ErrorAccelerometerToString", resourceCulture); } + } + + /// + /// Looks up a localized string similar to A level must have an exit.. + /// + internal static string ErrorLevelExit { + get { return ResourceManager.GetString("ErrorLevelExit", resourceCulture); } + } + + /// + /// Looks up a localized string similar to The length of line {0} is different from all preceeding lines.. + /// + internal static string ErrorLevelLineLength { + get { return ResourceManager.GetString("ErrorLevelLineLength", resourceCulture); } + } + + /// + /// Looks up a localized string similar to A level may only have one exit.. + /// + internal static string ErrorLevelOneExit { + get { return ResourceManager.GetString("ErrorLevelOneExit", resourceCulture); } + } + + /// + /// Looks up a localized string similar to A level may only have one starting point.. + /// + internal static string ErrorLevelOneStartingPoint { + get { return ResourceManager.GetString("ErrorLevelOneStartingPoint", resourceCulture); } + } + + /// + /// Looks up a localized string similar to A level must have a starting point.. + /// + internal static string ErrorLevelStartingPoint { + get { return ResourceManager.GetString("ErrorLevelStartingPoint", resourceCulture); } + } + + /// + /// Looks up a localized string similar to No animation is currently playing.. + /// + internal static string ErrorNoAnimation { + get { return ResourceManager.GetString("ErrorNoAnimation", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Unsupported tile type character '{0}' at position {1}, {2}.. + /// + internal static string ErrorUnsupportedTileType { + get { return ResourceManager.GetString("ErrorUnsupportedTileType", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Exit. + /// + internal static string Exit { + get { return ResourceManager.GetString("Exit", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Are you sure you want to exit?. + /// + internal static string ExitQuestion { + get { return ResourceManager.GetString("ExitQuestion", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Fullscreen. + /// + internal static string FullScreen { + get { return ResourceManager.GetString("FullScreen", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Gems Collected. + /// + internal static string GemsCollected { + get { return ResourceManager.GetString("GemsCollected", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Get To Here!. + /// + internal static string GetToHere { + get { return ResourceManager.GetString("GetToHere", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Language: . + /// + internal static string Language { + get { return ResourceManager.GetString("Language", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Let's GO!!!!. + /// + internal static string LetsGo { + get { return ResourceManager.GetString("LetsGo", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Level Completed!. + /// + internal static string LevelCompleted { + get { return ResourceManager.GetString("LevelCompleted", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Loading.... + /// + internal static string Loading { + get { return ResourceManager.GetString("Loading", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Main Menu. + /// + internal static string MainMenu { + get { return ResourceManager.GetString("MainMenu", resourceCulture); } + } + + /// + /// Looks up a localized string similar to MonoGame Site. + /// + internal static string MonoGameSite { + get { return ResourceManager.GetString("MonoGameSite", resourceCulture); } + } + + /// + /// Looks up a localized string similar to CONGRATULATIONS!! You set a new high score.. + /// + internal static string NewHighScore { + get { return ResourceManager.GetString("NewHighScore", resourceCulture); } + } + + /// + /// Looks up a localized string similar to No = B button, Esc. + /// + internal static string NoButtonHelp { + get { return ResourceManager.GetString("NoButtonHelp", resourceCulture); } + } + + /// + /// Looks up a localized string similar to [ No ]. + /// + internal static string NoButtonText { + get { return ResourceManager.GetString("NoButtonText", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Particle Effect: . + /// + internal static string ParticleEffect { + get { return ResourceManager.GetString("ParticleEffect", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Paused. + /// + internal static string Paused { + get { return ResourceManager.GetString("Paused", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Play. + /// + internal static string Play { + get { return ResourceManager.GetString("Play", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Quit. + /// + internal static string Quit { + get { return ResourceManager.GetString("Quit", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Are you sure you want to quit?. + /// + internal static string QuitQuestion { + get { return ResourceManager.GetString("QuitQuestion", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Resume. + /// + internal static string Resume { + get { return ResourceManager.GetString("Resume", resourceCulture); } + } + + /// + /// Looks up a localized string similar to SCORE: . + /// + internal static string Score { + get { return ResourceManager.GetString("Score", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Settings. + /// + internal static string Settings { + get { return ResourceManager.GetString("Settings", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Show Virtual GamePad: . + /// + internal static string ShowVirtualGamePad { + get { return ResourceManager.GetString("ShowVirtualGamePad", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Tap Anywhere. + /// + internal static string TapAnywhere { + get { return ResourceManager.GetString("TapAnywhere", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Tap To Pause. + /// + internal static string TapToPause { + get { return ResourceManager.GetString("TapToPause", resourceCulture); } + } + + /// + /// Looks up a localized string similar to TIME: . + /// + internal static string Time { + get { return ResourceManager.GetString("Time", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Time Ran Out!. + /// + internal static string TimeRanOut { + get { return ResourceManager.GetString("TimeRanOut", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Tutorial. + /// + internal static string Tutorial { + get { return ResourceManager.GetString("Tutorial", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Windowed. + /// + internal static string Windowed { + get { return ResourceManager.GetString("Windowed", resourceCulture); } + } + + /// + /// Looks up a localized string similar to Yes = A Button, Space, Enter. + /// + internal static string YesButtonHelp { + get { return ResourceManager.GetString("YesButtonHelp", resourceCulture); } + } + + /// + /// Looks up a localized string similar to [ Yes ]. + /// + internal static string YesButtonText { + get { return ResourceManager.GetString("YesButtonText", resourceCulture); } + } + + /// + /// Looks up a localized string similar to You DIED!. + /// + internal static string YouDied { + get { return ResourceManager.GetString("YouDied", resourceCulture); } + } + } + + +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.es-ES.resx b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.es-ES.resx new file mode 100644 index 0000000..a4a4eca --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.es-ES.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Toca En Cualquier Sitio + + + Click Anywhere + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.fr-FR.resx b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.fr-FR.resx new file mode 100644 index 0000000..1a7b31f --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.fr-FR.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + s + + Tap Anywhere + + + Click Anywhere + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.resx b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.resx new file mode 100644 index 0000000..fa127c6 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/Localization/Resources.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Tap Anywhere + + + Click Anywhere + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.dgspec.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.dgspec.json new file mode 100644 index 0000000..8063a6c --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.dgspec.json @@ -0,0 +1,74 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": {} + }, + "projects": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "projectName": "AwperativeTest4.Core", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Framework.DesktopGL": { + "suppressParent": "All", + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.g.props b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.g.props new file mode 100644 index 0000000..08dec0c --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.g.targets b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.g.targets new file mode 100644 index 0000000..6a2cdf1 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/AwperativeTest4.Core.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..9e76325 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.AssemblyInfo.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.AssemblyInfo.cs new file mode 100644 index 0000000..e5eb19f --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("AwperativeTest4.Core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("AwperativeTest4.Core")] +[assembly: System.Reflection.AssemblyTitleAttribute("AwperativeTest4.Core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.AssemblyInfoInputs.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..119e1dc --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +35e4333334cf33f4e1b6eb3f4b3938d21e7add1bf3a60f91ba25334ac350fb24 diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.GeneratedMSBuildEditorConfig.editorconfig b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..ce54e27 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.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 = AwperativeTest4.Core +build_property.ProjectDir = /home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.assets.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.assets.cache new file mode 100644 index 0000000..31c7cf7 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.assets.cache differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.csproj.AssemblyReference.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.csproj.AssemblyReference.cache new file mode 100644 index 0000000..26465f8 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/Debug/net9.0/AwperativeTest4.Core.csproj.AssemblyReference.cache differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.assets.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.assets.json new file mode 100644 index 0000000..009c93d --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.assets.json @@ -0,0 +1,344 @@ +{ + "version": 3, + "targets": { + "net9.0": { + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "type": "package", + "dependencies": { + "MonoGame.Library.OpenAL": "1.24.3.2", + "MonoGame.Library.SDL": "2.32.2.1", + "NVorbis": "0.10.4" + }, + "compile": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "build": { + "build/MonoGame.Framework.DesktopGL.targets": {} + } + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/libopenal.so": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/libopenal.so": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/ios-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "ios-arm64" + }, + "runtimes/iossimulator-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-arm64" + }, + "runtimes/iossimulator-x64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-x64" + }, + "runtimes/linux-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-x64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libopenal.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/openal.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "MonoGame.Library.SDL/2.32.2.1": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-x64/native/libSDL2-2.0.so.0": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libSDL2-2.0.0.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/SDL2.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "NVorbis/0.10.4": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + } + } + }, + "libraries": { + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "sha512": "YybxIIT5+Ky78E/XdkS0glyluMr2EeDZwx2LqXULAOCqiKt1+aDrjPZaqLL5qpNgBcMEHUeZJ4YjWe4TAZlWLw==", + "type": "package", + "path": "monogame.framework.desktopgl/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "README-packages.md", + "build/MonoGame.Framework.DesktopGL.targets", + "lib/net8.0/MonoGame.Framework.dll", + "lib/net8.0/MonoGame.Framework.xml", + "monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "monogame.framework.desktopgl.nuspec" + ] + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "sha512": "nGRsXQXs+NSUC3C5w90hFQfyKdZPpBnHnyg2w+Dw/2pUH7s+CoRWTJNYbzzdJf3+aeUvfvG4rTbFvMKDDj5olA==", + "type": "package", + "path": "monogame.library.openal/1.24.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE", + "README.md", + "monogame.library.openal.1.24.3.2.nupkg.sha512", + "monogame.library.openal.nuspec", + "runtimes/android-arm/native/libopenal.so", + "runtimes/android-arm64/native/libopenal.so", + "runtimes/android-x64/native/libopenal.so", + "runtimes/android-x86/native/libopenal.so", + "runtimes/ios-arm64/native/libopenal.a", + "runtimes/iossimulator-arm64/native/libopenal.a", + "runtimes/iossimulator-x64/native/libopenal.a", + "runtimes/linux-arm64/native/libopenal.so", + "runtimes/linux-x64/native/libopenal.so", + "runtimes/osx/native/libopenal.dylib", + "runtimes/win-x64/native/openal.dll" + ] + }, + "MonoGame.Library.SDL/2.32.2.1": { + "sha512": "T4E2ppGlSTC2L9US1rxtdg3qTbarRzNId31xZoumUW9cf9Nq8nRQPMu9GzvZGrhfSySf0+UWPEj1rlicps+P/w==", + "type": "package", + "path": "monogame.library.sdl/2.32.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.txt", + "README.md", + "monogame.library.sdl.2.32.2.1.nupkg.sha512", + "monogame.library.sdl.nuspec", + "runtimes/linux-x64/native/libSDL2-2.0.so.0", + "runtimes/osx/native/libSDL2-2.0.0.dylib", + "runtimes/win-x64/native/SDL2.dll" + ] + }, + "NVorbis/0.10.4": { + "sha512": "WYnil3DhQHzjCY0dM9I2B3r1vWip90AOuQd25KE4NrjPQBg0tBJFluRLm5YPnO5ZLDmwrfosY8jCQGQRmWI/Pg==", + "type": "package", + "path": "nvorbis/0.10.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "lib/net45/NVorbis.dll", + "lib/net45/NVorbis.xml", + "lib/netstandard2.0/NVorbis.dll", + "lib/netstandard2.0/NVorbis.xml", + "nvorbis.0.10.4.nupkg.sha512", + "nvorbis.nuspec" + ] + }, + "System.Memory/4.5.3": { + "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "type": "package", + "path": "system.memory/4.5.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.3.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net9.0": [ + "MonoGame.Framework.DesktopGL >= 3.8.*" + ] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "projectName": "AwperativeTest4.Core", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Framework.DesktopGL": { + "suppressParent": "All", + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.nuget.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.nuget.cache new file mode 100644 index 0000000..7ac5d2c --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.nuget.cache @@ -0,0 +1,15 @@ +{ + "version": 2, + "dgSpecHash": "yUCkevdOYSE=", + "success": true, + "projectFilePath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "expectedPackageFiles": [ + "/home/avery/.nuget/packages/monogame.framework.desktopgl/3.8.4.1/monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.openal/1.24.3.2/monogame.library.openal.1.24.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.sdl/2.32.2.1/monogame.library.sdl.2.32.2.1.nupkg.sha512", + "/home/avery/.nuget/packages/nvorbis/0.10.4/nvorbis.0.10.4.nupkg.sha512", + "/home/avery/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512", + "/home/avery/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.packagespec.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.packagespec.json new file mode 100644 index 0000000..d0397cc --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj","projectName":"AwperativeTest4.Core","projectPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj","outputPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"MonoGame.Framework.DesktopGL":{"suppressParent":"All","target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/rider.project.restore.info b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/rider.project.restore.info new file mode 100644 index 0000000..675965f --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712677038428480 \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/.vscode/launch.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/.vscode/launch.json new file mode 100644 index 0000000..89394b7 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "C#: AwperativeTest4 Debug", + "type": "dotnet", + "request": "launch", + "projectPath": "${workspaceFolder}/AwperativeTest4.DesktopGL.csproj" + } + ], + } \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj new file mode 100644 index 0000000..3332dbd --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj @@ -0,0 +1,23 @@ + + + WinExe + net9.0 + false + false + app.manifest + ../AwperativeTest4.Core/Content/Icon.ico + AwperativeTest4 + + + + Content\AwperativeTest4.mgcb + + + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/Program.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/Program.cs new file mode 100644 index 0000000..338678b --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/Program.cs @@ -0,0 +1,15 @@ +using AwperativeTest4.Core; + + +internal class Program +{ + /// + /// The main entry point for the application. + /// This creates an instance of your game and calls it's Run() method + /// + /// Command-line arguments passed to the application. + private static void Main(string[] args) { + using var game = new AwperativeTest4Game(); + game.Run(); + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/app.manifest b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/app.manifest new file mode 100644 index 0000000..733fd1a --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/app.manifest @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true/pm + permonitorv2,permonitor + + + + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.dgspec.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.dgspec.json new file mode 100644 index 0000000..4869b3d --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.dgspec.json @@ -0,0 +1,147 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj": {} + }, + "projects": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "projectName": "AwperativeTest4.Core", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Framework.DesktopGL": { + "suppressParent": "All", + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + }, + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj", + "projectName": "AwperativeTest4", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.DesktopGL": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.g.props b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.g.props new file mode 100644 index 0000000..abfff14 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.g.targets b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.g.targets new file mode 100644 index 0000000..8835f1a --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/AwperativeTest4.DesktopGL.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..9e76325 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.AssemblyInfo.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.AssemblyInfo.cs new file mode 100644 index 0000000..b9bb20d --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("AwperativeTest4")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("AwperativeTest4")] +[assembly: System.Reflection.AssemblyTitleAttribute("AwperativeTest4")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.AssemblyInfoInputs.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.AssemblyInfoInputs.cache new file mode 100644 index 0000000..795d4e9 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +4197a09603ad537e7764e5f80fae91bd35cc1c1140aecfb946eb0e6afd8fd879 diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.GeneratedMSBuildEditorConfig.editorconfig b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..872378b --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.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 = AwperativeTest4.DesktopGL +build_property.ProjectDir = /home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.assets.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.assets.cache new file mode 100644 index 0000000..6a756d1 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.assets.cache differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.csproj.AssemblyReference.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.csproj.AssemblyReference.cache new file mode 100644 index 0000000..26465f8 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/Debug/net9.0/AwperativeTest4.DesktopGL.csproj.AssemblyReference.cache differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.assets.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.assets.json new file mode 100644 index 0000000..3f85225 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.assets.json @@ -0,0 +1,389 @@ +{ + "version": 3, + "targets": { + "net9.0": { + "MonoGame.Content.Builder.Task/3.8.4.1": { + "type": "package", + "build": { + "build/MonoGame.Content.Builder.Task.props": {}, + "build/MonoGame.Content.Builder.Task.targets": {} + } + }, + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "type": "package", + "dependencies": { + "MonoGame.Library.OpenAL": "1.24.3.2", + "MonoGame.Library.SDL": "2.32.2.1", + "NVorbis": "0.10.4" + }, + "compile": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "build": { + "build/MonoGame.Framework.DesktopGL.targets": {} + } + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/libopenal.so": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/libopenal.so": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/ios-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "ios-arm64" + }, + "runtimes/iossimulator-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-arm64" + }, + "runtimes/iossimulator-x64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-x64" + }, + "runtimes/linux-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-x64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libopenal.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/openal.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "MonoGame.Library.SDL/2.32.2.1": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-x64/native/libSDL2-2.0.so.0": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libSDL2-2.0.0.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/SDL2.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "NVorbis/0.10.4": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "AwperativeTest4.Core/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v9.0", + "compile": { + "bin/placeholder/AwperativeTest4.Core.dll": {} + }, + "runtime": { + "bin/placeholder/AwperativeTest4.Core.dll": {} + } + } + } + }, + "libraries": { + "MonoGame.Content.Builder.Task/3.8.4.1": { + "sha512": "jf6IZXMiOhuybRaWQt//u+804yzMRGk3ZRvlBJG/0iusRwTunJsQvA6tMMJJc7gjUrY6rUkzRqwinKWXugyHfA==", + "type": "package", + "path": "monogame.content.builder.task/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/MonoGame.Content.Builder.Task.props", + "build/MonoGame.Content.Builder.Task.targets", + "monogame.content.builder.task.3.8.4.1.nupkg.sha512", + "monogame.content.builder.task.nuspec" + ] + }, + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "sha512": "YybxIIT5+Ky78E/XdkS0glyluMr2EeDZwx2LqXULAOCqiKt1+aDrjPZaqLL5qpNgBcMEHUeZJ4YjWe4TAZlWLw==", + "type": "package", + "path": "monogame.framework.desktopgl/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "README-packages.md", + "build/MonoGame.Framework.DesktopGL.targets", + "lib/net8.0/MonoGame.Framework.dll", + "lib/net8.0/MonoGame.Framework.xml", + "monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "monogame.framework.desktopgl.nuspec" + ] + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "sha512": "nGRsXQXs+NSUC3C5w90hFQfyKdZPpBnHnyg2w+Dw/2pUH7s+CoRWTJNYbzzdJf3+aeUvfvG4rTbFvMKDDj5olA==", + "type": "package", + "path": "monogame.library.openal/1.24.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE", + "README.md", + "monogame.library.openal.1.24.3.2.nupkg.sha512", + "monogame.library.openal.nuspec", + "runtimes/android-arm/native/libopenal.so", + "runtimes/android-arm64/native/libopenal.so", + "runtimes/android-x64/native/libopenal.so", + "runtimes/android-x86/native/libopenal.so", + "runtimes/ios-arm64/native/libopenal.a", + "runtimes/iossimulator-arm64/native/libopenal.a", + "runtimes/iossimulator-x64/native/libopenal.a", + "runtimes/linux-arm64/native/libopenal.so", + "runtimes/linux-x64/native/libopenal.so", + "runtimes/osx/native/libopenal.dylib", + "runtimes/win-x64/native/openal.dll" + ] + }, + "MonoGame.Library.SDL/2.32.2.1": { + "sha512": "T4E2ppGlSTC2L9US1rxtdg3qTbarRzNId31xZoumUW9cf9Nq8nRQPMu9GzvZGrhfSySf0+UWPEj1rlicps+P/w==", + "type": "package", + "path": "monogame.library.sdl/2.32.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.txt", + "README.md", + "monogame.library.sdl.2.32.2.1.nupkg.sha512", + "monogame.library.sdl.nuspec", + "runtimes/linux-x64/native/libSDL2-2.0.so.0", + "runtimes/osx/native/libSDL2-2.0.0.dylib", + "runtimes/win-x64/native/SDL2.dll" + ] + }, + "NVorbis/0.10.4": { + "sha512": "WYnil3DhQHzjCY0dM9I2B3r1vWip90AOuQd25KE4NrjPQBg0tBJFluRLm5YPnO5ZLDmwrfosY8jCQGQRmWI/Pg==", + "type": "package", + "path": "nvorbis/0.10.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "lib/net45/NVorbis.dll", + "lib/net45/NVorbis.xml", + "lib/netstandard2.0/NVorbis.dll", + "lib/netstandard2.0/NVorbis.xml", + "nvorbis.0.10.4.nupkg.sha512", + "nvorbis.nuspec" + ] + }, + "System.Memory/4.5.3": { + "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "type": "package", + "path": "system.memory/4.5.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.3.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "AwperativeTest4.Core/1.0.0": { + "type": "project", + "path": "../AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "msbuildProject": "../AwperativeTest4.Core/AwperativeTest4.Core.csproj" + } + }, + "projectFileDependencyGroups": { + "net9.0": [ + "AwperativeTest4.Core >= 1.0.0", + "MonoGame.Content.Builder.Task >= 3.8.*", + "MonoGame.Framework.DesktopGL >= 3.8.*" + ] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj", + "projectName": "AwperativeTest4", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.DesktopGL": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.nuget.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.nuget.cache new file mode 100644 index 0000000..452d860 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.nuget.cache @@ -0,0 +1,16 @@ +{ + "version": 2, + "dgSpecHash": "bwy4mGt8aeQ=", + "success": true, + "projectFilePath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj", + "expectedPackageFiles": [ + "/home/avery/.nuget/packages/monogame.content.builder.task/3.8.4.1/monogame.content.builder.task.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.framework.desktopgl/3.8.4.1/monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.openal/1.24.3.2/monogame.library.openal.1.24.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.sdl/2.32.2.1/monogame.library.sdl.2.32.2.1.nupkg.sha512", + "/home/avery/.nuget/packages/nvorbis/0.10.4/nvorbis.0.10.4.nupkg.sha512", + "/home/avery/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512", + "/home/avery/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.packagespec.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.packagespec.json new file mode 100644 index 0000000..e1df01d --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj","projectName":"AwperativeTest4","projectPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/AwperativeTest4.DesktopGL.csproj","outputPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj":{"projectPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"MonoGame.Content.Builder.Task":{"target":"Package","version":"[3.8.*, )"},"MonoGame.Framework.DesktopGL":{"target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/rider.project.restore.info b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/rider.project.restore.info new file mode 100644 index 0000000..5839880 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.DesktopGL/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712677038430868 \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/.vscode/launch.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/.vscode/launch.json new file mode 100644 index 0000000..0fe0736 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "C#: AwperativeTest4 Debug", + "type": "maui", + "request": "launch", + "preLaunchTask": "maui: Build" + } + ], + } \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/Contents.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..c915b6e --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,116 @@ +{ + "images" : [ + { + "filename" : "icon_40x40.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "filename" : "icon_60x60.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "filename" : "icon_58x58.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "icon_87x87.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "filename" : "icon_80x80.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "icon_120x120.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "filename" : "icon_120x120.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "filename" : "icon_180x180.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "filename" : "icon_20x20.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "filename" : "icon_40x40.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "filename" : "icon_29x29.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "filename" : "icon_58x58.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "icon_40x40.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "filename" : "icon_80x80.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "icon_76x76.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "filename" : "icon_152x152.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "filename" : "icon_167x167.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "filename" : "icon_1024x1024.png", + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_1024x1024.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_1024x1024.png new file mode 100644 index 0000000..ef1a2a3 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_1024x1024.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_120x120.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_120x120.png new file mode 100644 index 0000000..377e486 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_120x120.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_152x152.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_152x152.png new file mode 100644 index 0000000..02fbdaf Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_152x152.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_167x167.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_167x167.png new file mode 100644 index 0000000..8681301 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_167x167.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_180x180.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_180x180.png new file mode 100644 index 0000000..1e7cab8 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_180x180.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_20x20.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_20x20.png new file mode 100644 index 0000000..94e8405 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_20x20.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_29x29.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_29x29.png new file mode 100644 index 0000000..87fe01c Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_29x29.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_40x40.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_40x40.png new file mode 100644 index 0000000..85d36cb Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_40x40.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_58x58.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_58x58.png new file mode 100644 index 0000000..3925aeb Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_58x58.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_60x60.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_60x60.png new file mode 100644 index 0000000..defdb28 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_60x60.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_76x76.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_76x76.png new file mode 100644 index 0000000..799289f Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_76x76.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_80x80.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_80x80.png new file mode 100644 index 0000000..e18cd86 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_80x80.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_87x87.png b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_87x87.png new file mode 100644 index 0000000..1539e22 Binary files /dev/null and b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AppIcon.xcassets/AppIcon.appiconset/icon_87x87.png differ diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj new file mode 100644 index 0000000..8c2c10d --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj @@ -0,0 +1,20 @@ + + + Exe + net9.0-ios + 12.2 + iPhone Developer + + + + Content\AwperativeTest4.mgcb + + + + + + + + + + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Entitlements.plist b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Entitlements.plist new file mode 100644 index 0000000..9ae5993 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Entitlements.plist @@ -0,0 +1,6 @@ + + + + + + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Info.plist b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Info.plist new file mode 100644 index 0000000..b4f4cd4 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Info.plist @@ -0,0 +1,32 @@ + + + + + MinimumOSVersion + 12.2 + UISupportedInterfaceOrientations + + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + CFBundleName + AwperativeTest4 + UIRequiresFullScreen + + UIStatusBarHidden + + UILaunchStoryboardName + LaunchScreen + UIDeviceFamily + + 1 + 2 + + CFBundleIdentifier + com.companyname.AwperativeTest4 + CFBundleDisplayName + AwperativeTest4 + XSAppIconAssets + AppIcon.xcassets/AppIcon.appiconset + + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/LaunchScreen.storyboard b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/LaunchScreen.storyboard new file mode 100644 index 0000000..5d2e905 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/LaunchScreen.storyboard @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Program.cs b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Program.cs new file mode 100644 index 0000000..f730af4 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/Program.cs @@ -0,0 +1,45 @@ +using AwperativeTest4.Core; +using Foundation; +using UIKit; + + +namespace AwperativeTest4.iOS +{ + + + [Register("AppDelegate")] + internal class Program : UIApplicationDelegate + { + private static AwperativeTest4Game _game; + + /// + /// Initializes and starts the game by creating an instance of the + /// Game class and calls its Run method. + /// + internal static void RunGame() { + _game = new AwperativeTest4Game(); + _game.Run(); + } + + /// + /// Called when the application has finished launching. + /// This method starts the game by calling RunGame. + /// + /// The UIApplication instance representing the application. + public override void FinishedLaunching(UIApplication app) { + RunGame(); + } + + /// + /// The main entry point for the application. + /// This sets up the application and specifies the UIApplicationDelegate + /// class to handle application lifecycle events. + /// + /// Command-line arguments passed to the application. + static void Main(string[] args) { + UIApplication.Main(args, null, typeof(Program)); + } + } + + +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.dgspec.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.dgspec.json new file mode 100644 index 0000000..9daa28b --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.dgspec.json @@ -0,0 +1,147 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj": {} + }, + "projects": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "projectName": "AwperativeTest4.Core", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Framework.DesktopGL": { + "suppressParent": "All", + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + }, + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj", + "projectName": "AwperativeTest4.iOS", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0-ios" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0-ios": { + "targetAlias": "net9.0-ios", + "projectReferences": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0-ios": { + "targetAlias": "net9.0-ios", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.iOS": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.g.props b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.g.props new file mode 100644 index 0000000..66b65b6 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + False + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.g.targets b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/AwperativeTest4.iOS.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.assets.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.assets.json new file mode 100644 index 0000000..9d1b093 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.assets.json @@ -0,0 +1,96 @@ +{ + "version": 3, + "targets": { + "net9.0-ios": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net9.0-ios": [ + "MonoGame.Content.Builder.Task >= 3.8.*", + "MonoGame.Framework.iOS >= 3.8.*" + ] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj", + "projectName": "AwperativeTest4.iOS", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0-ios" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0-ios": { + "targetAlias": "net9.0-ios", + "projectReferences": { + "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj": { + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0-ios": { + "targetAlias": "net9.0-ios", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.iOS": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + }, + "logs": [ + { + "code": "NU1012", + "level": "Error", + "message": "Platform version is not present for one or more target frameworks, even though they have specified a platform: net9.0-ios" + } + ] +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.nuget.cache b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.nuget.cache new file mode 100644 index 0000000..b5c8deb --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.nuget.cache @@ -0,0 +1,17 @@ +{ + "version": 2, + "dgSpecHash": "oJ4guqhbeMg=", + "success": false, + "projectFilePath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj", + "expectedPackageFiles": [], + "logs": [ + { + "code": "NU1012", + "level": "Error", + "message": "Platform version is not present for one or more target frameworks, even though they have specified a platform: net9.0-ios", + "projectPath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj", + "filePath": "/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj", + "targetGraphs": [] + } + ] +} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.packagespec.json b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.packagespec.json new file mode 100644 index 0000000..8333840 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj","projectName":"AwperativeTest4.iOS","projectPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/AwperativeTest4.iOS.csproj","outputPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0-ios"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0-ios":{"targetAlias":"net9.0-ios","projectReferences":{"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj":{"projectPath":"/home/avery/Programming/AwperativeTest4/AwperativeTest4/AwperativeTest4.Core/AwperativeTest4.Core.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0-ios":{"targetAlias":"net9.0-ios","dependencies":{"MonoGame.Content.Builder.Task":{"target":"Package","version":"[3.8.*, )"},"MonoGame.Framework.iOS":{"target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/rider.project.restore.info b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/rider.project.restore.info new file mode 100644 index 0000000..dca45d9 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.iOS/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712677030207883 \ No newline at end of file diff --git a/AwperativeTest4/AwperativeTest4/AwperativeTest4.sln b/AwperativeTest4/AwperativeTest4/AwperativeTest4.sln new file mode 100644 index 0000000..65d71d0 --- /dev/null +++ b/AwperativeTest4/AwperativeTest4/AwperativeTest4.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34723.18 +MinimumVisualStudioVersion = 15.0.26124.0 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AwperativeTest4.Android", "AwperativeTest4.Android\AwperativeTest4.Android.csproj", "{6161B64E-0BF7-42D9-B2BA-6BB16460BFE3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest4.iOS", "AwperativeTest4.iOS\AwperativeTest4.iOS.csproj", "{109593E3-17AE-4482-9556-4B2068F9479B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeTest4.Core", "AwperativeTest4.Core\AwperativeTest4.Core.csproj", "{47BD21C1-2170-456C-AF98-6D92C5F73BA9}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AwperativeTest4.DesktopGL", "AwperativeTest4.DesktopGL\AwperativeTest4.DesktopGL.csproj", "{85B968E5-2E46-45A3-AD10-1F3F1FB6F9B6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{B4A0E918-51B4-40FF-9845-60F2616B3F27}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6161B64E-0BF7-42D9-B2BA-6BB16460BFE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6161B64E-0BF7-42D9-B2BA-6BB16460BFE3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6161B64E-0BF7-42D9-B2BA-6BB16460BFE3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {6161B64E-0BF7-42D9-B2BA-6BB16460BFE3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6161B64E-0BF7-42D9-B2BA-6BB16460BFE3}.Release|Any CPU.Build.0 = Release|Any CPU + {6161B64E-0BF7-42D9-B2BA-6BB16460BFE3}.Release|Any CPU.Deploy.0 = Release|Any CPU + {109593E3-17AE-4482-9556-4B2068F9479B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {109593E3-17AE-4482-9556-4B2068F9479B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {109593E3-17AE-4482-9556-4B2068F9479B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {109593E3-17AE-4482-9556-4B2068F9479B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {109593E3-17AE-4482-9556-4B2068F9479B}.Release|Any CPU.Build.0 = Release|Any CPU + {109593E3-17AE-4482-9556-4B2068F9479B}.Release|Any CPU.Deploy.0 = Release|Any CPU + {47BD21C1-2170-456C-AF98-6D92C5F73BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {47BD21C1-2170-456C-AF98-6D92C5F73BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {47BD21C1-2170-456C-AF98-6D92C5F73BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {47BD21C1-2170-456C-AF98-6D92C5F73BA9}.Release|Any CPU.Build.0 = Release|Any CPU + {85B968E5-2E46-45A3-AD10-1F3F1FB6F9B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {85B968E5-2E46-45A3-AD10-1F3F1FB6F9B6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {85B968E5-2E46-45A3-AD10-1F3F1FB6F9B6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {85B968E5-2E46-45A3-AD10-1F3F1FB6F9B6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {6161B64E-0BF7-42D9-B2BA-6BB16460BFE3} = {B4A0E918-51B4-40FF-9845-60F2616B3F27} + {109593E3-17AE-4482-9556-4B2068F9479B} = {B4A0E918-51B4-40FF-9845-60F2616B3F27} + {85B968E5-2E46-45A3-AD10-1F3F1FB6F9B6} = {B4A0E918-51B4-40FF-9845-60F2616B3F27} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {51ECE597-0299-4753-B7F5-4E8EDECD7BB4} + EndGlobalSection +EndGlobal diff --git a/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/.gitignore b/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/.gitignore new file mode 100644 index 0000000..2fed5d3 --- /dev/null +++ b/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +/.idea.AwperativeWindowTest.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/indexLayout.xml b/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/misc.xml b/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/vcs.xml b/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/AwperativeWindowTest/.idea/.idea.AwperativeWindowTest/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AwperativeWindowTest/AwperativeWindowTest.sln b/AwperativeWindowTest/AwperativeWindowTest.sln new file mode 100644 index 0000000..a83ce9b --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwperativeWindowTest", "AwperativeWindowTest\AwperativeWindowTest.csproj", "{D77F3324-56D5-4C78-B871-C2A9F35204C0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D77F3324-56D5-4C78-B871-C2A9F35204C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D77F3324-56D5-4C78-B871-C2A9F35204C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D77F3324-56D5-4C78-B871-C2A9F35204C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D77F3324-56D5-4C78-B871-C2A9F35204C0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/AwperativeWindowTest/AwperativeWindowTest/Awperative.dll b/AwperativeWindowTest/AwperativeWindowTest/Awperative.dll new file mode 100644 index 0000000..b8328cd Binary files /dev/null and b/AwperativeWindowTest/AwperativeWindowTest/Awperative.dll differ diff --git a/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj b/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj new file mode 100644 index 0000000..2f4fc77 --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/AwperativeWindowTest/AwperativeWindowTest/Program.cs b/AwperativeWindowTest/AwperativeWindowTest/Program.cs new file mode 100644 index 0000000..a7a2302 --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/Program.cs @@ -0,0 +1,4 @@ +// See https://aka.ms/new-console-template for more information + +while(true) + Console.WriteLine("Hello, World!"); \ No newline at end of file diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.dgspec.json b/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.dgspec.json new file mode 100644 index 0000000..92229fe --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.dgspec.json @@ -0,0 +1,61 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj": {} + }, + "projects": { + "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj", + "projectName": "AwperativeWindowTest", + "projectPath": "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "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": "/usr/lib/dotnet/sdk/8.0.124/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.g.props b/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.g.props new file mode 100644 index 0000000..08dec0c --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + \ No newline at end of file diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.g.targets b/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/AwperativeWindowTest.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.AssemblyInfo.cs b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.AssemblyInfo.cs new file mode 100644 index 0000000..44a05b4 --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("AwperativeWindowTest")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("AwperativeWindowTest")] +[assembly: System.Reflection.AssemblyTitleAttribute("AwperativeWindowTest")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.AssemblyInfoInputs.cache b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.AssemblyInfoInputs.cache new file mode 100644 index 0000000..c1311fa --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3966a77e72c9c4cc3efc7efb37147021b29e8a16fdfa9df19c81ccd564dae7fe diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.GeneratedMSBuildEditorConfig.editorconfig b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c78d3f4 --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.GeneratedMSBuildEditorConfig.editorconfig @@ -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 = AwperativeWindowTest +build_property.ProjectDir = /home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.GlobalUsings.g.cs b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.assets.cache b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.assets.cache new file mode 100644 index 0000000..4071412 Binary files /dev/null and b/AwperativeWindowTest/AwperativeWindowTest/obj/Debug/net8.0/AwperativeWindowTest.assets.cache differ diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/project.assets.json b/AwperativeWindowTest/AwperativeWindowTest/obj/project.assets.json new file mode 100644 index 0000000..fb77abb --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/project.assets.json @@ -0,0 +1,66 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj", + "projectName": "AwperativeWindowTest", + "projectPath": "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "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": "/usr/lib/dotnet/sdk/8.0.124/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/project.nuget.cache b/AwperativeWindowTest/AwperativeWindowTest/obj/project.nuget.cache new file mode 100644 index 0000000..9b9142d --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "oHjztpu8og8=", + "success": true, + "projectFilePath": "/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/project.packagespec.json b/AwperativeWindowTest/AwperativeWindowTest/obj/project.packagespec.json new file mode 100644 index 0000000..476de20 --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj","projectName":"AwperativeWindowTest","projectPath":"/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/AwperativeWindowTest.csproj","outputPath":"/home/avery/Programming/AwperativeWindowTest/AwperativeWindowTest/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"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":"/usr/lib/dotnet/sdk/8.0.124/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/AwperativeWindowTest/AwperativeWindowTest/obj/rider.project.restore.info b/AwperativeWindowTest/AwperativeWindowTest/obj/rider.project.restore.info new file mode 100644 index 0000000..f388d3a --- /dev/null +++ b/AwperativeWindowTest/AwperativeWindowTest/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712642885801450 \ No newline at end of file diff --git a/NewGame/.idea/.idea.NewGame/.idea/indexLayout.xml b/NewGame/.idea/.idea.NewGame/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/NewGame/.idea/.idea.NewGame/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/NewGame/.idea/.idea.NewGame/.idea/misc.xml b/NewGame/.idea/.idea.NewGame/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/NewGame/.idea/.idea.NewGame/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/NewGame/.idea/.idea.NewGame/.idea/projectSettingsUpdater.xml b/NewGame/.idea/.idea.NewGame/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..ef20cb0 --- /dev/null +++ b/NewGame/.idea/.idea.NewGame/.idea/projectSettingsUpdater.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/NewGame/.idea/.idea.NewGame/.idea/vcs.xml b/NewGame/.idea/.idea.NewGame/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/NewGame/.idea/.idea.NewGame/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/NewGame/.idea/.idea.NewGame/.idea/workspace.xml b/NewGame/.idea/.idea.NewGame/.idea/workspace.xml new file mode 100644 index 0000000..ff9865b --- /dev/null +++ b/NewGame/.idea/.idea.NewGame/.idea/workspace.xml @@ -0,0 +1,417 @@ + + + + NewGame/NewGame.csproj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1771359227744 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NewGame/NewGame.sln b/NewGame/NewGame.sln new file mode 100644 index 0000000..a976e58 --- /dev/null +++ b/NewGame/NewGame.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewGame", "NewGame\NewGame.csproj", "{87761960-D66E-4C49-AE20-B83B7716276C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {87761960-D66E-4C49-AE20-B83B7716276C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {87761960-D66E-4C49-AE20-B83B7716276C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {87761960-D66E-4C49-AE20-B83B7716276C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {87761960-D66E-4C49-AE20-B83B7716276C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/NewGame/NewGame/Initializer.cs b/NewGame/NewGame/Initializer.cs new file mode 100644 index 0000000..d656056 --- /dev/null +++ b/NewGame/NewGame/Initializer.cs @@ -0,0 +1,18 @@ +using AwperativeKernel; +using Microsoft.Xna.Framework.Graphics; + + +namespace NewGame; + + +public class Initializer : Component +{ + protected override void Load() { + + Awperative.GraphicsDeviceManager.PreferredBackBufferWidth = 1920; + Awperative.GraphicsDeviceManager.PreferredBackBufferHeight = 1080; + Awperative.GraphicsDeviceManager.IsFullScreen = true; + Awperative.GraphicsDeviceManager.ApplyChanges(); + + } +} \ No newline at end of file diff --git a/NewGame/NewGame/NewGame.csproj b/NewGame/NewGame/NewGame.csproj new file mode 100644 index 0000000..ec01fd9 --- /dev/null +++ b/NewGame/NewGame/NewGame.csproj @@ -0,0 +1,19 @@ + + + + Exe + net9.0 + enable + enable + + + + + + + ..\..\Awperative\AwperativeKernel\bin\Debug\net8.0\AwperativeKernel.dll + + + + + diff --git a/NewGame/NewGame/Program.cs b/NewGame/NewGame/Program.cs new file mode 100644 index 0000000..d2d3d62 --- /dev/null +++ b/NewGame/NewGame/Program.cs @@ -0,0 +1,11 @@ +using Awperative; +using NewGame; + + +Awperative.Awperative.Start(); + + +Scene MainScene = Awperative.Awperative.CreateScene("MainScene"); +MainScene.Add(); + +Awperative.Awperative.Run(); \ No newline at end of file diff --git a/NewGame/NewGame/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/NewGame/NewGame/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/NewGame/NewGame/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/NewGame/NewGame/obj/Debug/net9.0/NewGame.AssemblyInfo.cs b/NewGame/NewGame/obj/Debug/net9.0/NewGame.AssemblyInfo.cs new file mode 100644 index 0000000..988108a --- /dev/null +++ b/NewGame/NewGame/obj/Debug/net9.0/NewGame.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("NewGame")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("NewGame")] +[assembly: System.Reflection.AssemblyTitleAttribute("NewGame")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/NewGame/NewGame/obj/Debug/net9.0/NewGame.AssemblyInfoInputs.cache b/NewGame/NewGame/obj/Debug/net9.0/NewGame.AssemblyInfoInputs.cache new file mode 100644 index 0000000..7230f66 --- /dev/null +++ b/NewGame/NewGame/obj/Debug/net9.0/NewGame.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +b0ce906ed2ed356a06aa351f59dac3e378967c80791bb741c5fbaf020fe435be diff --git a/NewGame/NewGame/obj/Debug/net9.0/NewGame.GeneratedMSBuildEditorConfig.editorconfig b/NewGame/NewGame/obj/Debug/net9.0/NewGame.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..dc1cfc7 --- /dev/null +++ b/NewGame/NewGame/obj/Debug/net9.0/NewGame.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.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 = NewGame +build_property.ProjectDir = /home/avery/Programming/NewGame/NewGame/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/NewGame/NewGame/obj/Debug/net9.0/NewGame.GlobalUsings.g.cs b/NewGame/NewGame/obj/Debug/net9.0/NewGame.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/NewGame/NewGame/obj/Debug/net9.0/NewGame.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/NewGame/NewGame/obj/Debug/net9.0/NewGame.assets.cache b/NewGame/NewGame/obj/Debug/net9.0/NewGame.assets.cache new file mode 100644 index 0000000..33cbd9f Binary files /dev/null and b/NewGame/NewGame/obj/Debug/net9.0/NewGame.assets.cache differ diff --git a/NewGame/NewGame/obj/NewGame.csproj.nuget.dgspec.json b/NewGame/NewGame/obj/NewGame.csproj.nuget.dgspec.json new file mode 100644 index 0000000..05ca65d --- /dev/null +++ b/NewGame/NewGame/obj/NewGame.csproj.nuget.dgspec.json @@ -0,0 +1,77 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/NewGame/NewGame/NewGame.csproj": {} + }, + "projects": { + "/home/avery/Programming/NewGame/NewGame/NewGame.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/NewGame/NewGame/NewGame.csproj", + "projectName": "NewGame", + "projectPath": "/home/avery/Programming/NewGame/NewGame/NewGame.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/NewGame/NewGame/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.DesktopGL": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/NewGame/NewGame/obj/NewGame.csproj.nuget.g.props b/NewGame/NewGame/obj/NewGame.csproj.nuget.g.props new file mode 100644 index 0000000..abfff14 --- /dev/null +++ b/NewGame/NewGame/obj/NewGame.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + + + + \ No newline at end of file diff --git a/NewGame/NewGame/obj/NewGame.csproj.nuget.g.targets b/NewGame/NewGame/obj/NewGame.csproj.nuget.g.targets new file mode 100644 index 0000000..8835f1a --- /dev/null +++ b/NewGame/NewGame/obj/NewGame.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/NewGame/NewGame/obj/project.assets.json b/NewGame/NewGame/obj/project.assets.json new file mode 100644 index 0000000..d3267ca --- /dev/null +++ b/NewGame/NewGame/obj/project.assets.json @@ -0,0 +1,369 @@ +{ + "version": 3, + "targets": { + "net9.0": { + "MonoGame.Content.Builder.Task/3.8.4.1": { + "type": "package", + "build": { + "build/MonoGame.Content.Builder.Task.props": {}, + "build/MonoGame.Content.Builder.Task.targets": {} + } + }, + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "type": "package", + "dependencies": { + "MonoGame.Library.OpenAL": "1.24.3.2", + "MonoGame.Library.SDL": "2.32.2.1", + "NVorbis": "0.10.4" + }, + "compile": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "build": { + "build/MonoGame.Framework.DesktopGL.targets": {} + } + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/libopenal.so": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/libopenal.so": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/ios-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "ios-arm64" + }, + "runtimes/iossimulator-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-arm64" + }, + "runtimes/iossimulator-x64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-x64" + }, + "runtimes/linux-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-x64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libopenal.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/openal.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "MonoGame.Library.SDL/2.32.2.1": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-x64/native/libSDL2-2.0.so.0": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libSDL2-2.0.0.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/SDL2.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "NVorbis/0.10.4": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + } + } + }, + "libraries": { + "MonoGame.Content.Builder.Task/3.8.4.1": { + "sha512": "jf6IZXMiOhuybRaWQt//u+804yzMRGk3ZRvlBJG/0iusRwTunJsQvA6tMMJJc7gjUrY6rUkzRqwinKWXugyHfA==", + "type": "package", + "path": "monogame.content.builder.task/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/MonoGame.Content.Builder.Task.props", + "build/MonoGame.Content.Builder.Task.targets", + "monogame.content.builder.task.3.8.4.1.nupkg.sha512", + "monogame.content.builder.task.nuspec" + ] + }, + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "sha512": "YybxIIT5+Ky78E/XdkS0glyluMr2EeDZwx2LqXULAOCqiKt1+aDrjPZaqLL5qpNgBcMEHUeZJ4YjWe4TAZlWLw==", + "type": "package", + "path": "monogame.framework.desktopgl/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "README-packages.md", + "build/MonoGame.Framework.DesktopGL.targets", + "lib/net8.0/MonoGame.Framework.dll", + "lib/net8.0/MonoGame.Framework.xml", + "monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "monogame.framework.desktopgl.nuspec" + ] + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "sha512": "nGRsXQXs+NSUC3C5w90hFQfyKdZPpBnHnyg2w+Dw/2pUH7s+CoRWTJNYbzzdJf3+aeUvfvG4rTbFvMKDDj5olA==", + "type": "package", + "path": "monogame.library.openal/1.24.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE", + "README.md", + "monogame.library.openal.1.24.3.2.nupkg.sha512", + "monogame.library.openal.nuspec", + "runtimes/android-arm/native/libopenal.so", + "runtimes/android-arm64/native/libopenal.so", + "runtimes/android-x64/native/libopenal.so", + "runtimes/android-x86/native/libopenal.so", + "runtimes/ios-arm64/native/libopenal.a", + "runtimes/iossimulator-arm64/native/libopenal.a", + "runtimes/iossimulator-x64/native/libopenal.a", + "runtimes/linux-arm64/native/libopenal.so", + "runtimes/linux-x64/native/libopenal.so", + "runtimes/osx/native/libopenal.dylib", + "runtimes/win-x64/native/openal.dll" + ] + }, + "MonoGame.Library.SDL/2.32.2.1": { + "sha512": "T4E2ppGlSTC2L9US1rxtdg3qTbarRzNId31xZoumUW9cf9Nq8nRQPMu9GzvZGrhfSySf0+UWPEj1rlicps+P/w==", + "type": "package", + "path": "monogame.library.sdl/2.32.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.txt", + "README.md", + "monogame.library.sdl.2.32.2.1.nupkg.sha512", + "monogame.library.sdl.nuspec", + "runtimes/linux-x64/native/libSDL2-2.0.so.0", + "runtimes/osx/native/libSDL2-2.0.0.dylib", + "runtimes/win-x64/native/SDL2.dll" + ] + }, + "NVorbis/0.10.4": { + "sha512": "WYnil3DhQHzjCY0dM9I2B3r1vWip90AOuQd25KE4NrjPQBg0tBJFluRLm5YPnO5ZLDmwrfosY8jCQGQRmWI/Pg==", + "type": "package", + "path": "nvorbis/0.10.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "lib/net45/NVorbis.dll", + "lib/net45/NVorbis.xml", + "lib/netstandard2.0/NVorbis.dll", + "lib/netstandard2.0/NVorbis.xml", + "nvorbis.0.10.4.nupkg.sha512", + "nvorbis.nuspec" + ] + }, + "System.Memory/4.5.3": { + "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "type": "package", + "path": "system.memory/4.5.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.3.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net9.0": [ + "MonoGame.Content.Builder.Task >= 3.8.*", + "MonoGame.Framework.DesktopGL >= 3.8.*" + ] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/NewGame/NewGame/NewGame.csproj", + "projectName": "NewGame", + "projectPath": "/home/avery/Programming/NewGame/NewGame/NewGame.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/NewGame/NewGame/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.DesktopGL": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/NewGame/NewGame/obj/project.nuget.cache b/NewGame/NewGame/obj/project.nuget.cache new file mode 100644 index 0000000..5dcbaa5 --- /dev/null +++ b/NewGame/NewGame/obj/project.nuget.cache @@ -0,0 +1,16 @@ +{ + "version": 2, + "dgSpecHash": "HhuBmDMzV2w=", + "success": true, + "projectFilePath": "/home/avery/Programming/NewGame/NewGame/NewGame.csproj", + "expectedPackageFiles": [ + "/home/avery/.nuget/packages/monogame.content.builder.task/3.8.4.1/monogame.content.builder.task.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.framework.desktopgl/3.8.4.1/monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.openal/1.24.3.2/monogame.library.openal.1.24.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.sdl/2.32.2.1/monogame.library.sdl.2.32.2.1.nupkg.sha512", + "/home/avery/.nuget/packages/nvorbis/0.10.4/nvorbis.0.10.4.nupkg.sha512", + "/home/avery/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512", + "/home/avery/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/NewGame/NewGame/obj/project.packagespec.json b/NewGame/NewGame/obj/project.packagespec.json new file mode 100644 index 0000000..414e2a4 --- /dev/null +++ b/NewGame/NewGame/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/NewGame/NewGame/NewGame.csproj","projectName":"NewGame","projectPath":"/home/avery/Programming/NewGame/NewGame/NewGame.csproj","outputPath":"/home/avery/Programming/NewGame/NewGame/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"MonoGame.Content.Builder.Task":{"target":"Package","version":"[3.8.*, )"},"MonoGame.Framework.DesktopGL":{"target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/NewGame/NewGame/obj/rider.project.restore.info b/NewGame/NewGame/obj/rider.project.restore.info new file mode 100644 index 0000000..381cd5f --- /dev/null +++ b/NewGame/NewGame/obj/rider.project.restore.info @@ -0,0 +1 @@ +17713592694773204 \ No newline at end of file diff --git a/OpenTK Silliness/OpenTK Silliness/Game.cs b/OpenTK Silliness/OpenTK Silliness/Game.cs new file mode 100644 index 0000000..95c68c3 --- /dev/null +++ b/OpenTK Silliness/OpenTK Silliness/Game.cs @@ -0,0 +1,52 @@ +using OpenTK.Graphics.OpenGL; +using OpenTK.Windowing.Common; +using OpenTK.Windowing.Desktop; +using OpenTK.Windowing.GraphicsLibraryFramework; + +namespace YourNamespaceHere; + +public class Game : GameWindow +{ + public Game(int width, int height, string title) : base(GameWindowSettings.Default, new NativeWindowSettings() { ClientSize = (width, height), Title = title }) { } + + Shader shader; + + float[] vertices = { + -0.5f, -0.5f, 0.0f, //Bottom-left vertex + 0.5f, -0.5f, 0.0f, //Bottom-right vertex + 0.0f, 0.5f, 0.0f //Top vertex + }; + + private int ID = 0; + + private float color = 0; + + protected override void OnLoad() { + ID = GL.GenBuffer(); + GL.BindBuffer(BufferTarget.ArrayBuffer, ID); + + shader = new Shader("OpenTK Silliness/vertexshader.glsl", "OpenTK Silliness/fragmentshader.glsl"); + + } + + protected override void OnRenderFrame(FrameEventArgs e) + { + base.OnRenderFrame(e); + + GL.Clear(ClearBufferMask.ColorBufferBit); + + GL.ClearColor(0, 0, color, 1); + + GL.BufferData(BufferTarget.ArrayBuffer, vertices.Length * sizeof(float), vertices, BufferUsage.StaticDraw); + + + SwapBuffers(); + } + + protected override void OnUnload() { + + shader.Dispose(); + + base.OnUnload(); + } +} \ No newline at end of file diff --git a/OpenTK Silliness/OpenTK Silliness/Shader.cs b/OpenTK Silliness/OpenTK Silliness/Shader.cs new file mode 100644 index 0000000..6793fc9 --- /dev/null +++ b/OpenTK Silliness/OpenTK Silliness/Shader.cs @@ -0,0 +1,86 @@ +using OpenTK.Graphics.OpenGLES2; + + +namespace YourNamespaceHere; + + +public class Shader : IDisposable +{ + int Handle; + + public Shader(string vertexPath, string fragmentPath) { + + string VertexShaderSource = File.ReadAllText(vertexPath); + string FragmentShaderSource = File.ReadAllText(fragmentPath); + + int VertexShader = GL.CreateShader(ShaderType.VertexShader); + GL.ShaderSource(VertexShader, VertexShaderSource); + + int FragmentShader = GL.CreateShader(ShaderType.FragmentShader); + GL.ShaderSource(FragmentShader, FragmentShaderSource); + + GL.CompileShader(VertexShader); + GL.GetShaderi(VertexShader, ShaderParameterName.CompileStatus, out int success); + if (success == 0) { + GL.GetShaderInfoLog(VertexShader, out string output); + throw new Exception(output); + } + + GL.CompileShader(FragmentShader); + GL.GetShaderi(FragmentShader, ShaderParameterName.CompileStatus, out int success1); + if (success1 == 0) { + GL.GetShaderInfoLog(VertexShader, out string output); + throw new Exception(output); + } + + Handle = GL.CreateProgram(); + + GL.AttachShader(Handle, VertexShader); + GL.AttachShader(Handle, FragmentShader); + + GL.LinkProgram(Handle); + + GL.GetProgrami(Handle, ProgramProperty.LinkStatus, out int success3); + if (success3 == 0) + { + GL.GetProgramInfoLog(Handle, out string infoLog); + Console.WriteLine(infoLog); + } + + GL.DetachShader(Handle, VertexShader); + GL.DetachShader(Handle, FragmentShader); + GL.DeleteShader(FragmentShader); + GL.DeleteShader(VertexShader); + } + + public void Use() + { + GL.UseProgram(Handle); + } + + private bool disposedValue = false; + + protected virtual void Dispose(bool disposing) + { + if (!disposedValue) + { + GL.DeleteProgram(Handle); + + disposedValue = true; + } + } + + ~Shader() + { + if (disposedValue == false) + { + Console.WriteLine("GPU Resource leak! Did you forget to call Dispose()?"); + } + } + + public void Dispose() + { + Dispose(true); + GC.SuppressFinalize(this); + } +} \ No newline at end of file diff --git a/OpenTK Silliness/OpenTK Silliness/fragmentshader.glsl b/OpenTK Silliness/OpenTK Silliness/fragmentshader.glsl new file mode 100644 index 0000000..4233399 --- /dev/null +++ b/OpenTK Silliness/OpenTK Silliness/fragmentshader.glsl @@ -0,0 +1,6 @@ +out vec4 FragColor; + +void main() +{ + FragColor = vec4(1.0f, 0.5f, 0.2f, 1.0f); +} \ No newline at end of file diff --git a/OpenTK Silliness/OpenTK Silliness/vertexshader.glsl b/OpenTK Silliness/OpenTK Silliness/vertexshader.glsl new file mode 100644 index 0000000..05a1b67 --- /dev/null +++ b/OpenTK Silliness/OpenTK Silliness/vertexshader.glsl @@ -0,0 +1,6 @@ +layout (location = 0) in vec3 aPosition; + +void main() +{ + gl_Position = vec4(aPosition, 1.0); +} \ No newline at end of file diff --git a/OpenTKStuff/OpenTKStuff/2DRenderer/Vector2.cs b/OpenTKStuff/OpenTKStuff/2DRenderer/Vector2.cs new file mode 100644 index 0000000..d62feda --- /dev/null +++ b/OpenTKStuff/OpenTKStuff/2DRenderer/Vector2.cs @@ -0,0 +1,7 @@ +namespace OpenTKStuff._2DRenderer; + + +public class Vector2 +{ + +} \ No newline at end of file diff --git a/OpenTKStuff/OpenTKStuff/Game.cs b/OpenTKStuff/OpenTKStuff/Game.cs new file mode 100644 index 0000000..4a82f05 --- /dev/null +++ b/OpenTKStuff/OpenTKStuff/Game.cs @@ -0,0 +1,175 @@ +using System.Drawing; +using OpenTK; +using OpenTK.Windowing.Common; +using OpenTK.Windowing.Desktop; +using OpenTK.Graphics.OpenGL; + +using OpenTK.Mathematics; +using Buffer = System.Buffer; + + +namespace OpenTKStuff; + + +public class Game : GameWindow +{ + + private int vertexBufferHandle; + private int shaderProgramHandle; + private int vertexArrayHandle; + private int indexBufferHandle; + + private float[] vertices; + + public Game() : base( + GameWindowSettings.Default, + new NativeWindowSettings() { Title = "FunFunGame!", ClientSize = new Vector2i(1920, 1080), WindowState = WindowState.Fullscreen } + ) { } + + protected override void OnResize(ResizeEventArgs e) { + GL.Viewport(0, 0, e.Width, e.Height); + base.OnResize(e); + } + + protected override void OnLoad() { + GL.ClearColor(Color4.Goldenrod); + + //we represent a square as two triangles ;( idk why; this is so cruel + + float size = 1080; + + //vec3 rgba4 + vertices = [ + -size, size, 0, 1, 1, 0, 0, + -size, -size, 0, 1, 0, 0, 1, + size, -size, 0, 0, 1, 0, 1, + size, size, 0, 0, 0, 1, 1, + ]; + + int[] indices = [ + 0, 1, 2, + 2, 3, 0 + ]; + + //todo: error checking + + vertexBufferHandle = GL.GenBuffer(); + GL.BindBuffer(BufferTarget.ArrayBuffer, vertexBufferHandle); + GL.BufferData(BufferTarget.ArrayBuffer, vertices.Length * sizeof(float), vertices, BufferUsageHint.StaticDraw); + + //UNBINDS BUFFER, tells OpenGL to stop working on the buffer + GL.BindBuffer(BufferTarget.ArrayBuffer, 0); + + + indexBufferHandle = GL.GenBuffer(); + GL.BindBuffer(BufferTarget.ElementArrayBuffer, indexBufferHandle); + GL.BufferData(BufferTarget.ElementArrayBuffer, indices.Length * sizeof(int), indices, BufferUsageHint.StaticDraw); + GL.BindBuffer(BufferTarget.ElementArrayBuffer, 0); + + + + int vxShader = GL.CreateShader(ShaderType.VertexShader); + GL.ShaderSource(vxShader, File.ReadAllText("/home/avery/Programming/OpenTKStuff/OpenTKStuff/vertex.glsl")); + GL.CompileShader(vxShader); + + int fgShader = GL.CreateShader(ShaderType.FragmentShader); + GL.ShaderSource(fgShader, File.ReadAllText("/home/avery/Programming/OpenTKStuff/OpenTKStuff/fragment.glsl")); + GL.CompileShader(fgShader); + + shaderProgramHandle = GL.CreateProgram(); + GL.AttachShader(shaderProgramHandle, vxShader); + GL.AttachShader(shaderProgramHandle, fgShader); + + GL.LinkProgram(shaderProgramHandle); + + GL.GetShaderInfoLog(vxShader, out string info); + Console.WriteLine(info); + + GL.GetShaderInfoLog(fgShader, out string info1); + Console.WriteLine(info1); + + + + //clear memory + GL.DetachShader(shaderProgramHandle, vxShader); + GL.DetachShader(shaderProgramHandle, fgShader); + + GL.DeleteShader(vxShader); + GL.DeleteShader(fgShader); + + + int[] viewport = new int[4]; + GL.GetInteger(GetPName.Viewport, viewport); + + GL.UseProgram(shaderProgramHandle); + int viewPortSizeUniformHandle = GL.GetUniformLocation(shaderProgramHandle, "ViewPortSize"); + + GL.Uniform2(viewPortSizeUniformHandle, (float) viewport[2], (float) viewport[3]); + GL.UseProgram(0); + + + + //setup vertex array + vertexArrayHandle = GL.GenVertexArray(); + GL.BindVertexArray(vertexArrayHandle); + + GL.BindBuffer(BufferTarget.ArrayBuffer, vertexBufferHandle); + //defines the position attribute! total vertex size is 7 floats, and position starts at 0 + GL.VertexAttribPointer(0, 3, VertexAttribPointerType.Float, false, 7 * sizeof(float), 0); + //we advance 3 * sizeof(float) bytes to get to the color, which is 4 values long + GL.VertexAttribPointer(1, 4, VertexAttribPointerType.Float, false, 7 * sizeof(float), 3 * sizeof(float)); + GL.EnableVertexAttribArray(0); + GL.EnableVertexAttribArray(1); + + GL.BindVertexArray(0); + + + + base.OnLoad(); + } + + protected override void OnUnload() { + + //clear binding + GL.BindBuffer(BufferTarget.ArrayBuffer, 0); + GL.BindBuffer(BufferTarget.ElementArrayBuffer, 0); + GL.UseProgram(0); + GL.BindVertexArray(0); + + //delete everything + GL.DeleteBuffer(indexBufferHandle); + GL.DeleteBuffer(vertexBufferHandle); + GL.DeleteProgram(shaderProgramHandle); + GL.DeleteVertexArray(vertexArrayHandle); + + base.OnUnload(); + } + + protected override void OnUpdateFrame(FrameEventArgs args) { + base.OnUpdateFrame(args); + } + + protected override void OnRenderFrame(FrameEventArgs args) { + + GL.Clear(ClearBufferMask.ColorBufferBit); + + GL.UseProgram(shaderProgramHandle); + GL.BindVertexArray(vertexArrayHandle); + GL.BindBuffer(BufferTarget.ElementArrayBuffer, indexBufferHandle); + GL.DrawElements(PrimitiveType.Triangles, 6, DrawElementsType.UnsignedInt, 0); + + //for (int i = 0; i < vertices.Length; i+=7) { + // vertices[i] += .00001f; + // vertices[i + 1] += .00001f; + // vertices[i + 2] += .00001f; + //} + // + //GL.BindBuffer(BufferTarget.ArrayBuffer, vertexArrayHandle); + //GL.BufferData(BufferTarget.ArrayBuffer, vertices.Length * sizeof(float), vertices, BufferUsageHint.StaticDraw); + + + //Swap buffers + SwapBuffers(); + base.OnRenderFrame(args); + } +} \ No newline at end of file diff --git a/OpenTKStuff/OpenTKStuff/fragment.glsl b/OpenTKStuff/OpenTKStuff/fragment.glsl new file mode 100644 index 0000000..f67cffa --- /dev/null +++ b/OpenTKStuff/OpenTKStuff/fragment.glsl @@ -0,0 +1,11 @@ +#version 330 core + +in vec4 color; +//in vec2 pos; + +out vec4 fragColor; + +void main() { + fragColor = vec4(color.r, color.g, color.b, color.a); + //fragColor = vec4(abs(pos.x), abs(pos.y), 0, 1); +} \ No newline at end of file diff --git a/OpenTKStuff/OpenTKStuff/vertex.glsl b/OpenTKStuff/OpenTKStuff/vertex.glsl new file mode 100644 index 0000000..ab4ecec --- /dev/null +++ b/OpenTKStuff/OpenTKStuff/vertex.glsl @@ -0,0 +1,24 @@ +#version 330 core + +//uniforms are data sent to the GPU +uniform vec2 ViewPortSize; + +layout (location = 0) in vec3 vposition; +layout (location = 1) in vec4 vcolor; + +out vec4 color; +//out vec2 pos; + + +void main() { + // needs to be position not (out position) for fancy GL reasons, but it does work still + float realX = vposition.x / ViewPortSize.x; + float realY = vposition.y / ViewPortSize.y; + + //pos = vec2(realX, realY); + + gl_Position = vec4(realX, realY, 0, 1); + + //passes sent in color data to the fragment shader + color = vcolor; +} \ No newline at end of file diff --git a/Test5/.idea/.idea.Test5/.idea/.gitignore b/Test5/.idea/.idea.Test5/.idea/.gitignore new file mode 100644 index 0000000..7e3020f --- /dev/null +++ b/Test5/.idea/.idea.Test5/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/projectSettingsUpdater.xml +/.idea.Test5.iml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Test5/.idea/.idea.Test5/.idea/indexLayout.xml b/Test5/.idea/.idea.Test5/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/Test5/.idea/.idea.Test5/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Test5/.idea/.idea.Test5/.idea/misc.xml b/Test5/.idea/.idea.Test5/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/Test5/.idea/.idea.Test5/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/Test5/Test5.sln b/Test5/Test5.sln new file mode 100644 index 0000000..33c73ff --- /dev/null +++ b/Test5/Test5.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test5", "Test5\Test5.csproj", "{EE207DE9-34DD-4507-82A4-B5DE732AB729}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EE207DE9-34DD-4507-82A4-B5DE732AB729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EE207DE9-34DD-4507-82A4-B5DE732AB729}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EE207DE9-34DD-4507-82A4-B5DE732AB729}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EE207DE9-34DD-4507-82A4-B5DE732AB729}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Test5/Test5/.config/dotnet-tools.json b/Test5/Test5/.config/dotnet-tools.json new file mode 100644 index 0000000..a07174a --- /dev/null +++ b/Test5/Test5/.config/dotnet-tools.json @@ -0,0 +1,36 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-mgcb": { + "version": "3.8.4.1", + "commands": [ + "mgcb" + ] + }, + "dotnet-mgcb-editor": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor" + ] + }, + "dotnet-mgcb-editor-linux": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-linux" + ] + }, + "dotnet-mgcb-editor-windows": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-windows" + ] + }, + "dotnet-mgcb-editor-mac": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-mac" + ] + } + } +} \ No newline at end of file diff --git a/Test5/Test5/.vscode/launch.json b/Test5/Test5/.vscode/launch.json new file mode 100644 index 0000000..c466730 --- /dev/null +++ b/Test5/Test5/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "C#: Test5 Debug", + "type": "dotnet", + "request": "launch", + "projectPath": "${workspaceFolder}/Test5.csproj" + } + ], + } \ No newline at end of file diff --git a/Test5/Test5/Content/Content.mgcb b/Test5/Test5/Content/Content.mgcb new file mode 100644 index 0000000..3c42606 --- /dev/null +++ b/Test5/Test5/Content/Content.mgcb @@ -0,0 +1,15 @@ + +#----------------------------- Global Properties ----------------------------# + +/outputDir:bin/$(Platform) +/intermediateDir:obj/$(Platform) +/platform:Windows +/config: +/profile:Reach +/compress:False + +#-------------------------------- References --------------------------------# + + +#---------------------------------- Content ---------------------------------# + diff --git a/Test5/Test5/Program.cs b/Test5/Test5/Program.cs new file mode 100644 index 0000000..14c652c --- /dev/null +++ b/Test5/Test5/Program.cs @@ -0,0 +1 @@ +using System; \ No newline at end of file diff --git a/Test5/Test5/Test.cs b/Test5/Test5/Test.cs new file mode 100644 index 0000000..bd23026 --- /dev/null +++ b/Test5/Test5/Test.cs @@ -0,0 +1,10 @@ +using + + +namespace Test5; + + +public class Test +{ + +} \ No newline at end of file diff --git a/Test5/Test5/Test5.csproj b/Test5/Test5/Test5.csproj new file mode 100644 index 0000000..9d04bcf --- /dev/null +++ b/Test5/Test5/Test5.csproj @@ -0,0 +1,23 @@ + + + WinExe + net9.0-windows + Major + false + false + true + + + app.manifest + Icon.ico + + + + + + + + ..\..\Awperative\Awperative\bin\Debug\net8.0\Awperative.dll + + + \ No newline at end of file diff --git a/Test5/Test5/app.manifest b/Test5/Test5/app.manifest new file mode 100644 index 0000000..12faf75 --- /dev/null +++ b/Test5/Test5/app.manifest @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true/pm + permonitorv2,permonitor + + + + diff --git a/Test5/Test5/obj/project.packagespec.json b/Test5/Test5/obj/project.packagespec.json new file mode 100644 index 0000000..850878f --- /dev/null +++ b/Test5/Test5/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/Test5/Test5/Test5.csproj","projectName":"Test5","projectPath":"/home/avery/Programming/Test5/Test5/Test5.csproj","outputPath":"/home/avery/Programming/Test5/Test5/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0-windows"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0-windows7.0":{"targetAlias":"net9.0-windows","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0-windows7.0":{"targetAlias":"net9.0-windows","dependencies":{"MonoGame.Content.Builder.Task":{"target":"Package","version":"[3.8.*, )"},"MonoGame.Framework.WindowsDX":{"target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"},"Microsoft.WindowsDesktop.App.WindowsForms":{"privateAssets":"none"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/Test6/.idea/.idea.Test6/.idea/.gitignore b/Test6/.idea/.idea.Test6/.idea/.gitignore new file mode 100644 index 0000000..66aa522 --- /dev/null +++ b/Test6/.idea/.idea.Test6/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/modules.xml +/.idea.Test6.iml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Test6/.idea/.idea.Test6/.idea/indexLayout.xml b/Test6/.idea/.idea.Test6/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/Test6/.idea/.idea.Test6/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Test6/.idea/.idea.Test6/.idea/misc.xml b/Test6/.idea/.idea.Test6/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/Test6/.idea/.idea.Test6/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/Test6/.idea/.idea.Test6/.idea/vcs.xml b/Test6/.idea/.idea.Test6/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Test6/.idea/.idea.Test6/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Test6/Test6.sln b/Test6/Test6.sln new file mode 100644 index 0000000..c8a78d1 --- /dev/null +++ b/Test6/Test6.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test6", "Test6\Test6.csproj", "{3541AB79-4C92-457C-A5DD-9DE6D6A2FBEB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3541AB79-4C92-457C-A5DD-9DE6D6A2FBEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3541AB79-4C92-457C-A5DD-9DE6D6A2FBEB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3541AB79-4C92-457C-A5DD-9DE6D6A2FBEB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3541AB79-4C92-457C-A5DD-9DE6D6A2FBEB}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Test6/Test6.sln.DotSettings.user b/Test6/Test6.sln.DotSettings.user new file mode 100644 index 0000000..0212524 --- /dev/null +++ b/Test6/Test6.sln.DotSettings.user @@ -0,0 +1,2 @@ + + True \ No newline at end of file diff --git a/Test6/Test6/.config/dotnet-tools.json b/Test6/Test6/.config/dotnet-tools.json new file mode 100644 index 0000000..a07174a --- /dev/null +++ b/Test6/Test6/.config/dotnet-tools.json @@ -0,0 +1,36 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-mgcb": { + "version": "3.8.4.1", + "commands": [ + "mgcb" + ] + }, + "dotnet-mgcb-editor": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor" + ] + }, + "dotnet-mgcb-editor-linux": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-linux" + ] + }, + "dotnet-mgcb-editor-windows": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-windows" + ] + }, + "dotnet-mgcb-editor-mac": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-mac" + ] + } + } +} \ No newline at end of file diff --git a/Test6/Test6/.vscode/launch.json b/Test6/Test6/.vscode/launch.json new file mode 100644 index 0000000..f5ca964 --- /dev/null +++ b/Test6/Test6/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "C#: Test6 Debug", + "type": "dotnet", + "request": "launch", + "projectPath": "${workspaceFolder}/Test6.csproj" + } + ], + } \ No newline at end of file diff --git a/Test6/Test6/Content/Content.mgcb b/Test6/Test6/Content/Content.mgcb new file mode 100644 index 0000000..3c42606 --- /dev/null +++ b/Test6/Test6/Content/Content.mgcb @@ -0,0 +1,15 @@ + +#----------------------------- Global Properties ----------------------------# + +/outputDir:bin/$(Platform) +/intermediateDir:obj/$(Platform) +/platform:Windows +/config: +/profile:Reach +/compress:False + +#-------------------------------- References --------------------------------# + + +#---------------------------------- Content ---------------------------------# + diff --git a/Test6/Test6/Game1.cs b/Test6/Test6/Game1.cs new file mode 100644 index 0000000..4949ae6 --- /dev/null +++ b/Test6/Test6/Game1.cs @@ -0,0 +1,49 @@ +using GraphicsDeviceManagerMicrosoft.Xna.Framework; +using Microsoft.Xna.Framework.Graphics; +using Microsoft.Xna.Framework.Input; + + +namespace Test6; + + +public class Game1 : Game +{ + private _graphics; + private SpriteBatch _spriteBatch; + + public Game1() { + _graphics = new GraphicsDeviceManager(this); + Content.RootDirectory = "Content"; + IsMouseVisible = true; + } + + protected override void Initialize() { + // TODO: Add your initialization logic here + + base.Initialize(); + } + + protected override void LoadContent() { + _spriteBatch = new SpriteBatch(GraphicsDevice); + + // TODO: use this.Content to load your game content here + } + + protected override void Update(GameTime gameTime) { + if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed || + Keyboard.GetState().IsKeyDown(Keys.Escape)) + Exit(); + + // TODO: Add your update logic here + + base.Update(gameTime); + } + + protected override void Draw(GameTime gameTime) { + GraphicsDevice.Clear(Color.CornflowerBlue); + + // TODO: Add your drawing code here + + base.Draw(gameTime); + } +} \ No newline at end of file diff --git a/Test6/Test6/Icon.ico b/Test6/Test6/Icon.ico new file mode 100644 index 0000000..7d9dec1 Binary files /dev/null and b/Test6/Test6/Icon.ico differ diff --git a/Test6/Test6/Program.cs b/Test6/Test6/Program.cs new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/Test6/Test6/Program.cs @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Test6/Test6/Test6.csproj b/Test6/Test6/Test6.csproj new file mode 100644 index 0000000..9d04bcf --- /dev/null +++ b/Test6/Test6/Test6.csproj @@ -0,0 +1,23 @@ + + + WinExe + net9.0-windows + Major + false + false + true + + + app.manifest + Icon.ico + + + + + + + + ..\..\Awperative\Awperative\bin\Debug\net8.0\Awperative.dll + + + \ No newline at end of file diff --git a/Test6/Test6/app.manifest b/Test6/Test6/app.manifest new file mode 100644 index 0000000..9af657c --- /dev/null +++ b/Test6/Test6/app.manifest @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true/pm + permonitorv2,permonitor + + + + diff --git a/Test6/Test6/obj/Test6.csproj.nuget.dgspec.json b/Test6/Test6/obj/Test6.csproj.nuget.dgspec.json new file mode 100644 index 0000000..36164c4 --- /dev/null +++ b/Test6/Test6/obj/Test6.csproj.nuget.dgspec.json @@ -0,0 +1,80 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/Test6/Test6/Test6.csproj": {} + }, + "projects": { + "/home/avery/Programming/Test6/Test6/Test6.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/Test6/Test6/Test6.csproj", + "projectName": "Test6", + "projectPath": "/home/avery/Programming/Test6/Test6/Test6.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/Test6/Test6/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0-windows" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0-windows7.0": { + "targetAlias": "net9.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0-windows7.0": { + "targetAlias": "net9.0-windows", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.WindowsDX": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Test6/Test6/obj/Test6.csproj.nuget.g.props b/Test6/Test6/obj/Test6.csproj.nuget.g.props new file mode 100644 index 0000000..abfff14 --- /dev/null +++ b/Test6/Test6/obj/Test6.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + + + + \ No newline at end of file diff --git a/Test6/Test6/obj/Test6.csproj.nuget.g.targets b/Test6/Test6/obj/Test6.csproj.nuget.g.targets new file mode 100644 index 0000000..ef87fbd --- /dev/null +++ b/Test6/Test6/obj/Test6.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Test6/Test6/obj/project.assets.json b/Test6/Test6/obj/project.assets.json new file mode 100644 index 0000000..431066a --- /dev/null +++ b/Test6/Test6/obj/project.assets.json @@ -0,0 +1,4236 @@ +{ + "version": 3, + "targets": { + "net9.0-windows7.0": { + "Microsoft.NETCore.App/2.1.30": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.1.30", + "Microsoft.NETCore.Platforms": "2.1.14", + "Microsoft.NETCore.Targets": "2.0.0", + "NETStandard.Library": "2.0.3" + }, + "compile": { + "ref/netcoreapp2.1/Microsoft.CSharp.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.AppContext.dll": {}, + "ref/netcoreapp2.1/System.Buffers.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Collections.Concurrent.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Collections.Immutable.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Collections.Specialized.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Collections.dll": { + "related": ".Concurrent.xml;.Immutable.xml;.NonGeneric.xml;.Specialized.xml;.xml" + }, + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.ComponentModel.dll": { + "related": ".Annotations.xml;.EventBasedAsync.xml;.Primitives.xml;.TypeConverter.xml;.xml" + }, + "ref/netcoreapp2.1/System.Configuration.dll": {}, + "ref/netcoreapp2.1/System.Console.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Core.dll": {}, + "ref/netcoreapp2.1/System.Data.Common.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Data.dll": { + "related": ".Common.xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.Process.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Drawing.Primitives.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Drawing.dll": { + "related": ".Primitives.xml" + }, + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.1/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.1/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.1/System.Globalization.dll": {}, + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll": {}, + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.IO.Compression.dll": { + "related": ".xml;.ZipFile.xml" + }, + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.IO.FileSystem.dll": { + "related": ".DriveInfo.xml;.Watcher.xml;.xml" + }, + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.IO.Pipes.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.1/System.IO.dll": { + "related": ".Compression.xml;.Compression.ZipFile.xml;.FileSystem.DriveInfo.xml;.FileSystem.Watcher.xml;.FileSystem.xml;.IsolatedStorage.xml;.MemoryMappedFiles.xml;.Pipes.xml" + }, + "ref/netcoreapp2.1/System.Linq.Expressions.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Linq.Parallel.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Linq.Queryable.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Linq.dll": { + "related": ".Expressions.xml;.Parallel.xml;.Queryable.xml;.xml" + }, + "ref/netcoreapp2.1/System.Memory.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.Http.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.HttpListener.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.Mail.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.NameResolution.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.Ping.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.Primitives.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.Requests.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.Security.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.ServicePoint.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.Sockets.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.WebClient.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.WebProxy.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Net.WebSockets.dll": { + "related": ".Client.xml;.xml" + }, + "ref/netcoreapp2.1/System.Net.dll": { + "related": ".Http.xml;.HttpListener.xml;.Mail.xml;.NameResolution.xml;.NetworkInformation.xml;.Ping.xml;.Primitives.xml;.Requests.xml;.Security.xml;.ServicePoint.xml;.Sockets.xml;.WebClient.xml;.WebHeaderCollection.xml;.WebProxy.xml;.WebSockets.Client.xml;.WebSockets.xml" + }, + "ref/netcoreapp2.1/System.Numerics.Vectors.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Numerics.dll": { + "related": ".Vectors.xml" + }, + "ref/netcoreapp2.1/System.ObjectModel.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Reflection.Emit.dll": { + "related": ".ILGeneration.xml;.Lightweight.xml;.xml" + }, + "ref/netcoreapp2.1/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.1/System.Reflection.Metadata.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Reflection.Primitives.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Reflection.dll": { + "related": ".DispatchProxy.xml;.Emit.ILGeneration.xml;.Emit.Lightweight.xml;.Emit.xml;.Metadata.xml;.Primitives.xml;.TypeExtensions.xml" + }, + "ref/netcoreapp2.1/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Resources.Writer.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.Extensions.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll": { + "related": ".RuntimeInformation.xml;.WindowsRuntime.xml;.xml" + }, + "ref/netcoreapp2.1/System.Runtime.Loader.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.Numerics.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Runtime.Serialization.dll": { + "related": ".Formatters.xml;.Json.xml;.Primitives.xml;.Xml.xml" + }, + "ref/netcoreapp2.1/System.Runtime.dll": { + "related": ".CompilerServices.VisualC.xml;.Extensions.xml;.InteropServices.RuntimeInformation.xml;.InteropServices.WindowsRuntime.xml;.InteropServices.xml;.Loader.xml;.Numerics.xml;.Serialization.Formatters.xml;.Serialization.Json.xml;.Serialization.Primitives.xml;.Serialization.Xml.xml;.xml" + }, + "ref/netcoreapp2.1/System.Security.Claims.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Security.Principal.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.1/System.Security.dll": { + "related": ".Claims.xml;.Cryptography.Algorithms.xml;.Cryptography.Csp.xml;.Cryptography.Encoding.xml;.Cryptography.Primitives.xml;.Cryptography.X509Certificates.xml;.Principal.xml" + }, + "ref/netcoreapp2.1/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.1/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Text.Encoding.dll": { + "related": ".Extensions.xml" + }, + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Threading.Overlapped.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Threading.Tasks.dll": { + "related": ".Dataflow.xml;.Extensions.xml;.Parallel.xml;.xml" + }, + "ref/netcoreapp2.1/System.Threading.Thread.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Threading.Timer.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Threading.dll": { + "related": ".Overlapped.xml;.Tasks.Dataflow.xml;.Tasks.Extensions.xml;.Tasks.Parallel.xml;.Tasks.xml;.Thread.xml;.ThreadPool.xml;.Timer.xml;.xml" + }, + "ref/netcoreapp2.1/System.Transactions.Local.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Transactions.dll": { + "related": ".Local.xml" + }, + "ref/netcoreapp2.1/System.ValueTuple.dll": {}, + "ref/netcoreapp2.1/System.Web.HttpUtility.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Web.dll": { + "related": ".HttpUtility.xml" + }, + "ref/netcoreapp2.1/System.Windows.dll": {}, + "ref/netcoreapp2.1/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.1/System.Xml.XDocument.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Xml.XPath.dll": { + "related": ".XDocument.xml;.xml" + }, + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll": { + "related": ".xml" + }, + "ref/netcoreapp2.1/System.Xml.dll": { + "related": ".ReaderWriter.xml;.XDocument.xml;.XmlSerializer.xml;.XPath.XDocument.xml;.XPath.xml" + }, + "ref/netcoreapp2.1/System.dll": { + "related": ".Buffers.xml;.Collections.Concurrent.xml;.Collections.Immutable.xml;.Collections.NonGeneric.xml;.Collections.Specialized.xml;.Collections.xml;.ComponentModel.Annotations.xml;.ComponentModel.EventBasedAsync.xml;.ComponentModel.Primitives.xml;.ComponentModel.TypeConverter.xml;.ComponentModel.xml;.Console.xml;.Data.Common.xml;.Diagnostics.Contracts.xml;.Diagnostics.Debug.xml;.Diagnostics.DiagnosticSource.xml;.Diagnostics.FileVersionInfo.xml;.Diagnostics.Process.xml;.Diagnostics.StackTrace.xml;.Diagnostics.TextWriterTraceListener.xml;.Diagnostics.Tools.xml;.Diagnostics.TraceSource.xml;.Diagnostics.Tracing.xml;.Drawing.Primitives.xml;.IO.Compression.xml;.IO.Compression.ZipFile.xml;.IO.FileSystem.DriveInfo.xml;.IO.FileSystem.Watcher.xml;.IO.FileSystem.xml;.IO.IsolatedStorage.xml;.IO.MemoryMappedFiles.xml;.IO.Pipes.xml;.Linq.Expressions.xml;.Linq.Parallel.xml;.Linq.Queryable.xml;.Linq.xml;.Memory.xml;.Net.Http.xml;.Net.HttpListener.xml;.Net.Mail.xml;.Net.NameResolution.xml;.Net.NetworkInformation.xml;.Net.Ping.xml;.Net.Primitives.xml;.Net.Requests.xml;.Net.Security.xml;.Net.ServicePoint.xml;.Net.Sockets.xml;.Net.WebClient.xml;.Net.WebHeaderCollection.xml;.Net.WebProxy.xml;.Net.WebSockets.Client.xml;.Net.WebSockets.xml;.Numerics.Vectors.xml;.ObjectModel.xml;.Reflection.DispatchProxy.xml;.Reflection.Emit.ILGeneration.xml;.Reflection.Emit.Lightweight.xml;.Reflection.Emit.xml;.Reflection.Metadata.xml;.Reflection.Primitives.xml;.Reflection.TypeExtensions.xml;.Resources.ResourceManager.xml;.Resources.Writer.xml;.Runtime.CompilerServices.VisualC.xml;.Runtime.Extensions.xml;.Runtime.InteropServices.RuntimeInformation.xml;.Runtime.InteropServices.WindowsRuntime.xml;.Runtime.InteropServices.xml;.Runtime.Loader.xml;.Runtime.Numerics.xml;.Runtime.Serialization.Formatters.xml;.Runtime.Serialization.Json.xml;.Runtime.Serialization.Primitives.xml;.Runtime.Serialization.Xml.xml;.Runtime.xml;.Security.Claims.xml;.Security.Cryptography.Algorithms.xml;.Security.Cryptography.Csp.xml;.Security.Cryptography.Encoding.xml;.Security.Cryptography.Primitives.xml;.Security.Cryptography.X509Certificates.xml;.Security.Principal.xml;.Text.Encoding.Extensions.xml;.Text.RegularExpressions.xml;.Threading.Overlapped.xml;.Threading.Tasks.Dataflow.xml;.Threading.Tasks.Extensions.xml;.Threading.Tasks.Parallel.xml;.Threading.Tasks.xml;.Threading.Thread.xml;.Threading.ThreadPool.xml;.Threading.Timer.xml;.Threading.xml;.Transactions.Local.xml;.Web.HttpUtility.xml;.Xml.ReaderWriter.xml;.Xml.XDocument.xml;.Xml.XmlSerializer.xml;.Xml.XPath.XDocument.xml;.Xml.XPath.xml" + }, + "ref/netcoreapp2.1/WindowsBase.dll": {}, + "ref/netcoreapp2.1/mscorlib.dll": {}, + "ref/netcoreapp2.1/netstandard.dll": {} + }, + "build": { + "build/netcoreapp2.1/_._": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.1.30": { + "type": "package" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.1.30": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.1.30" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.1.30": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.1.30" + } + }, + "Microsoft.NETCore.Jit/2.0.8": { + "type": "package" + }, + "Microsoft.NETCore.Platforms/2.1.14": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "MonoGame.Content.Builder.Task/3.8.4.1": { + "type": "package", + "build": { + "build/MonoGame.Content.Builder.Task.props": {}, + "build/MonoGame.Content.Builder.Task.targets": {} + } + }, + "MonoGame.Framework.WindowsDX/3.8.4.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "2.1.30", + "Microsoft.NETCore.Jit": "2.0.8", + "SharpDX": "4.0.1", + "SharpDX.DXGI": "4.0.1", + "SharpDX.Direct2D1": "4.0.1", + "SharpDX.Direct3D11": "4.0.1", + "SharpDX.MediaFoundation": "4.0.1", + "SharpDX.XAudio2": "4.0.1", + "SharpDX.XInput": "4.0.1", + "System.Net.Http": "4.3.4", + "System.Security.Cryptography.X509Certificates": "4.3.2" + }, + "compile": { + "lib/net8.0-windows7.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0-windows7.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.WindowsDesktop.App.WindowsForms" + ], + "build": { + "build/MonoGame.Framework.WindowsDX.targets": {} + } + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/_._": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "debian.8-x64" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.23-x64" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.24-x64" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Http/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.13.2-x64" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "rhel.7-x64" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.14.04-x64" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.04-x64" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.10-x64" + } + } + }, + "SharpDX/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.dll": { + "related": ".xml" + } + } + }, + "SharpDX.Direct2D1/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5", + "SharpDX": "4.0.1", + "SharpDX.DXGI": "4.0.1" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.Direct2D1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.Direct2D1.dll": { + "related": ".xml" + } + } + }, + "SharpDX.Direct3D11/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5", + "SharpDX": "4.0.1", + "SharpDX.DXGI": "4.0.1" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.Direct3D11.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.Direct3D11.dll": { + "related": ".xml" + } + } + }, + "SharpDX.Direct3D9/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5", + "SharpDX": "4.0.1" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.Direct3D9.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.Direct3D9.dll": { + "related": ".xml" + } + } + }, + "SharpDX.DXGI/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5", + "SharpDX": "4.0.1" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.DXGI.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.DXGI.dll": { + "related": ".xml" + } + } + }, + "SharpDX.Mathematics/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5", + "SharpDX": "4.0.1" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.Mathematics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.Mathematics.dll": { + "related": ".xml" + } + } + }, + "SharpDX.MediaFoundation/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5", + "SharpDX": "4.0.1", + "SharpDX.DXGI": "4.0.1", + "SharpDX.Direct3D9": "4.0.1", + "SharpDX.Mathematics": "4.0.1" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.MediaFoundation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.MediaFoundation.dll": { + "related": ".xml" + } + } + }, + "SharpDX.XAudio2/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5", + "SharpDX": "4.0.1" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.XAudio2.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.XAudio2.dll": { + "related": ".xml" + } + } + }, + "SharpDX.XInput/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.App": "1.0.5", + "SharpDX": "4.0.1" + }, + "compile": { + "lib/netcoreapp1.0/SharpDX.XInput.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp1.0/SharpDX.XInput.dll": { + "related": ".xml" + } + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Net.Http/4.3.4": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Numerics/4.3.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtimeTargets": { + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.2": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + } + } + }, + "libraries": { + "Microsoft.NETCore.App/2.1.30": { + "sha512": "Hs73dGereVEUeE0f9nGgNrTgESyhm/41pQ3gIW7P/Bwv8yBJwsw8T0Yb40uessXNU6HcfZstudf70+yaHHK/sw==", + "type": "package", + "path": "microsoft.netcore.app/2.1.30", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "Microsoft.NETCore.App.versions.txt", + "THIRD-PARTY-NOTICES.TXT", + "build/netcoreapp2.1/Microsoft.NETCore.App.PlatformManifest.txt", + "build/netcoreapp2.1/Microsoft.NETCore.App.props", + "build/netcoreapp2.1/Microsoft.NETCore.App.targets", + "microsoft.netcore.app.2.1.30.nupkg.sha512", + "microsoft.netcore.app.nuspec", + "ref/netcoreapp/_._", + "ref/netcoreapp2.1/Microsoft.CSharp.dll", + "ref/netcoreapp2.1/Microsoft.CSharp.xml", + "ref/netcoreapp2.1/Microsoft.VisualBasic.dll", + "ref/netcoreapp2.1/Microsoft.VisualBasic.xml", + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.dll", + "ref/netcoreapp2.1/Microsoft.Win32.Primitives.xml", + "ref/netcoreapp2.1/System.AppContext.dll", + "ref/netcoreapp2.1/System.Buffers.dll", + "ref/netcoreapp2.1/System.Buffers.xml", + "ref/netcoreapp2.1/System.Collections.Concurrent.dll", + "ref/netcoreapp2.1/System.Collections.Concurrent.xml", + "ref/netcoreapp2.1/System.Collections.Immutable.dll", + "ref/netcoreapp2.1/System.Collections.Immutable.xml", + "ref/netcoreapp2.1/System.Collections.NonGeneric.dll", + "ref/netcoreapp2.1/System.Collections.NonGeneric.xml", + "ref/netcoreapp2.1/System.Collections.Specialized.dll", + "ref/netcoreapp2.1/System.Collections.Specialized.xml", + "ref/netcoreapp2.1/System.Collections.dll", + "ref/netcoreapp2.1/System.Collections.xml", + "ref/netcoreapp2.1/System.ComponentModel.Annotations.dll", + "ref/netcoreapp2.1/System.ComponentModel.Annotations.xml", + "ref/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll", + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll", + "ref/netcoreapp2.1/System.ComponentModel.EventBasedAsync.xml", + "ref/netcoreapp2.1/System.ComponentModel.Primitives.dll", + "ref/netcoreapp2.1/System.ComponentModel.Primitives.xml", + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.dll", + "ref/netcoreapp2.1/System.ComponentModel.TypeConverter.xml", + "ref/netcoreapp2.1/System.ComponentModel.dll", + "ref/netcoreapp2.1/System.ComponentModel.xml", + "ref/netcoreapp2.1/System.Configuration.dll", + "ref/netcoreapp2.1/System.Console.dll", + "ref/netcoreapp2.1/System.Console.xml", + "ref/netcoreapp2.1/System.Core.dll", + "ref/netcoreapp2.1/System.Data.Common.dll", + "ref/netcoreapp2.1/System.Data.Common.xml", + "ref/netcoreapp2.1/System.Data.dll", + "ref/netcoreapp2.1/System.Diagnostics.Contracts.dll", + "ref/netcoreapp2.1/System.Diagnostics.Contracts.xml", + "ref/netcoreapp2.1/System.Diagnostics.Debug.dll", + "ref/netcoreapp2.1/System.Diagnostics.Debug.xml", + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll", + "ref/netcoreapp2.1/System.Diagnostics.DiagnosticSource.xml", + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll", + "ref/netcoreapp2.1/System.Diagnostics.FileVersionInfo.xml", + "ref/netcoreapp2.1/System.Diagnostics.Process.dll", + "ref/netcoreapp2.1/System.Diagnostics.Process.xml", + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.dll", + "ref/netcoreapp2.1/System.Diagnostics.StackTrace.xml", + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netcoreapp2.1/System.Diagnostics.Tools.dll", + "ref/netcoreapp2.1/System.Diagnostics.Tools.xml", + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.dll", + "ref/netcoreapp2.1/System.Diagnostics.TraceSource.xml", + "ref/netcoreapp2.1/System.Diagnostics.Tracing.dll", + "ref/netcoreapp2.1/System.Diagnostics.Tracing.xml", + "ref/netcoreapp2.1/System.Drawing.Primitives.dll", + "ref/netcoreapp2.1/System.Drawing.Primitives.xml", + "ref/netcoreapp2.1/System.Drawing.dll", + "ref/netcoreapp2.1/System.Dynamic.Runtime.dll", + "ref/netcoreapp2.1/System.Globalization.Calendars.dll", + "ref/netcoreapp2.1/System.Globalization.Extensions.dll", + "ref/netcoreapp2.1/System.Globalization.dll", + "ref/netcoreapp2.1/System.IO.Compression.Brotli.dll", + "ref/netcoreapp2.1/System.IO.Compression.FileSystem.dll", + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.dll", + "ref/netcoreapp2.1/System.IO.Compression.ZipFile.xml", + "ref/netcoreapp2.1/System.IO.Compression.dll", + "ref/netcoreapp2.1/System.IO.Compression.xml", + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll", + "ref/netcoreapp2.1/System.IO.FileSystem.DriveInfo.xml", + "ref/netcoreapp2.1/System.IO.FileSystem.Primitives.dll", + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.dll", + "ref/netcoreapp2.1/System.IO.FileSystem.Watcher.xml", + "ref/netcoreapp2.1/System.IO.FileSystem.dll", + "ref/netcoreapp2.1/System.IO.FileSystem.xml", + "ref/netcoreapp2.1/System.IO.IsolatedStorage.dll", + "ref/netcoreapp2.1/System.IO.IsolatedStorage.xml", + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.dll", + "ref/netcoreapp2.1/System.IO.MemoryMappedFiles.xml", + "ref/netcoreapp2.1/System.IO.Pipes.dll", + "ref/netcoreapp2.1/System.IO.Pipes.xml", + "ref/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll", + "ref/netcoreapp2.1/System.IO.dll", + "ref/netcoreapp2.1/System.Linq.Expressions.dll", + "ref/netcoreapp2.1/System.Linq.Expressions.xml", + "ref/netcoreapp2.1/System.Linq.Parallel.dll", + "ref/netcoreapp2.1/System.Linq.Parallel.xml", + "ref/netcoreapp2.1/System.Linq.Queryable.dll", + "ref/netcoreapp2.1/System.Linq.Queryable.xml", + "ref/netcoreapp2.1/System.Linq.dll", + "ref/netcoreapp2.1/System.Linq.xml", + "ref/netcoreapp2.1/System.Memory.dll", + "ref/netcoreapp2.1/System.Memory.xml", + "ref/netcoreapp2.1/System.Net.Http.dll", + "ref/netcoreapp2.1/System.Net.Http.xml", + "ref/netcoreapp2.1/System.Net.HttpListener.dll", + "ref/netcoreapp2.1/System.Net.HttpListener.xml", + "ref/netcoreapp2.1/System.Net.Mail.dll", + "ref/netcoreapp2.1/System.Net.Mail.xml", + "ref/netcoreapp2.1/System.Net.NameResolution.dll", + "ref/netcoreapp2.1/System.Net.NameResolution.xml", + "ref/netcoreapp2.1/System.Net.NetworkInformation.dll", + "ref/netcoreapp2.1/System.Net.NetworkInformation.xml", + "ref/netcoreapp2.1/System.Net.Ping.dll", + "ref/netcoreapp2.1/System.Net.Ping.xml", + "ref/netcoreapp2.1/System.Net.Primitives.dll", + "ref/netcoreapp2.1/System.Net.Primitives.xml", + "ref/netcoreapp2.1/System.Net.Requests.dll", + "ref/netcoreapp2.1/System.Net.Requests.xml", + "ref/netcoreapp2.1/System.Net.Security.dll", + "ref/netcoreapp2.1/System.Net.Security.xml", + "ref/netcoreapp2.1/System.Net.ServicePoint.dll", + "ref/netcoreapp2.1/System.Net.ServicePoint.xml", + "ref/netcoreapp2.1/System.Net.Sockets.dll", + "ref/netcoreapp2.1/System.Net.Sockets.xml", + "ref/netcoreapp2.1/System.Net.WebClient.dll", + "ref/netcoreapp2.1/System.Net.WebClient.xml", + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.dll", + "ref/netcoreapp2.1/System.Net.WebHeaderCollection.xml", + "ref/netcoreapp2.1/System.Net.WebProxy.dll", + "ref/netcoreapp2.1/System.Net.WebProxy.xml", + "ref/netcoreapp2.1/System.Net.WebSockets.Client.dll", + "ref/netcoreapp2.1/System.Net.WebSockets.Client.xml", + "ref/netcoreapp2.1/System.Net.WebSockets.dll", + "ref/netcoreapp2.1/System.Net.WebSockets.xml", + "ref/netcoreapp2.1/System.Net.dll", + "ref/netcoreapp2.1/System.Numerics.Vectors.dll", + "ref/netcoreapp2.1/System.Numerics.Vectors.xml", + "ref/netcoreapp2.1/System.Numerics.dll", + "ref/netcoreapp2.1/System.ObjectModel.dll", + "ref/netcoreapp2.1/System.ObjectModel.xml", + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.dll", + "ref/netcoreapp2.1/System.Reflection.DispatchProxy.xml", + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll", + "ref/netcoreapp2.1/System.Reflection.Emit.ILGeneration.xml", + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll", + "ref/netcoreapp2.1/System.Reflection.Emit.Lightweight.xml", + "ref/netcoreapp2.1/System.Reflection.Emit.dll", + "ref/netcoreapp2.1/System.Reflection.Emit.xml", + "ref/netcoreapp2.1/System.Reflection.Extensions.dll", + "ref/netcoreapp2.1/System.Reflection.Metadata.dll", + "ref/netcoreapp2.1/System.Reflection.Metadata.xml", + "ref/netcoreapp2.1/System.Reflection.Primitives.dll", + "ref/netcoreapp2.1/System.Reflection.Primitives.xml", + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.dll", + "ref/netcoreapp2.1/System.Reflection.TypeExtensions.xml", + "ref/netcoreapp2.1/System.Reflection.dll", + "ref/netcoreapp2.1/System.Resources.Reader.dll", + "ref/netcoreapp2.1/System.Resources.ResourceManager.dll", + "ref/netcoreapp2.1/System.Resources.ResourceManager.xml", + "ref/netcoreapp2.1/System.Resources.Writer.dll", + "ref/netcoreapp2.1/System.Resources.Writer.xml", + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll", + "ref/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.xml", + "ref/netcoreapp2.1/System.Runtime.Extensions.dll", + "ref/netcoreapp2.1/System.Runtime.Extensions.xml", + "ref/netcoreapp2.1/System.Runtime.Handles.dll", + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.xml", + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcoreapp2.1/System.Runtime.InteropServices.dll", + "ref/netcoreapp2.1/System.Runtime.InteropServices.xml", + "ref/netcoreapp2.1/System.Runtime.Loader.dll", + "ref/netcoreapp2.1/System.Runtime.Loader.xml", + "ref/netcoreapp2.1/System.Runtime.Numerics.dll", + "ref/netcoreapp2.1/System.Runtime.Numerics.xml", + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll", + "ref/netcoreapp2.1/System.Runtime.Serialization.Formatters.xml", + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.dll", + "ref/netcoreapp2.1/System.Runtime.Serialization.Json.xml", + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll", + "ref/netcoreapp2.1/System.Runtime.Serialization.Primitives.xml", + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.dll", + "ref/netcoreapp2.1/System.Runtime.Serialization.Xml.xml", + "ref/netcoreapp2.1/System.Runtime.Serialization.dll", + "ref/netcoreapp2.1/System.Runtime.dll", + "ref/netcoreapp2.1/System.Runtime.xml", + "ref/netcoreapp2.1/System.Security.Claims.dll", + "ref/netcoreapp2.1/System.Security.Claims.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Algorithms.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Csp.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Encoding.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Primitives.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.X509Certificates.xml", + "ref/netcoreapp2.1/System.Security.Principal.dll", + "ref/netcoreapp2.1/System.Security.Principal.xml", + "ref/netcoreapp2.1/System.Security.SecureString.dll", + "ref/netcoreapp2.1/System.Security.dll", + "ref/netcoreapp2.1/System.ServiceModel.Web.dll", + "ref/netcoreapp2.1/System.ServiceProcess.dll", + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.dll", + "ref/netcoreapp2.1/System.Text.Encoding.Extensions.xml", + "ref/netcoreapp2.1/System.Text.Encoding.dll", + "ref/netcoreapp2.1/System.Text.RegularExpressions.dll", + "ref/netcoreapp2.1/System.Text.RegularExpressions.xml", + "ref/netcoreapp2.1/System.Threading.Overlapped.dll", + "ref/netcoreapp2.1/System.Threading.Overlapped.xml", + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll", + "ref/netcoreapp2.1/System.Threading.Tasks.Dataflow.xml", + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.dll", + "ref/netcoreapp2.1/System.Threading.Tasks.Extensions.xml", + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.dll", + "ref/netcoreapp2.1/System.Threading.Tasks.Parallel.xml", + "ref/netcoreapp2.1/System.Threading.Tasks.dll", + "ref/netcoreapp2.1/System.Threading.Tasks.xml", + "ref/netcoreapp2.1/System.Threading.Thread.dll", + "ref/netcoreapp2.1/System.Threading.Thread.xml", + "ref/netcoreapp2.1/System.Threading.ThreadPool.dll", + "ref/netcoreapp2.1/System.Threading.ThreadPool.xml", + "ref/netcoreapp2.1/System.Threading.Timer.dll", + "ref/netcoreapp2.1/System.Threading.Timer.xml", + "ref/netcoreapp2.1/System.Threading.dll", + "ref/netcoreapp2.1/System.Threading.xml", + "ref/netcoreapp2.1/System.Transactions.Local.dll", + "ref/netcoreapp2.1/System.Transactions.Local.xml", + "ref/netcoreapp2.1/System.Transactions.dll", + "ref/netcoreapp2.1/System.ValueTuple.dll", + "ref/netcoreapp2.1/System.Web.HttpUtility.dll", + "ref/netcoreapp2.1/System.Web.HttpUtility.xml", + "ref/netcoreapp2.1/System.Web.dll", + "ref/netcoreapp2.1/System.Windows.dll", + "ref/netcoreapp2.1/System.Xml.Linq.dll", + "ref/netcoreapp2.1/System.Xml.ReaderWriter.dll", + "ref/netcoreapp2.1/System.Xml.ReaderWriter.xml", + "ref/netcoreapp2.1/System.Xml.Serialization.dll", + "ref/netcoreapp2.1/System.Xml.XDocument.dll", + "ref/netcoreapp2.1/System.Xml.XDocument.xml", + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.dll", + "ref/netcoreapp2.1/System.Xml.XPath.XDocument.xml", + "ref/netcoreapp2.1/System.Xml.XPath.dll", + "ref/netcoreapp2.1/System.Xml.XPath.xml", + "ref/netcoreapp2.1/System.Xml.XmlDocument.dll", + "ref/netcoreapp2.1/System.Xml.XmlSerializer.dll", + "ref/netcoreapp2.1/System.Xml.XmlSerializer.xml", + "ref/netcoreapp2.1/System.Xml.dll", + "ref/netcoreapp2.1/System.dll", + "ref/netcoreapp2.1/WindowsBase.dll", + "ref/netcoreapp2.1/mscorlib.dll", + "ref/netcoreapp2.1/netstandard.dll", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetAppHost/2.1.30": { + "sha512": "rbRBSaCEWZfVMVum2OulEELLjFWmiLmJIxeuODOUPgMuDXses4OOc/iQUf8qzNpWCRVGlYXQ0eV1m4Ic1RfVCA==", + "type": "package", + "path": "microsoft.netcore.dotnetapphost/2.1.30", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnetapphost.2.1.30.nupkg.sha512", + "microsoft.netcore.dotnetapphost.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostPolicy/2.1.30": { + "sha512": "0NCIUV9mlKQeIKnX6UzVvPAFFlqJKxLXmrk3/X7sMSNuX/9JpxleICmkTsHGdDQSoLiUz087pN6UvQinu3btzA==", + "type": "package", + "path": "microsoft.netcore.dotnethostpolicy/2.1.30", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostpolicy.2.1.30.nupkg.sha512", + "microsoft.netcore.dotnethostpolicy.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostResolver/2.1.30": { + "sha512": "4kf9/unrbokd9+gsM6pU/eoHfz9yhGXU2pTSDWLQzhYHfOZuBjT0Ky+GVQzy4AOkxX5hw+lVLYsDXpFgCCZroQ==", + "type": "package", + "path": "microsoft.netcore.dotnethostresolver/2.1.30", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostresolver.2.1.30.nupkg.sha512", + "microsoft.netcore.dotnethostresolver.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Jit/2.0.8": { + "sha512": "webbzOhpGlR6qnCeb4m2OWHixBK0IgoyISVIhPVlLH8bY9yZtjnK4XQKkEkh/a9l5K26ddus7l+QpNh3EtnyYQ==", + "type": "package", + "path": "microsoft.netcore.jit/2.0.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.jit.2.0.8.nupkg.sha512", + "microsoft.netcore.jit.nuspec", + "runtime.json", + "version.txt" + ] + }, + "Microsoft.NETCore.Platforms/2.1.14": { + "sha512": "NIgzPaYG5IW3uX6trg+no4Z9oOaoeIR4QlvPeiA3P+dgozN/cS1XwyTnIrZmiGZ9GrvcD2ad01O4UiED6hogpw==", + "type": "package", + "path": "microsoft.netcore.platforms/2.1.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.2.1.14.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/2.0.0": { + "sha512": "odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", + "type": "package", + "path": "microsoft.netcore.targets/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.2.0.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "MonoGame.Content.Builder.Task/3.8.4.1": { + "sha512": "jf6IZXMiOhuybRaWQt//u+804yzMRGk3ZRvlBJG/0iusRwTunJsQvA6tMMJJc7gjUrY6rUkzRqwinKWXugyHfA==", + "type": "package", + "path": "monogame.content.builder.task/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/MonoGame.Content.Builder.Task.props", + "build/MonoGame.Content.Builder.Task.targets", + "monogame.content.builder.task.3.8.4.1.nupkg.sha512", + "monogame.content.builder.task.nuspec" + ] + }, + "MonoGame.Framework.WindowsDX/3.8.4.1": { + "sha512": "n51FqxPpLjuxcFhCGntWwnpAk2hciw+EZcHXXAzsiRxLLr0B+5/sHkK8WxjTSlkDuuoXTfFpmDShGnKssOCS4g==", + "type": "package", + "path": "monogame.framework.windowsdx/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "README-packages.md", + "build/MonoGame.Framework.WindowsDX.targets", + "lib/net8.0-windows7.0/MonoGame.Framework.dll", + "lib/net8.0-windows7.0/MonoGame.Framework.xml", + "monogame.framework.windowsdx.3.8.4.1.nupkg.sha512", + "monogame.framework.windowsdx.nuspec" + ] + }, + "NETStandard.Library/2.0.3": { + "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "type": "package", + "path": "netstandard.library/2.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.3.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==", + "type": "package", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==", + "type": "package", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==", + "type": "package", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "runtime.native.System.Net.Http/4.3.0": { + "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "type": "package", + "path": "runtime.native.system.net.http/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.net.http.4.3.0.nupkg.sha512", + "runtime.native.system.net.http.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.apple.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", + "type": "package", + "path": "runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.native.system.security.cryptography.openssl.nuspec" + ] + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==", + "type": "package", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==", + "type": "package", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" + ] + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==", + "type": "package", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==", + "type": "package", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==", + "type": "package", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==", + "type": "package", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "SharpDX/4.0.1": { + "sha512": "8YA1VFg1/K8Emb8FEZDobojcv1BLuppVo7CRJQEgA1V748VIMPBru0i0OnsCjLSThzTn7juOvH85qjFL9Grl1w==", + "type": "package", + "path": "sharpdx/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.dll", + "lib/net40/SharpDX.xml", + "lib/net45/SharpDX.dll", + "lib/net45/SharpDX.xml", + "lib/netcoreapp1.0/SharpDX.dll", + "lib/netcoreapp1.0/SharpDX.xml", + "lib/netstandard1.1/SharpDX.dll", + "lib/netstandard1.1/SharpDX.xml", + "lib/uap10.0/SharpDX.dll", + "lib/uap10.0/SharpDX.pri", + "lib/uap10.0/SharpDX.xml", + "sharpdx.4.0.1.nupkg.sha512", + "sharpdx.nuspec" + ] + }, + "SharpDX.Direct2D1/4.0.1": { + "sha512": "EDBYa9kAG+gaMB4cCH7WNpxS8WijSCejNz/SERs2P1sWEPZZdUiUIruQMjPCdW3lXxT508aYiH2UXHAaZtk00g==", + "type": "package", + "path": "sharpdx.direct2d1/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.Direct2D1.dll", + "lib/net40/SharpDX.Direct2D1.xml", + "lib/net45/SharpDX.Direct2D1.dll", + "lib/net45/SharpDX.Direct2D1.xml", + "lib/netcoreapp1.0/SharpDX.Direct2D1.dll", + "lib/netcoreapp1.0/SharpDX.Direct2D1.xml", + "lib/netstandard1.1/SharpDX.Direct2D1.dll", + "lib/netstandard1.1/SharpDX.Direct2D1.xml", + "lib/uap10.0/SharpDX.Direct2D1.dll", + "lib/uap10.0/SharpDX.Direct2D1.pri", + "lib/uap10.0/SharpDX.Direct2D1.xml", + "sharpdx.direct2d1.4.0.1.nupkg.sha512", + "sharpdx.direct2d1.nuspec" + ] + }, + "SharpDX.Direct3D11/4.0.1": { + "sha512": "7xIfeAhxPhbPgSiREfFbOOwIWonUt2GHR7XZN5p2DJMWuqjl0+h1oo2/sF+SH/c6D6APjdbt0J+dYSzoV0PA/w==", + "type": "package", + "path": "sharpdx.direct3d11/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.Direct3D11.dll", + "lib/net40/SharpDX.Direct3D11.xml", + "lib/net45/SharpDX.Direct3D11.dll", + "lib/net45/SharpDX.Direct3D11.xml", + "lib/netcoreapp1.0/SharpDX.Direct3D11.dll", + "lib/netcoreapp1.0/SharpDX.Direct3D11.xml", + "lib/netstandard1.1/SharpDX.Direct3D11.dll", + "lib/netstandard1.1/SharpDX.Direct3D11.xml", + "lib/uap10.0/SharpDX.Direct3D11.dll", + "lib/uap10.0/SharpDX.Direct3D11.pri", + "lib/uap10.0/SharpDX.Direct3D11.xml", + "sharpdx.direct3d11.4.0.1.nupkg.sha512", + "sharpdx.direct3d11.nuspec" + ] + }, + "SharpDX.Direct3D9/4.0.1": { + "sha512": "xUgVtuy3UGljCjzPe1d0yndNI+htHnpCUcMk1QpmXZHwxudUGtes1iz18JD2Zy5Xx7VzFp2+guOGWkNrJmIgEA==", + "type": "package", + "path": "sharpdx.direct3d9/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.Direct3D9.dll", + "lib/net40/SharpDX.Direct3D9.xml", + "lib/net45/SharpDX.Direct3D9.dll", + "lib/net45/SharpDX.Direct3D9.xml", + "lib/netcoreapp1.0/SharpDX.Direct3D9.dll", + "lib/netcoreapp1.0/SharpDX.Direct3D9.xml", + "lib/netstandard1.3/SharpDX.Direct3D9.dll", + "lib/netstandard1.3/SharpDX.Direct3D9.xml", + "sharpdx.direct3d9.4.0.1.nupkg.sha512", + "sharpdx.direct3d9.nuspec" + ] + }, + "SharpDX.DXGI/4.0.1": { + "sha512": "Av/kToUkVR1tDtIP9zmDGwCuCtyL04+PP7kes6aABzky1Y9vT03kR7mDeE83gl+E8GUmMMbVXbQ4AG2CVb66sg==", + "type": "package", + "path": "sharpdx.dxgi/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.DXGI.dll", + "lib/net40/SharpDX.DXGI.xml", + "lib/net45/SharpDX.DXGI.dll", + "lib/net45/SharpDX.DXGI.xml", + "lib/netcoreapp1.0/SharpDX.DXGI.dll", + "lib/netcoreapp1.0/SharpDX.DXGI.xml", + "lib/netstandard1.1/SharpDX.DXGI.dll", + "lib/netstandard1.1/SharpDX.DXGI.xml", + "lib/uap10.0/SharpDX.DXGI.dll", + "lib/uap10.0/SharpDX.DXGI.pri", + "lib/uap10.0/SharpDX.DXGI.xml", + "sharpdx.dxgi.4.0.1.nupkg.sha512", + "sharpdx.dxgi.nuspec" + ] + }, + "SharpDX.Mathematics/4.0.1": { + "sha512": "txMROd5A4mICHRRPf5KHA5MVNEqFUdOg2ZYfqNqjQM1n2jfe+sxDG3Xs+aO5zAShJAZFD6xO5R7yGfn9CzHckQ==", + "type": "package", + "path": "sharpdx.mathematics/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.Mathematics.dll", + "lib/net40/SharpDX.Mathematics.xml", + "lib/net45/SharpDX.Mathematics.dll", + "lib/net45/SharpDX.Mathematics.xml", + "lib/netcoreapp1.0/SharpDX.Mathematics.dll", + "lib/netcoreapp1.0/SharpDX.Mathematics.xml", + "lib/netstandard1.1/SharpDX.Mathematics.dll", + "lib/netstandard1.1/SharpDX.Mathematics.xml", + "lib/uap10.0/SharpDX.Mathematics.dll", + "lib/uap10.0/SharpDX.Mathematics.pri", + "lib/uap10.0/SharpDX.Mathematics.xml", + "sharpdx.mathematics.4.0.1.nupkg.sha512", + "sharpdx.mathematics.nuspec" + ] + }, + "SharpDX.MediaFoundation/4.0.1": { + "sha512": "/po30bqI6n14db6eHirTLJYEVV8/Wi0DGn2OJGtEnf5/++jUOhMR5Z1Xi84wOldXgf+7WKXOML2BhpqCPWVC2g==", + "type": "package", + "path": "sharpdx.mediafoundation/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.MediaFoundation.dll", + "lib/net40/SharpDX.MediaFoundation.xml", + "lib/net45/SharpDX.MediaFoundation.dll", + "lib/net45/SharpDX.MediaFoundation.xml", + "lib/netcoreapp1.0/SharpDX.MediaFoundation.dll", + "lib/netcoreapp1.0/SharpDX.MediaFoundation.xml", + "lib/netstandard1.1/SharpDX.MediaFoundation.dll", + "lib/netstandard1.1/SharpDX.MediaFoundation.xml", + "lib/uap10.0/SharpDX.MediaFoundation.dll", + "lib/uap10.0/SharpDX.MediaFoundation.pri", + "lib/uap10.0/SharpDX.MediaFoundation.xml", + "sharpdx.mediafoundation.4.0.1.nupkg.sha512", + "sharpdx.mediafoundation.nuspec" + ] + }, + "SharpDX.XAudio2/4.0.1": { + "sha512": "Kok1XdV2vEKSdr+EcGf0xFNBAd1tcjp/TZeRNBNVgB5YYoUGASoNO2decCBi7vh9qdocN+pmuuOiZCtDOd9DgQ==", + "type": "package", + "path": "sharpdx.xaudio2/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.XAudio2.dll", + "lib/net40/SharpDX.XAudio2.xml", + "lib/net45/SharpDX.XAudio2.dll", + "lib/net45/SharpDX.XAudio2.xml", + "lib/netcoreapp1.0/SharpDX.XAudio2.dll", + "lib/netcoreapp1.0/SharpDX.XAudio2.xml", + "lib/netstandard1.1/SharpDX.XAudio2.dll", + "lib/netstandard1.1/SharpDX.XAudio2.xml", + "lib/uap10.0/SharpDX.XAudio2.dll", + "lib/uap10.0/SharpDX.XAudio2.pri", + "lib/uap10.0/SharpDX.XAudio2.xml", + "sharpdx.xaudio2.4.0.1.nupkg.sha512", + "sharpdx.xaudio2.nuspec" + ] + }, + "SharpDX.XInput/4.0.1": { + "sha512": "vDnp6CTVC9dKQHwLVF4GLNdCJqGMUuxyZLLlorDjgnVOOO7koPR20/tqt1A53gnNy/Id93Nzq7K2ILLvBQWvGQ==", + "type": "package", + "path": "sharpdx.xinput/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net40/SharpDX.XInput.dll", + "lib/net40/SharpDX.XInput.xml", + "lib/net45/SharpDX.XInput.dll", + "lib/net45/SharpDX.XInput.xml", + "lib/netcoreapp1.0/SharpDX.XInput.dll", + "lib/netcoreapp1.0/SharpDX.XInput.xml", + "lib/netstandard1.1/SharpDX.XInput.dll", + "lib/netstandard1.1/SharpDX.XInput.xml", + "lib/uap10.0/SharpDX.XInput.dll", + "lib/uap10.0/SharpDX.XInput.pri", + "lib/uap10.0/SharpDX.XInput.xml", + "sharpdx.xinput.4.0.1.nupkg.sha512", + "sharpdx.xinput.nuspec" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.3.0": { + "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "type": "package", + "path": "system.collections.concurrent/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", + "lib/netstandard1.3/System.Collections.Concurrent.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.concurrent.4.3.0.nupkg.sha512", + "system.collections.concurrent.nuspec" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.debug.4.3.0.nupkg.sha512", + "system.diagnostics.debug.nuspec" + ] + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tracing.4.3.0.nupkg.sha512", + "system.diagnostics.tracing.nuspec" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.3.0": { + "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "type": "package", + "path": "system.globalization.calendars/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.calendars.4.3.0.nupkg.sha512", + "system.globalization.calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.3.0": { + "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "type": "package", + "path": "system.globalization.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", + "runtimes/win/lib/net46/System.Globalization.Extensions.dll", + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", + "system.globalization.extensions.4.3.0.nupkg.sha512", + "system.globalization.extensions.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.FileSystem/4.3.0": { + "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "type": "package", + "path": "system.io.filesystem/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.4.3.0.nupkg.sha512", + "system.io.filesystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "type": "package", + "path": "system.io.filesystem.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "system.io.filesystem.primitives.nuspec" + ] + }, + "System.Linq/4.3.0": { + "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "type": "package", + "path": "system.linq/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" + ] + }, + "System.Net.Http/4.3.4": { + "sha512": "aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==", + "type": "package", + "path": "system.net.http/4.3.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", + "system.net.http.4.3.4.nupkg.sha512", + "system.net.http.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.handles.4.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.interopservices.4.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Runtime.Numerics/4.3.0": { + "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", + "type": "package", + "path": "system.runtime.numerics/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/netstandard1.3/System.Runtime.Numerics.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", + "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.numerics.4.3.0.nupkg.sha512", + "system.runtime.numerics.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "type": "package", + "path": "system.security.cryptography.algorithms/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/net461/System.Security.Cryptography.Algorithms.dll", + "lib/net463/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/net461/System.Security.Cryptography.Algorithms.dll", + "ref/net463/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "system.security.cryptography.algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.3.0": { + "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", + "type": "package", + "path": "system.security.cryptography.cng/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net463/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net463/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "system.security.cryptography.cng.4.3.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.3.0": { + "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "type": "package", + "path": "system.security.cryptography.csp/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "system.security.cryptography.csp.4.3.0.nupkg.sha512", + "system.security.cryptography.csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", + "type": "package", + "path": "system.security.cryptography.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "system.security.cryptography.encoding.nuspec" + ] + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "type": "package", + "path": "system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "system.security.cryptography.openssl.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", + "type": "package", + "path": "system.security.cryptography.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "system.security.cryptography.primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.3.2": { + "sha512": "uwlfOnvJd7rXRvP3aV126Q9XebIIEGEaZ245Rd5/ZwOg7U7AU+AmpE0vRh2F0DFjfOTuk7MAexv4nYiNP/RYnQ==", + "type": "package", + "path": "system.security.cryptography.x509certificates/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "system.security.cryptography.x509certificates.4.3.2.nupkg.sha512", + "system.security.cryptography.x509certificates.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "net9.0-windows7.0": [ + "MonoGame.Content.Builder.Task >= 3.8.*", + "MonoGame.Framework.WindowsDX >= 3.8.*" + ] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/Test6/Test6/Test6.csproj", + "projectName": "Test6", + "projectPath": "/home/avery/Programming/Test6/Test6/Test6.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/Test6/Test6/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0-windows" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0-windows7.0": { + "targetAlias": "net9.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0-windows7.0": { + "targetAlias": "net9.0-windows", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.WindowsDX": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Test6/Test6/obj/project.nuget.cache b/Test6/Test6/obj/project.nuget.cache new file mode 100644 index 0000000..f4ce0d0 --- /dev/null +++ b/Test6/Test6/obj/project.nuget.cache @@ -0,0 +1,75 @@ +{ + "version": 2, + "dgSpecHash": "9DNHBgtC3ZU=", + "success": true, + "projectFilePath": "/home/avery/Programming/Test6/Test6/Test6.csproj", + "expectedPackageFiles": [ + "/home/avery/.nuget/packages/microsoft.netcore.app/2.1.30/microsoft.netcore.app.2.1.30.nupkg.sha512", + "/home/avery/.nuget/packages/microsoft.netcore.dotnetapphost/2.1.30/microsoft.netcore.dotnetapphost.2.1.30.nupkg.sha512", + "/home/avery/.nuget/packages/microsoft.netcore.dotnethostpolicy/2.1.30/microsoft.netcore.dotnethostpolicy.2.1.30.nupkg.sha512", + "/home/avery/.nuget/packages/microsoft.netcore.dotnethostresolver/2.1.30/microsoft.netcore.dotnethostresolver.2.1.30.nupkg.sha512", + "/home/avery/.nuget/packages/microsoft.netcore.jit/2.0.8/microsoft.netcore.jit.2.0.8.nupkg.sha512", + "/home/avery/.nuget/packages/microsoft.netcore.platforms/2.1.14/microsoft.netcore.platforms.2.1.14.nupkg.sha512", + "/home/avery/.nuget/packages/microsoft.netcore.targets/2.0.0/microsoft.netcore.targets.2.0.0.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.content.builder.task/3.8.4.1/monogame.content.builder.task.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.framework.windowsdx/3.8.4.1/monogame.framework.windowsdx.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.native.system.security.cryptography.openssl/4.3.2/runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx/4.0.1/sharpdx.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx.direct2d1/4.0.1/sharpdx.direct2d1.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx.direct3d11/4.0.1/sharpdx.direct3d11.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx.direct3d9/4.0.1/sharpdx.direct3d9.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx.dxgi/4.0.1/sharpdx.dxgi.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx.mathematics/4.0.1/sharpdx.mathematics.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx.mediafoundation/4.0.1/sharpdx.mediafoundation.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx.xaudio2/4.0.1/sharpdx.xaudio2.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/sharpdx.xinput/4.0.1/sharpdx.xinput.4.0.1.nupkg.sha512", + "/home/avery/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.net.http/4.3.4/system.net.http.4.3.4.nupkg.sha512", + "/home/avery/.nuget/packages/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.security.cryptography.x509certificates/4.3.2/system.security.cryptography.x509certificates.4.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512", + "/home/avery/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Test6/Test6/obj/project.packagespec.json b/Test6/Test6/obj/project.packagespec.json new file mode 100644 index 0000000..6ccd0d1 --- /dev/null +++ b/Test6/Test6/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/Test6/Test6/Test6.csproj","projectName":"Test6","projectPath":"/home/avery/Programming/Test6/Test6/Test6.csproj","outputPath":"/home/avery/Programming/Test6/Test6/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0-windows"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0-windows7.0":{"targetAlias":"net9.0-windows","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0-windows7.0":{"targetAlias":"net9.0-windows","dependencies":{"MonoGame.Content.Builder.Task":{"target":"Package","version":"[3.8.*, )"},"MonoGame.Framework.WindowsDX":{"target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"},"Microsoft.WindowsDesktop.App.WindowsForms":{"privateAssets":"none"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/Test6/Test6/obj/rider.project.restore.info b/Test6/Test6/obj/rider.project.restore.info new file mode 100644 index 0000000..d5c2612 --- /dev/null +++ b/Test6/Test6/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712678693330977 \ No newline at end of file diff --git a/Test7/.idea/.idea.Test7/.idea/.gitignore b/Test7/.idea/.idea.Test7/.idea/.gitignore new file mode 100644 index 0000000..7280a0b --- /dev/null +++ b/Test7/.idea/.idea.Test7/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/.idea.Test7.iml +/contentModel.xml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Test7/.idea/.idea.Test7/.idea/indexLayout.xml b/Test7/.idea/.idea.Test7/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/Test7/.idea/.idea.Test7/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Test7/.idea/.idea.Test7/.idea/misc.xml b/Test7/.idea/.idea.Test7/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/Test7/.idea/.idea.Test7/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/Test7/.idea/.idea.Test7/.idea/vcs.xml b/Test7/.idea/.idea.Test7/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Test7/.idea/.idea.Test7/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Test7/Test7.sln b/Test7/Test7.sln new file mode 100644 index 0000000..d89e657 --- /dev/null +++ b/Test7/Test7.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test7", "Test7\Test7.csproj", "{0101BFEE-E7FA-475D-A2AC-5A8BD36C96FC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0101BFEE-E7FA-475D-A2AC-5A8BD36C96FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0101BFEE-E7FA-475D-A2AC-5A8BD36C96FC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0101BFEE-E7FA-475D-A2AC-5A8BD36C96FC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0101BFEE-E7FA-475D-A2AC-5A8BD36C96FC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Test7/Test7/.config/dotnet-tools.json b/Test7/Test7/.config/dotnet-tools.json new file mode 100644 index 0000000..a07174a --- /dev/null +++ b/Test7/Test7/.config/dotnet-tools.json @@ -0,0 +1,36 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-mgcb": { + "version": "3.8.4.1", + "commands": [ + "mgcb" + ] + }, + "dotnet-mgcb-editor": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor" + ] + }, + "dotnet-mgcb-editor-linux": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-linux" + ] + }, + "dotnet-mgcb-editor-windows": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-windows" + ] + }, + "dotnet-mgcb-editor-mac": { + "version": "3.8.4.1", + "commands": [ + "mgcb-editor-mac" + ] + } + } +} \ No newline at end of file diff --git a/Test7/Test7/.vscode/launch.json b/Test7/Test7/.vscode/launch.json new file mode 100644 index 0000000..c699d45 --- /dev/null +++ b/Test7/Test7/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "C#: Test7 Debug", + "type": "dotnet", + "request": "launch", + "projectPath": "${workspaceFolder}/Test7.csproj" + } + ], + } \ No newline at end of file diff --git a/Test7/Test7/Program.cs b/Test7/Test7/Program.cs new file mode 100644 index 0000000..a5aed10 --- /dev/null +++ b/Test7/Test7/Program.cs @@ -0,0 +1,5 @@ +using Awperative; + +Awperative.Awperative.Start(); + +Debug.LogAction("Successfully Started Awperative!"); \ No newline at end of file diff --git a/Test7/Test7/Test7.csproj b/Test7/Test7/Test7.csproj new file mode 100644 index 0000000..6438704 --- /dev/null +++ b/Test7/Test7/Test7.csproj @@ -0,0 +1,26 @@ + + + WinExe + net9.0 + Major + false + false + + + app.manifest + Icon.ico + + + + + + + + + + + + ..\..\Awperative\Awperative\bin\Debug\net8.0\Awperative.dll + + + \ No newline at end of file diff --git a/Test8/.idea/.idea.Test8/.idea/.gitignore b/Test8/.idea/.idea.Test8/.idea/.gitignore new file mode 100644 index 0000000..595b168 --- /dev/null +++ b/Test8/.idea/.idea.Test8/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/modules.xml +/.idea.Test8.iml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Test8/.idea/.idea.Test8/.idea/indexLayout.xml b/Test8/.idea/.idea.Test8/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/Test8/.idea/.idea.Test8/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Test8/.idea/.idea.Test8/.idea/misc.xml b/Test8/.idea/.idea.Test8/.idea/misc.xml new file mode 100644 index 0000000..104c42f --- /dev/null +++ b/Test8/.idea/.idea.Test8/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/Test8/.idea/.idea.Test8/.idea/vcs.xml b/Test8/.idea/.idea.Test8/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Test8/.idea/.idea.Test8/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Test8/Test8.sln b/Test8/Test8.sln new file mode 100644 index 0000000..cc769dc --- /dev/null +++ b/Test8/Test8.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test8", "Test8\Test8.csproj", "{960BD2FE-D47D-4B7A-B70D-AA4296A25FA2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {960BD2FE-D47D-4B7A-B70D-AA4296A25FA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {960BD2FE-D47D-4B7A-B70D-AA4296A25FA2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {960BD2FE-D47D-4B7A-B70D-AA4296A25FA2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {960BD2FE-D47D-4B7A-B70D-AA4296A25FA2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Test8/Test8.sln.DotSettings.user b/Test8/Test8.sln.DotSettings.user new file mode 100644 index 0000000..7650f2e --- /dev/null +++ b/Test8/Test8.sln.DotSettings.user @@ -0,0 +1,3 @@ + + True + True \ No newline at end of file diff --git a/Test8/Test8/ConsoleRegistry.cs b/Test8/Test8/ConsoleRegistry.cs new file mode 100644 index 0000000..03bde04 --- /dev/null +++ b/Test8/Test8/ConsoleRegistry.cs @@ -0,0 +1,58 @@ +using System.Reflection; +using Awperative; + + +namespace AwperativeTest2; + + +public class ConsoleRegistry : Component +{ + protected override void Create() { + Priority = int.MinValue; + } + + protected override void Update() { + Console.Clear(); + + List Targets = Scene.Components.ToList(); + for(int i = 0; i < Targets.Count; i++) { + Targets.InsertRange(i + 1, Targets[i].Components); + + string output = "| "; + for (int d = 0; d < Targets[i].Parents.Length; d++) { + output += " "; + } + + //write name and code + Console.WriteLine(output + Targets[i].GetType().Name + " - " + Targets[i].GetHashCode()); + + List VariableNames = []; + List ShownVariables = []; + + foreach (FieldInfo field in Targets[i].GetType().GetFields()) { + foreach (Attribute attribute in field.GetCustomAttributes(typeof(Show), false)) { + if (attribute is Show show) { + VariableNames.Add(field.Name); + ShownVariables.Add(field.GetValue(Targets[i])); + } + } + } + + foreach (PropertyInfo property in Targets[i].GetType().GetProperties()) { + foreach (Attribute attribute in property.GetCustomAttributes(typeof(Show), false)) { + if (attribute is Show show) { + VariableNames.Add(property.Name); + ShownVariables.Add(property.GetValue(Targets[i])); + } + } + } + + + for(int s = 0; s < ShownVariables.Count; s++) { + Console.WriteLine(output + " " + VariableNames[s] + " - " + ShownVariables[s]); + } + + Console.WriteLine("|"); + } + } +} \ No newline at end of file diff --git a/Test8/Test8/HideInView.cs b/Test8/Test8/HideInView.cs new file mode 100644 index 0000000..233fbd0 --- /dev/null +++ b/Test8/Test8/HideInView.cs @@ -0,0 +1,9 @@ +namespace AwperativeTest2; + + +[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] +public class HideInView : Attribute +{ + public HideInView() {} + +} \ No newline at end of file diff --git a/Test8/Test8/Program.cs b/Test8/Test8/Program.cs new file mode 100644 index 0000000..22eedd6 --- /dev/null +++ b/Test8/Test8/Program.cs @@ -0,0 +1,36 @@ +using Awperative; +using AwperativeTest2; + + +Awperative.Awperative.Start(); + +Debug.LogState("Successfully Opened Awperative!!"); +Console.WriteLine("HELLO WORLD!"); + +Scene TestScene = Awperative.Awperative.CreateScene("Test"); +ConsoleRegistry aa = TestScene.Add(); + +for(int i = 0; i < 2; i++) + aa.Add(); + +TestScene.Add(); +TestComponent TestComponent = TestScene.Add(); +Debug.LogState("Successfully Opened TestComponent!! " + TestComponent.GetHashCode()); +TestComponent.Add(); + +TestComponent bb = aa.Add(); +bb.Add(); +bb.Add(); + +TestComponent cc = bb.Add(); + +cc.Add(); + + +Console.WriteLine("Hello World!"); + + + + + +Awperative.Awperative.Run(); \ No newline at end of file diff --git a/Test8/Test8/Show.cs b/Test8/Test8/Show.cs new file mode 100644 index 0000000..62e0730 --- /dev/null +++ b/Test8/Test8/Show.cs @@ -0,0 +1,11 @@ +namespace AwperativeTest2; + + +[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] +public class Show : Attribute +{ + public bool UseInspectorDefaults = true; + + + public Show() {} +} \ No newline at end of file diff --git a/Test8/Test8/Test8.csproj b/Test8/Test8/Test8.csproj new file mode 100644 index 0000000..f97716e --- /dev/null +++ b/Test8/Test8/Test8.csproj @@ -0,0 +1,27 @@ + + + + Exe + net9.0 + enable + enable + + + + + ..\..\Awperative\Awperative\bin\Debug\net8.0\Awperative.dll + + + + + + ..\..\Awperative\AwperativeKernel\bin\Debug\net8.0\AwperativeKernel.dll + + + + + + + + + diff --git a/Test8/Test8/TestComponent.cs b/Test8/Test8/TestComponent.cs new file mode 100644 index 0000000..f1f4d1e --- /dev/null +++ b/Test8/Test8/TestComponent.cs @@ -0,0 +1,16 @@ +using Awperative; + + +namespace AwperativeTest2; + + +public class TestComponent : Component +{ + [Show] + public float TestFloat = 3.14f; + + [Show] + public string TestString = "Hello World!"; + public bool TestBool = true; + +} \ No newline at end of file diff --git a/Test8/Test8/bin/Debug/net9.0/MonoGame.Framework.dll b/Test8/Test8/bin/Debug/net9.0/MonoGame.Framework.dll new file mode 100755 index 0000000..4fe16a9 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/MonoGame.Framework.dll differ diff --git a/Test8/Test8/bin/Debug/net9.0/NVorbis.dll b/Test8/Test8/bin/Debug/net9.0/NVorbis.dll new file mode 100755 index 0000000..a16c84c Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/NVorbis.dll differ diff --git a/Test8/Test8/bin/Debug/net9.0/Test8 b/Test8/Test8/bin/Debug/net9.0/Test8 new file mode 100755 index 0000000..47286cd Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/Test8 differ diff --git a/Test8/Test8/bin/Debug/net9.0/Test8.deps.json b/Test8/Test8/bin/Debug/net9.0/Test8.deps.json new file mode 100644 index 0000000..ae63f61 --- /dev/null +++ b/Test8/Test8/bin/Debug/net9.0/Test8.deps.json @@ -0,0 +1,196 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v9.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v9.0": { + "Test8/1.0.0": { + "dependencies": { + "MonoGame.Content.Builder.Task": "3.8.4.1", + "MonoGame.Framework.DesktopGL": "3.8.4.1", + "AwperativeKernel": "1.0.0.0" + }, + "runtime": { + "Test8.dll": {} + } + }, + "MonoGame.Content.Builder.Task/3.8.4.1": {}, + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "dependencies": { + "MonoGame.Library.OpenAL": "1.24.3.2", + "MonoGame.Library.SDL": "2.32.2.1", + "NVorbis": "0.10.4" + }, + "runtime": { + "lib/net8.0/MonoGame.Framework.dll": { + "assemblyVersion": "3.8.4.1", + "fileVersion": "3.8.4.1" + } + } + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "runtimeTargets": { + "runtimes/android-arm/native/libopenal.so": { + "rid": "android-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/android-arm64/native/libopenal.so": { + "rid": "android-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/android-x64/native/libopenal.so": { + "rid": "android-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/android-x86/native/libopenal.so": { + "rid": "android-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/ios-arm64/native/libopenal.a": { + "rid": "ios-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/iossimulator-arm64/native/libopenal.a": { + "rid": "iossimulator-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/iossimulator-x64/native/libopenal.a": { + "rid": "iossimulator-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-arm64/native/libopenal.so": { + "rid": "linux-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/libopenal.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx/native/libopenal.dylib": { + "rid": "osx", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/openal.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "MonoGame.Library.SDL/2.32.2.1": { + "runtimeTargets": { + "runtimes/linux-x64/native/libSDL2-2.0.so.0": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx/native/libSDL2-2.0.0.dylib": { + "rid": "osx", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/SDL2.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "NVorbis/0.10.4": { + "dependencies": { + "System.Memory": "4.5.3", + "System.ValueTuple": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/NVorbis.dll": { + "assemblyVersion": "0.10.4.0", + "fileVersion": "0.10.4.0" + } + } + }, + "System.Memory/4.5.3": {}, + "System.ValueTuple/4.5.0": {}, + "AwperativeKernel/1.0.0.0": { + "runtime": { + "AwperativeKernel.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + } + } + }, + "libraries": { + "Test8/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "MonoGame.Content.Builder.Task/3.8.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jf6IZXMiOhuybRaWQt//u+804yzMRGk3ZRvlBJG/0iusRwTunJsQvA6tMMJJc7gjUrY6rUkzRqwinKWXugyHfA==", + "path": "monogame.content.builder.task/3.8.4.1", + "hashPath": "monogame.content.builder.task.3.8.4.1.nupkg.sha512" + }, + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YybxIIT5+Ky78E/XdkS0glyluMr2EeDZwx2LqXULAOCqiKt1+aDrjPZaqLL5qpNgBcMEHUeZJ4YjWe4TAZlWLw==", + "path": "monogame.framework.desktopgl/3.8.4.1", + "hashPath": "monogame.framework.desktopgl.3.8.4.1.nupkg.sha512" + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nGRsXQXs+NSUC3C5w90hFQfyKdZPpBnHnyg2w+Dw/2pUH7s+CoRWTJNYbzzdJf3+aeUvfvG4rTbFvMKDDj5olA==", + "path": "monogame.library.openal/1.24.3.2", + "hashPath": "monogame.library.openal.1.24.3.2.nupkg.sha512" + }, + "MonoGame.Library.SDL/2.32.2.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-T4E2ppGlSTC2L9US1rxtdg3qTbarRzNId31xZoumUW9cf9Nq8nRQPMu9GzvZGrhfSySf0+UWPEj1rlicps+P/w==", + "path": "monogame.library.sdl/2.32.2.1", + "hashPath": "monogame.library.sdl.2.32.2.1.nupkg.sha512" + }, + "NVorbis/0.10.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WYnil3DhQHzjCY0dM9I2B3r1vWip90AOuQd25KE4NrjPQBg0tBJFluRLm5YPnO5ZLDmwrfosY8jCQGQRmWI/Pg==", + "path": "nvorbis/0.10.4", + "hashPath": "nvorbis.0.10.4.nupkg.sha512" + }, + "System.Memory/4.5.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "path": "system.memory/4.5.3", + "hashPath": "system.memory.4.5.3.nupkg.sha512" + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "path": "system.valuetuple/4.5.0", + "hashPath": "system.valuetuple.4.5.0.nupkg.sha512" + }, + "AwperativeKernel/1.0.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test8/Test8/bin/Debug/net9.0/Test8.dll b/Test8/Test8/bin/Debug/net9.0/Test8.dll new file mode 100644 index 0000000..bb69f1d Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/Test8.dll differ diff --git a/Test8/Test8/bin/Debug/net9.0/Test8.pdb b/Test8/Test8/bin/Debug/net9.0/Test8.pdb new file mode 100644 index 0000000..a48ccd7 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/Test8.pdb differ diff --git a/Test8/Test8/bin/Debug/net9.0/Test8.runtimeconfig.json b/Test8/Test8/bin/Debug/net9.0/Test8.runtimeconfig.json new file mode 100644 index 0000000..b19c3c8 --- /dev/null +++ b/Test8/Test8/bin/Debug/net9.0/Test8.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "net9.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "9.0.0" + }, + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/android-arm/native/libopenal.so b/Test8/Test8/bin/Debug/net9.0/runtimes/android-arm/native/libopenal.so new file mode 100755 index 0000000..9fc0ca9 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/android-arm/native/libopenal.so differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/android-arm64/native/libopenal.so b/Test8/Test8/bin/Debug/net9.0/runtimes/android-arm64/native/libopenal.so new file mode 100755 index 0000000..08c0474 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/android-arm64/native/libopenal.so differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/android-x64/native/libopenal.so b/Test8/Test8/bin/Debug/net9.0/runtimes/android-x64/native/libopenal.so new file mode 100755 index 0000000..cfb0f1e Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/android-x64/native/libopenal.so differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/android-x86/native/libopenal.so b/Test8/Test8/bin/Debug/net9.0/runtimes/android-x86/native/libopenal.so new file mode 100755 index 0000000..fd850e9 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/android-x86/native/libopenal.so differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/ios-arm64/native/libopenal.a b/Test8/Test8/bin/Debug/net9.0/runtimes/ios-arm64/native/libopenal.a new file mode 100755 index 0000000..758cc37 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/ios-arm64/native/libopenal.a differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/iossimulator-arm64/native/libopenal.a b/Test8/Test8/bin/Debug/net9.0/runtimes/iossimulator-arm64/native/libopenal.a new file mode 100755 index 0000000..f6d9d00 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/iossimulator-arm64/native/libopenal.a differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/iossimulator-x64/native/libopenal.a b/Test8/Test8/bin/Debug/net9.0/runtimes/iossimulator-x64/native/libopenal.a new file mode 100755 index 0000000..d21c547 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/iossimulator-x64/native/libopenal.a differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/linux-arm64/native/libopenal.so b/Test8/Test8/bin/Debug/net9.0/runtimes/linux-arm64/native/libopenal.so new file mode 100755 index 0000000..fe1870d Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/linux-arm64/native/libopenal.so differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 b/Test8/Test8/bin/Debug/net9.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 new file mode 100755 index 0000000..7df2d03 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/linux-x64/native/libopenal.so b/Test8/Test8/bin/Debug/net9.0/runtimes/linux-x64/native/libopenal.so new file mode 100755 index 0000000..17bee20 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/linux-x64/native/libopenal.so differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/osx/native/libSDL2-2.0.0.dylib b/Test8/Test8/bin/Debug/net9.0/runtimes/osx/native/libSDL2-2.0.0.dylib new file mode 100755 index 0000000..32beb22 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/osx/native/libSDL2-2.0.0.dylib differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/osx/native/libopenal.dylib b/Test8/Test8/bin/Debug/net9.0/runtimes/osx/native/libopenal.dylib new file mode 100755 index 0000000..f4a5aaf Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/osx/native/libopenal.dylib differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/win-x64/native/SDL2.dll b/Test8/Test8/bin/Debug/net9.0/runtimes/win-x64/native/SDL2.dll new file mode 100755 index 0000000..89717d0 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/win-x64/native/SDL2.dll differ diff --git a/Test8/Test8/bin/Debug/net9.0/runtimes/win-x64/native/openal.dll b/Test8/Test8/bin/Debug/net9.0/runtimes/win-x64/native/openal.dll new file mode 100755 index 0000000..cf8b121 Binary files /dev/null and b/Test8/Test8/bin/Debug/net9.0/runtimes/win-x64/native/openal.dll differ diff --git a/Test8/Test8/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/Test8/Test8/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..9e76325 --- /dev/null +++ b/Test8/Test8/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.AssemblyInfo.cs b/Test8/Test8/obj/Debug/net9.0/Test8.AssemblyInfo.cs new file mode 100644 index 0000000..e5c8610 --- /dev/null +++ b/Test8/Test8/obj/Debug/net9.0/Test8.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("Test8")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Test8")] +[assembly: System.Reflection.AssemblyTitleAttribute("Test8")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.AssemblyInfoInputs.cache b/Test8/Test8/obj/Debug/net9.0/Test8.AssemblyInfoInputs.cache new file mode 100644 index 0000000..1bdeb0f --- /dev/null +++ b/Test8/Test8/obj/Debug/net9.0/Test8.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +6cf38f359c92ea331448605f98ea7cdc6293103c0326b90e854e29e93b9085ff diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.GeneratedMSBuildEditorConfig.editorconfig b/Test8/Test8/obj/Debug/net9.0/Test8.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..9914e46 --- /dev/null +++ b/Test8/Test8/obj/Debug/net9.0/Test8.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.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 = Test8 +build_property.ProjectDir = /home/avery/Programming/Test8/Test8/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.GlobalUsings.g.cs b/Test8/Test8/obj/Debug/net9.0/Test8.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Test8/Test8/obj/Debug/net9.0/Test8.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/Test8/Test8/obj/Debug/net9.0/Test8.assets.cache b/Test8/Test8/obj/Debug/net9.0/Test8.assets.cache new file mode 100644 index 0000000..ecdcba0 Binary files /dev/null and b/Test8/Test8/obj/Debug/net9.0/Test8.assets.cache differ diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.csproj.AssemblyReference.cache b/Test8/Test8/obj/Debug/net9.0/Test8.csproj.AssemblyReference.cache new file mode 100644 index 0000000..2b67b33 Binary files /dev/null and b/Test8/Test8/obj/Debug/net9.0/Test8.csproj.AssemblyReference.cache differ diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.csproj.CoreCompileInputs.cache b/Test8/Test8/obj/Debug/net9.0/Test8.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..4e2664c --- /dev/null +++ b/Test8/Test8/obj/Debug/net9.0/Test8.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +a73ddbc66dde3ed21aa92ab37861f203214cd858fd2d0ee97f10e7c579b7eea3 diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.csproj.FileListAbsolute.txt b/Test8/Test8/obj/Debug/net9.0/Test8.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..3f4cadc --- /dev/null +++ b/Test8/Test8/obj/Debug/net9.0/Test8.csproj.FileListAbsolute.txt @@ -0,0 +1,35 @@ +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/Test8 +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/Test8.deps.json +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/Test8.runtimeconfig.json +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/Test8.dll +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/Test8.pdb +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/MonoGame.Framework.dll +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/NVorbis.dll +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/android-arm/native/libopenal.so +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/android-arm64/native/libopenal.so +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/android-x64/native/libopenal.so +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/android-x86/native/libopenal.so +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/ios-arm64/native/libopenal.a +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/iossimulator-arm64/native/libopenal.a +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/iossimulator-x64/native/libopenal.a +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/linux-arm64/native/libopenal.so +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/linux-x64/native/libopenal.so +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/osx/native/libopenal.dylib +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/win-x64/native/openal.dll +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/osx/native/libSDL2-2.0.0.dylib +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/runtimes/win-x64/native/SDL2.dll +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/mgcb.tool.restore +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.csproj.AssemblyReference.cache +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.GeneratedMSBuildEditorConfig.editorconfig +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.AssemblyInfoInputs.cache +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.AssemblyInfo.cs +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.csproj.CoreCompileInputs.cache +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.csproj.Up2Date +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.dll +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/refint/Test8.dll +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.pdb +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/Test8.genruntimeconfig.cache +/home/avery/Programming/Test8/Test8/obj/Debug/net9.0/ref/Test8.dll +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/AwperativeKernel.dll +/home/avery/Programming/Test8/Test8/bin/Debug/net9.0/AwperativeKernel.pdb diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.csproj.Up2Date b/Test8/Test8/obj/Debug/net9.0/Test8.csproj.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.dll b/Test8/Test8/obj/Debug/net9.0/Test8.dll new file mode 100644 index 0000000..bb69f1d Binary files /dev/null and b/Test8/Test8/obj/Debug/net9.0/Test8.dll differ diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.genruntimeconfig.cache b/Test8/Test8/obj/Debug/net9.0/Test8.genruntimeconfig.cache new file mode 100644 index 0000000..0d9c688 --- /dev/null +++ b/Test8/Test8/obj/Debug/net9.0/Test8.genruntimeconfig.cache @@ -0,0 +1 @@ +5cbdb2d98920e62015365a3db21ddcf27eb53f53a88e540b755638f2335c20c3 diff --git a/Test8/Test8/obj/Debug/net9.0/Test8.pdb b/Test8/Test8/obj/Debug/net9.0/Test8.pdb new file mode 100644 index 0000000..a48ccd7 Binary files /dev/null and b/Test8/Test8/obj/Debug/net9.0/Test8.pdb differ diff --git a/Test8/Test8/obj/Debug/net9.0/apphost b/Test8/Test8/obj/Debug/net9.0/apphost new file mode 100755 index 0000000..47286cd Binary files /dev/null and b/Test8/Test8/obj/Debug/net9.0/apphost differ diff --git a/Test8/Test8/obj/Debug/net9.0/mgcb.tool.restore b/Test8/Test8/obj/Debug/net9.0/mgcb.tool.restore new file mode 100644 index 0000000..e69de29 diff --git a/Test8/Test8/obj/Debug/net9.0/ref/Test8.dll b/Test8/Test8/obj/Debug/net9.0/ref/Test8.dll new file mode 100644 index 0000000..ae1b246 Binary files /dev/null and b/Test8/Test8/obj/Debug/net9.0/ref/Test8.dll differ diff --git a/Test8/Test8/obj/Debug/net9.0/refint/Test8.dll b/Test8/Test8/obj/Debug/net9.0/refint/Test8.dll new file mode 100644 index 0000000..ae1b246 Binary files /dev/null and b/Test8/Test8/obj/Debug/net9.0/refint/Test8.dll differ diff --git a/Test8/Test8/obj/Test8.csproj.nuget.dgspec.json b/Test8/Test8/obj/Test8.csproj.nuget.dgspec.json new file mode 100644 index 0000000..5e536bb --- /dev/null +++ b/Test8/Test8/obj/Test8.csproj.nuget.dgspec.json @@ -0,0 +1,77 @@ +{ + "format": 1, + "restore": { + "/home/avery/Programming/Test8/Test8/Test8.csproj": {} + }, + "projects": { + "/home/avery/Programming/Test8/Test8/Test8.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/Test8/Test8/Test8.csproj", + "projectName": "Test8", + "projectPath": "/home/avery/Programming/Test8/Test8/Test8.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/Test8/Test8/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.DesktopGL": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Test8/Test8/obj/Test8.csproj.nuget.g.props b/Test8/Test8/obj/Test8.csproj.nuget.g.props new file mode 100644 index 0000000..abfff14 --- /dev/null +++ b/Test8/Test8/obj/Test8.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/avery/.nuget/packages/ + /home/avery/.nuget/packages/ + PackageReference + 6.14.0 + + + + + + + + \ No newline at end of file diff --git a/Test8/Test8/obj/Test8.csproj.nuget.g.targets b/Test8/Test8/obj/Test8.csproj.nuget.g.targets new file mode 100644 index 0000000..8835f1a --- /dev/null +++ b/Test8/Test8/obj/Test8.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Test8/Test8/obj/project.assets.json b/Test8/Test8/obj/project.assets.json new file mode 100644 index 0000000..2b23ab5 --- /dev/null +++ b/Test8/Test8/obj/project.assets.json @@ -0,0 +1,369 @@ +{ + "version": 3, + "targets": { + "net9.0": { + "MonoGame.Content.Builder.Task/3.8.4.1": { + "type": "package", + "build": { + "build/MonoGame.Content.Builder.Task.props": {}, + "build/MonoGame.Content.Builder.Task.targets": {} + } + }, + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "type": "package", + "dependencies": { + "MonoGame.Library.OpenAL": "1.24.3.2", + "MonoGame.Library.SDL": "2.32.2.1", + "NVorbis": "0.10.4" + }, + "compile": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MonoGame.Framework.dll": { + "related": ".xml" + } + }, + "build": { + "build/MonoGame.Framework.DesktopGL.targets": {} + } + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/libopenal.so": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/libopenal.so": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/ios-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "ios-arm64" + }, + "runtimes/iossimulator-arm64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-arm64" + }, + "runtimes/iossimulator-x64/native/libopenal.a": { + "assetType": "native", + "rid": "iossimulator-x64" + }, + "runtimes/linux-arm64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-x64/native/libopenal.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libopenal.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/openal.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "MonoGame.Library.SDL/2.32.2.1": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-x64/native/libSDL2-2.0.so.0": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libSDL2-2.0.0.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/SDL2.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "NVorbis/0.10.4": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NVorbis.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + } + } + }, + "libraries": { + "MonoGame.Content.Builder.Task/3.8.4.1": { + "sha512": "jf6IZXMiOhuybRaWQt//u+804yzMRGk3ZRvlBJG/0iusRwTunJsQvA6tMMJJc7gjUrY6rUkzRqwinKWXugyHfA==", + "type": "package", + "path": "monogame.content.builder.task/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/MonoGame.Content.Builder.Task.props", + "build/MonoGame.Content.Builder.Task.targets", + "monogame.content.builder.task.3.8.4.1.nupkg.sha512", + "monogame.content.builder.task.nuspec" + ] + }, + "MonoGame.Framework.DesktopGL/3.8.4.1": { + "sha512": "YybxIIT5+Ky78E/XdkS0glyluMr2EeDZwx2LqXULAOCqiKt1+aDrjPZaqLL5qpNgBcMEHUeZJ4YjWe4TAZlWLw==", + "type": "package", + "path": "monogame.framework.desktopgl/3.8.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "README-packages.md", + "build/MonoGame.Framework.DesktopGL.targets", + "lib/net8.0/MonoGame.Framework.dll", + "lib/net8.0/MonoGame.Framework.xml", + "monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "monogame.framework.desktopgl.nuspec" + ] + }, + "MonoGame.Library.OpenAL/1.24.3.2": { + "sha512": "nGRsXQXs+NSUC3C5w90hFQfyKdZPpBnHnyg2w+Dw/2pUH7s+CoRWTJNYbzzdJf3+aeUvfvG4rTbFvMKDDj5olA==", + "type": "package", + "path": "monogame.library.openal/1.24.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE", + "README.md", + "monogame.library.openal.1.24.3.2.nupkg.sha512", + "monogame.library.openal.nuspec", + "runtimes/android-arm/native/libopenal.so", + "runtimes/android-arm64/native/libopenal.so", + "runtimes/android-x64/native/libopenal.so", + "runtimes/android-x86/native/libopenal.so", + "runtimes/ios-arm64/native/libopenal.a", + "runtimes/iossimulator-arm64/native/libopenal.a", + "runtimes/iossimulator-x64/native/libopenal.a", + "runtimes/linux-arm64/native/libopenal.so", + "runtimes/linux-x64/native/libopenal.so", + "runtimes/osx/native/libopenal.dylib", + "runtimes/win-x64/native/openal.dll" + ] + }, + "MonoGame.Library.SDL/2.32.2.1": { + "sha512": "T4E2ppGlSTC2L9US1rxtdg3qTbarRzNId31xZoumUW9cf9Nq8nRQPMu9GzvZGrhfSySf0+UWPEj1rlicps+P/w==", + "type": "package", + "path": "monogame.library.sdl/2.32.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.txt", + "README.md", + "monogame.library.sdl.2.32.2.1.nupkg.sha512", + "monogame.library.sdl.nuspec", + "runtimes/linux-x64/native/libSDL2-2.0.so.0", + "runtimes/osx/native/libSDL2-2.0.0.dylib", + "runtimes/win-x64/native/SDL2.dll" + ] + }, + "NVorbis/0.10.4": { + "sha512": "WYnil3DhQHzjCY0dM9I2B3r1vWip90AOuQd25KE4NrjPQBg0tBJFluRLm5YPnO5ZLDmwrfosY8jCQGQRmWI/Pg==", + "type": "package", + "path": "nvorbis/0.10.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "lib/net45/NVorbis.dll", + "lib/net45/NVorbis.xml", + "lib/netstandard2.0/NVorbis.dll", + "lib/netstandard2.0/NVorbis.xml", + "nvorbis.0.10.4.nupkg.sha512", + "nvorbis.nuspec" + ] + }, + "System.Memory/4.5.3": { + "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "type": "package", + "path": "system.memory/4.5.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.3.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net9.0": [ + "MonoGame.Content.Builder.Task >= 3.8.*", + "MonoGame.Framework.DesktopGL >= 3.8.*" + ] + }, + "packageFolders": { + "/home/avery/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/avery/Programming/Test8/Test8/Test8.csproj", + "projectName": "Test8", + "projectPath": "/home/avery/Programming/Test8/Test8/Test8.csproj", + "packagesPath": "/home/avery/.nuget/packages/", + "outputPath": "/home/avery/Programming/Test8/Test8/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/avery/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.*, )" + }, + "MonoGame.Framework.DesktopGL": { + "target": "Package", + "version": "[3.8.*, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Test8/Test8/obj/project.nuget.cache b/Test8/Test8/obj/project.nuget.cache new file mode 100644 index 0000000..5cdd9d1 --- /dev/null +++ b/Test8/Test8/obj/project.nuget.cache @@ -0,0 +1,16 @@ +{ + "version": 2, + "dgSpecHash": "1vnGDWKhrg4=", + "success": true, + "projectFilePath": "/home/avery/Programming/Test8/Test8/Test8.csproj", + "expectedPackageFiles": [ + "/home/avery/.nuget/packages/monogame.content.builder.task/3.8.4.1/monogame.content.builder.task.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.framework.desktopgl/3.8.4.1/monogame.framework.desktopgl.3.8.4.1.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.openal/1.24.3.2/monogame.library.openal.1.24.3.2.nupkg.sha512", + "/home/avery/.nuget/packages/monogame.library.sdl/2.32.2.1/monogame.library.sdl.2.32.2.1.nupkg.sha512", + "/home/avery/.nuget/packages/nvorbis/0.10.4/nvorbis.0.10.4.nupkg.sha512", + "/home/avery/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512", + "/home/avery/.nuget/packages/system.valuetuple/4.5.0/system.valuetuple.4.5.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Test8/Test8/obj/project.packagespec.json b/Test8/Test8/obj/project.packagespec.json new file mode 100644 index 0000000..221b248 --- /dev/null +++ b/Test8/Test8/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/avery/Programming/Test8/Test8/Test8.csproj","projectName":"Test8","projectPath":"/home/avery/Programming/Test8/Test8/Test8.csproj","outputPath":"/home/avery/Programming/Test8/Test8/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"MonoGame.Content.Builder.Task":{"target":"Package","version":"[3.8.*, )"},"MonoGame.Framework.DesktopGL":{"target":"Package","version":"[3.8.*, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/avery/.dotnet/sdk/9.0.311/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/Test8/Test8/obj/rider.project.model.nuget.info b/Test8/Test8/obj/rider.project.model.nuget.info new file mode 100644 index 0000000..007d819 --- /dev/null +++ b/Test8/Test8/obj/rider.project.model.nuget.info @@ -0,0 +1 @@ +17712685249695756 \ No newline at end of file diff --git a/Test8/Test8/obj/rider.project.restore.info b/Test8/Test8/obj/rider.project.restore.info new file mode 100644 index 0000000..007d819 --- /dev/null +++ b/Test8/Test8/obj/rider.project.restore.info @@ -0,0 +1 @@ +17712685249695756 \ No newline at end of file