commit 2c7957ce27fad5020d8c35d776d94a65bfb1ae01 Author: McMistrzYT <56406996+McMistrzYT@users.noreply.github.com> Date: Sat Jan 20 23:24:32 2024 +0100 s diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..104b544 --- /dev/null +++ b/.gitignore @@ -0,0 +1,484 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from `dotnet new gitignore` + +# dotenv files +.env + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET +project.lock.json +project.fragment.lock.json +artifacts/ + +# Tye +.tye/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml +.idea + +## +## Visual studio for Mac +## + + +# globs +Makefile.in +*.userprefs +*.usertasks +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.tar.gz +tarballs/ +test-results/ + +# Mac bundle stuff +*.dmg +*.app + +# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# Vim temporary swap files +*.swp diff --git a/.vs/Partypacker/DesignTimeBuild/.dtbcache.v2 b/.vs/Partypacker/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..72ed678 Binary files /dev/null and b/.vs/Partypacker/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Partypacker/FileContentIndex/33f41e56-c2e5-4e76-a27d-f6f755a28916.vsidx b/.vs/Partypacker/FileContentIndex/33f41e56-c2e5-4e76-a27d-f6f755a28916.vsidx new file mode 100644 index 0000000..34ed270 Binary files /dev/null and b/.vs/Partypacker/FileContentIndex/33f41e56-c2e5-4e76-a27d-f6f755a28916.vsidx differ diff --git a/.vs/Partypacker/FileContentIndex/7fbcc42d-438f-4d2f-bed8-9747099f7167.vsidx b/.vs/Partypacker/FileContentIndex/7fbcc42d-438f-4d2f-bed8-9747099f7167.vsidx new file mode 100644 index 0000000..770dfbc Binary files /dev/null and b/.vs/Partypacker/FileContentIndex/7fbcc42d-438f-4d2f-bed8-9747099f7167.vsidx differ diff --git a/.vs/Partypacker/FileContentIndex/82cca431-08e5-417d-acf5-a53a40df5061.vsidx b/.vs/Partypacker/FileContentIndex/82cca431-08e5-417d-acf5-a53a40df5061.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/.vs/Partypacker/FileContentIndex/82cca431-08e5-417d-acf5-a53a40df5061.vsidx differ diff --git a/.vs/Partypacker/v17/.futdcache.v2 b/.vs/Partypacker/v17/.futdcache.v2 new file mode 100644 index 0000000..0da1eab Binary files /dev/null and b/.vs/Partypacker/v17/.futdcache.v2 differ diff --git a/.vs/Partypacker/v17/.suo b/.vs/Partypacker/v17/.suo new file mode 100644 index 0000000..a699453 Binary files /dev/null and b/.vs/Partypacker/v17/.suo differ diff --git a/.vs/ProjectEvaluation/partypacker.metadata.v7.bin b/.vs/ProjectEvaluation/partypacker.metadata.v7.bin new file mode 100644 index 0000000..a7cbcf1 Binary files /dev/null and b/.vs/ProjectEvaluation/partypacker.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/partypacker.projects.v7.bin b/.vs/ProjectEvaluation/partypacker.projects.v7.bin new file mode 100644 index 0000000..0571515 Binary files /dev/null and b/.vs/ProjectEvaluation/partypacker.projects.v7.bin differ diff --git a/Partypacker.sln b/Partypacker.sln new file mode 100644 index 0000000..7814dfd --- /dev/null +++ b/Partypacker.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34219.65 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Partypacker", "Partypacker\Partypacker.csproj", "{FE06B383-0C7A-4A35-B208-66133110BB32}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FE06B383-0C7A-4A35-B208-66133110BB32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FE06B383-0C7A-4A35-B208-66133110BB32}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FE06B383-0C7A-4A35-B208-66133110BB32}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FE06B383-0C7A-4A35-B208-66133110BB32}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {16591BB0-2EFE-43B1-917D-7CD574AB32C8} + EndGlobalSection +EndGlobal diff --git a/Partypacker/Partypacker.csproj b/Partypacker/Partypacker.csproj new file mode 100644 index 0000000..887ab26 --- /dev/null +++ b/Partypacker/Partypacker.csproj @@ -0,0 +1,14 @@ + + + + Exe + net7.0 + enable + enable + + + + + + + diff --git a/Partypacker/Program.cs b/Partypacker/Program.cs new file mode 100644 index 0000000..5a7bdf4 --- /dev/null +++ b/Partypacker/Program.cs @@ -0,0 +1,54 @@ +// See https://aka.ms/new-console-template for more information +using Partypacker; +using Pastel; +using System.Drawing; + +Console.WriteLine(@" + _____ _ _ + | __ \ | | | | + | |__) |_ _ _ __| |_ _ _ _ __ __ _ ___| | _____ _ __ + | ___/ _` | '__| __| | | | '_ \ / _` |/ __| |/ / _ \ '__| + | | | (_| | | | |_| |_| | |_) | (_| | (__| < __/ | + |_| \__,_|_| \__|\__, | .__/ \__,_|\___|_|\_\___|_| + __/ | | + |___/|_| ".Pastel(Color.IndianRed)); +Console.WriteLine("-----------------------------------------------------------".Pastel(Color.CadetBlue)); + +Console.WriteLine("Welcome to Partypacker - what do you want to do?"); + +ConsoleKeyInfo ReceivedKeyInput; +int SelectedOptionIndex = 0; +bool Running = true; +SelectableOption[] Options = new SelectableOption[] +{ + new SelectableOption("Test 1", () => { Console.WriteLine("cool!"); }), + new SelectableOption("Test 2", () => { Console.WriteLine("epic!"); }), + new SelectableOption("Test 3", () => { Console.WriteLine("awesome!"); }) +}; + +while (Running) +{ + (int left, int top) = Console.GetCursorPosition(); + for (int i = 0; i < Options.Length; i++) + { + SelectableOption Option = Options[i]; + Console.WriteLine($"{(SelectedOptionIndex == i ? ">".Pastel(Color.LimeGreen) : " ")} {Option.Name.Pastel(Color.DarkGreen)}"); + } + + ReceivedKeyInput = Console.ReadKey(); + switch (ReceivedKeyInput.Key) + { + case ConsoleKey.UpArrow: + SelectedOptionIndex--; + break; + case ConsoleKey.DownArrow: + SelectedOptionIndex++; + break; + case ConsoleKey.Enter: + Options[SelectedOptionIndex].OnPress.Invoke(); + break; + } + + Console.SetCursorPosition(left, top); + SelectedOptionIndex = Math.Clamp(SelectedOptionIndex, 0, Options.Length); +} \ No newline at end of file diff --git a/Partypacker/SelectableOption.cs b/Partypacker/SelectableOption.cs new file mode 100644 index 0000000..2154892 --- /dev/null +++ b/Partypacker/SelectableOption.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Partypacker +{ + public class SelectableOption + { + public string Name; + public Action OnPress; + + public SelectableOption(string name, Action onPress) + { + Name = name; + OnPress = onPress; + } + } +} diff --git a/Partypacker/bin/Debug/net7.0/Partypacker.deps.json b/Partypacker/bin/Debug/net7.0/Partypacker.deps.json new file mode 100644 index 0000000..ad58db3 --- /dev/null +++ b/Partypacker/bin/Debug/net7.0/Partypacker.deps.json @@ -0,0 +1,41 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "Partypacker/1.0.0": { + "dependencies": { + "Pastel": "5.0.0" + }, + "runtime": { + "Partypacker.dll": {} + } + }, + "Pastel/5.0.0": { + "runtime": { + "lib/net6.0/Pastel.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.0.0.0" + } + } + } + } + }, + "libraries": { + "Partypacker/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Pastel/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-678i15lh+oAKZs2ihgiDVmDbiprEbji2L/w+jIcTkZpkdJ+UgrhToQTQN3Mw0bfM+Yx3cIBA3BS7iKT2poqBQg==", + "path": "pastel/5.0.0", + "hashPath": "pastel.5.0.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/Partypacker/bin/Debug/net7.0/Partypacker.dll b/Partypacker/bin/Debug/net7.0/Partypacker.dll new file mode 100644 index 0000000..08fbbea Binary files /dev/null and b/Partypacker/bin/Debug/net7.0/Partypacker.dll differ diff --git a/Partypacker/bin/Debug/net7.0/Partypacker.exe b/Partypacker/bin/Debug/net7.0/Partypacker.exe new file mode 100644 index 0000000..7191902 Binary files /dev/null and b/Partypacker/bin/Debug/net7.0/Partypacker.exe differ diff --git a/Partypacker/bin/Debug/net7.0/Partypacker.pdb b/Partypacker/bin/Debug/net7.0/Partypacker.pdb new file mode 100644 index 0000000..6363d0c Binary files /dev/null and b/Partypacker/bin/Debug/net7.0/Partypacker.pdb differ diff --git a/Partypacker/bin/Debug/net7.0/Partypacker.runtimeconfig.json b/Partypacker/bin/Debug/net7.0/Partypacker.runtimeconfig.json new file mode 100644 index 0000000..184be8b --- /dev/null +++ b/Partypacker/bin/Debug/net7.0/Partypacker.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + } +} \ No newline at end of file diff --git a/Partypacker/bin/Debug/net7.0/Pastel.dll b/Partypacker/bin/Debug/net7.0/Pastel.dll new file mode 100644 index 0000000..5466180 Binary files /dev/null and b/Partypacker/bin/Debug/net7.0/Pastel.dll differ diff --git a/Partypacker/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/Partypacker/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/Partypacker/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.AssemblyInfo.cs b/Partypacker/obj/Debug/net7.0/Partypacker.AssemblyInfo.cs new file mode 100644 index 0000000..60a246c --- /dev/null +++ b/Partypacker/obj/Debug/net7.0/Partypacker.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Partypacker")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Partypacker")] +[assembly: System.Reflection.AssemblyTitleAttribute("Partypacker")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.AssemblyInfoInputs.cache b/Partypacker/obj/Debug/net7.0/Partypacker.AssemblyInfoInputs.cache new file mode 100644 index 0000000..84ff77d --- /dev/null +++ b/Partypacker/obj/Debug/net7.0/Partypacker.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +6ea672c25746cdec1ebb8d26e79b839312248c61134c9182efac4b25bbf430e8 diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.GeneratedMSBuildEditorConfig.editorconfig b/Partypacker/obj/Debug/net7.0/Partypacker.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..72df7ab --- /dev/null +++ b/Partypacker/obj/Debug/net7.0/Partypacker.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net7.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 = Partypacker +build_property.ProjectDir = D:\Projects\DotNET\Partypacker\Partypacker\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.GlobalUsings.g.cs b/Partypacker/obj/Debug/net7.0/Partypacker.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Partypacker/obj/Debug/net7.0/Partypacker.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/Partypacker/obj/Debug/net7.0/Partypacker.assets.cache b/Partypacker/obj/Debug/net7.0/Partypacker.assets.cache new file mode 100644 index 0000000..a74727b Binary files /dev/null and b/Partypacker/obj/Debug/net7.0/Partypacker.assets.cache differ diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.csproj.AssemblyReference.cache b/Partypacker/obj/Debug/net7.0/Partypacker.csproj.AssemblyReference.cache new file mode 100644 index 0000000..0fd6517 Binary files /dev/null and b/Partypacker/obj/Debug/net7.0/Partypacker.csproj.AssemblyReference.cache differ diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.csproj.BuildWithSkipAnalyzers b/Partypacker/obj/Debug/net7.0/Partypacker.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.csproj.CopyComplete b/Partypacker/obj/Debug/net7.0/Partypacker.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.csproj.CoreCompileInputs.cache b/Partypacker/obj/Debug/net7.0/Partypacker.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..d821780 --- /dev/null +++ b/Partypacker/obj/Debug/net7.0/Partypacker.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +b93e4be91f5f591f1cdbd8e45b389f3952336f5e5ba35bdcd94b5a94e18e074b diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.csproj.FileListAbsolute.txt b/Partypacker/obj/Debug/net7.0/Partypacker.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..d69e8ab --- /dev/null +++ b/Partypacker/obj/Debug/net7.0/Partypacker.csproj.FileListAbsolute.txt @@ -0,0 +1,17 @@ +D:\Projects\DotNET\Partypacker\Partypacker\bin\Debug\net7.0\Partypacker.exe +D:\Projects\DotNET\Partypacker\Partypacker\bin\Debug\net7.0\Partypacker.deps.json +D:\Projects\DotNET\Partypacker\Partypacker\bin\Debug\net7.0\Partypacker.runtimeconfig.json +D:\Projects\DotNET\Partypacker\Partypacker\bin\Debug\net7.0\Partypacker.dll +D:\Projects\DotNET\Partypacker\Partypacker\bin\Debug\net7.0\Partypacker.pdb +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.GeneratedMSBuildEditorConfig.editorconfig +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.AssemblyInfoInputs.cache +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.AssemblyInfo.cs +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.csproj.CoreCompileInputs.cache +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.dll +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\refint\Partypacker.dll +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.pdb +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.genruntimeconfig.cache +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\ref\Partypacker.dll +D:\Projects\DotNET\Partypacker\Partypacker\bin\Debug\net7.0\Pastel.dll +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.csproj.AssemblyReference.cache +D:\Projects\DotNET\Partypacker\Partypacker\obj\Debug\net7.0\Partypacker.csproj.CopyComplete diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.dll b/Partypacker/obj/Debug/net7.0/Partypacker.dll new file mode 100644 index 0000000..08fbbea Binary files /dev/null and b/Partypacker/obj/Debug/net7.0/Partypacker.dll differ diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.genruntimeconfig.cache b/Partypacker/obj/Debug/net7.0/Partypacker.genruntimeconfig.cache new file mode 100644 index 0000000..40f2a4b --- /dev/null +++ b/Partypacker/obj/Debug/net7.0/Partypacker.genruntimeconfig.cache @@ -0,0 +1 @@ +43b60c27c2dcec51aa77e028c77a01ff31dd695892a54f75e54a0c3ba7d5dda0 diff --git a/Partypacker/obj/Debug/net7.0/Partypacker.pdb b/Partypacker/obj/Debug/net7.0/Partypacker.pdb new file mode 100644 index 0000000..6363d0c Binary files /dev/null and b/Partypacker/obj/Debug/net7.0/Partypacker.pdb differ diff --git a/Partypacker/obj/Debug/net7.0/apphost.exe b/Partypacker/obj/Debug/net7.0/apphost.exe new file mode 100644 index 0000000..7191902 Binary files /dev/null and b/Partypacker/obj/Debug/net7.0/apphost.exe differ diff --git a/Partypacker/obj/Debug/net7.0/ref/Partypacker.dll b/Partypacker/obj/Debug/net7.0/ref/Partypacker.dll new file mode 100644 index 0000000..be4bb32 Binary files /dev/null and b/Partypacker/obj/Debug/net7.0/ref/Partypacker.dll differ diff --git a/Partypacker/obj/Debug/net7.0/refint/Partypacker.dll b/Partypacker/obj/Debug/net7.0/refint/Partypacker.dll new file mode 100644 index 0000000..be4bb32 Binary files /dev/null and b/Partypacker/obj/Debug/net7.0/refint/Partypacker.dll differ diff --git a/Partypacker/obj/Partypacker.csproj.nuget.dgspec.json b/Partypacker/obj/Partypacker.csproj.nuget.dgspec.json new file mode 100644 index 0000000..72def15 --- /dev/null +++ b/Partypacker/obj/Partypacker.csproj.nuget.dgspec.json @@ -0,0 +1,73 @@ +{ + "format": 1, + "restore": { + "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\Partypacker.csproj": {} + }, + "projects": { + "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\Partypacker.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\Partypacker.csproj", + "projectName": "Partypacker", + "projectPath": "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\Partypacker.csproj", + "packagesPath": "C:\\Users\\McMistrzYT\\.nuget\\packages\\", + "outputPath": "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\McMistrzYT\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "dependencies": { + "Pastel": { + "target": "Package", + "version": "[5.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Partypacker/obj/Partypacker.csproj.nuget.g.props b/Partypacker/obj/Partypacker.csproj.nuget.g.props new file mode 100644 index 0000000..dc4c6ef --- /dev/null +++ b/Partypacker/obj/Partypacker.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\McMistrzYT\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.8.0 + + + + + + \ No newline at end of file diff --git a/Partypacker/obj/Partypacker.csproj.nuget.g.targets b/Partypacker/obj/Partypacker.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Partypacker/obj/Partypacker.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Partypacker/obj/project.assets.json b/Partypacker/obj/project.assets.json new file mode 100644 index 0000000..fd60de5 --- /dev/null +++ b/Partypacker/obj/project.assets.json @@ -0,0 +1,116 @@ +{ + "version": 3, + "targets": { + "net7.0": { + "Pastel/5.0.0": { + "type": "package", + "compile": { + "lib/net6.0/Pastel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Pastel.dll": { + "related": ".xml" + } + } + } + } + }, + "libraries": { + "Pastel/5.0.0": { + "sha512": "678i15lh+oAKZs2ihgiDVmDbiprEbji2L/w+jIcTkZpkdJ+UgrhToQTQN3Mw0bfM+Yx3cIBA3BS7iKT2poqBQg==", + "type": "package", + "path": "pastel/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "README.md", + "icon.png", + "lib/net462/Pastel.dll", + "lib/net462/Pastel.xml", + "lib/net6.0/Pastel.dll", + "lib/net6.0/Pastel.xml", + "lib/net8.0/Pastel.dll", + "lib/net8.0/Pastel.xml", + "pastel.5.0.0.nupkg.sha512", + "pastel.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "net7.0": [ + "Pastel >= 5.0.0" + ] + }, + "packageFolders": { + "C:\\Users\\McMistrzYT\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\Partypacker.csproj", + "projectName": "Partypacker", + "projectPath": "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\Partypacker.csproj", + "packagesPath": "C:\\Users\\McMistrzYT\\.nuget\\packages\\", + "outputPath": "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\McMistrzYT\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "dependencies": { + "Pastel": { + "target": "Package", + "version": "[5.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Partypacker/obj/project.nuget.cache b/Partypacker/obj/project.nuget.cache new file mode 100644 index 0000000..2a4f67c --- /dev/null +++ b/Partypacker/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "xszAUj8QGuuyIxqTWZGTE3qs/uA4z4NKEKxOVu7TuNRT3IXC0zJxEV9TwNlrRe3sPQCAxAG+5n6ffIvah8bt7A==", + "success": true, + "projectFilePath": "D:\\Projects\\DotNET\\Partypacker\\Partypacker\\Partypacker.csproj", + "expectedPackageFiles": [ + "C:\\Users\\McMistrzYT\\.nuget\\packages\\pastel\\5.0.0\\pastel.5.0.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file