mirror of
https://github.com/iminet/ImgBBApi.git
synced 2025-07-28 00:25:55 +02:00
First commit
This commit is contained in:
33
obj/Debug/Iminetsoft.CronNET.8.0.1.nuspec
Normal file
33
obj/Debug/Iminetsoft.CronNET.8.0.1.nuspec
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Iminetsoft.CronNET</id>
|
||||
<version>8.0.1</version>
|
||||
<authors>kevinkolyar, iminet</authors>
|
||||
<icon>iminetsoft.png</icon>
|
||||
<readme>Readme.md</readme>
|
||||
<projectUrl>https://github.com/iminet/CronNET</projectUrl>
|
||||
<description>C# library for running cron jobs on .NET</description>
|
||||
<releaseNotes>Added package icon</releaseNotes>
|
||||
<tags>dotnet Cron Crondaemon Crontab</tags>
|
||||
<repository url="https://github.com/iminet/CronNET" />
|
||||
<dependencies>
|
||||
<group targetFramework="net5.0">
|
||||
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Drawing.Common" version="7.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Resources.Extensions" version="7.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net6.0">
|
||||
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Drawing.Common" version="7.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Resources.Extensions" version="7.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net5.0\CronNET.dll" target="lib\net5.0\CronNET.dll" />
|
||||
<file src="C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net6.0\CronNET.dll" target="lib\net6.0\CronNET.dll" />
|
||||
<file src="C:\Users\kincs\source\repos\ImgBBApi\Resources\iminetsoft.png" target="\iminetsoft.png" />
|
||||
<file src="C:\Users\kincs\source\repos\ImgBBApi\Readme.md" target="\Readme.md" />
|
||||
</files>
|
||||
</package>
|
33
obj/Debug/Iminetsoft.ImgBBApi.1.0.1.nuspec
Normal file
33
obj/Debug/Iminetsoft.ImgBBApi.1.0.1.nuspec
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Iminetsoft.ImgBBApi</id>
|
||||
<version>1.0.1</version>
|
||||
<authors>iminet</authors>
|
||||
<icon>iminetsoft.png</icon>
|
||||
<readme>Readme.md</readme>
|
||||
<projectUrl>https://github.com/iminet/CronNET</projectUrl>
|
||||
<description>C# library for ImgBB</description>
|
||||
<releaseNotes>Added package icon</releaseNotes>
|
||||
<tags>dotnet ImgBB, image, imageupload, API</tags>
|
||||
<repository url="https://github.com/iminet/CronNET" />
|
||||
<dependencies>
|
||||
<group targetFramework="net5.0">
|
||||
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Drawing.Common" version="7.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Resources.Extensions" version="7.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net6.0">
|
||||
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Drawing.Common" version="7.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Resources.Extensions" version="7.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net5.0\ImgBBApi.dll" target="lib\net5.0\ImgBBApi.dll" />
|
||||
<file src="C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net6.0\ImgBBApi.dll" target="lib\net6.0\ImgBBApi.dll" />
|
||||
<file src="C:\Users\kincs\source\repos\ImgBBApi\Resources\iminetsoft.png" target="\iminetsoft.png" />
|
||||
<file src="C:\Users\kincs\source\repos\ImgBBApi\Readme.md" target="\Readme.md" />
|
||||
</files>
|
||||
</package>
|
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")]
|
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = CronNET
|
||||
build_property.ProjectDir = C:\Users\kincs\source\repos\ImgBBApi\
|
BIN
obj/Debug/net40/ImgBBApi.assets.cache
Normal file
BIN
obj/Debug/net40/ImgBBApi.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net40/ImgBBApi.csproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/net40/ImgBBApi.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = "")]
|
BIN
obj/Debug/net45/CronNET.Properties.Resources.resources
Normal file
BIN
obj/Debug/net45/CronNET.Properties.Resources.resources
Normal file
Binary file not shown.
23
obj/Debug/net45/ImgBBApi.AssemblyInfo.cs
Normal file
23
obj/Debug/net45/ImgBBApi.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
1
obj/Debug/net45/ImgBBApi.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net45/ImgBBApi.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
832aaba013b84d3d47cf36ca53dcafe1234b8ac8
|
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = CronNET
|
||||
build_property.ProjectDir = C:\Users\kincs\source\repos\ImgBBApi\
|
8
obj/Debug/net45/ImgBBApi.GlobalUsings.g.cs
Normal file
8
obj/Debug/net45/ImgBBApi.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
obj/Debug/net45/ImgBBApi.assets.cache
Normal file
BIN
obj/Debug/net45/ImgBBApi.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net45/ImgBBApi.csproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/net45/ImgBBApi.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
1
obj/Debug/net45/ImgBBApi.csproj.CoreCompileInputs.cache
Normal file
1
obj/Debug/net45/ImgBBApi.csproj.CoreCompileInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
7d7c8dc253aec797f8c63206a1796e3b64d9a2bd
|
5
obj/Debug/net45/ImgBBApi.csproj.FileListAbsolute.txt
Normal file
5
obj/Debug/net45/ImgBBApi.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net45\ImgBBApi.csproj.AssemblyReference.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net45\CronNET.Properties.Resources.resources
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net45\ImgBBApi.csproj.GenerateResource.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net45\ImgBBApi.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net45\ImgBBApi.csproj.CoreCompileInputs.cache
|
BIN
obj/Debug/net45/ImgBBApi.csproj.GenerateResource.cache
Normal file
BIN
obj/Debug/net45/ImgBBApi.csproj.GenerateResource.cache
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = CronNET
|
||||
build_property.ProjectDir = C:\Users\kincs\source\repos\ImgBBApi\
|
BIN
obj/Debug/net48/ImgBBApi.assets.cache
Normal file
BIN
obj/Debug/net48/ImgBBApi.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net48/ImgBBApi.csproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/net48/ImgBBApi.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8.5", FrameworkDisplayName = "")]
|
23
obj/Debug/net485/ImgBBApi.AssemblyInfo.cs
Normal file
23
obj/Debug/net485/ImgBBApi.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
1
obj/Debug/net485/ImgBBApi.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net485/ImgBBApi.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
832aaba013b84d3d47cf36ca53dcafe1234b8ac8
|
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = CronNET
|
||||
build_property.ProjectDir = C:\Users\kincs\source\repos\ImgBBApi\
|
8
obj/Debug/net485/ImgBBApi.GlobalUsings.g.cs
Normal file
8
obj/Debug/net485/ImgBBApi.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
obj/Debug/net485/ImgBBApi.assets.cache
Normal file
BIN
obj/Debug/net485/ImgBBApi.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net485/ImgBBApi.csproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/net485/ImgBBApi.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = ".NET 5.0")]
|
23
obj/Debug/net5.0/ImgBBApi.AssemblyInfo.cs
Normal file
23
obj/Debug/net5.0/ImgBBApi.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
1
obj/Debug/net5.0/ImgBBApi.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net5.0/ImgBBApi.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
832aaba013b84d3d47cf36ca53dcafe1234b8ac8
|
@@ -0,0 +1,11 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.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 = ImgBBApi
|
||||
build_property.ProjectDir = C:\Users\kincs\source\repos\ImgBBApi\
|
8
obj/Debug/net5.0/ImgBBApi.GlobalUsings.g.cs
Normal file
8
obj/Debug/net5.0/ImgBBApi.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
obj/Debug/net5.0/ImgBBApi.Properties.Resources.resources
Normal file
BIN
obj/Debug/net5.0/ImgBBApi.Properties.Resources.resources
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/ImgBBApi.assets.cache
Normal file
BIN
obj/Debug/net5.0/ImgBBApi.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/ImgBBApi.csproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/net5.0/ImgBBApi.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
1
obj/Debug/net5.0/ImgBBApi.csproj.CoreCompileInputs.cache
Normal file
1
obj/Debug/net5.0/ImgBBApi.csproj.CoreCompileInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
dcf2eaaba221741fd7361d4eff27d9d5e7e18f91
|
12
obj/Debug/net5.0/ImgBBApi.csproj.FileListAbsolute.txt
Normal file
12
obj/Debug/net5.0/ImgBBApi.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\ImgBBApi.csproj.AssemblyReference.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\ImgBBApi.csproj.GenerateResource.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\ImgBBApi.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\ImgBBApi.csproj.CoreCompileInputs.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net5.0\ImgBBApi.deps.json
|
||||
C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net5.0\ImgBBApi.dll
|
||||
C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net5.0\ImgBBApi.pdb
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\ImgBBApi.Properties.Resources.resources
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\ImgBBApi.dll
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\refint\ImgBBApi.dll
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\ImgBBApi.pdb
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net5.0\ref\ImgBBApi.dll
|
BIN
obj/Debug/net5.0/ImgBBApi.csproj.GenerateResource.cache
Normal file
BIN
obj/Debug/net5.0/ImgBBApi.csproj.GenerateResource.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/ImgBBApi.dll
Normal file
BIN
obj/Debug/net5.0/ImgBBApi.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/ImgBBApi.pdb
Normal file
BIN
obj/Debug/net5.0/ImgBBApi.pdb
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/ref/ImgBBApi.dll
Normal file
BIN
obj/Debug/net5.0/ref/ImgBBApi.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/refint/ImgBBApi.dll
Normal file
BIN
obj/Debug/net5.0/refint/ImgBBApi.dll
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
23
obj/Debug/net6.0/ImgBBApi.AssemblyInfo.cs
Normal file
23
obj/Debug/net6.0/ImgBBApi.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
1
obj/Debug/net6.0/ImgBBApi.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net6.0/ImgBBApi.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
832aaba013b84d3d47cf36ca53dcafe1234b8ac8
|
@@ -0,0 +1,11 @@
|
||||
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 = ImgBBApi
|
||||
build_property.ProjectDir = C:\Users\kincs\source\repos\ImgBBApi\
|
8
obj/Debug/net6.0/ImgBBApi.GlobalUsings.g.cs
Normal file
8
obj/Debug/net6.0/ImgBBApi.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
obj/Debug/net6.0/ImgBBApi.Properties.Resources.resources
Normal file
BIN
obj/Debug/net6.0/ImgBBApi.Properties.Resources.resources
Normal file
Binary file not shown.
BIN
obj/Debug/net6.0/ImgBBApi.assets.cache
Normal file
BIN
obj/Debug/net6.0/ImgBBApi.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net6.0/ImgBBApi.csproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/net6.0/ImgBBApi.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
1
obj/Debug/net6.0/ImgBBApi.csproj.CoreCompileInputs.cache
Normal file
1
obj/Debug/net6.0/ImgBBApi.csproj.CoreCompileInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
90b2958116f5d9142abe5e060b864c26012e5b7b
|
12
obj/Debug/net6.0/ImgBBApi.csproj.FileListAbsolute.txt
Normal file
12
obj/Debug/net6.0/ImgBBApi.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\ImgBBApi.csproj.AssemblyReference.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\ImgBBApi.csproj.GenerateResource.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\ImgBBApi.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\ImgBBApi.csproj.CoreCompileInputs.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net6.0\ImgBBApi.deps.json
|
||||
C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net6.0\ImgBBApi.dll
|
||||
C:\Users\kincs\source\repos\ImgBBApi\bin\Debug\net6.0\ImgBBApi.pdb
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\ImgBBApi.Properties.Resources.resources
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\ImgBBApi.dll
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\refint\ImgBBApi.dll
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\ImgBBApi.pdb
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net6.0\ref\ImgBBApi.dll
|
BIN
obj/Debug/net6.0/ImgBBApi.csproj.GenerateResource.cache
Normal file
BIN
obj/Debug/net6.0/ImgBBApi.csproj.GenerateResource.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net6.0/ImgBBApi.dll
Normal file
BIN
obj/Debug/net6.0/ImgBBApi.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net6.0/ImgBBApi.pdb
Normal file
BIN
obj/Debug/net6.0/ImgBBApi.pdb
Normal file
Binary file not shown.
BIN
obj/Debug/net6.0/ref/ImgBBApi.dll
Normal file
BIN
obj/Debug/net6.0/ref/ImgBBApi.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net6.0/refint/ImgBBApi.dll
Normal file
BIN
obj/Debug/net6.0/refint/ImgBBApi.dll
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
|
23
obj/Debug/net7.0/ImgBBApi.AssemblyInfo.cs
Normal file
23
obj/Debug/net7.0/ImgBBApi.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
1
obj/Debug/net7.0/ImgBBApi.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net7.0/ImgBBApi.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
832aaba013b84d3d47cf36ca53dcafe1234b8ac8
|
@@ -0,0 +1,11 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net7.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = CronNET
|
||||
build_property.ProjectDir = C:\Users\kincs\source\repos\ImgBBApi\
|
8
obj/Debug/net7.0/ImgBBApi.GlobalUsings.g.cs
Normal file
8
obj/Debug/net7.0/ImgBBApi.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
obj/Debug/net7.0/ImgBBApi.assets.cache
Normal file
BIN
obj/Debug/net7.0/ImgBBApi.assets.cache
Normal file
Binary file not shown.
3
obj/Debug/net7.0/ImgBBApi.csproj.FileListAbsolute.txt
Normal file
3
obj/Debug/net7.0/ImgBBApi.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net7.0\ImgBBApi.csproj.AssemblyReference.cache
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net7.0\CronNET.Properties.Resources.resources
|
||||
C:\Users\kincs\source\repos\ImgBBApi\obj\Debug\net7.0\ImgBBApi.csproj.GenerateResource.cache
|
BIN
obj/Debug/net7.0/ImgBBApi.csproj.GenerateResource.cache
Normal file
BIN
obj/Debug/net7.0/ImgBBApi.csproj.GenerateResource.cache
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")]
|
23
obj/Debug/netstandard2.0/ImgBBApi.AssemblyInfo.cs
Normal file
23
obj/Debug/netstandard2.0/ImgBBApi.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ImgBBApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
832aaba013b84d3d47cf36ca53dcafe1234b8ac8
|
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = CronNET
|
||||
build_property.ProjectDir = C:\Users\kincs\source\repos\ImgBBApi\
|
8
obj/Debug/netstandard2.0/ImgBBApi.GlobalUsings.g.cs
Normal file
8
obj/Debug/netstandard2.0/ImgBBApi.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
obj/Debug/netstandard2.0/ImgBBApi.assets.cache
Normal file
BIN
obj/Debug/netstandard2.0/ImgBBApi.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/netstandard2.0/ImgBBApi.csproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/netstandard2.0/ImgBBApi.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
Reference in New Issue
Block a user