diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4f25f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,583 @@ +# Created by https://www.toptal.com/developers/gitignore/api/visualstudio,csharp +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudio,csharp + +### Csharp ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# 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 Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# 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 + +# 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 + +### VisualStudio ### + +# User-specific files + +# User-specific files (MonoDevelop/Xamarin Studio) + +# Mono auto generated files + +# Build results + +# Visual Studio 2015/2017 cache/options directory +# Uncomment if you have tasks that create the project's static files in wwwroot + +# Visual Studio 2017 auto generated files + +# MSTest test Results + +# NUnit + +# Build Results of an ATL Project + +# Benchmark Results + +# .NET Core + +# ASP.NET Scaffolding + +# StyleCop + +# Files built by Visual Studio + +# Chutzpah Test files + +# Visual C++ cache files + +# Visual Studio profiler + +# Visual Studio Trace Files + +# TFS 2012 Local Workspace + +# Guidance Automation Toolkit + +# ReSharper is a .NET coding add-in + +# TeamCity is a build add-in + +# DotCover is a Code Coverage Tool + +# AxoCover is a Code Coverage Tool + +# Coverlet is a free, cross platform Code Coverage Tool + +# Visual Studio code coverage results + +# NCrunch + +# MightyMoose + +# Web workbench (sass) + +# Installshield output folder + +# DocProject is a documentation generator add-in + +# Click-Once directory + +# Publish Web Output +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted + +# 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 + +# NuGet Packages +# NuGet Symbol Packages +# The packages folder can be ignored because of Package Restore +# except build/, which is used as an MSBuild target. +# Uncomment if necessary however generally it will be regenerated when needed +# NuGet v3's project.json files produces more ignorable files + +# Microsoft Azure Build Output + +# Microsoft Azure Emulator + +# Windows Store app package directories and files + +# Visual Studio cache files +# files ending in .cache can be ignored +# but keep track of directories ending in .cache + +# Others + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) + +# RIA/Silverlight projects + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) + +# SQL Server files + +# Business Intelligence projects + +# Microsoft Fakes + +# GhostDoc plugin setting file + +# Node.js Tools for Visual Studio + +# Visual Studio 6 build log + +# Visual Studio 6 workspace options file + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) + +# Visual Studio 6 technical files + +# Visual Studio LightSwitch build output + +# Paket dependency manager + +# FAKE - F# Make + +# CodeRush personal settings + +# Python Tools for Visual Studio (PTVS) + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio + +# Telerik's JustMock configuration file + +# BizTalk build output + +# OpenCover UI analysis results + +# Azure Stream Analytics local run output + +# MSBuild Binary and Structured Log + +# NVidia Nsight GPU debugger configuration file + +# MFractors (Xamarin productivity tool) working folder + +# Local History for Visual Studio + +# Visual Studio History (VSHistory) files + +# BeatPulse healthcheck temp database + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 + +# Ionide (cross platform F# VS Code tools) working folder + +# Fody - auto-generated XML schema + +# VS Code files for those working on multiple tools + +# Local History for Visual Studio Code + +# Windows Installer files from build outputs + +# JetBrains Rider + +### VisualStudio Patch ### +# Additional files built by Visual Studio + +# End of https://www.toptal.com/developers/gitignore/api/visualstudio,csharp \ No newline at end of file diff --git a/.vs/Monogame.ImGuiNet/DesignTimeBuild/.dtbcache.v2 b/.vs/Monogame.ImGuiNet/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index 00b7ac9..0000000 Binary files a/.vs/Monogame.ImGuiNet/DesignTimeBuild/.dtbcache.v2 and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/3f9ac1b9-6b1f-4b72-8f7c-52639cd1ea0e.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/3f9ac1b9-6b1f-4b72-8f7c-52639cd1ea0e.vsidx deleted file mode 100644 index df4d2dc..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/3f9ac1b9-6b1f-4b72-8f7c-52639cd1ea0e.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/41c0253b-ead5-470d-9069-7141aaf41a76.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/41c0253b-ead5-470d-9069-7141aaf41a76.vsidx deleted file mode 100644 index c5f3fd6..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/41c0253b-ead5-470d-9069-7141aaf41a76.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/42e61622-903b-4615-b1fb-812f1751bac2.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/42e61622-903b-4615-b1fb-812f1751bac2.vsidx deleted file mode 100644 index 17d0b23..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/42e61622-903b-4615-b1fb-812f1751bac2.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/4bdd3a53-02ba-4251-9967-824905be46ee.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/4bdd3a53-02ba-4251-9967-824905be46ee.vsidx deleted file mode 100644 index 5174f48..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/4bdd3a53-02ba-4251-9967-824905be46ee.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/4e9c8e80-892a-4582-894b-2fdd57f6744d.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/4e9c8e80-892a-4582-894b-2fdd57f6744d.vsidx deleted file mode 100644 index be6d8df..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/4e9c8e80-892a-4582-894b-2fdd57f6744d.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/8221f077-2dee-4e3d-a4e1-104ce77307f6.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/8221f077-2dee-4e3d-a4e1-104ce77307f6.vsidx deleted file mode 100644 index aa9dfeb..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/8221f077-2dee-4e3d-a4e1-104ce77307f6.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/af7fdf7a-c402-479a-a29a-b1d2928bde05.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/af7fdf7a-c402-479a-a29a-b1d2928bde05.vsidx deleted file mode 100644 index 2dd29c9..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/af7fdf7a-c402-479a-a29a-b1d2928bde05.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/b761a061-a1d2-4289-8316-50bbaac337e1.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/b761a061-a1d2-4289-8316-50bbaac337e1.vsidx deleted file mode 100644 index 38f250f..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/b761a061-a1d2-4289-8316-50bbaac337e1.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/bdff721c-8600-434e-8221-2002b8e8655d.vsidx b/.vs/Monogame.ImGuiNet/FileContentIndex/bdff721c-8600-434e-8221-2002b8e8655d.vsidx deleted file mode 100644 index ba6b2bf..0000000 Binary files a/.vs/Monogame.ImGuiNet/FileContentIndex/bdff721c-8600-434e-8221-2002b8e8655d.vsidx and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/FileContentIndex/read.lock b/.vs/Monogame.ImGuiNet/FileContentIndex/read.lock deleted file mode 100644 index e69de29..0000000 diff --git a/.vs/Monogame.ImGuiNet/v17/.futdcache.v2 b/.vs/Monogame.ImGuiNet/v17/.futdcache.v2 deleted file mode 100644 index d13a22d..0000000 Binary files a/.vs/Monogame.ImGuiNet/v17/.futdcache.v2 and /dev/null differ diff --git a/.vs/Monogame.ImGuiNet/v17/.suo b/.vs/Monogame.ImGuiNet/v17/.suo deleted file mode 100644 index 0a204b3..0000000 Binary files a/.vs/Monogame.ImGuiNet/v17/.suo and /dev/null differ diff --git a/.vs/ProjectEvaluation/monogame.imguinet.metadata.v7.bin b/.vs/ProjectEvaluation/monogame.imguinet.metadata.v7.bin deleted file mode 100644 index d9e831c..0000000 Binary files a/.vs/ProjectEvaluation/monogame.imguinet.metadata.v7.bin and /dev/null differ diff --git a/.vs/ProjectEvaluation/monogame.imguinet.projects.v7.bin b/.vs/ProjectEvaluation/monogame.imguinet.projects.v7.bin deleted file mode 100644 index 51eb501..0000000 Binary files a/.vs/ProjectEvaluation/monogame.imguinet.projects.v7.bin and /dev/null differ diff --git a/MonoGame.ImGuiNet/ImGuiRenderer.cs b/MonoGame.ImGuiNet/ImGuiRenderer.cs index 58cc4e5..a9a430f 100644 --- a/MonoGame.ImGuiNet/ImGuiRenderer.cs +++ b/MonoGame.ImGuiNet/ImGuiRenderer.cs @@ -6,6 +6,7 @@ using System.Collections.Generic; using System.Runtime.InteropServices; using ImGuiNET; using System.Threading; +using System.Reflection; namespace MonoGame.ImGuiNet; @@ -346,7 +347,7 @@ public class ImGuiRenderer for (int n = 0; n < drawData.CmdListsCount; n++) { - ImDrawListPtr cmdList = drawData.CmdListsRange[n]; + ImDrawListPtr cmdList = drawData.CmdLists[n]; fixed (void* vtxDstPtr = &_vertexData[vtxOffset * DrawVertDeclaration.Size]) fixed (void* idxDstPtr = &_indexData[idxOffset * sizeof(ushort)]) @@ -374,7 +375,7 @@ public class ImGuiRenderer for (int n = 0; n < drawData.CmdListsCount; n++) { - ImDrawListPtr cmdList = drawData.CmdListsRange[n]; + ImDrawListPtr cmdList = drawData.CmdLists[n]; for (int cmdi = 0; cmdi < cmdList.CmdBuffer.Size; cmdi++) { diff --git a/Monogame.ImGuiNet.csproj b/Monogame.ImGuiNet.csproj index d0f04e4..597b80b 100644 --- a/Monogame.ImGuiNet.csproj +++ b/Monogame.ImGuiNet.csproj @@ -53,7 +53,7 @@ - + diff --git a/bin/Debug/net6.0/Monogame.ImGuiNet.deps.json b/bin/Debug/net6.0/Monogame.ImGuiNet.deps.json deleted file mode 100644 index 060f8f3..0000000 --- a/bin/Debug/net6.0/Monogame.ImGuiNet.deps.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Monogame.ImGuiNet/1.0.0": { - "dependencies": { - "ImGui.NET": "1.89.7.1", - "MonoGame.Content.Builder.Task": "3.8.1.303", - "MonoGame.Framework.DesktopGL": "3.8.1.303" - }, - "runtime": { - "Monogame.ImGuiNet.dll": {} - } - }, - "ImGui.NET/1.89.7.1": { - "dependencies": { - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/net6.0/ImGui.NET.dll": { - "assemblyVersion": "1.89.7.1", - "fileVersion": "1.89.7.1" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/libcimgui.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libcimgui.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/cimgui.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/cimgui.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/cimgui.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "MonoGame.Content.Builder.Task/3.8.1.303": {}, - "MonoGame.Framework.DesktopGL/3.8.1.303": { - "runtime": { - "lib/net6.0/MonoGame.Framework.dll": { - "assemblyVersion": "3.8.1.303", - "fileVersion": "3.8.1.303" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/libSDL2-2.0.so.0": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libopenal.so.1": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libSDL2.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libopenal.1.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/SDL2.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "2.0.20.0" - }, - "runtimes/win-x64/native/soft_oal.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/SDL2.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "2.0.20.0" - }, - "runtimes/win-x86/native/soft_oal.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Buffers/4.4.0": {}, - "System.Numerics.Vectors/4.4.0": {}, - "System.Runtime.CompilerServices.Unsafe/4.4.0": {} - } - }, - "libraries": { - "Monogame.ImGuiNet/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "ImGui.NET/1.89.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-e7hAn3Jq4uoiAeQMmxAu9jkdSJnGR74qO1HNVF7wwIq7g6H9tBIDWke72sHbwGOXpZtL1/S678dR5j7VbDzt9A==", - "path": "imgui.net/1.89.7.1", - "hashPath": "imgui.net.1.89.7.1.nupkg.sha512" - }, - "MonoGame.Content.Builder.Task/3.8.1.303": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9Ilzzje62LhWElbPNEl7vh7XsRSbze+lvCJdZtTZUGu48FRgvYN6THURwIB9PN98EI33/Wnf6iuShNUtD7hL4Q==", - "path": "monogame.content.builder.task/3.8.1.303", - "hashPath": "monogame.content.builder.task.3.8.1.303.nupkg.sha512" - }, - "MonoGame.Framework.DesktopGL/3.8.1.303": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eGYhqn0n1olk8MNYeE9EuBmoNNECN1T18rPMaQpkzsEQ0H3nVyFPXC+uCo78v5pi5juQpJ3PSFnSkjzZJ1U58A==", - "path": "monogame.framework.desktopgl/3.8.1.303", - "hashPath": "monogame.framework.desktopgl.3.8.1.303.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "path": "system.numerics.vectors/4.4.0", - "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net6.0/Monogame.ImGuiNet.dll b/bin/Debug/net6.0/Monogame.ImGuiNet.dll deleted file mode 100644 index f62055f..0000000 Binary files a/bin/Debug/net6.0/Monogame.ImGuiNet.dll and /dev/null differ diff --git a/bin/Debug/net6.0/Monogame.ImGuiNet.pdb b/bin/Debug/net6.0/Monogame.ImGuiNet.pdb deleted file mode 100644 index 18dd699..0000000 Binary files a/bin/Debug/net6.0/Monogame.ImGuiNet.pdb and /dev/null differ diff --git a/bin/Release/net6.0/Monogame.ImGuiNet.deps.json b/bin/Release/net6.0/Monogame.ImGuiNet.deps.json deleted file mode 100644 index 060f8f3..0000000 --- a/bin/Release/net6.0/Monogame.ImGuiNet.deps.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Monogame.ImGuiNet/1.0.0": { - "dependencies": { - "ImGui.NET": "1.89.7.1", - "MonoGame.Content.Builder.Task": "3.8.1.303", - "MonoGame.Framework.DesktopGL": "3.8.1.303" - }, - "runtime": { - "Monogame.ImGuiNet.dll": {} - } - }, - "ImGui.NET/1.89.7.1": { - "dependencies": { - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/net6.0/ImGui.NET.dll": { - "assemblyVersion": "1.89.7.1", - "fileVersion": "1.89.7.1" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/libcimgui.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libcimgui.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-arm64/native/cimgui.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/cimgui.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/cimgui.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "MonoGame.Content.Builder.Task/3.8.1.303": {}, - "MonoGame.Framework.DesktopGL/3.8.1.303": { - "runtime": { - "lib/net6.0/MonoGame.Framework.dll": { - "assemblyVersion": "3.8.1.303", - "fileVersion": "3.8.1.303" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/libSDL2-2.0.so.0": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libopenal.so.1": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libSDL2.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx/native/libopenal.1.dylib": { - "rid": "osx", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/SDL2.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "2.0.20.0" - }, - "runtimes/win-x64/native/soft_oal.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x86/native/SDL2.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "2.0.20.0" - }, - "runtimes/win-x86/native/soft_oal.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Buffers/4.4.0": {}, - "System.Numerics.Vectors/4.4.0": {}, - "System.Runtime.CompilerServices.Unsafe/4.4.0": {} - } - }, - "libraries": { - "Monogame.ImGuiNet/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "ImGui.NET/1.89.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-e7hAn3Jq4uoiAeQMmxAu9jkdSJnGR74qO1HNVF7wwIq7g6H9tBIDWke72sHbwGOXpZtL1/S678dR5j7VbDzt9A==", - "path": "imgui.net/1.89.7.1", - "hashPath": "imgui.net.1.89.7.1.nupkg.sha512" - }, - "MonoGame.Content.Builder.Task/3.8.1.303": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9Ilzzje62LhWElbPNEl7vh7XsRSbze+lvCJdZtTZUGu48FRgvYN6THURwIB9PN98EI33/Wnf6iuShNUtD7hL4Q==", - "path": "monogame.content.builder.task/3.8.1.303", - "hashPath": "monogame.content.builder.task.3.8.1.303.nupkg.sha512" - }, - "MonoGame.Framework.DesktopGL/3.8.1.303": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eGYhqn0n1olk8MNYeE9EuBmoNNECN1T18rPMaQpkzsEQ0H3nVyFPXC+uCo78v5pi5juQpJ3PSFnSkjzZJ1U58A==", - "path": "monogame.framework.desktopgl/3.8.1.303", - "hashPath": "monogame.framework.desktopgl.3.8.1.303.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "path": "system.numerics.vectors/4.4.0", - "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net6.0/Monogame.ImGuiNet.dll b/bin/Release/net6.0/Monogame.ImGuiNet.dll deleted file mode 100644 index 5da67fa..0000000 Binary files a/bin/Release/net6.0/Monogame.ImGuiNet.dll and /dev/null differ diff --git a/bin/Release/net6.0/Monogame.ImGuiNet.pdb b/bin/Release/net6.0/Monogame.ImGuiNet.pdb deleted file mode 100644 index 9da26c8..0000000 Binary files a/bin/Release/net6.0/Monogame.ImGuiNet.pdb and /dev/null differ diff --git a/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.AssemblyInfo.cs b/obj/Debug/net6.0/Monogame.ImGuiNet.AssemblyInfo.cs deleted file mode 100644 index ae6db20..0000000 --- a/obj/Debug/net6.0/Monogame.ImGuiNet.AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Abslute Chaos")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2023 Mezo")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("\n\t\t\tA superset of ImGuiNet with additional components designed for Monogame\n\t\t")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Monogame.ImGuiNet")] -[assembly: System.Reflection.AssemblyTitleAttribute("Monogame.ImGuiNet")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Mezo-hx/MonoGame.ImGuiNet")] -[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.AssemblyInfoInputs.cache b/obj/Debug/net6.0/Monogame.ImGuiNet.AssemblyInfoInputs.cache deleted file mode 100644 index 671d96f..0000000 --- a/obj/Debug/net6.0/Monogame.ImGuiNet.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a2ff2e98f8729b4bf68ee6dedc2414a9ab9a4fee diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0/Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index a238c44..0000000 --- a/obj/Debug/net6.0/Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Monogame.ImGuiNet -build_property.ProjectDir = C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\ diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.assets.cache b/obj/Debug/net6.0/Monogame.ImGuiNet.assets.cache deleted file mode 100644 index 09dcc88..0000000 Binary files a/obj/Debug/net6.0/Monogame.ImGuiNet.assets.cache and /dev/null differ diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.AssemblyReference.cache b/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.AssemblyReference.cache deleted file mode 100644 index cbd45fc..0000000 Binary files a/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.BuildWithSkipAnalyzers b/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.CoreCompileInputs.cache b/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.CoreCompileInputs.cache deleted file mode 100644 index 7d6b40f..0000000 --- a/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -1322da81f211a3dba24fe73cfdbe72a72f57f62b diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.FileListAbsolute.txt b/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.FileListAbsolute.txt deleted file mode 100644 index 5a0a1a0..0000000 --- a/obj/Debug/net6.0/Monogame.ImGuiNet.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\bin\Debug\net6.0\Monogame.ImGuiNet.deps.json -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\bin\Debug\net6.0\Monogame.ImGuiNet.dll -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\bin\Debug\net6.0\Monogame.ImGuiNet.pdb -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\Monogame.ImGuiNet.csproj.AssemblyReference.cache -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\Monogame.ImGuiNet.AssemblyInfoInputs.cache -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\Monogame.ImGuiNet.AssemblyInfo.cs -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\Monogame.ImGuiNet.csproj.CoreCompileInputs.cache -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\Monogame.ImGuiNet.dll -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\refint\Monogame.ImGuiNet.dll -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\Monogame.ImGuiNet.pdb -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Debug\net6.0\ref\Monogame.ImGuiNet.dll diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.dll b/obj/Debug/net6.0/Monogame.ImGuiNet.dll deleted file mode 100644 index f62055f..0000000 Binary files a/obj/Debug/net6.0/Monogame.ImGuiNet.dll and /dev/null differ diff --git a/obj/Debug/net6.0/Monogame.ImGuiNet.pdb b/obj/Debug/net6.0/Monogame.ImGuiNet.pdb deleted file mode 100644 index 18dd699..0000000 Binary files a/obj/Debug/net6.0/Monogame.ImGuiNet.pdb and /dev/null differ diff --git a/obj/Debug/net6.0/ref/Monogame.ImGuiNet.dll b/obj/Debug/net6.0/ref/Monogame.ImGuiNet.dll deleted file mode 100644 index cd196e0..0000000 Binary files a/obj/Debug/net6.0/ref/Monogame.ImGuiNet.dll and /dev/null differ diff --git a/obj/Debug/net6.0/refint/Monogame.ImGuiNet.dll b/obj/Debug/net6.0/refint/Monogame.ImGuiNet.dll deleted file mode 100644 index cd196e0..0000000 Binary files a/obj/Debug/net6.0/refint/Monogame.ImGuiNet.dll and /dev/null differ diff --git a/obj/Monogame.ImGuiNet.csproj.nuget.dgspec.json b/obj/Monogame.ImGuiNet.csproj.nuget.dgspec.json deleted file mode 100644 index 9a07a91..0000000 --- a/obj/Monogame.ImGuiNet.csproj.nuget.dgspec.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\Monogame.ImGuiNet.csproj": {} - }, - "projects": { - "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\Monogame.ImGuiNet.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\Monogame.ImGuiNet.csproj", - "projectName": "MonoGame.ImGuiNet", - "projectPath": "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\Monogame.ImGuiNet.csproj", - "packagesPath": "C:\\Users\\Mezo\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\Mezo\\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": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "ImGui.NET": { - "target": "Package", - "version": "[1.89.7.1, )" - }, - "MonoGame.Content.Builder.Task": { - "target": "Package", - "version": "[3.8.1.303, )" - }, - "MonoGame.Framework.DesktopGL": { - "target": "Package", - "version": "[3.8.1.303, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/obj/Monogame.ImGuiNet.csproj.nuget.g.props b/obj/Monogame.ImGuiNet.csproj.nuget.g.props deleted file mode 100644 index 763cd71..0000000 --- a/obj/Monogame.ImGuiNet.csproj.nuget.g.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\Mezo\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.7.0 - - - - - - - - - \ No newline at end of file diff --git a/obj/Monogame.ImGuiNet.csproj.nuget.g.targets b/obj/Monogame.ImGuiNet.csproj.nuget.g.targets deleted file mode 100644 index 7de22ed..0000000 --- a/obj/Monogame.ImGuiNet.csproj.nuget.g.targets +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.AssemblyInfo.cs b/obj/Release/net6.0/Monogame.ImGuiNet.AssemblyInfo.cs deleted file mode 100644 index 67ce96f..0000000 --- a/obj/Release/net6.0/Monogame.ImGuiNet.AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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("Abslute Chaos")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2023 Mezo")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("\n\t\t\tA superset of ImGuiNet with additional components designed for Monogame\n\t\t")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Monogame.ImGuiNet")] -[assembly: System.Reflection.AssemblyTitleAttribute("Monogame.ImGuiNet")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Mezo-hx/MonoGame.ImGuiNet")] -[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.AssemblyInfoInputs.cache b/obj/Release/net6.0/Monogame.ImGuiNet.AssemblyInfoInputs.cache deleted file mode 100644 index 9b75380..0000000 --- a/obj/Release/net6.0/Monogame.ImGuiNet.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -795a7545ec329c70a027e2f0fa611c168c6628ff diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/net6.0/Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index a238c44..0000000 --- a/obj/Release/net6.0/Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Monogame.ImGuiNet -build_property.ProjectDir = C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\ diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.assets.cache b/obj/Release/net6.0/Monogame.ImGuiNet.assets.cache deleted file mode 100644 index 9d42882..0000000 Binary files a/obj/Release/net6.0/Monogame.ImGuiNet.assets.cache and /dev/null differ diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.csproj.AssemblyReference.cache b/obj/Release/net6.0/Monogame.ImGuiNet.csproj.AssemblyReference.cache deleted file mode 100644 index cbd45fc..0000000 Binary files a/obj/Release/net6.0/Monogame.ImGuiNet.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.csproj.BuildWithSkipAnalyzers b/obj/Release/net6.0/Monogame.ImGuiNet.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.csproj.CoreCompileInputs.cache b/obj/Release/net6.0/Monogame.ImGuiNet.csproj.CoreCompileInputs.cache deleted file mode 100644 index ac5bf47..0000000 --- a/obj/Release/net6.0/Monogame.ImGuiNet.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -dec79d60c8e2ba1436924539a9daa2bffc9ec49d diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.csproj.FileListAbsolute.txt b/obj/Release/net6.0/Monogame.ImGuiNet.csproj.FileListAbsolute.txt deleted file mode 100644 index 175c90c..0000000 --- a/obj/Release/net6.0/Monogame.ImGuiNet.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,24 +0,0 @@ -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\bin\Release\net6.0\Monogame.ImGuiNet.deps.json -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\bin\Release\net6.0\Monogame.ImGuiNet.dll -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\bin\Release\net6.0\Monogame.ImGuiNet.pdb -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\Monogame.ImGuiNet.csproj.AssemblyReference.cache -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\Monogame.ImGuiNet.AssemblyInfoInputs.cache -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\Monogame.ImGuiNet.AssemblyInfo.cs -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\Monogame.ImGuiNet.csproj.CoreCompileInputs.cache -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\Monogame.ImGuiNet.dll -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\refint\Monogame.ImGuiNet.dll -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\Monogame.ImGuiNet.pdb -C:\Users\Mezo\Documents\GitHub\MonoGame.ImGuiNet\obj\Release\net6.0\ref\Monogame.ImGuiNet.dll -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\bin\Release\net6.0\Monogame.ImGuiNet.deps.json -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\bin\Release\net6.0\Monogame.ImGuiNet.dll -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\bin\Release\net6.0\Monogame.ImGuiNet.pdb -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\Monogame.ImGuiNet.csproj.AssemblyReference.cache -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\Monogame.ImGuiNet.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\Monogame.ImGuiNet.AssemblyInfoInputs.cache -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\Monogame.ImGuiNet.AssemblyInfo.cs -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\Monogame.ImGuiNet.csproj.CoreCompileInputs.cache -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\Monogame.ImGuiNet.dll -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\refint\Monogame.ImGuiNet.dll -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\Monogame.ImGuiNet.pdb -C:\Users\Mezo\Downloads\MonoGame.ImGuiNet-main\obj\Release\net6.0\ref\Monogame.ImGuiNet.dll diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.dll b/obj/Release/net6.0/Monogame.ImGuiNet.dll deleted file mode 100644 index 5da67fa..0000000 Binary files a/obj/Release/net6.0/Monogame.ImGuiNet.dll and /dev/null differ diff --git a/obj/Release/net6.0/Monogame.ImGuiNet.pdb b/obj/Release/net6.0/Monogame.ImGuiNet.pdb deleted file mode 100644 index 9da26c8..0000000 Binary files a/obj/Release/net6.0/Monogame.ImGuiNet.pdb and /dev/null differ diff --git a/obj/Release/net6.0/ref/Monogame.ImGuiNet.dll b/obj/Release/net6.0/ref/Monogame.ImGuiNet.dll deleted file mode 100644 index 41afed9..0000000 Binary files a/obj/Release/net6.0/ref/Monogame.ImGuiNet.dll and /dev/null differ diff --git a/obj/Release/net6.0/refint/Monogame.ImGuiNet.dll b/obj/Release/net6.0/refint/Monogame.ImGuiNet.dll deleted file mode 100644 index 41afed9..0000000 Binary files a/obj/Release/net6.0/refint/Monogame.ImGuiNet.dll and /dev/null differ diff --git a/obj/project.assets.json b/obj/project.assets.json deleted file mode 100644 index f52d476..0000000 --- a/obj/project.assets.json +++ /dev/null @@ -1,365 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "ImGui.NET/1.89.7.1": { - "type": "package", - "dependencies": { - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "compile": { - "lib/net6.0/ImGui.NET.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/ImGui.NET.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/libcimgui.so": { - "assetType": "native", - "rid": "linux-x64" - }, - "runtimes/osx/native/libcimgui.dylib": { - "assetType": "native", - "rid": "osx" - }, - "runtimes/win-arm64/native/cimgui.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/cimgui.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/cimgui.dll": { - "assetType": "native", - "rid": "win-x86" - } - } - }, - "MonoGame.Content.Builder.Task/3.8.1.303": { - "type": "package", - "build": { - "build/MonoGame.Content.Builder.Task.props": {}, - "build/MonoGame.Content.Builder.Task.targets": {} - } - }, - "MonoGame.Framework.DesktopGL/3.8.1.303": { - "type": "package", - "compile": { - "lib/net6.0/MonoGame.Framework.dll": {} - }, - "runtime": { - "lib/net6.0/MonoGame.Framework.dll": {} - }, - "build": { - "build/MonoGame.Framework.DesktopGL.targets": {} - }, - "runtimeTargets": { - "runtimes/linux-x64/native/libSDL2-2.0.so.0": { - "assetType": "native", - "rid": "linux-x64" - }, - "runtimes/linux-x64/native/libopenal.so.1": { - "assetType": "native", - "rid": "linux-x64" - }, - "runtimes/osx/native/libSDL2.dylib": { - "assetType": "native", - "rid": "osx" - }, - "runtimes/osx/native/libopenal.1.dylib": { - "assetType": "native", - "rid": "osx" - }, - "runtimes/win-x64/native/SDL2.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x64/native/soft_oal.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/SDL2.dll": { - "assetType": "native", - "rid": "win-x86" - }, - "runtimes/win-x86/native/soft_oal.dll": { - "assetType": "native", - "rid": "win-x86" - } - } - }, - "System.Buffers/4.4.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - } - } - }, - "libraries": { - "ImGui.NET/1.89.7.1": { - "sha512": "e7hAn3Jq4uoiAeQMmxAu9jkdSJnGR74qO1HNVF7wwIq7g6H9tBIDWke72sHbwGOXpZtL1/S678dR5j7VbDzt9A==", - "type": "package", - "path": "imgui.net/1.89.7.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net40/ImGui.NET.targets", - "imgui.net.1.89.7.1.nupkg.sha512", - "imgui.net.nuspec", - "lib/net6.0/ImGui.NET.dll", - "lib/net6.0/ImGui.NET.xml", - "lib/netstandard2.0/ImGui.NET.dll", - "lib/netstandard2.0/ImGui.NET.xml", - "runtimes/linux-x64/native/libcimgui.so", - "runtimes/osx/native/libcimgui.dylib", - "runtimes/win-arm64/native/cimgui.dll", - "runtimes/win-x64/native/cimgui.dll", - "runtimes/win-x86/native/cimgui.dll" - ] - }, - "MonoGame.Content.Builder.Task/3.8.1.303": { - "sha512": "9Ilzzje62LhWElbPNEl7vh7XsRSbze+lvCJdZtTZUGu48FRgvYN6THURwIB9PN98EI33/Wnf6iuShNUtD7hL4Q==", - "type": "package", - "path": "monogame.content.builder.task/3.8.1.303", - "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.1.303.nupkg.sha512", - "monogame.content.builder.task.nuspec" - ] - }, - "MonoGame.Framework.DesktopGL/3.8.1.303": { - "sha512": "eGYhqn0n1olk8MNYeE9EuBmoNNECN1T18rPMaQpkzsEQ0H3nVyFPXC+uCo78v5pi5juQpJ3PSFnSkjzZJ1U58A==", - "type": "package", - "path": "monogame.framework.desktopgl/3.8.1.303", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "build/MonoGame.Framework.DesktopGL.targets", - "lib/net6.0/MonoGame.Framework.dll", - "monogame.framework.desktopgl.3.8.1.303.nupkg.sha512", - "monogame.framework.desktopgl.nuspec", - "runtimes/linux-x64/native/libSDL2-2.0.so.0", - "runtimes/linux-x64/native/libopenal.so.1", - "runtimes/osx/native/libSDL2.dylib", - "runtimes/osx/native/libopenal.1.dylib", - "runtimes/win-x64/native/SDL2.dll", - "runtimes/win-x64/native/soft_oal.dll", - "runtimes/win-x86/native/SDL2.dll", - "runtimes/win-x86/native/soft_oal.dll" - ] - }, - "System.Buffers/4.4.0": { - "sha512": "AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "type": "package", - "path": "system.buffers/4.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.1/System.Buffers.dll", - "lib/netstandard1.1/System.Buffers.xml", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.1/System.Buffers.dll", - "ref/netstandard1.1/System.Buffers.xml", - "ref/netstandard2.0/System.Buffers.dll", - "ref/netstandard2.0/System.Buffers.xml", - "system.buffers.4.4.0.nupkg.sha512", - "system.buffers.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Numerics.Vectors/4.4.0": { - "sha512": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "type": "package", - "path": "system.numerics.vectors/4.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Numerics.Vectors.dll", - "lib/net46/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.0/System.Numerics.Vectors.dll", - "lib/netstandard1.0/System.Numerics.Vectors.xml", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Numerics.Vectors.dll", - "ref/net46/System.Numerics.Vectors.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/System.Numerics.Vectors.dll", - "ref/netstandard1.0/System.Numerics.Vectors.xml", - "ref/netstandard2.0/System.Numerics.Vectors.dll", - "ref/netstandard2.0/System.Numerics.Vectors.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.numerics.vectors.4.4.0.nupkg.sha512", - "system.numerics.vectors.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "sha512": "9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", - "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "ImGui.NET >= 1.89.7.1", - "MonoGame.Content.Builder.Task >= 3.8.1.303", - "MonoGame.Framework.DesktopGL >= 3.8.1.303" - ] - }, - "packageFolders": { - "C:\\Users\\Mezo\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\Monogame.ImGuiNet.csproj", - "projectName": "MonoGame.ImGuiNet", - "projectPath": "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\Monogame.ImGuiNet.csproj", - "packagesPath": "C:\\Users\\Mezo\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\Mezo\\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": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "ImGui.NET": { - "target": "Package", - "version": "[1.89.7.1, )" - }, - "MonoGame.Content.Builder.Task": { - "target": "Package", - "version": "[3.8.1.303, )" - }, - "MonoGame.Framework.DesktopGL": { - "target": "Package", - "version": "[3.8.1.303, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache deleted file mode 100644 index d7c4b78..0000000 --- a/obj/project.nuget.cache +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "z1qpsRY9Q+E1OYyXgBRwqYVrCKwRQSLNPdPdTnhdaAE0xYf0Cl5GLS3cS+9dRSPNiR4YjUf6nHCV8MUDdNpZuA==", - "success": true, - "projectFilePath": "C:\\Users\\Mezo\\Downloads\\MonoGame.ImGuiNet-main\\Monogame.ImGuiNet.csproj", - "expectedPackageFiles": [ - "C:\\Users\\Mezo\\.nuget\\packages\\imgui.net\\1.89.7.1\\imgui.net.1.89.7.1.nupkg.sha512", - "C:\\Users\\Mezo\\.nuget\\packages\\monogame.content.builder.task\\3.8.1.303\\monogame.content.builder.task.3.8.1.303.nupkg.sha512", - "C:\\Users\\Mezo\\.nuget\\packages\\monogame.framework.desktopgl\\3.8.1.303\\monogame.framework.desktopgl.3.8.1.303.nupkg.sha512", - "C:\\Users\\Mezo\\.nuget\\packages\\system.buffers\\4.4.0\\system.buffers.4.4.0.nupkg.sha512", - "C:\\Users\\Mezo\\.nuget\\packages\\system.numerics.vectors\\4.4.0\\system.numerics.vectors.4.4.0.nupkg.sha512", - "C:\\Users\\Mezo\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.4.0\\system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file