diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34c8dee --- /dev/null +++ b/.gitignore @@ -0,0 +1,388 @@ +## 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/master/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 + +# Nuget personal access tokens and Credentials +nuget.config + +# 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 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/ + +# 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 +.idea/ +*.sln.iml diff --git a/.vs/DesktopMagic/DesignTimeBuild/.dtbcache.v2 b/.vs/DesktopMagic/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index 301dacd..0000000 Binary files a/.vs/DesktopMagic/DesignTimeBuild/.dtbcache.v2 and /dev/null differ diff --git a/.vs/DesktopMagic/v16/.suo b/.vs/DesktopMagic/v16/.suo deleted file mode 100644 index b59a8b4..0000000 Binary files a/.vs/DesktopMagic/v16/.suo and /dev/null differ diff --git a/LICENSE b/LICENSE index 9dd8cca..96b2e79 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Stone-Red-Code +Copyright (c) 2021 Stone_Red Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/.vs/DesktopMagic/DesignTimeBuild/.dtbcache.v2 b/src/.vs/DesktopMagic/DesignTimeBuild/.dtbcache.v2 index fbc50a1..c894c51 100644 Binary files a/src/.vs/DesktopMagic/DesignTimeBuild/.dtbcache.v2 and b/src/.vs/DesktopMagic/DesignTimeBuild/.dtbcache.v2 differ diff --git a/src/.vs/DesktopMagic/v16/.suo b/src/.vs/DesktopMagic/v16/.suo index caeb673..416d430 100644 Binary files a/src/.vs/DesktopMagic/v16/.suo and b/src/.vs/DesktopMagic/v16/.suo differ diff --git a/src/DesktopMagic.Installer/DesktopMagic-Installer.exe b/src/DesktopMagic.Installer/DesktopMagic-Installer.exe new file mode 100644 index 0000000..5057f0f Binary files /dev/null and b/src/DesktopMagic.Installer/DesktopMagic-Installer.exe differ diff --git a/src/DesktopMagic.Installer/DesktopMagic.exe b/src/DesktopMagic.Installer/DesktopMagic.exe index 5c3d8c3..5057f0f 100644 Binary files a/src/DesktopMagic.Installer/DesktopMagic.exe and b/src/DesktopMagic.Installer/DesktopMagic.exe differ diff --git a/src/DesktopMagic.Installer/obj/DesktopMagic.Installer.csproj.nuget.dgspec.json b/src/DesktopMagic.Installer/obj/DesktopMagic.Installer.csproj.nuget.dgspec.json index aa0301f..6667cb1 100644 --- a/src/DesktopMagic.Installer/obj/DesktopMagic.Installer.csproj.nuget.dgspec.json +++ b/src/DesktopMagic.Installer/obj/DesktopMagic.Installer.csproj.nuget.dgspec.json @@ -60,7 +60,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } } diff --git a/src/DesktopMagic.Installer/obj/DesktopMagic.Installer.csproj.nuget.g.props b/src/DesktopMagic.Installer/obj/DesktopMagic.Installer.csproj.nuget.g.props index 84dcedc..bdd0480 100644 --- a/src/DesktopMagic.Installer/obj/DesktopMagic.Installer.csproj.nuget.g.props +++ b/src/DesktopMagic.Installer/obj/DesktopMagic.Installer.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\David\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\ PackageReference - 5.9.1 + 5.10.0 diff --git a/src/DesktopMagic.Installer/obj/Release/net5.0/DesktopMagic.Installer.csprojAssemblyReference.cache b/src/DesktopMagic.Installer/obj/Release/net5.0/DesktopMagic.Installer.csprojAssemblyReference.cache index 9a18cbc..49b9455 100644 Binary files a/src/DesktopMagic.Installer/obj/Release/net5.0/DesktopMagic.Installer.csprojAssemblyReference.cache and b/src/DesktopMagic.Installer/obj/Release/net5.0/DesktopMagic.Installer.csprojAssemblyReference.cache differ diff --git a/src/DesktopMagic.Installer/obj/project.assets.json b/src/DesktopMagic.Installer/obj/project.assets.json index 8a6fc16..3db7475 100644 --- a/src/DesktopMagic.Installer/obj/project.assets.json +++ b/src/DesktopMagic.Installer/obj/project.assets.json @@ -68,7 +68,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } } diff --git a/src/DesktopMagic.Installer/obj/project.nuget.cache b/src/DesktopMagic.Installer/obj/project.nuget.cache index 416afc0..284c2ed 100644 --- a/src/DesktopMagic.Installer/obj/project.nuget.cache +++ b/src/DesktopMagic.Installer/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "RMVg3g84xDKsW5P4i9dL+GsjVxpOKCGzERVoRzlk0KwX52UgF4vkE2yB9UlTxEXoQ6mBninswcRqGL2qm6GZ7g==", + "dgSpecHash": "pq9ZmC4v22stlOrLeCGD9k9SoeiqIKfWL0vNGvB5dYSSrBhHDIPf6AArwdR7smvy7uMKrzSIgV0lLpJAFSgKxQ==", "success": true, "projectFilePath": "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagic.Installer\\DesktopMagic.Installer.csproj", "expectedPackageFiles": [], diff --git a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.deps.json b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.deps.json index 44a38ff..b8f0a6a 100644 --- a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.deps.json +++ b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.deps.json @@ -9,7 +9,7 @@ "DesktopMagic/1.0.0": { "dependencies": { "AlwaysUpToDate": "1.0.0.2", - "DesktopMagicPluginAPI": "1.0.0", + "DesktopMagicPluginAPI": "0.0.0.1", "Extended.Wpf.Toolkit": "4.1.0", "Google.Apis.Calendar.v3": "1.51.0.2312", "Hardcodet.NotifyIcon.Wpf": "1.1.0", @@ -334,7 +334,7 @@ } } }, - "DesktopMagicPluginAPI/1.0.0": { + "DesktopMagicPluginAPI/0.0.0.1": { "dependencies": { "System.Drawing.Common": "5.0.2" }, @@ -532,7 +532,7 @@ "path": "system.text.json/5.0.2", "hashPath": "system.text.json.5.0.2.nupkg.sha512" }, - "DesktopMagicPluginAPI/1.0.0": { + "DesktopMagicPluginAPI/0.0.0.1": { "type": "project", "serviceable": false, "sha512": "" diff --git a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.dll b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.dll index d479173..b91b4e6 100644 Binary files a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.dll and b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.dll differ diff --git a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.pdb b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.pdb index 118099f..df65012 100644 Binary files a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.pdb and b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.pdb differ diff --git a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.dll b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.dll index c6cc985..79c0427 100644 Binary files a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.dll and b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.dll differ diff --git a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.pdb b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.pdb index 04370bf..21cf341 100644 Binary files a/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.pdb and b/src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.pdb differ diff --git a/src/DesktopMagic/bin/Release/net5.0-windows/ref/DesktopMagic.dll b/src/DesktopMagic/bin/Release/net5.0-windows/ref/DesktopMagic.dll index a1e46a3..4f1092c 100644 Binary files a/src/DesktopMagic/bin/Release/net5.0-windows/ref/DesktopMagic.dll and b/src/DesktopMagic/bin/Release/net5.0-windows/ref/DesktopMagic.dll differ diff --git a/src/DesktopMagic/obj/DesktopMagic.csproj.nuget.dgspec.json b/src/DesktopMagic/obj/DesktopMagic.csproj.nuget.dgspec.json index a4a5d8b..828cece 100644 --- a/src/DesktopMagic/obj/DesktopMagic.csproj.nuget.dgspec.json +++ b/src/DesktopMagic/obj/DesktopMagic.csproj.nuget.dgspec.json @@ -5,7 +5,7 @@ }, "projects": { "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPluginAPI\\DesktopMagicPluginAPI.csproj": { - "version": "1.0.0", + "version": "0.0.0.1", "restore": { "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPluginAPI\\DesktopMagicPluginAPI.csproj", "projectName": "DesktopMagicPluginAPI", @@ -66,7 +66,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } }, @@ -163,7 +163,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } } diff --git a/src/DesktopMagic/obj/DesktopMagic.csproj.nuget.g.props b/src/DesktopMagic/obj/DesktopMagic.csproj.nuget.g.props index 878a306..9925ca8 100644 --- a/src/DesktopMagic/obj/DesktopMagic.csproj.nuget.g.props +++ b/src/DesktopMagic/obj/DesktopMagic.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\David\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\ PackageReference - 5.9.1 + 5.10.0 diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/App.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/App.g.i.cs index 8ede292..fd5b878 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/App.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/App.g.i.cs @@ -62,7 +62,7 @@ namespace DesktopMagic { #line default #line hidden - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/app.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/app.xaml", System.UriKind.Relative); #line 1 "..\..\..\App.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/CalendarWindow.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/CalendarWindow.g.i.cs index 0ca7078..310883d 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/CalendarWindow.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/CalendarWindow.g.i.cs @@ -85,7 +85,7 @@ namespace DesktopMagic { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/calendarwindow.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/calendarwindow.xaml", System.UriKind.Relative); #line 1 "..\..\..\CalendarWindow.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/CpuUsageWindow.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/CpuUsageWindow.g.i.cs index 9c3f7a3..7c8b9c0 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/CpuUsageWindow.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/CpuUsageWindow.g.i.cs @@ -85,7 +85,7 @@ namespace DesktopMagic { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/cpuusagewindow.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/cpuusagewindow.xaml", System.UriKind.Relative); #line 1 "..\..\..\CpuUsageWindow.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/DateWindow.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/DateWindow.g.i.cs index e3b4015..61a4a44 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/DateWindow.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/DateWindow.g.i.cs @@ -85,7 +85,7 @@ namespace DesktopMagic { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/datewindow.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/datewindow.xaml", System.UriKind.Relative); #line 1 "..\..\..\DateWindow.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.csprojAssemblyReference.cache b/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.csprojAssemblyReference.cache index 65ad2c6..b69d3df 100644 Binary files a/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.csprojAssemblyReference.cache and b/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.csprojAssemblyReference.cache differ diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.dll b/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.dll index d479173..b91b4e6 100644 Binary files a/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.dll and b/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.dll differ diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.pdb b/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.pdb index 118099f..df65012 100644 Binary files a/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.pdb and b/src/DesktopMagic/obj/Release/net5.0-windows/DesktopMagic.pdb differ diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/InputDialog.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/InputDialog.g.i.cs index 5fc60ec..1442296 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/InputDialog.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/InputDialog.g.i.cs @@ -86,7 +86,7 @@ namespace DesktopMagic { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/inputdialog.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/inputdialog.xaml", System.UriKind.Relative); #line 1 "..\..\..\InputDialog.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/MainWindow.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/MainWindow.g.i.cs index c27a4fa..649bf7d 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/MainWindow.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/MainWindow.g.i.cs @@ -288,7 +288,7 @@ namespace DesktopMagic { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/mainwindow.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative); #line 1 "..\..\..\MainWindow.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/MusicVisualizerWindow.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/MusicVisualizerWindow.g.i.cs index e1680aa..0bd4e8e 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/MusicVisualizerWindow.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/MusicVisualizerWindow.g.i.cs @@ -93,7 +93,7 @@ namespace DesktopMagic { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/musicvisualizerwindow.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/musicvisualizerwindow.xaml", System.UriKind.Relative); #line 1 "..\..\..\MusicVisualizerWindow.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/PluginWindow.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/PluginWindow.g.i.cs index 44121b8..7965a6b 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/PluginWindow.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/PluginWindow.g.i.cs @@ -86,7 +86,7 @@ namespace DesktopMagic { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/pluginwindow.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/pluginwindow.xaml", System.UriKind.Relative); #line 1 "..\..\..\PluginWindow.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/TimeWindow.g.i.cs b/src/DesktopMagic/obj/Release/net5.0-windows/TimeWindow.g.i.cs index 6abe00b..28ffa14 100644 --- a/src/DesktopMagic/obj/Release/net5.0-windows/TimeWindow.g.i.cs +++ b/src/DesktopMagic/obj/Release/net5.0-windows/TimeWindow.g.i.cs @@ -85,7 +85,7 @@ namespace DesktopMagic { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/DesktopMagic;component/timewindow.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/DesktopMagic;V1.0.0.0;component/timewindow.xaml", System.UriKind.Relative); #line 1 "..\..\..\TimeWindow.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/src/DesktopMagic/obj/Release/net5.0-windows/ref/DesktopMagic.dll b/src/DesktopMagic/obj/Release/net5.0-windows/ref/DesktopMagic.dll index a1e46a3..4f1092c 100644 Binary files a/src/DesktopMagic/obj/Release/net5.0-windows/ref/DesktopMagic.dll and b/src/DesktopMagic/obj/Release/net5.0-windows/ref/DesktopMagic.dll differ diff --git a/src/DesktopMagic/obj/project.assets.json b/src/DesktopMagic/obj/project.assets.json index 73ab2ea..d339b85 100644 --- a/src/DesktopMagic/obj/project.assets.json +++ b/src/DesktopMagic/obj/project.assets.json @@ -401,7 +401,7 @@ "lib/netcoreapp3.0/System.Text.Json.dll": {} } }, - "DesktopMagicPluginAPI/1.0.0": { + "DesktopMagicPluginAPI/0.0.0.1": { "type": "project", "framework": ".NETCoreApp,Version=v5.0", "dependencies": { @@ -1070,7 +1070,7 @@ "version.txt" ] }, - "DesktopMagicPluginAPI/1.0.0": { + "DesktopMagicPluginAPI/0.0.0.1": { "type": "project", "path": "../DesktopMagicPluginAPI/DesktopMagicPluginAPI.csproj", "msbuildProject": "../DesktopMagicPluginAPI/DesktopMagicPluginAPI.csproj" @@ -1079,7 +1079,7 @@ "projectFileDependencyGroups": { "net5.0-windows7.0": [ "AlwaysUpToDate >= 1.0.0.2", - "DesktopMagicPluginAPI >= 1.0.0", + "DesktopMagicPluginAPI >= 0.0.0.1", "Extended.Wpf.Toolkit >= 4.1.0", "Google.Apis.Calendar.v3 >= 1.51.0.2312", "Hardcodet.NotifyIcon.Wpf >= 1.1.0", @@ -1186,7 +1186,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } }, diff --git a/src/DesktopMagic/obj/project.nuget.cache b/src/DesktopMagic/obj/project.nuget.cache index ba91d47..0546795 100644 --- a/src/DesktopMagic/obj/project.nuget.cache +++ b/src/DesktopMagic/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "5yebJ3X65YwK4D5JQuCU8WSxPyOBvw8kpsJXJ+bdglI65/f2USRXOqDjC05rLWEQ8AJGrAwlf5AGJvtlT4HkBA==", + "dgSpecHash": "tlThlZfHuTZwobJjU75y3KvStqi+h3O2tjISpgJdLKJYu5qrwpxJb1thGk5nDPbXqcgoO6C3ixMf9KFSQ304qw==", "success": true, "projectFilePath": "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagic\\DesktopMagic.csproj", "expectedPackageFiles": [ @@ -29,7 +29,8 @@ "C:\\Users\\David\\.nuget\\packages\\system.management\\5.0.0\\system.management.5.0.0.nupkg.sha512", "C:\\Users\\David\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512", "C:\\Users\\David\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", - "C:\\Users\\David\\.nuget\\packages\\system.text.json\\5.0.2\\system.text.json.5.0.2.nupkg.sha512" + "C:\\Users\\David\\.nuget\\packages\\system.text.json\\5.0.2\\system.text.json.5.0.2.nupkg.sha512", + "C:\\Users\\David\\.nuget\\packages\\desktopmagicpluginapi\\0.0.0.1\\desktopmagicpluginapi.0.0.0.1.nupkg.sha512" ], "logs": [ { diff --git a/src/DesktopMagicPlugin.Test/obj/DesktopMagicPlugin.Test.csproj.nuget.dgspec.json b/src/DesktopMagicPlugin.Test/obj/DesktopMagicPlugin.Test.csproj.nuget.dgspec.json index 396dd98..4964504 100644 --- a/src/DesktopMagicPlugin.Test/obj/DesktopMagicPlugin.Test.csproj.nuget.dgspec.json +++ b/src/DesktopMagicPlugin.Test/obj/DesktopMagicPlugin.Test.csproj.nuget.dgspec.json @@ -70,12 +70,12 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } }, "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPluginAPI\\DesktopMagicPluginAPI.csproj": { - "version": "1.0.0", + "version": "0.0.0.1", "restore": { "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPluginAPI\\DesktopMagicPluginAPI.csproj", "projectName": "DesktopMagicPluginAPI", @@ -136,7 +136,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } } diff --git a/src/DesktopMagicPlugin.Test/obj/DesktopMagicPlugin.Test.csproj.nuget.g.props b/src/DesktopMagicPlugin.Test/obj/DesktopMagicPlugin.Test.csproj.nuget.g.props index 84dcedc..bdd0480 100644 --- a/src/DesktopMagicPlugin.Test/obj/DesktopMagicPlugin.Test.csproj.nuget.g.props +++ b/src/DesktopMagicPlugin.Test/obj/DesktopMagicPlugin.Test.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\David\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\ PackageReference - 5.9.1 + 5.10.0 diff --git a/src/DesktopMagicPlugin.Test/obj/Release/net5.0/DesktopMagicPlugin.Test.csprojAssemblyReference.cache b/src/DesktopMagicPlugin.Test/obj/Release/net5.0/DesktopMagicPlugin.Test.csprojAssemblyReference.cache index 0f8c84f..2366f5f 100644 Binary files a/src/DesktopMagicPlugin.Test/obj/Release/net5.0/DesktopMagicPlugin.Test.csprojAssemblyReference.cache and b/src/DesktopMagicPlugin.Test/obj/Release/net5.0/DesktopMagicPlugin.Test.csprojAssemblyReference.cache differ diff --git a/src/DesktopMagicPlugin.Test/obj/project.assets.json b/src/DesktopMagicPlugin.Test/obj/project.assets.json index b45c0bb..fe82ff7 100644 --- a/src/DesktopMagicPlugin.Test/obj/project.assets.json +++ b/src/DesktopMagicPlugin.Test/obj/project.assets.json @@ -51,7 +51,7 @@ } } }, - "DesktopMagicPluginAPI/1.0.0": { + "DesktopMagicPluginAPI/0.0.0.1": { "type": "project", "framework": ".NETCoreApp,Version=v5.0", "dependencies": { @@ -155,7 +155,7 @@ "version.txt" ] }, - "DesktopMagicPluginAPI/1.0.0": { + "DesktopMagicPluginAPI/0.0.0.1": { "type": "project", "path": "../DesktopMagicPluginAPI/DesktopMagicPluginAPI.csproj", "msbuildProject": "../DesktopMagicPluginAPI/DesktopMagicPluginAPI.csproj" @@ -163,7 +163,7 @@ }, "projectFileDependencyGroups": { "net5.0": [ - "DesktopMagicPluginAPI >= 1.0.0", + "DesktopMagicPluginAPI >= 0.0.0.1", "System.Drawing.Common >= 5.0.2" ] }, @@ -238,7 +238,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } } diff --git a/src/DesktopMagicPlugin.Test/obj/project.nuget.cache b/src/DesktopMagicPlugin.Test/obj/project.nuget.cache index 562c195..a47af89 100644 --- a/src/DesktopMagicPlugin.Test/obj/project.nuget.cache +++ b/src/DesktopMagicPlugin.Test/obj/project.nuget.cache @@ -1,12 +1,13 @@ { "version": 2, - "dgSpecHash": "bEseDHeFHTU1aiW8v3Mwrv202l/mfUpCb4waYgUUj4bRFxcwCYA9Xo1QQaxov6tPvDpBtj25w6if9NfabiceSg==", + "dgSpecHash": "TuOcZPLALDGmU9LTAGn5iVicebN0kr4uGLHmPWAVlWjcIsPkr3qjci7XHJAa5QBVONH2TKxVLFrdKt/80PwHrg==", "success": true, "projectFilePath": "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPlugin.Test\\DesktopMagicPlugin.Test.csproj", "expectedPackageFiles": [ "C:\\Users\\David\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512", "C:\\Users\\David\\.nuget\\packages\\microsoft.win32.systemevents\\5.0.0\\microsoft.win32.systemevents.5.0.0.nupkg.sha512", - "C:\\Users\\David\\.nuget\\packages\\system.drawing.common\\5.0.2\\system.drawing.common.5.0.2.nupkg.sha512" + "C:\\Users\\David\\.nuget\\packages\\system.drawing.common\\5.0.2\\system.drawing.common.5.0.2.nupkg.sha512", + "C:\\Users\\David\\.nuget\\packages\\desktopmagicpluginapi\\0.0.0.1\\desktopmagicpluginapi.0.0.0.1.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/src/DesktopMagicPluginAPI/DesktopMagicPluginAPI.csproj b/src/DesktopMagicPluginAPI/DesktopMagicPluginAPI.csproj index f665e14..0273ffb 100644 --- a/src/DesktopMagicPluginAPI/DesktopMagicPluginAPI.csproj +++ b/src/DesktopMagicPluginAPI/DesktopMagicPluginAPI.csproj @@ -2,10 +2,23 @@ net5.0 + Stone_Red + Stone_Red + 0.0.0.1 + https://github.com/Stone-Red-Code/DesktopMagic + LICENSE + true + + + True + + + + diff --git a/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.deps.json b/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.deps.json index 4448db2..31a608f 100644 --- a/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.deps.json +++ b/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.deps.json @@ -6,7 +6,7 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v5.0": { - "DesktopMagicPluginAPI/1.0.0": { + "DesktopMagicPluginAPI/0.0.0.1": { "dependencies": { "System.Drawing.Common": "5.0.2" }, @@ -62,7 +62,7 @@ } }, "libraries": { - "DesktopMagicPluginAPI/1.0.0": { + "DesktopMagicPluginAPI/0.0.0.1": { "type": "project", "serviceable": false, "sha512": "" diff --git a/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.dll b/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.dll index c6cc985..79c0427 100644 Binary files a/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.dll and b/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.dll differ diff --git a/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.pdb b/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.pdb index 04370bf..21cf341 100644 Binary files a/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.pdb and b/src/DesktopMagicPluginAPI/bin/Release/net5.0/DesktopMagicPluginAPI.pdb differ diff --git a/src/DesktopMagicPluginAPI/bin/Release/net5.0/ref/DesktopMagicPluginAPI.dll b/src/DesktopMagicPluginAPI/bin/Release/net5.0/ref/DesktopMagicPluginAPI.dll index 4d50be4..2573684 100644 Binary files a/src/DesktopMagicPluginAPI/bin/Release/net5.0/ref/DesktopMagicPluginAPI.dll and b/src/DesktopMagicPluginAPI/bin/Release/net5.0/ref/DesktopMagicPluginAPI.dll differ diff --git a/src/DesktopMagicPluginAPI/obj/DesktopMagicPluginAPI.csproj.nuget.dgspec.json b/src/DesktopMagicPluginAPI/obj/DesktopMagicPluginAPI.csproj.nuget.dgspec.json index 0df5a89..92fe21e 100644 --- a/src/DesktopMagicPluginAPI/obj/DesktopMagicPluginAPI.csproj.nuget.dgspec.json +++ b/src/DesktopMagicPluginAPI/obj/DesktopMagicPluginAPI.csproj.nuget.dgspec.json @@ -5,7 +5,7 @@ }, "projects": { "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPluginAPI\\DesktopMagicPluginAPI.csproj": { - "version": "1.0.0", + "version": "0.0.0.1", "restore": { "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPluginAPI\\DesktopMagicPluginAPI.csproj", "projectName": "DesktopMagicPluginAPI", @@ -66,7 +66,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } } diff --git a/src/DesktopMagicPluginAPI/obj/DesktopMagicPluginAPI.csproj.nuget.g.props b/src/DesktopMagicPluginAPI/obj/DesktopMagicPluginAPI.csproj.nuget.g.props index 84dcedc..bdd0480 100644 --- a/src/DesktopMagicPluginAPI/obj/DesktopMagicPluginAPI.csproj.nuget.g.props +++ b/src/DesktopMagicPluginAPI/obj/DesktopMagicPluginAPI.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\David\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\ PackageReference - 5.9.1 + 5.10.0 diff --git a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.AssemblyInfo.cs b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.AssemblyInfo.cs index 7a56ecd..10996fc 100644 --- a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.AssemblyInfo.cs +++ b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.AssemblyInfo.cs @@ -11,13 +11,14 @@ using System; using System.Reflection; -[assembly: System.Reflection.AssemblyCompanyAttribute("DesktopMagicPluginAPI")] +[assembly: System.Reflection.AssemblyCompanyAttribute("Stone_Red")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("DesktopMagicPluginAPI")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.0.1")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.0.1")] +[assembly: System.Reflection.AssemblyProductAttribute("Stone_Red")] [assembly: System.Reflection.AssemblyTitleAttribute("DesktopMagicPluginAPI")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.0.0.1")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Stone-Red-Code/DesktopMagic")] // Von der MSBuild WriteCodeFragment-Klasse generiert. diff --git a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.AssemblyInfoInputs.cache b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.AssemblyInfoInputs.cache index 6bb832f..2626874 100644 --- a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.AssemblyInfoInputs.cache +++ b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.AssemblyInfoInputs.cache @@ -1 +1 @@ -f9c09189c6aa23fefbfa34210f3392d99fc2ad84 +d7809b9abf4d9a475e2d576fb05d2d793ced1107 diff --git a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.csproj.FileListAbsolute.txt b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.csproj.FileListAbsolute.txt index 7892706..8bb3f8a 100644 --- a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.csproj.FileListAbsolute.txt +++ b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.csproj.FileListAbsolute.txt @@ -10,3 +10,15 @@ C:\Users\David\Google Drive\Programmieren\DesktopMagic\DesktopMagicPluginAPI\obj C:\Users\David\Google Drive\Programmieren\DesktopMagic\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.dll C:\Users\David\Google Drive\Programmieren\DesktopMagic\DesktopMagicPluginAPI\obj\Release\net5.0\ref\DesktopMagicPluginAPI.dll C:\Users\David\Google Drive\Programmieren\DesktopMagic\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.pdb +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\bin\Release\net5.0\DesktopMagicPluginAPI.deps.json +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\bin\Release\net5.0\DesktopMagicPluginAPI.dll +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\bin\Release\net5.0\ref\DesktopMagicPluginAPI.dll +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\bin\Release\net5.0\DesktopMagicPluginAPI.pdb +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.csprojAssemblyReference.cache +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.AssemblyInfoInputs.cache +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.AssemblyInfo.cs +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.csproj.CoreCompileInputs.cache +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.dll +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\obj\Release\net5.0\ref\DesktopMagicPluginAPI.dll +C:\Users\David\Google Drive\Programmieren\DesktopMagic\src\DesktopMagicPluginAPI\obj\Release\net5.0\DesktopMagicPluginAPI.pdb diff --git a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.csprojAssemblyReference.cache b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.csprojAssemblyReference.cache index 67bcb21..10dac41 100644 Binary files a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.csprojAssemblyReference.cache and b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.csprojAssemblyReference.cache differ diff --git a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.dll b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.dll index c6cc985..79c0427 100644 Binary files a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.dll and b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.dll differ diff --git a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.pdb b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.pdb index 04370bf..21cf341 100644 Binary files a/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.pdb and b/src/DesktopMagicPluginAPI/obj/Release/net5.0/DesktopMagicPluginAPI.pdb differ diff --git a/src/DesktopMagicPluginAPI/obj/Release/net5.0/ref/DesktopMagicPluginAPI.dll b/src/DesktopMagicPluginAPI/obj/Release/net5.0/ref/DesktopMagicPluginAPI.dll index 4d50be4..2573684 100644 Binary files a/src/DesktopMagicPluginAPI/obj/Release/net5.0/ref/DesktopMagicPluginAPI.dll and b/src/DesktopMagicPluginAPI/obj/Release/net5.0/ref/DesktopMagicPluginAPI.dll differ diff --git a/src/DesktopMagicPluginAPI/obj/project.assets.json b/src/DesktopMagicPluginAPI/obj/project.assets.json index 496f49c..2e18d0e 100644 --- a/src/DesktopMagicPluginAPI/obj/project.assets.json +++ b/src/DesktopMagicPluginAPI/obj/project.assets.json @@ -154,7 +154,7 @@ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {} }, "project": { - "version": "1.0.0", + "version": "0.0.0.1", "restore": { "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPluginAPI\\DesktopMagicPluginAPI.csproj", "projectName": "DesktopMagicPluginAPI", @@ -215,7 +215,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" } } } diff --git a/src/DesktopMagicPluginAPI/obj/project.nuget.cache b/src/DesktopMagicPluginAPI/obj/project.nuget.cache index 878527e..18b0584 100644 --- a/src/DesktopMagicPluginAPI/obj/project.nuget.cache +++ b/src/DesktopMagicPluginAPI/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "Qzr0JTsc+GHp4Nc6TyVUGYhwnb8N5jqORI8UY2aaFXul2ZXBx3F6erzhUn49cTbe8BgF4ZI3AnGtegGqv7EPiA==", + "dgSpecHash": "08N26zii9pk9wdNK/Re+ETaT0gBBQc7cOeR/kknBOmCIlaORYvra6ROXT75LPs73/8KHFjccVwCrZ3IluDzQ/g==", "success": true, "projectFilePath": "C:\\Users\\David\\Google Drive\\Programmieren\\DesktopMagic\\src\\DesktopMagicPluginAPI\\DesktopMagicPluginAPI.csproj", "expectedPackageFiles": [