commit
87ac5c743f
904 changed files with 21956 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,39 @@ |
|||
{ |
|||
"Version": 1, |
|||
"WorkspaceRootPath": "C:\\Users\\89237\\source\\repos\\QRAPI\\", |
|||
"Documents": [], |
|||
"DocumentGroupContainers": [ |
|||
{ |
|||
"Orientation": 0, |
|||
"VerticalTabListWidth": 256, |
|||
"DocumentGroups": [ |
|||
{ |
|||
"DockedWidth": 200, |
|||
"SelectedChildIndex": -1, |
|||
"Children": [ |
|||
{ |
|||
"$type": "Bookmark", |
|||
"Name": "ST:131:0:{1fc202d4-d401-403c-9834-5b218574bb67}" |
|||
}, |
|||
{ |
|||
"$type": "Bookmark", |
|||
"Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}" |
|||
}, |
|||
{ |
|||
"$type": "Bookmark", |
|||
"Name": "ST:133:0:{1fc202d4-d401-403c-9834-5b218574bb67}" |
|||
}, |
|||
{ |
|||
"$type": "Bookmark", |
|||
"Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" |
|||
}, |
|||
{ |
|||
"$type": "Bookmark", |
|||
"Name": "ST:0:0:{cce594b6-0c39-4442-ba28-10c64ac7e89f}" |
|||
} |
|||
] |
|||
} |
|||
] |
|||
} |
|||
] |
|||
} |
@ -0,0 +1,7 @@ |
|||
{ |
|||
"ExpandedNodes": [ |
|||
"" |
|||
], |
|||
"SelectedNode": "\\C:\\Users\\89237\\Source\\Repos\\QRAPI", |
|||
"PreviewInSolutionExplorer": false |
|||
} |
Binary file not shown.
@ -0,0 +1,15 @@ |
|||
<Project Sdk="Microsoft.NET.Sdk"> |
|||
|
|||
<PropertyGroup> |
|||
<TargetFramework>net8.0-windows</TargetFramework> |
|||
<Nullable>enable</Nullable> |
|||
<UseWPF>true</UseWPF> |
|||
<ImplicitUsings>enable</ImplicitUsings> |
|||
</PropertyGroup> |
|||
|
|||
<ItemGroup> |
|||
<PackageReference Include="Autofac" Version="8.3.0" /> |
|||
<PackageReference Include="Hangfire.Core" Version="1.8.18" /> |
|||
</ItemGroup> |
|||
|
|||
</Project> |
@ -0,0 +1,29 @@ |
|||
|
|||
using System.Threading.Tasks; |
|||
|
|||
|
|||
namespace PluginSystem |
|||
{ |
|||
|
|||
public interface IRecurringJob:IJobPlugin |
|||
{ |
|||
|
|||
} |
|||
public interface ICustomJob:IJobPlugin |
|||
{ |
|||
} |
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
namespace PluginSystem |
|||
{ |
|||
// 插件接口定义
|
|||
public interface IJobPlugin |
|||
{ |
|||
string Name { get; } |
|||
string Description { get; } |
|||
Task ExecuteAsync(); |
|||
} |
|||
} |
@ -0,0 +1,130 @@ |
|||
{ |
|||
"runtimeTarget": { |
|||
"name": ".NETCoreApp,Version=v8.0", |
|||
"signature": "" |
|||
}, |
|||
"compilationOptions": {}, |
|||
"targets": { |
|||
".NETCoreApp,Version=v8.0": { |
|||
"ILifeTimeService/1.0.0": { |
|||
"dependencies": { |
|||
"Autofac": "8.3.0", |
|||
"Hangfire.Core": "1.8.18" |
|||
}, |
|||
"runtime": { |
|||
"ILifeTimeService.dll": {} |
|||
} |
|||
}, |
|||
"Autofac/8.3.0": { |
|||
"dependencies": { |
|||
"System.Diagnostics.DiagnosticSource": "8.0.1" |
|||
}, |
|||
"runtime": { |
|||
"lib/net8.0/Autofac.dll": { |
|||
"assemblyVersion": "8.3.0.0", |
|||
"fileVersion": "8.3.0.0" |
|||
} |
|||
} |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"dependencies": { |
|||
"Newtonsoft.Json": "11.0.1" |
|||
}, |
|||
"runtime": { |
|||
"lib/netstandard2.0/Hangfire.Core.dll": { |
|||
"assemblyVersion": "1.8.18.0", |
|||
"fileVersion": "1.8.18.0" |
|||
} |
|||
}, |
|||
"resources": { |
|||
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll": { |
|||
"locale": "ca" |
|||
}, |
|||
"lib/netstandard2.0/de/Hangfire.Core.resources.dll": { |
|||
"locale": "de" |
|||
}, |
|||
"lib/netstandard2.0/es/Hangfire.Core.resources.dll": { |
|||
"locale": "es" |
|||
}, |
|||
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll": { |
|||
"locale": "fa" |
|||
}, |
|||
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll": { |
|||
"locale": "fr" |
|||
}, |
|||
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll": { |
|||
"locale": "nb" |
|||
}, |
|||
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll": { |
|||
"locale": "nl" |
|||
}, |
|||
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-BR" |
|||
}, |
|||
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-PT" |
|||
}, |
|||
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll": { |
|||
"locale": "pt" |
|||
}, |
|||
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll": { |
|||
"locale": "sv" |
|||
}, |
|||
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": { |
|||
"locale": "tr-TR" |
|||
}, |
|||
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": { |
|||
"locale": "zh-TW" |
|||
}, |
|||
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll": { |
|||
"locale": "zh" |
|||
} |
|||
} |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"runtime": { |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll": { |
|||
"assemblyVersion": "11.0.0.0", |
|||
"fileVersion": "11.0.1.21818" |
|||
} |
|||
} |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": {} |
|||
} |
|||
}, |
|||
"libraries": { |
|||
"ILifeTimeService/1.0.0": { |
|||
"type": "project", |
|||
"serviceable": false, |
|||
"sha512": "" |
|||
}, |
|||
"Autofac/8.3.0": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==", |
|||
"path": "autofac/8.3.0", |
|||
"hashPath": "autofac.8.3.0.nupkg.sha512" |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==", |
|||
"path": "hangfire.core/1.8.18", |
|||
"hashPath": "hangfire.core.1.8.18.nupkg.sha512" |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==", |
|||
"path": "newtonsoft.json/11.0.1", |
|||
"hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", |
|||
"path": "system.diagnostics.diagnosticsource/8.0.1", |
|||
"hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512" |
|||
} |
|||
} |
|||
} |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@ |
|||
// <autogenerated />
|
|||
using System; |
|||
using System.Reflection; |
|||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
@ -0,0 +1,25 @@ |
|||
//------------------------------------------------------------------------------
|
|||
// <auto-generated>
|
|||
// 此代码由工具生成。
|
|||
// 运行时版本:4.0.30319.42000
|
|||
//
|
|||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
// 重新生成代码,这些更改将会丢失。
|
|||
// </auto-generated>
|
|||
//------------------------------------------------------------------------------
|
|||
|
|||
using System; |
|||
using System.Reflection; |
|||
|
|||
[assembly: System.Reflection.AssemblyCompanyAttribute("ILifeTimeService")] |
|||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
|||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
|||
[assembly: System.Reflection.AssemblyProductAttribute("ILifeTimeService")] |
|||
[assembly: System.Reflection.AssemblyTitleAttribute("ILifeTimeService")] |
|||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] |
|||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] |
|||
|
|||
// 由 MSBuild WriteCodeFragment 类生成。
|
|||
|
@ -0,0 +1 @@ |
|||
34b585e8d76995d11ca0f0ae8c4d075a00f3b50180dba62130b351f25235b237 |
@ -0,0 +1,16 @@ |
|||
is_global = true |
|||
build_property.TargetFramework = net8.0-windows |
|||
build_property.TargetPlatformMinVersion = 7.0 |
|||
build_property.UsingMicrosoftNETSdkWeb = |
|||
build_property.ProjectTypeGuids = |
|||
build_property.InvariantGlobalization = |
|||
build_property.PlatformNeutralAssembly = |
|||
build_property.EnforceExtendedAnalyzerRules = |
|||
build_property._SupportedPlatformList = Linux,macOS,Windows |
|||
build_property.RootNamespace = ILifeTimeService |
|||
build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\ |
|||
build_property.EnableComHosting = |
|||
build_property.EnableGeneratedComInterfaceComImportInterop = |
|||
build_property.CsWinRTUseWindowsUIXamlProjections = false |
|||
build_property.EffectiveAnalysisLevelStyle = 8.0 |
|||
build_property.EnableCodeStyleSeverity = |
@ -0,0 +1,6 @@ |
|||
// <auto-generated/>
|
|||
global using global::System; |
|||
global using global::System.Collections.Generic; |
|||
global using global::System.Linq; |
|||
global using global::System.Threading; |
|||
global using global::System.Threading.Tasks; |
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
6da1179f7a7ee56d150e1fe72a800bd737f9cbfc222a71aa9d74cf4f4f907dfc |
@ -0,0 +1,12 @@ |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.deps.json |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.dll |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.csproj.AssemblyReference.cache |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.GeneratedMSBuildEditorConfig.editorconfig |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.AssemblyInfoInputs.cache |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.AssemblyInfo.cs |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.csproj.CoreCompileInputs.cache |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.dll |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\refint\ILifeTimeService.dll |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ref\ILifeTimeService.dll |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,86 @@ |
|||
{ |
|||
"format": 1, |
|||
"restore": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {} |
|||
}, |
|||
"projects": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": { |
|||
"version": "1.0.0", |
|||
"restore": { |
|||
"projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"projectName": "ILifeTimeService", |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"packagesPath": "C:\\Users\\89237\\.nuget\\packages\\", |
|||
"outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\", |
|||
"projectStyle": "PackageReference", |
|||
"fallbackFolders": [ |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
], |
|||
"configFilePaths": [ |
|||
"C:\\Users\\89237\\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": [ |
|||
"net8.0-windows" |
|||
], |
|||
"sources": { |
|||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|||
"https://api.nuget.org/v3/index.json": {} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"projectReferences": {} |
|||
} |
|||
}, |
|||
"warningProperties": { |
|||
"warnAsError": [ |
|||
"NU1605" |
|||
] |
|||
}, |
|||
"restoreAuditProperties": { |
|||
"enableAudit": "true", |
|||
"auditLevel": "low", |
|||
"auditMode": "direct" |
|||
}, |
|||
"SdkAnalysisLevel": "9.0.300" |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"dependencies": { |
|||
"Autofac": { |
|||
"target": "Package", |
|||
"version": "[8.3.0, )" |
|||
}, |
|||
"Hangfire.Core": { |
|||
"target": "Package", |
|||
"version": "[1.8.18, )" |
|||
} |
|||
}, |
|||
"imports": [ |
|||
"net461", |
|||
"net462", |
|||
"net47", |
|||
"net471", |
|||
"net472", |
|||
"net48", |
|||
"net481" |
|||
], |
|||
"assetTargetFallback": true, |
|||
"warn": true, |
|||
"frameworkReferences": { |
|||
"Microsoft.NETCore.App": { |
|||
"privateAssets": "all" |
|||
}, |
|||
"Microsoft.WindowsDesktop.App.WPF": { |
|||
"privateAssets": "none" |
|||
} |
|||
}, |
|||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,16 @@ |
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
|||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
|||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
|||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
|||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
|||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
|||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion> |
|||
</PropertyGroup> |
|||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|||
<SourceRoot Include="C:\Users\89237\.nuget\packages\" /> |
|||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
|||
</ItemGroup> |
|||
</Project> |
@ -0,0 +1,2 @@ |
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> |
@ -0,0 +1,367 @@ |
|||
{ |
|||
"version": 3, |
|||
"targets": { |
|||
"net8.0-windows7.0": { |
|||
"Autofac/8.3.0": { |
|||
"type": "package", |
|||
"dependencies": { |
|||
"System.Diagnostics.DiagnosticSource": "8.0.1" |
|||
}, |
|||
"compile": { |
|||
"lib/net8.0/Autofac.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"runtime": { |
|||
"lib/net8.0/Autofac.dll": { |
|||
"related": ".xml" |
|||
} |
|||
} |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"type": "package", |
|||
"dependencies": { |
|||
"Newtonsoft.Json": "11.0.1" |
|||
}, |
|||
"compile": { |
|||
"lib/netstandard2.0/Hangfire.Core.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"runtime": { |
|||
"lib/netstandard2.0/Hangfire.Core.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"resource": { |
|||
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll": { |
|||
"locale": "ca" |
|||
}, |
|||
"lib/netstandard2.0/de/Hangfire.Core.resources.dll": { |
|||
"locale": "de" |
|||
}, |
|||
"lib/netstandard2.0/es/Hangfire.Core.resources.dll": { |
|||
"locale": "es" |
|||
}, |
|||
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll": { |
|||
"locale": "fa" |
|||
}, |
|||
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll": { |
|||
"locale": "fr" |
|||
}, |
|||
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll": { |
|||
"locale": "nb" |
|||
}, |
|||
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll": { |
|||
"locale": "nl" |
|||
}, |
|||
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-BR" |
|||
}, |
|||
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-PT" |
|||
}, |
|||
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll": { |
|||
"locale": "pt" |
|||
}, |
|||
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll": { |
|||
"locale": "sv" |
|||
}, |
|||
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": { |
|||
"locale": "tr-TR" |
|||
}, |
|||
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": { |
|||
"locale": "zh-TW" |
|||
}, |
|||
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll": { |
|||
"locale": "zh" |
|||
} |
|||
} |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"type": "package", |
|||
"compile": { |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"runtime": { |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll": { |
|||
"related": ".xml" |
|||
} |
|||
} |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": { |
|||
"type": "package", |
|||
"compile": { |
|||
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"runtime": { |
|||
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"build": { |
|||
"buildTransitive/net6.0/_._": {} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"libraries": { |
|||
"Autofac/8.3.0": { |
|||
"sha512": "0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==", |
|||
"type": "package", |
|||
"path": "autofac/8.3.0", |
|||
"files": [ |
|||
".nupkg.metadata", |
|||
".signature.p7s", |
|||
"README.md", |
|||
"autofac.8.3.0.nupkg.sha512", |
|||
"autofac.nuspec", |
|||
"icon.png", |
|||
"lib/net6.0/Autofac.dll", |
|||
"lib/net6.0/Autofac.xml", |
|||
"lib/net7.0/Autofac.dll", |
|||
"lib/net7.0/Autofac.xml", |
|||
"lib/net8.0/Autofac.dll", |
|||
"lib/net8.0/Autofac.xml", |
|||
"lib/netstandard2.0/Autofac.dll", |
|||
"lib/netstandard2.0/Autofac.xml", |
|||
"lib/netstandard2.1/Autofac.dll", |
|||
"lib/netstandard2.1/Autofac.xml" |
|||
] |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"sha512": "oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==", |
|||
"type": "package", |
|||
"path": "hangfire.core/1.8.18", |
|||
"files": [ |
|||
".nupkg.metadata", |
|||
".signature.p7s", |
|||
"COPYING", |
|||
"COPYING.LESSER", |
|||
"LICENSE.md", |
|||
"LICENSE_ROYALTYFREE", |
|||
"LICENSE_STANDARD", |
|||
"NOTICES", |
|||
"README.md", |
|||
"hangfire.core.1.8.18.nupkg.sha512", |
|||
"hangfire.core.nuspec", |
|||
"icon.png", |
|||
"lib/net451/Hangfire.Core.dll", |
|||
"lib/net451/Hangfire.Core.xml", |
|||
"lib/net451/ca/Hangfire.Core.resources.dll", |
|||
"lib/net451/de/Hangfire.Core.resources.dll", |
|||
"lib/net451/es/Hangfire.Core.resources.dll", |
|||
"lib/net451/fa/Hangfire.Core.resources.dll", |
|||
"lib/net451/fr/Hangfire.Core.resources.dll", |
|||
"lib/net451/nb/Hangfire.Core.resources.dll", |
|||
"lib/net451/nl/Hangfire.Core.resources.dll", |
|||
"lib/net451/pt-BR/Hangfire.Core.resources.dll", |
|||
"lib/net451/pt-PT/Hangfire.Core.resources.dll", |
|||
"lib/net451/pt/Hangfire.Core.resources.dll", |
|||
"lib/net451/sv/Hangfire.Core.resources.dll", |
|||
"lib/net451/tr-TR/Hangfire.Core.resources.dll", |
|||
"lib/net451/zh-TW/Hangfire.Core.resources.dll", |
|||
"lib/net451/zh/Hangfire.Core.resources.dll", |
|||
"lib/net46/Hangfire.Core.dll", |
|||
"lib/net46/Hangfire.Core.xml", |
|||
"lib/net46/ca/Hangfire.Core.resources.dll", |
|||
"lib/net46/de/Hangfire.Core.resources.dll", |
|||
"lib/net46/es/Hangfire.Core.resources.dll", |
|||
"lib/net46/fa/Hangfire.Core.resources.dll", |
|||
"lib/net46/fr/Hangfire.Core.resources.dll", |
|||
"lib/net46/nb/Hangfire.Core.resources.dll", |
|||
"lib/net46/nl/Hangfire.Core.resources.dll", |
|||
"lib/net46/pt-BR/Hangfire.Core.resources.dll", |
|||
"lib/net46/pt-PT/Hangfire.Core.resources.dll", |
|||
"lib/net46/pt/Hangfire.Core.resources.dll", |
|||
"lib/net46/sv/Hangfire.Core.resources.dll", |
|||
"lib/net46/tr-TR/Hangfire.Core.resources.dll", |
|||
"lib/net46/zh-TW/Hangfire.Core.resources.dll", |
|||
"lib/net46/zh/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/Hangfire.Core.dll", |
|||
"lib/netstandard1.3/Hangfire.Core.xml", |
|||
"lib/netstandard1.3/ca/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/de/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/es/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/fa/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/fr/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/nb/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/nl/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/pt-BR/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/pt-PT/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/pt/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/sv/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/tr-TR/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/zh-TW/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/zh/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/Hangfire.Core.dll", |
|||
"lib/netstandard2.0/Hangfire.Core.xml", |
|||
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/de/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/es/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll" |
|||
] |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"sha512": "pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==", |
|||
"type": "package", |
|||
"path": "newtonsoft.json/11.0.1", |
|||
"files": [ |
|||
".nupkg.metadata", |
|||
".signature.p7s", |
|||
"LICENSE.md", |
|||
"lib/net20/Newtonsoft.Json.dll", |
|||
"lib/net20/Newtonsoft.Json.xml", |
|||
"lib/net35/Newtonsoft.Json.dll", |
|||
"lib/net35/Newtonsoft.Json.xml", |
|||
"lib/net40/Newtonsoft.Json.dll", |
|||
"lib/net40/Newtonsoft.Json.xml", |
|||
"lib/net45/Newtonsoft.Json.dll", |
|||
"lib/net45/Newtonsoft.Json.xml", |
|||
"lib/netstandard1.0/Newtonsoft.Json.dll", |
|||
"lib/netstandard1.0/Newtonsoft.Json.xml", |
|||
"lib/netstandard1.3/Newtonsoft.Json.dll", |
|||
"lib/netstandard1.3/Newtonsoft.Json.xml", |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll", |
|||
"lib/netstandard2.0/Newtonsoft.Json.xml", |
|||
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll", |
|||
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml", |
|||
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll", |
|||
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml", |
|||
"newtonsoft.json.11.0.1.nupkg.sha512", |
|||
"newtonsoft.json.nuspec" |
|||
] |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": { |
|||
"sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", |
|||
"type": "package", |
|||
"path": "system.diagnostics.diagnosticsource/8.0.1", |
|||
"files": [ |
|||
".nupkg.metadata", |
|||
".signature.p7s", |
|||
"Icon.png", |
|||
"LICENSE.TXT", |
|||
"THIRD-PARTY-NOTICES.TXT", |
|||
"buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", |
|||
"buildTransitive/net462/_._", |
|||
"buildTransitive/net6.0/_._", |
|||
"buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", |
|||
"lib/net462/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/net462/System.Diagnostics.DiagnosticSource.xml", |
|||
"lib/net6.0/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/net6.0/System.Diagnostics.DiagnosticSource.xml", |
|||
"lib/net7.0/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/net7.0/System.Diagnostics.DiagnosticSource.xml", |
|||
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/net8.0/System.Diagnostics.DiagnosticSource.xml", |
|||
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", |
|||
"system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", |
|||
"system.diagnostics.diagnosticsource.nuspec", |
|||
"useSharedDesignerContext.txt" |
|||
] |
|||
} |
|||
}, |
|||
"projectFileDependencyGroups": { |
|||
"net8.0-windows7.0": [ |
|||
"Autofac >= 8.3.0", |
|||
"Hangfire.Core >= 1.8.18" |
|||
] |
|||
}, |
|||
"packageFolders": { |
|||
"C:\\Users\\89237\\.nuget\\packages\\": {}, |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} |
|||
}, |
|||
"project": { |
|||
"version": "1.0.0", |
|||
"restore": { |
|||
"projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"projectName": "ILifeTimeService", |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"packagesPath": "C:\\Users\\89237\\.nuget\\packages\\", |
|||
"outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\", |
|||
"projectStyle": "PackageReference", |
|||
"fallbackFolders": [ |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
], |
|||
"configFilePaths": [ |
|||
"C:\\Users\\89237\\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": [ |
|||
"net8.0-windows" |
|||
], |
|||
"sources": { |
|||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|||
"https://api.nuget.org/v3/index.json": {} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"projectReferences": {} |
|||
} |
|||
}, |
|||
"warningProperties": { |
|||
"warnAsError": [ |
|||
"NU1605" |
|||
] |
|||
}, |
|||
"restoreAuditProperties": { |
|||
"enableAudit": "true", |
|||
"auditLevel": "low", |
|||
"auditMode": "direct" |
|||
}, |
|||
"SdkAnalysisLevel": "9.0.300" |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"dependencies": { |
|||
"Autofac": { |
|||
"target": "Package", |
|||
"version": "[8.3.0, )" |
|||
}, |
|||
"Hangfire.Core": { |
|||
"target": "Package", |
|||
"version": "[1.8.18, )" |
|||
} |
|||
}, |
|||
"imports": [ |
|||
"net461", |
|||
"net462", |
|||
"net47", |
|||
"net471", |
|||
"net472", |
|||
"net48", |
|||
"net481" |
|||
], |
|||
"assetTargetFallback": true, |
|||
"warn": true, |
|||
"frameworkReferences": { |
|||
"Microsoft.NETCore.App": { |
|||
"privateAssets": "all" |
|||
}, |
|||
"Microsoft.WindowsDesktop.App.WPF": { |
|||
"privateAssets": "none" |
|||
} |
|||
}, |
|||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json" |
|||
} |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,13 @@ |
|||
{ |
|||
"version": 2, |
|||
"dgSpecHash": "Op74Ix7vkDk=", |
|||
"success": true, |
|||
"projectFilePath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"expectedPackageFiles": [ |
|||
"C:\\Users\\89237\\.nuget\\packages\\autofac\\8.3.0\\autofac.8.3.0.nupkg.sha512", |
|||
"C:\\Users\\89237\\.nuget\\packages\\hangfire.core\\1.8.18\\hangfire.core.1.8.18.nupkg.sha512", |
|||
"C:\\Users\\89237\\.nuget\\packages\\newtonsoft.json\\11.0.1\\newtonsoft.json.11.0.1.nupkg.sha512", |
|||
"C:\\Users\\89237\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.1\\system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512" |
|||
], |
|||
"logs": [] |
|||
} |
@ -0,0 +1,33 @@ |
|||
|
|||
using PluginSystem; |
|||
using Autofac; |
|||
|
|||
namespace LifeTimeService |
|||
{ |
|||
public class MyService1 : IJobPlugin |
|||
{ |
|||
|
|||
public string Name { set; get; }= "MyService1"; |
|||
|
|||
public string Description => throw new NotImplementedException(); |
|||
|
|||
public Task ExecuteAsync() |
|||
{ |
|||
Console.WriteLine("MyService1"); |
|||
return Task.CompletedTask; |
|||
} |
|||
} |
|||
public class MyService2 : IJobPlugin |
|||
{ |
|||
public string Name { set; get; } = "MyService2"; |
|||
public string Description => throw new NotImplementedException(); |
|||
|
|||
public Task ExecuteAsync() |
|||
{ |
|||
Console.WriteLine("MyService2"); |
|||
return Task.CompletedTask; |
|||
} |
|||
} |
|||
|
|||
|
|||
} |
@ -0,0 +1,14 @@ |
|||
<Project Sdk="Microsoft.NET.Sdk"> |
|||
|
|||
<PropertyGroup> |
|||
<TargetFramework>net8.0-windows</TargetFramework> |
|||
<Nullable>enable</Nullable> |
|||
<UseWPF>true</UseWPF> |
|||
<ImplicitUsings>enable</ImplicitUsings> |
|||
</PropertyGroup> |
|||
|
|||
<ItemGroup> |
|||
<ProjectReference Include="..\ILifeTimeService\ILifeTimeService.csproj" /> |
|||
</ItemGroup> |
|||
|
|||
</Project> |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,146 @@ |
|||
{ |
|||
"runtimeTarget": { |
|||
"name": ".NETCoreApp,Version=v8.0", |
|||
"signature": "" |
|||
}, |
|||
"compilationOptions": {}, |
|||
"targets": { |
|||
".NETCoreApp,Version=v8.0": { |
|||
"Jobs/1.0.0": { |
|||
"dependencies": { |
|||
"ILifeTimeService": "1.0.0" |
|||
}, |
|||
"runtime": { |
|||
"Jobs.dll": {} |
|||
} |
|||
}, |
|||
"Autofac/8.3.0": { |
|||
"dependencies": { |
|||
"System.Diagnostics.DiagnosticSource": "8.0.1" |
|||
}, |
|||
"runtime": { |
|||
"lib/net8.0/Autofac.dll": { |
|||
"assemblyVersion": "8.3.0.0", |
|||
"fileVersion": "8.3.0.0" |
|||
} |
|||
} |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"dependencies": { |
|||
"Newtonsoft.Json": "11.0.1" |
|||
}, |
|||
"runtime": { |
|||
"lib/netstandard2.0/Hangfire.Core.dll": { |
|||
"assemblyVersion": "1.8.18.0", |
|||
"fileVersion": "1.8.18.0" |
|||
} |
|||
}, |
|||
"resources": { |
|||
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll": { |
|||
"locale": "ca" |
|||
}, |
|||
"lib/netstandard2.0/de/Hangfire.Core.resources.dll": { |
|||
"locale": "de" |
|||
}, |
|||
"lib/netstandard2.0/es/Hangfire.Core.resources.dll": { |
|||
"locale": "es" |
|||
}, |
|||
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll": { |
|||
"locale": "fa" |
|||
}, |
|||
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll": { |
|||
"locale": "fr" |
|||
}, |
|||
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll": { |
|||
"locale": "nb" |
|||
}, |
|||
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll": { |
|||
"locale": "nl" |
|||
}, |
|||
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-BR" |
|||
}, |
|||
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-PT" |
|||
}, |
|||
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll": { |
|||
"locale": "pt" |
|||
}, |
|||
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll": { |
|||
"locale": "sv" |
|||
}, |
|||
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": { |
|||
"locale": "tr-TR" |
|||
}, |
|||
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": { |
|||
"locale": "zh-TW" |
|||
}, |
|||
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll": { |
|||
"locale": "zh" |
|||
} |
|||
} |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"runtime": { |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll": { |
|||
"assemblyVersion": "11.0.0.0", |
|||
"fileVersion": "11.0.1.21818" |
|||
} |
|||
} |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": {}, |
|||
"ILifeTimeService/1.0.0": { |
|||
"dependencies": { |
|||
"Autofac": "8.3.0", |
|||
"Hangfire.Core": "1.8.18" |
|||
}, |
|||
"runtime": { |
|||
"ILifeTimeService.dll": { |
|||
"assemblyVersion": "1.0.0.0", |
|||
"fileVersion": "1.0.0.0" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"libraries": { |
|||
"Jobs/1.0.0": { |
|||
"type": "project", |
|||
"serviceable": false, |
|||
"sha512": "" |
|||
}, |
|||
"Autofac/8.3.0": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==", |
|||
"path": "autofac/8.3.0", |
|||
"hashPath": "autofac.8.3.0.nupkg.sha512" |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==", |
|||
"path": "hangfire.core/1.8.18", |
|||
"hashPath": "hangfire.core.1.8.18.nupkg.sha512" |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==", |
|||
"path": "newtonsoft.json/11.0.1", |
|||
"hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", |
|||
"path": "system.diagnostics.diagnosticsource/8.0.1", |
|||
"hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512" |
|||
}, |
|||
"ILifeTimeService/1.0.0": { |
|||
"type": "project", |
|||
"serviceable": false, |
|||
"sha512": "" |
|||
} |
|||
} |
|||
} |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,146 @@ |
|||
{ |
|||
"runtimeTarget": { |
|||
"name": ".NETCoreApp,Version=v8.0", |
|||
"signature": "" |
|||
}, |
|||
"compilationOptions": {}, |
|||
"targets": { |
|||
".NETCoreApp,Version=v8.0": { |
|||
"LifeTimeService/1.0.0": { |
|||
"dependencies": { |
|||
"ILifeTimeService": "1.0.0" |
|||
}, |
|||
"runtime": { |
|||
"LifeTimeService.dll": {} |
|||
} |
|||
}, |
|||
"Autofac/8.3.0": { |
|||
"dependencies": { |
|||
"System.Diagnostics.DiagnosticSource": "8.0.1" |
|||
}, |
|||
"runtime": { |
|||
"lib/net8.0/Autofac.dll": { |
|||
"assemblyVersion": "8.3.0.0", |
|||
"fileVersion": "8.3.0.0" |
|||
} |
|||
} |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"dependencies": { |
|||
"Newtonsoft.Json": "11.0.1" |
|||
}, |
|||
"runtime": { |
|||
"lib/netstandard2.0/Hangfire.Core.dll": { |
|||
"assemblyVersion": "1.8.18.0", |
|||
"fileVersion": "1.8.18.0" |
|||
} |
|||
}, |
|||
"resources": { |
|||
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll": { |
|||
"locale": "ca" |
|||
}, |
|||
"lib/netstandard2.0/de/Hangfire.Core.resources.dll": { |
|||
"locale": "de" |
|||
}, |
|||
"lib/netstandard2.0/es/Hangfire.Core.resources.dll": { |
|||
"locale": "es" |
|||
}, |
|||
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll": { |
|||
"locale": "fa" |
|||
}, |
|||
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll": { |
|||
"locale": "fr" |
|||
}, |
|||
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll": { |
|||
"locale": "nb" |
|||
}, |
|||
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll": { |
|||
"locale": "nl" |
|||
}, |
|||
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-BR" |
|||
}, |
|||
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-PT" |
|||
}, |
|||
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll": { |
|||
"locale": "pt" |
|||
}, |
|||
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll": { |
|||
"locale": "sv" |
|||
}, |
|||
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": { |
|||
"locale": "tr-TR" |
|||
}, |
|||
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": { |
|||
"locale": "zh-TW" |
|||
}, |
|||
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll": { |
|||
"locale": "zh" |
|||
} |
|||
} |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"runtime": { |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll": { |
|||
"assemblyVersion": "11.0.0.0", |
|||
"fileVersion": "11.0.1.21818" |
|||
} |
|||
} |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": {}, |
|||
"ILifeTimeService/1.0.0": { |
|||
"dependencies": { |
|||
"Autofac": "8.3.0", |
|||
"Hangfire.Core": "1.8.18" |
|||
}, |
|||
"runtime": { |
|||
"ILifeTimeService.dll": { |
|||
"assemblyVersion": "1.0.0", |
|||
"fileVersion": "1.0.0.0" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"libraries": { |
|||
"LifeTimeService/1.0.0": { |
|||
"type": "project", |
|||
"serviceable": false, |
|||
"sha512": "" |
|||
}, |
|||
"Autofac/8.3.0": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==", |
|||
"path": "autofac/8.3.0", |
|||
"hashPath": "autofac.8.3.0.nupkg.sha512" |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==", |
|||
"path": "hangfire.core/1.8.18", |
|||
"hashPath": "hangfire.core.1.8.18.nupkg.sha512" |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==", |
|||
"path": "newtonsoft.json/11.0.1", |
|||
"hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": { |
|||
"type": "package", |
|||
"serviceable": true, |
|||
"sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", |
|||
"path": "system.diagnostics.diagnosticsource/8.0.1", |
|||
"hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512" |
|||
}, |
|||
"ILifeTimeService/1.0.0": { |
|||
"type": "project", |
|||
"serviceable": false, |
|||
"sha512": "" |
|||
} |
|||
} |
|||
} |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@ |
|||
// <autogenerated />
|
|||
using System; |
|||
using System.Reflection; |
|||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
@ -0,0 +1,25 @@ |
|||
//------------------------------------------------------------------------------
|
|||
// <auto-generated>
|
|||
// 此代码由工具生成。
|
|||
// 运行时版本:4.0.30319.42000
|
|||
//
|
|||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
// 重新生成代码,这些更改将会丢失。
|
|||
// </auto-generated>
|
|||
//------------------------------------------------------------------------------
|
|||
|
|||
using System; |
|||
using System.Reflection; |
|||
|
|||
[assembly: System.Reflection.AssemblyCompanyAttribute("Jobs")] |
|||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
|||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
|||
[assembly: System.Reflection.AssemblyProductAttribute("Jobs")] |
|||
[assembly: System.Reflection.AssemblyTitleAttribute("Jobs")] |
|||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] |
|||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] |
|||
|
|||
// 由 MSBuild WriteCodeFragment 类生成。
|
|||
|
@ -0,0 +1 @@ |
|||
eeacdc75e542e3f277c763ea3ae800fb36780a924e917edb42d988f6c026544e |
@ -0,0 +1,16 @@ |
|||
is_global = true |
|||
build_property.TargetFramework = net8.0-windows |
|||
build_property.TargetPlatformMinVersion = 7.0 |
|||
build_property.UsingMicrosoftNETSdkWeb = |
|||
build_property.ProjectTypeGuids = |
|||
build_property.InvariantGlobalization = |
|||
build_property.PlatformNeutralAssembly = |
|||
build_property.EnforceExtendedAnalyzerRules = |
|||
build_property._SupportedPlatformList = Linux,macOS,Windows |
|||
build_property.RootNamespace = Jobs |
|||
build_property.ProjectDir = C:\Users\89237\Source\Repos\QRAPI\LifeTimeService\ |
|||
build_property.EnableComHosting = |
|||
build_property.EnableGeneratedComInterfaceComImportInterop = |
|||
build_property.CsWinRTUseWindowsUIXamlProjections = false |
|||
build_property.EffectiveAnalysisLevelStyle = 8.0 |
|||
build_property.EnableCodeStyleSeverity = |
@ -0,0 +1,6 @@ |
|||
// <auto-generated/>
|
|||
global using global::System; |
|||
global using global::System.Collections.Generic; |
|||
global using global::System.Linq; |
|||
global using global::System.Threading; |
|||
global using global::System.Threading.Tasks; |
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
eedd187b5c049f8936f5691b5510f526ac083e48d8e80ec915f4df79b80fd330 |
@ -0,0 +1,15 @@ |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\Jobs.deps.json |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\Jobs.dll |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\Jobs.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.dll |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.csproj.AssemblyReference.cache |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.GeneratedMSBuildEditorConfig.editorconfig |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.AssemblyInfoInputs.cache |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.AssemblyInfo.cs |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.csproj.CoreCompileInputs.cache |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.csproj.Up2Date |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.dll |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\refint\Jobs.dll |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\ref\Jobs.dll |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,25 @@ |
|||
//------------------------------------------------------------------------------
|
|||
// <auto-generated>
|
|||
// 此代码由工具生成。
|
|||
// 运行时版本:4.0.30319.42000
|
|||
//
|
|||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
// 重新生成代码,这些更改将会丢失。
|
|||
// </auto-generated>
|
|||
//------------------------------------------------------------------------------
|
|||
|
|||
using System; |
|||
using System.Reflection; |
|||
|
|||
[assembly: System.Reflection.AssemblyCompanyAttribute("LifeTimeService")] |
|||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
|||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
|||
[assembly: System.Reflection.AssemblyProductAttribute("LifeTimeService")] |
|||
[assembly: System.Reflection.AssemblyTitleAttribute("LifeTimeService")] |
|||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] |
|||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] |
|||
|
|||
// 由 MSBuild WriteCodeFragment 类生成。
|
|||
|
@ -0,0 +1 @@ |
|||
2bb8628a6260719fcf541437bc8bc908cf1ef222d426131ecf6e4c20a1178d90 |
@ -0,0 +1,13 @@ |
|||
is_global = true |
|||
build_property.TargetFramework = net8.0-windows |
|||
build_property.TargetPlatformMinVersion = 7.0 |
|||
build_property.UsingMicrosoftNETSdkWeb = |
|||
build_property.ProjectTypeGuids = |
|||
build_property.InvariantGlobalization = |
|||
build_property.PlatformNeutralAssembly = |
|||
build_property.EnforceExtendedAnalyzerRules = |
|||
build_property._SupportedPlatformList = Linux,macOS,Windows |
|||
build_property.RootNamespace = LifeTimeService |
|||
build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\LifeTimeService\ |
|||
build_property.EnableComHosting = |
|||
build_property.EnableGeneratedComInterfaceComImportInterop = |
@ -0,0 +1,6 @@ |
|||
// <auto-generated/>
|
|||
global using global::System; |
|||
global using global::System.Collections.Generic; |
|||
global using global::System.Linq; |
|||
global using global::System.Threading; |
|||
global using global::System.Threading.Tasks; |
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
3711de83c611591f45280360567387e42b4fad87a7f64cfbd8abf80f19782ef0 |
@ -0,0 +1,15 @@ |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\LifeTimeService.deps.json |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\LifeTimeService.dll |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\LifeTimeService.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.dll |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.csproj.AssemblyReference.cache |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.GeneratedMSBuildEditorConfig.editorconfig |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.AssemblyInfoInputs.cache |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.AssemblyInfo.cs |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.csproj.CoreCompileInputs.cache |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTime.8AA255C0.Up2Date |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.dll |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\refint\LifeTimeService.dll |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\ref\LifeTimeService.dll |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,158 @@ |
|||
{ |
|||
"format": 1, |
|||
"restore": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj": {} |
|||
}, |
|||
"projects": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": { |
|||
"version": "1.0.0", |
|||
"restore": { |
|||
"projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"projectName": "ILifeTimeService", |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"packagesPath": "C:\\Users\\89237\\.nuget\\packages\\", |
|||
"outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\", |
|||
"projectStyle": "PackageReference", |
|||
"fallbackFolders": [ |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
], |
|||
"configFilePaths": [ |
|||
"C:\\Users\\89237\\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": [ |
|||
"net8.0-windows" |
|||
], |
|||
"sources": { |
|||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|||
"https://api.nuget.org/v3/index.json": {} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"projectReferences": {} |
|||
} |
|||
}, |
|||
"warningProperties": { |
|||
"warnAsError": [ |
|||
"NU1605" |
|||
] |
|||
}, |
|||
"restoreAuditProperties": { |
|||
"enableAudit": "true", |
|||
"auditLevel": "low", |
|||
"auditMode": "direct" |
|||
}, |
|||
"SdkAnalysisLevel": "9.0.300" |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"dependencies": { |
|||
"Autofac": { |
|||
"target": "Package", |
|||
"version": "[8.3.0, )" |
|||
}, |
|||
"Hangfire.Core": { |
|||
"target": "Package", |
|||
"version": "[1.8.18, )" |
|||
} |
|||
}, |
|||
"imports": [ |
|||
"net461", |
|||
"net462", |
|||
"net47", |
|||
"net471", |
|||
"net472", |
|||
"net48", |
|||
"net481" |
|||
], |
|||
"assetTargetFallback": true, |
|||
"warn": true, |
|||
"frameworkReferences": { |
|||
"Microsoft.NETCore.App": { |
|||
"privateAssets": "all" |
|||
}, |
|||
"Microsoft.WindowsDesktop.App.WPF": { |
|||
"privateAssets": "none" |
|||
} |
|||
}, |
|||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json" |
|||
} |
|||
} |
|||
}, |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj": { |
|||
"version": "1.0.0", |
|||
"restore": { |
|||
"projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj", |
|||
"projectName": "Jobs", |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj", |
|||
"packagesPath": "C:\\Users\\89237\\.nuget\\packages\\", |
|||
"outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\obj\\", |
|||
"projectStyle": "PackageReference", |
|||
"fallbackFolders": [ |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
], |
|||
"configFilePaths": [ |
|||
"C:\\Users\\89237\\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": [ |
|||
"net8.0-windows" |
|||
], |
|||
"sources": { |
|||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|||
"https://api.nuget.org/v3/index.json": {} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"projectReferences": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": { |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj" |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"warningProperties": { |
|||
"warnAsError": [ |
|||
"NU1605" |
|||
] |
|||
}, |
|||
"restoreAuditProperties": { |
|||
"enableAudit": "true", |
|||
"auditLevel": "low", |
|||
"auditMode": "direct" |
|||
}, |
|||
"SdkAnalysisLevel": "9.0.300" |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"imports": [ |
|||
"net461", |
|||
"net462", |
|||
"net47", |
|||
"net471", |
|||
"net472", |
|||
"net48", |
|||
"net481" |
|||
], |
|||
"assetTargetFallback": true, |
|||
"warn": true, |
|||
"frameworkReferences": { |
|||
"Microsoft.NETCore.App": { |
|||
"privateAssets": "all" |
|||
}, |
|||
"Microsoft.WindowsDesktop.App.WPF": { |
|||
"privateAssets": "none" |
|||
} |
|||
}, |
|||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,16 @@ |
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
|||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
|||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
|||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
|||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
|||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
|||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion> |
|||
</PropertyGroup> |
|||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|||
<SourceRoot Include="C:\Users\89237\.nuget\packages\" /> |
|||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
|||
</ItemGroup> |
|||
</Project> |
@ -0,0 +1,2 @@ |
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> |
@ -0,0 +1,156 @@ |
|||
{ |
|||
"format": 1, |
|||
"restore": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\LifeTimeService.csproj": {} |
|||
}, |
|||
"projects": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": { |
|||
"version": "1.0.0", |
|||
"restore": { |
|||
"projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"projectName": "ILifeTimeService", |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj", |
|||
"packagesPath": "C:\\Users\\89237\\.nuget\\packages\\", |
|||
"outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\", |
|||
"projectStyle": "PackageReference", |
|||
"fallbackFolders": [ |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
], |
|||
"configFilePaths": [ |
|||
"C:\\Users\\89237\\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": [ |
|||
"net8.0-windows" |
|||
], |
|||
"sources": { |
|||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|||
"https://api.nuget.org/v3/index.json": {} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"projectReferences": {} |
|||
} |
|||
}, |
|||
"warningProperties": { |
|||
"warnAsError": [ |
|||
"NU1605" |
|||
] |
|||
}, |
|||
"restoreAuditProperties": { |
|||
"enableAudit": "true", |
|||
"auditLevel": "low", |
|||
"auditMode": "direct" |
|||
} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"dependencies": { |
|||
"Autofac": { |
|||
"target": "Package", |
|||
"version": "[8.3.0, )" |
|||
}, |
|||
"Hangfire.Core": { |
|||
"target": "Package", |
|||
"version": "[1.8.18, )" |
|||
} |
|||
}, |
|||
"imports": [ |
|||
"net461", |
|||
"net462", |
|||
"net47", |
|||
"net471", |
|||
"net472", |
|||
"net48", |
|||
"net481" |
|||
], |
|||
"assetTargetFallback": true, |
|||
"warn": true, |
|||
"frameworkReferences": { |
|||
"Microsoft.NETCore.App": { |
|||
"privateAssets": "all" |
|||
}, |
|||
"Microsoft.WindowsDesktop.App.WPF": { |
|||
"privateAssets": "none" |
|||
} |
|||
}, |
|||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json" |
|||
} |
|||
} |
|||
}, |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\LifeTimeService.csproj": { |
|||
"version": "1.0.0", |
|||
"restore": { |
|||
"projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\LifeTimeService.csproj", |
|||
"projectName": "LifeTimeService", |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\LifeTimeService.csproj", |
|||
"packagesPath": "C:\\Users\\89237\\.nuget\\packages\\", |
|||
"outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\obj\\", |
|||
"projectStyle": "PackageReference", |
|||
"fallbackFolders": [ |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
], |
|||
"configFilePaths": [ |
|||
"C:\\Users\\89237\\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": [ |
|||
"net8.0-windows" |
|||
], |
|||
"sources": { |
|||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|||
"https://api.nuget.org/v3/index.json": {} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"projectReferences": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": { |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj" |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"warningProperties": { |
|||
"warnAsError": [ |
|||
"NU1605" |
|||
] |
|||
}, |
|||
"restoreAuditProperties": { |
|||
"enableAudit": "true", |
|||
"auditLevel": "low", |
|||
"auditMode": "direct" |
|||
} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"imports": [ |
|||
"net461", |
|||
"net462", |
|||
"net47", |
|||
"net471", |
|||
"net472", |
|||
"net48", |
|||
"net481" |
|||
], |
|||
"assetTargetFallback": true, |
|||
"warn": true, |
|||
"frameworkReferences": { |
|||
"Microsoft.NETCore.App": { |
|||
"privateAssets": "all" |
|||
}, |
|||
"Microsoft.WindowsDesktop.App.WPF": { |
|||
"privateAssets": "none" |
|||
} |
|||
}, |
|||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,16 @@ |
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
|||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
|||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
|||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
|||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
|||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
|||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.0</NuGetToolVersion> |
|||
</PropertyGroup> |
|||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|||
<SourceRoot Include="C:\Users\89237\.nuget\packages\" /> |
|||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
|||
</ItemGroup> |
|||
</Project> |
@ -0,0 +1,2 @@ |
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> |
@ -0,0 +1,4 @@ |
|||
// <autogenerated />
|
|||
using System; |
|||
using System.Reflection; |
|||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
@ -0,0 +1,25 @@ |
|||
//------------------------------------------------------------------------------
|
|||
// <auto-generated>
|
|||
// 此代码由工具生成。
|
|||
// 运行时版本:4.0.30319.42000
|
|||
//
|
|||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
// 重新生成代码,这些更改将会丢失。
|
|||
// </auto-generated>
|
|||
//------------------------------------------------------------------------------
|
|||
|
|||
using System; |
|||
using System.Reflection; |
|||
|
|||
[assembly: System.Reflection.AssemblyCompanyAttribute("Jobs")] |
|||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
|||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
|||
[assembly: System.Reflection.AssemblyProductAttribute("Jobs")] |
|||
[assembly: System.Reflection.AssemblyTitleAttribute("Jobs")] |
|||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] |
|||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] |
|||
|
|||
// 由 MSBuild WriteCodeFragment 类生成。
|
|||
|
@ -0,0 +1 @@ |
|||
5ef4c9852e142e27c9fd128d96500012085cff9cdad5dffd84ff46177f078696 |
@ -0,0 +1,16 @@ |
|||
is_global = true |
|||
build_property.TargetFramework = net8.0-windows |
|||
build_property.TargetPlatformMinVersion = 7.0 |
|||
build_property.UsingMicrosoftNETSdkWeb = |
|||
build_property.ProjectTypeGuids = |
|||
build_property.InvariantGlobalization = |
|||
build_property.PlatformNeutralAssembly = |
|||
build_property.EnforceExtendedAnalyzerRules = |
|||
build_property._SupportedPlatformList = Linux,macOS,Windows |
|||
build_property.RootNamespace = Jobs |
|||
build_property.ProjectDir = C:\Users\89237\Source\Repos\QRAPI\LifeTimeService\ |
|||
build_property.EnableComHosting = |
|||
build_property.EnableGeneratedComInterfaceComImportInterop = |
|||
build_property.CsWinRTUseWindowsUIXamlProjections = false |
|||
build_property.EffectiveAnalysisLevelStyle = 8.0 |
|||
build_property.EnableCodeStyleSeverity = |
@ -0,0 +1,6 @@ |
|||
// <auto-generated/>
|
|||
global using global::System; |
|||
global using global::System.Collections.Generic; |
|||
global using global::System.Linq; |
|||
global using global::System.Threading; |
|||
global using global::System.Threading.Tasks; |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,382 @@ |
|||
{ |
|||
"version": 3, |
|||
"targets": { |
|||
"net8.0-windows7.0": { |
|||
"Autofac/8.3.0": { |
|||
"type": "package", |
|||
"dependencies": { |
|||
"System.Diagnostics.DiagnosticSource": "8.0.1" |
|||
}, |
|||
"compile": { |
|||
"lib/net8.0/Autofac.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"runtime": { |
|||
"lib/net8.0/Autofac.dll": { |
|||
"related": ".xml" |
|||
} |
|||
} |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"type": "package", |
|||
"dependencies": { |
|||
"Newtonsoft.Json": "11.0.1" |
|||
}, |
|||
"compile": { |
|||
"lib/netstandard2.0/Hangfire.Core.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"runtime": { |
|||
"lib/netstandard2.0/Hangfire.Core.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"resource": { |
|||
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll": { |
|||
"locale": "ca" |
|||
}, |
|||
"lib/netstandard2.0/de/Hangfire.Core.resources.dll": { |
|||
"locale": "de" |
|||
}, |
|||
"lib/netstandard2.0/es/Hangfire.Core.resources.dll": { |
|||
"locale": "es" |
|||
}, |
|||
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll": { |
|||
"locale": "fa" |
|||
}, |
|||
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll": { |
|||
"locale": "fr" |
|||
}, |
|||
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll": { |
|||
"locale": "nb" |
|||
}, |
|||
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll": { |
|||
"locale": "nl" |
|||
}, |
|||
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-BR" |
|||
}, |
|||
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": { |
|||
"locale": "pt-PT" |
|||
}, |
|||
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll": { |
|||
"locale": "pt" |
|||
}, |
|||
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll": { |
|||
"locale": "sv" |
|||
}, |
|||
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": { |
|||
"locale": "tr-TR" |
|||
}, |
|||
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": { |
|||
"locale": "zh-TW" |
|||
}, |
|||
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll": { |
|||
"locale": "zh" |
|||
} |
|||
} |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"type": "package", |
|||
"compile": { |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"runtime": { |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll": { |
|||
"related": ".xml" |
|||
} |
|||
} |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": { |
|||
"type": "package", |
|||
"compile": { |
|||
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"runtime": { |
|||
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { |
|||
"related": ".xml" |
|||
} |
|||
}, |
|||
"build": { |
|||
"buildTransitive/net6.0/_._": {} |
|||
} |
|||
}, |
|||
"ILifeTimeService/1.0.0": { |
|||
"type": "project", |
|||
"framework": ".NETCoreApp,Version=v8.0", |
|||
"dependencies": { |
|||
"Autofac": "8.3.0", |
|||
"Hangfire.Core": "1.8.18" |
|||
}, |
|||
"compile": { |
|||
"bin/placeholder/ILifeTimeService.dll": {} |
|||
}, |
|||
"runtime": { |
|||
"bin/placeholder/ILifeTimeService.dll": {} |
|||
}, |
|||
"frameworkReferences": [ |
|||
"Microsoft.WindowsDesktop.App.WPF" |
|||
] |
|||
} |
|||
} |
|||
}, |
|||
"libraries": { |
|||
"Autofac/8.3.0": { |
|||
"sha512": "0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==", |
|||
"type": "package", |
|||
"path": "autofac/8.3.0", |
|||
"files": [ |
|||
".nupkg.metadata", |
|||
".signature.p7s", |
|||
"README.md", |
|||
"autofac.8.3.0.nupkg.sha512", |
|||
"autofac.nuspec", |
|||
"icon.png", |
|||
"lib/net6.0/Autofac.dll", |
|||
"lib/net6.0/Autofac.xml", |
|||
"lib/net7.0/Autofac.dll", |
|||
"lib/net7.0/Autofac.xml", |
|||
"lib/net8.0/Autofac.dll", |
|||
"lib/net8.0/Autofac.xml", |
|||
"lib/netstandard2.0/Autofac.dll", |
|||
"lib/netstandard2.0/Autofac.xml", |
|||
"lib/netstandard2.1/Autofac.dll", |
|||
"lib/netstandard2.1/Autofac.xml" |
|||
] |
|||
}, |
|||
"Hangfire.Core/1.8.18": { |
|||
"sha512": "oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==", |
|||
"type": "package", |
|||
"path": "hangfire.core/1.8.18", |
|||
"files": [ |
|||
".nupkg.metadata", |
|||
".signature.p7s", |
|||
"COPYING", |
|||
"COPYING.LESSER", |
|||
"LICENSE.md", |
|||
"LICENSE_ROYALTYFREE", |
|||
"LICENSE_STANDARD", |
|||
"NOTICES", |
|||
"README.md", |
|||
"hangfire.core.1.8.18.nupkg.sha512", |
|||
"hangfire.core.nuspec", |
|||
"icon.png", |
|||
"lib/net451/Hangfire.Core.dll", |
|||
"lib/net451/Hangfire.Core.xml", |
|||
"lib/net451/ca/Hangfire.Core.resources.dll", |
|||
"lib/net451/de/Hangfire.Core.resources.dll", |
|||
"lib/net451/es/Hangfire.Core.resources.dll", |
|||
"lib/net451/fa/Hangfire.Core.resources.dll", |
|||
"lib/net451/fr/Hangfire.Core.resources.dll", |
|||
"lib/net451/nb/Hangfire.Core.resources.dll", |
|||
"lib/net451/nl/Hangfire.Core.resources.dll", |
|||
"lib/net451/pt-BR/Hangfire.Core.resources.dll", |
|||
"lib/net451/pt-PT/Hangfire.Core.resources.dll", |
|||
"lib/net451/pt/Hangfire.Core.resources.dll", |
|||
"lib/net451/sv/Hangfire.Core.resources.dll", |
|||
"lib/net451/tr-TR/Hangfire.Core.resources.dll", |
|||
"lib/net451/zh-TW/Hangfire.Core.resources.dll", |
|||
"lib/net451/zh/Hangfire.Core.resources.dll", |
|||
"lib/net46/Hangfire.Core.dll", |
|||
"lib/net46/Hangfire.Core.xml", |
|||
"lib/net46/ca/Hangfire.Core.resources.dll", |
|||
"lib/net46/de/Hangfire.Core.resources.dll", |
|||
"lib/net46/es/Hangfire.Core.resources.dll", |
|||
"lib/net46/fa/Hangfire.Core.resources.dll", |
|||
"lib/net46/fr/Hangfire.Core.resources.dll", |
|||
"lib/net46/nb/Hangfire.Core.resources.dll", |
|||
"lib/net46/nl/Hangfire.Core.resources.dll", |
|||
"lib/net46/pt-BR/Hangfire.Core.resources.dll", |
|||
"lib/net46/pt-PT/Hangfire.Core.resources.dll", |
|||
"lib/net46/pt/Hangfire.Core.resources.dll", |
|||
"lib/net46/sv/Hangfire.Core.resources.dll", |
|||
"lib/net46/tr-TR/Hangfire.Core.resources.dll", |
|||
"lib/net46/zh-TW/Hangfire.Core.resources.dll", |
|||
"lib/net46/zh/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/Hangfire.Core.dll", |
|||
"lib/netstandard1.3/Hangfire.Core.xml", |
|||
"lib/netstandard1.3/ca/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/de/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/es/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/fa/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/fr/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/nb/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/nl/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/pt-BR/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/pt-PT/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/pt/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/sv/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/tr-TR/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/zh-TW/Hangfire.Core.resources.dll", |
|||
"lib/netstandard1.3/zh/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/Hangfire.Core.dll", |
|||
"lib/netstandard2.0/Hangfire.Core.xml", |
|||
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/de/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/es/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll", |
|||
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll" |
|||
] |
|||
}, |
|||
"Newtonsoft.Json/11.0.1": { |
|||
"sha512": "pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==", |
|||
"type": "package", |
|||
"path": "newtonsoft.json/11.0.1", |
|||
"files": [ |
|||
".nupkg.metadata", |
|||
".signature.p7s", |
|||
"LICENSE.md", |
|||
"lib/net20/Newtonsoft.Json.dll", |
|||
"lib/net20/Newtonsoft.Json.xml", |
|||
"lib/net35/Newtonsoft.Json.dll", |
|||
"lib/net35/Newtonsoft.Json.xml", |
|||
"lib/net40/Newtonsoft.Json.dll", |
|||
"lib/net40/Newtonsoft.Json.xml", |
|||
"lib/net45/Newtonsoft.Json.dll", |
|||
"lib/net45/Newtonsoft.Json.xml", |
|||
"lib/netstandard1.0/Newtonsoft.Json.dll", |
|||
"lib/netstandard1.0/Newtonsoft.Json.xml", |
|||
"lib/netstandard1.3/Newtonsoft.Json.dll", |
|||
"lib/netstandard1.3/Newtonsoft.Json.xml", |
|||
"lib/netstandard2.0/Newtonsoft.Json.dll", |
|||
"lib/netstandard2.0/Newtonsoft.Json.xml", |
|||
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll", |
|||
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml", |
|||
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll", |
|||
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml", |
|||
"newtonsoft.json.11.0.1.nupkg.sha512", |
|||
"newtonsoft.json.nuspec" |
|||
] |
|||
}, |
|||
"System.Diagnostics.DiagnosticSource/8.0.1": { |
|||
"sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", |
|||
"type": "package", |
|||
"path": "system.diagnostics.diagnosticsource/8.0.1", |
|||
"files": [ |
|||
".nupkg.metadata", |
|||
".signature.p7s", |
|||
"Icon.png", |
|||
"LICENSE.TXT", |
|||
"THIRD-PARTY-NOTICES.TXT", |
|||
"buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", |
|||
"buildTransitive/net462/_._", |
|||
"buildTransitive/net6.0/_._", |
|||
"buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", |
|||
"lib/net462/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/net462/System.Diagnostics.DiagnosticSource.xml", |
|||
"lib/net6.0/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/net6.0/System.Diagnostics.DiagnosticSource.xml", |
|||
"lib/net7.0/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/net7.0/System.Diagnostics.DiagnosticSource.xml", |
|||
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/net8.0/System.Diagnostics.DiagnosticSource.xml", |
|||
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", |
|||
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", |
|||
"system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", |
|||
"system.diagnostics.diagnosticsource.nuspec", |
|||
"useSharedDesignerContext.txt" |
|||
] |
|||
}, |
|||
"ILifeTimeService/1.0.0": { |
|||
"type": "project", |
|||
"path": "../ILifeTimeService/ILifeTimeService.csproj", |
|||
"msbuildProject": "../ILifeTimeService/ILifeTimeService.csproj" |
|||
} |
|||
}, |
|||
"projectFileDependencyGroups": { |
|||
"net8.0-windows7.0": [ |
|||
"ILifeTimeService >= 1.0.0" |
|||
] |
|||
}, |
|||
"packageFolders": { |
|||
"C:\\Users\\89237\\.nuget\\packages\\": {}, |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} |
|||
}, |
|||
"project": { |
|||
"version": "1.0.0", |
|||
"restore": { |
|||
"projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj", |
|||
"projectName": "Jobs", |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj", |
|||
"packagesPath": "C:\\Users\\89237\\.nuget\\packages\\", |
|||
"outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\obj\\", |
|||
"projectStyle": "PackageReference", |
|||
"fallbackFolders": [ |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
], |
|||
"configFilePaths": [ |
|||
"C:\\Users\\89237\\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": [ |
|||
"net8.0-windows" |
|||
], |
|||
"sources": { |
|||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|||
"https://api.nuget.org/v3/index.json": {} |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"projectReferences": { |
|||
"C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": { |
|||
"projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj" |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"warningProperties": { |
|||
"warnAsError": [ |
|||
"NU1605" |
|||
] |
|||
}, |
|||
"restoreAuditProperties": { |
|||
"enableAudit": "true", |
|||
"auditLevel": "low", |
|||
"auditMode": "direct" |
|||
}, |
|||
"SdkAnalysisLevel": "9.0.300" |
|||
}, |
|||
"frameworks": { |
|||
"net8.0-windows7.0": { |
|||
"targetAlias": "net8.0-windows", |
|||
"imports": [ |
|||
"net461", |
|||
"net462", |
|||
"net47", |
|||
"net471", |
|||
"net472", |
|||
"net48", |
|||
"net481" |
|||
], |
|||
"assetTargetFallback": true, |
|||
"warn": true, |
|||
"frameworkReferences": { |
|||
"Microsoft.NETCore.App": { |
|||
"privateAssets": "all" |
|||
}, |
|||
"Microsoft.WindowsDesktop.App.WPF": { |
|||
"privateAssets": "none" |
|||
} |
|||
}, |
|||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json" |
|||
} |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,13 @@ |
|||
{ |
|||
"version": 2, |
|||
"dgSpecHash": "FkNI4T90lGo=", |
|||
"success": true, |
|||
"projectFilePath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj", |
|||
"expectedPackageFiles": [ |
|||
"C:\\Users\\89237\\.nuget\\packages\\autofac\\8.3.0\\autofac.8.3.0.nupkg.sha512", |
|||
"C:\\Users\\89237\\.nuget\\packages\\hangfire.core\\1.8.18\\hangfire.core.1.8.18.nupkg.sha512", |
|||
"C:\\Users\\89237\\.nuget\\packages\\newtonsoft.json\\11.0.1\\newtonsoft.json.11.0.1.nupkg.sha512", |
|||
"C:\\Users\\89237\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.1\\system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512" |
|||
], |
|||
"logs": [] |
|||
} |
@ -0,0 +1,191 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace TaskManager.Controllers |
|||
{ |
|||
|
|||
#region 基础数据
|
|||
|
|||
|
|||
|
|||
public interface IDoExecute |
|||
{ |
|||
Task ExecuteAsync(); |
|||
} |
|||
/// <summary>
|
|||
/// 供应商基础信息:记录供应商的基本资料、联系方式、资质等信息
|
|||
/// </summary>
|
|||
public class SupplierBaseInfo { |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
/// <summary>
|
|||
/// 人员资质信息:存储生产、质检等人员的资质证书、培训记录等
|
|||
/// </summary>
|
|||
public class PersonnelQualificationInfo { } |
|||
|
|||
/// <summary>
|
|||
/// BOM主数据:物料清单,定义产品结构和组成关系
|
|||
/// </summary>
|
|||
public class BOMMasterData { } |
|||
|
|||
/// <summary>
|
|||
/// 物料主数据:记录原材料、半成品、成品的基本属性和参数
|
|||
/// </summary>
|
|||
public class MaterialMasterData { } |
|||
|
|||
/// <summary>
|
|||
/// 工艺装备:生产过程中使用的工具、模具、夹具等信息
|
|||
/// </summary>
|
|||
public class ProcessEquipment { } |
|||
|
|||
/// <summary>
|
|||
/// 工艺:产品制造过程的工艺路线、参数和方法
|
|||
/// </summary>
|
|||
public class ProcessTechnology { } |
|||
#endregion
|
|||
|
|||
#region 计划数据
|
|||
/// <summary>
|
|||
/// 整车月度生产计划:月度整车生产数量、车型、时间安排等计划信息
|
|||
/// </summary>
|
|||
public class MonthlyProductionPlan { } |
|||
|
|||
/// <summary>
|
|||
/// M+6月物料需求计划:未来6个月的物料需求预测和计划
|
|||
/// </summary>
|
|||
public class MaterialRequirementPlanM6 { } |
|||
|
|||
/// <summary>
|
|||
/// 日物料需求计划:每日生产所需的物料明细和数量计划
|
|||
/// </summary>
|
|||
public class DailyMaterialRequirementPlan { } |
|||
|
|||
/// <summary>
|
|||
/// 计划协议:与供应商签订的长期采购框架协议
|
|||
/// </summary>
|
|||
public class PlanningAgreement { } |
|||
|
|||
/// <summary>
|
|||
/// 采购订单:向供应商发出的具体采购请求和合同
|
|||
/// </summary>
|
|||
public class PurchaseOrder { } |
|||
#endregion
|
|||
|
|||
#region 生产过程数据
|
|||
/// <summary>
|
|||
/// 来料检验数据:原材料到货检验的结果和记录
|
|||
/// </summary>
|
|||
public class IncomingInspectionData { } |
|||
|
|||
/// <summary>
|
|||
/// 排产数据:生产任务的具体安排和调度信息
|
|||
/// </summary>
|
|||
public class ProductionSchedulingData { } |
|||
|
|||
/// <summary>
|
|||
/// 过程控制项质量数据:生产过程中关键控制点的质量检测数据
|
|||
/// </summary>
|
|||
public class ProcessControlQualityData { } |
|||
|
|||
/// <summary>
|
|||
/// 生产过程数据:记录产品生产过程中的工艺参数、设备状态等信息
|
|||
/// </summary>
|
|||
public class ProductionProcessData { } |
|||
|
|||
/// <summary>
|
|||
/// 产品一次合格率:产品首次通过所有检验的比例数据
|
|||
/// </summary>
|
|||
public class FirstPassYield { } |
|||
|
|||
/// <summary>
|
|||
/// 工位一次合格率:各个生产工位的首次通过率数据
|
|||
/// </summary>
|
|||
public class WorkstationFirstPassYield { } |
|||
|
|||
/// <summary>
|
|||
/// 缺陷业务数据:产品生产过程中发现的缺陷类型、数量和处理情况
|
|||
/// </summary>
|
|||
public class DefectBusinessData { } |
|||
|
|||
/// <summary>
|
|||
/// 环境业务数据:生产环境相关的数据,如温度、湿度、洁净度等
|
|||
/// </summary>
|
|||
public class EnvironmentalBusinessData { } |
|||
|
|||
/// <summary>
|
|||
/// 设备OEE达成率:设备综合效率的达成情况和统计数据
|
|||
/// </summary>
|
|||
public class EquipmentOEE { } |
|||
|
|||
/// <summary>
|
|||
/// OEE时间明细:设备OEE计算中的时间构成明细(运行、停机、空闲等)
|
|||
/// </summary>
|
|||
public class OEETimeDetails { } |
|||
#endregion
|
|||
|
|||
#region 物流配送数据
|
|||
/// <summary>
|
|||
/// 过焊装未过总装:已完成焊装但尚未进入总装阶段的车辆信息
|
|||
/// </summary>
|
|||
public class WeldingToAssemblyVehicles { } |
|||
|
|||
/// <summary>
|
|||
/// 过涂装未过总装:已完成涂装但尚未进入总装阶段的车辆信息
|
|||
/// </summary>
|
|||
public class PaintingToAssemblyVehicles { } |
|||
|
|||
/// <summary>
|
|||
/// 排序供货:按照生产顺序进行物料供应的相关数据
|
|||
/// </summary>
|
|||
public class SequencedSupply { } |
|||
|
|||
/// <summary>
|
|||
/// 看板配送单:基于看板管理的物料配送单据和执行情况
|
|||
/// </summary>
|
|||
public class KanbanDeliveryNote { } |
|||
|
|||
/// <summary>
|
|||
/// 退货单:记录不合格品或多余物料退回供应商的单据
|
|||
/// </summary>
|
|||
public class ReturnGoodsNote { } |
|||
|
|||
/// <summary>
|
|||
/// 奇瑞RDC共享库存:奇瑞区域配送中心的共享库存信息
|
|||
/// </summary>
|
|||
public class CheryRDCSharedInventory { } |
|||
|
|||
/// <summary>
|
|||
/// 日MRP状态监控:每日物料需求计划的执行状态和监控数据
|
|||
/// </summary>
|
|||
public class DailyMRPStatusMonitoring { } |
|||
|
|||
/// <summary>
|
|||
/// 日MRP预警推移:每日物料需求计划的预警情况和趋势分析
|
|||
/// </summary>
|
|||
public class DailyMRPWarningTrend { } |
|||
|
|||
/// <summary>
|
|||
/// 供应商共享库存-上午:供应商共享库存的上午时点数据
|
|||
/// </summary>
|
|||
public class SupplierSharedInventoryMorning { } |
|||
|
|||
/// <summary>
|
|||
/// 供应商共享库存-晚上:供应商共享库存的晚上时点数据
|
|||
/// </summary>
|
|||
public class SupplierSharedInventoryEvening { } |
|||
#endregion
|
|||
|
|||
#region 其他数据
|
|||
/// <summary>
|
|||
/// 附件类数据:与生产过程相关的文档、图片、图纸等附件信息
|
|||
/// </summary>
|
|||
public class AttachmentData { } |
|||
#endregion
|
|||
|
|||
} |
@ -0,0 +1,24 @@ |
|||
|
|||
namespace Models |
|||
{ |
|||
public class Logs |
|||
{ public string JobID { get; set; } |
|||
public string TaskID { get; set; } |
|||
|
|||
public DateTime? LogTime { get; set; } |
|||
|
|||
public string ReaderTableName { get; set; } |
|||
public string WriterTableName { get; set; } |
|||
public string LogInfo { get; set; } |
|||
|
|||
public Logs(string jobID, string taskID, DateTime? logTime, string readerTableName, string writerTableName, string logInfo) |
|||
{ |
|||
JobID = jobID; |
|||
TaskID = taskID; |
|||
LogTime = logTime; |
|||
ReaderTableName = readerTableName; |
|||
WriterTableName = writerTableName; |
|||
LogInfo = logInfo; |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,10 @@ |
|||
<Project Sdk="Microsoft.NET.Sdk"> |
|||
|
|||
<PropertyGroup> |
|||
<TargetFramework>net8.0-windows</TargetFramework> |
|||
<Nullable>enable</Nullable> |
|||
<UseWPF>true</UseWPF> |
|||
<ImplicitUsings>enable</ImplicitUsings> |
|||
</PropertyGroup> |
|||
|
|||
</Project> |
@ -0,0 +1,23 @@ |
|||
{ |
|||
"runtimeTarget": { |
|||
"name": ".NETCoreApp,Version=v8.0", |
|||
"signature": "" |
|||
}, |
|||
"compilationOptions": {}, |
|||
"targets": { |
|||
".NETCoreApp,Version=v8.0": { |
|||
"Models/1.0.0": { |
|||
"runtime": { |
|||
"Models.dll": {} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"libraries": { |
|||
"Models/1.0.0": { |
|||
"type": "project", |
|||
"serviceable": false, |
|||
"sha512": "" |
|||
} |
|||
} |
|||
} |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@ |
|||
// <autogenerated />
|
|||
using System; |
|||
using System.Reflection; |
|||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
@ -0,0 +1,25 @@ |
|||
//------------------------------------------------------------------------------
|
|||
// <auto-generated>
|
|||
// 此代码由工具生成。
|
|||
// 运行时版本:4.0.30319.42000
|
|||
//
|
|||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
// 重新生成代码,这些更改将会丢失。
|
|||
// </auto-generated>
|
|||
//------------------------------------------------------------------------------
|
|||
|
|||
using System; |
|||
using System.Reflection; |
|||
|
|||
[assembly: System.Reflection.AssemblyCompanyAttribute("Models")] |
|||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
|||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
|||
[assembly: System.Reflection.AssemblyProductAttribute("Models")] |
|||
[assembly: System.Reflection.AssemblyTitleAttribute("Models")] |
|||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
|||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] |
|||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] |
|||
|
|||
// 由 MSBuild WriteCodeFragment 类生成。
|
|||
|
@ -0,0 +1 @@ |
|||
210a9434db219b2e1ac7f84d745364186143c879aeba471f9d468672073485c6 |
@ -0,0 +1,16 @@ |
|||
is_global = true |
|||
build_property.TargetFramework = net8.0-windows |
|||
build_property.TargetPlatformMinVersion = 7.0 |
|||
build_property.UsingMicrosoftNETSdkWeb = |
|||
build_property.ProjectTypeGuids = |
|||
build_property.InvariantGlobalization = |
|||
build_property.PlatformNeutralAssembly = |
|||
build_property.EnforceExtendedAnalyzerRules = |
|||
build_property._SupportedPlatformList = Linux,macOS,Windows |
|||
build_property.RootNamespace = Models |
|||
build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\Models\ |
|||
build_property.EnableComHosting = |
|||
build_property.EnableGeneratedComInterfaceComImportInterop = |
|||
build_property.CsWinRTUseWindowsUIXamlProjections = false |
|||
build_property.EffectiveAnalysisLevelStyle = 8.0 |
|||
build_property.EnableCodeStyleSeverity = |
@ -0,0 +1,6 @@ |
|||
// <auto-generated/>
|
|||
global using global::System; |
|||
global using global::System.Collections.Generic; |
|||
global using global::System.Linq; |
|||
global using global::System.Threading; |
|||
global using global::System.Threading.Tasks; |
Binary file not shown.
@ -0,0 +1 @@ |
|||
b4d65fa39a0e5eaf05430d3b88f3e7df38f1efa3ba1af756dea674204e898590 |
@ -0,0 +1,11 @@ |
|||
C:\Users\89237\source\repos\WpfApp4\Models\bin\Debug\net8.0-windows\Models.deps.json |
|||
C:\Users\89237\source\repos\WpfApp4\Models\bin\Debug\net8.0-windows\Models.dll |
|||
C:\Users\89237\source\repos\WpfApp4\Models\bin\Debug\net8.0-windows\Models.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.GeneratedMSBuildEditorConfig.editorconfig |
|||
C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.AssemblyInfoInputs.cache |
|||
C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.AssemblyInfo.cs |
|||
C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.csproj.CoreCompileInputs.cache |
|||
C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.dll |
|||
C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\refint\Models.dll |
|||
C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.pdb |
|||
C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\ref\Models.dll |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue