333 changed files with 0 additions and 6721 deletions
@ -1,15 +0,0 @@ |
|||||
<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> |
|
@ -1,29 +0,0 @@ |
|||||
|
|
||||
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(); |
|
||||
} |
|
||||
} |
|
@ -1,130 +0,0 @@ |
|||||
{ |
|
||||
"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.
@ -1,4 +0,0 @@ |
|||||
// <autogenerated />
|
|
||||
using System; |
|
||||
using System.Reflection; |
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
|
@ -1,25 +0,0 @@ |
|||||
//------------------------------------------------------------------------------
|
|
||||
// <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 类生成。
|
|
||||
|
|
@ -1 +0,0 @@ |
|||||
114009c88d7bdb9382e11f566397c1481b2105ee |
|
@ -1,8 +0,0 @@ |
|||||
is_global = true |
|
||||
build_property.TargetFramework = net8.0-windows |
|
||||
build_property.TargetPlatformMinVersion = 7.0 |
|
||||
build_property.UsingMicrosoftNETSdkWeb = |
|
||||
build_property.ProjectTypeGuids = |
|
||||
build_property.PublishSingleFile = |
|
||||
build_property.IncludeAllContentForSelfExtract = |
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows |
|
@ -1,6 +0,0 @@ |
|||||
// <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.
@ -1 +0,0 @@ |
|||||
6da1179f7a7ee56d150e1fe72a800bd737f9cbfc222a71aa9d74cf4f4f907dfc |
|
@ -1,12 +0,0 @@ |
|||||
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.
@ -1,65 +0,0 @@ |
|||||
{ |
|
||||
"format": 1, |
|
||||
"restore": { |
|
||||
"D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj": {} |
|
||||
}, |
|
||||
"projects": { |
|
||||
"D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj": { |
|
||||
"version": "1.0.0", |
|
||||
"restore": { |
|
||||
"projectUniqueName": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj", |
|
||||
"projectName": "ILifeTimeService", |
|
||||
"projectPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj", |
|
||||
"packagesPath": "C:\\Users\\35200\\.nuget\\packages\\", |
|
||||
"outputPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\obj\\", |
|
||||
"projectStyle": "PackageReference", |
|
||||
"fallbackFolders": [ |
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", |
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" |
|
||||
], |
|
||||
"configFilePaths": [ |
|
||||
"C:\\Users\\35200\\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", |
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" |
|
||||
], |
|
||||
"originalTargetFrameworks": [ |
|
||||
"net8.0-windows7.0" |
|
||||
], |
|
||||
"sources": { |
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
|
||||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|
||||
"D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {}, |
|
||||
"https://api.nuget.org/v3/index.json": {} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"projectReferences": {} |
|
||||
} |
|
||||
}, |
|
||||
"warningProperties": { |
|
||||
"warnAsError": [ |
|
||||
"NU1605" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"imports": [ |
|
||||
"net461", |
|
||||
"net462", |
|
||||
"net47", |
|
||||
"net471", |
|
||||
"net472", |
|
||||
"net48" |
|
||||
], |
|
||||
"assetTargetFallback": true, |
|
||||
"warn": true, |
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,20 +0,0 @@ |
|||||
<?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\35200\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders> |
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|
||||
<SourceRoot Include="C:\Users\35200\.nuget\packages\" /> |
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" /> |
|
||||
</ItemGroup> |
|
||||
<PropertyGroup> |
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
|
||||
</PropertyGroup> |
|
||||
</Project> |
|
@ -1,6 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
|
||||
</PropertyGroup> |
|
||||
</Project> |
|
@ -1,4 +0,0 @@ |
|||||
// <autogenerated />
|
|
||||
using System; |
|
||||
using System.Reflection; |
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = "")] |
|
@ -1,25 +0,0 @@ |
|||||
//------------------------------------------------------------------------------
|
|
||||
// <auto-generated>
|
|
||||
// 此代码由工具生成。
|
|
||||
// 运行时版本:4.0.30319.42000
|
|
||||
//
|
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
||||
// 重新生成代码,这些更改将会丢失。
|
|
||||
// </auto-generated>
|
|
||||
//------------------------------------------------------------------------------
|
|
||||
|
|
||||
using System; |
|
||||
using System.Reflection; |
|
||||
|
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ILifeTimeService")] |
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
|
||||
[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 类生成。
|
|
||||
|
|
@ -1 +0,0 @@ |
|||||
41a82eb602976d7d76bb05714b3c6b87d3aeafcb |
|
@ -1,8 +0,0 @@ |
|||||
is_global = true |
|
||||
build_property.TargetFramework = net8.0-windows |
|
||||
build_property.TargetPlatformMinVersion = 7.0 |
|
||||
build_property.UsingMicrosoftNETSdkWeb = |
|
||||
build_property.ProjectTypeGuids = |
|
||||
build_property.PublishSingleFile = |
|
||||
build_property.IncludeAllContentForSelfExtract = |
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows |
|
Binary file not shown.
@ -1,72 +0,0 @@ |
|||||
{ |
|
||||
"version": 3, |
|
||||
"targets": { |
|
||||
"net8.0-windows7.0": {} |
|
||||
}, |
|
||||
"libraries": {}, |
|
||||
"projectFileDependencyGroups": { |
|
||||
"net8.0-windows7.0": [] |
|
||||
}, |
|
||||
"packageFolders": { |
|
||||
"C:\\Users\\35200\\.nuget\\packages\\": {}, |
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, |
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {} |
|
||||
}, |
|
||||
"project": { |
|
||||
"version": "1.0.0", |
|
||||
"restore": { |
|
||||
"projectUniqueName": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj", |
|
||||
"projectName": "ILifeTimeService", |
|
||||
"projectPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj", |
|
||||
"packagesPath": "C:\\Users\\35200\\.nuget\\packages\\", |
|
||||
"outputPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\obj\\", |
|
||||
"projectStyle": "PackageReference", |
|
||||
"fallbackFolders": [ |
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", |
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" |
|
||||
], |
|
||||
"configFilePaths": [ |
|
||||
"C:\\Users\\35200\\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", |
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" |
|
||||
], |
|
||||
"originalTargetFrameworks": [ |
|
||||
"net8.0-windows7.0" |
|
||||
], |
|
||||
"sources": { |
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
|
||||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|
||||
"D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {}, |
|
||||
"https://api.nuget.org/v3/index.json": {} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"projectReferences": {} |
|
||||
} |
|
||||
}, |
|
||||
"warningProperties": { |
|
||||
"warnAsError": [ |
|
||||
"NU1605" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"imports": [ |
|
||||
"net461", |
|
||||
"net462", |
|
||||
"net47", |
|
||||
"net471", |
|
||||
"net472", |
|
||||
"net48" |
|
||||
], |
|
||||
"assetTargetFallback": true, |
|
||||
"warn": true, |
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,8 +0,0 @@ |
|||||
{ |
|
||||
"version": 2, |
|
||||
"dgSpecHash": "4QGWYI6UmVanXFLTQiBdxEZMKEnSKbzBPbM+NtW0AX2LPW64Hy+h2vuf0TMJVPCp07xgcie8x3t+LDVI23XJQg==", |
|
||||
"success": true, |
|
||||
"projectFilePath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj", |
|
||||
"expectedPackageFiles": [], |
|
||||
"logs": [] |
|
||||
} |
|
@ -1,33 +0,0 @@ |
|||||
|
|
||||
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; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
|
|
||||
} |
|
@ -1,14 +0,0 @@ |
|||||
<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.
@ -1,146 +0,0 @@ |
|||||
{ |
|
||||
"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.
@ -1,146 +0,0 @@ |
|||||
{ |
|
||||
"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.
@ -1,4 +0,0 @@ |
|||||
// <autogenerated />
|
|
||||
using System; |
|
||||
using System.Reflection; |
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
|
@ -1,25 +0,0 @@ |
|||||
//------------------------------------------------------------------------------
|
|
||||
// <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 类生成。
|
|
||||
|
|
@ -1 +0,0 @@ |
|||||
8ab5eb3c29822326be945c9e1a456885b84cd945 |
|
@ -1,8 +0,0 @@ |
|||||
is_global = true |
|
||||
build_property.TargetFramework = net8.0-windows |
|
||||
build_property.TargetPlatformMinVersion = 7.0 |
|
||||
build_property.UsingMicrosoftNETSdkWeb = |
|
||||
build_property.ProjectTypeGuids = |
|
||||
build_property.PublishSingleFile = |
|
||||
build_property.IncludeAllContentForSelfExtract = |
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows |
|
@ -1,6 +0,0 @@ |
|||||
// <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.
@ -1 +0,0 @@ |
|||||
eedd187b5c049f8936f5691b5510f526ac083e48d8e80ec915f4df79b80fd330 |
|
@ -1,15 +0,0 @@ |
|||||
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.
@ -1,25 +0,0 @@ |
|||||
//------------------------------------------------------------------------------
|
|
||||
// <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 类生成。
|
|
||||
|
|
@ -1 +0,0 @@ |
|||||
2bb8628a6260719fcf541437bc8bc908cf1ef222d426131ecf6e4c20a1178d90 |
|
@ -1,13 +0,0 @@ |
|||||
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 = |
|
@ -1,6 +0,0 @@ |
|||||
// <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.
@ -1 +0,0 @@ |
|||||
3711de83c611591f45280360567387e42b4fad87a7f64cfbd8abf80f19782ef0 |
|
@ -1,15 +0,0 @@ |
|||||
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.
@ -1,126 +0,0 @@ |
|||||
{ |
|
||||
"format": 1, |
|
||||
"restore": { |
|
||||
"D:\\work\\奇瑞接口\\LifeTimeService\\Jobs.csproj": {} |
|
||||
}, |
|
||||
"projects": { |
|
||||
"D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj": { |
|
||||
"version": "1.0.0", |
|
||||
"restore": { |
|
||||
"projectUniqueName": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj", |
|
||||
"projectName": "ILifeTimeService", |
|
||||
"projectPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj", |
|
||||
"packagesPath": "C:\\Users\\35200\\.nuget\\packages\\", |
|
||||
"outputPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\obj\\", |
|
||||
"projectStyle": "PackageReference", |
|
||||
"fallbackFolders": [ |
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", |
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" |
|
||||
], |
|
||||
"configFilePaths": [ |
|
||||
"C:\\Users\\35200\\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", |
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" |
|
||||
], |
|
||||
"originalTargetFrameworks": [ |
|
||||
"net8.0-windows7.0" |
|
||||
], |
|
||||
"sources": { |
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
|
||||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|
||||
"D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {}, |
|
||||
"https://api.nuget.org/v3/index.json": {} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"projectReferences": {} |
|
||||
} |
|
||||
}, |
|
||||
"warningProperties": { |
|
||||
"warnAsError": [ |
|
||||
"NU1605" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"imports": [ |
|
||||
"net461", |
|
||||
"net462", |
|
||||
"net47", |
|
||||
"net471", |
|
||||
"net472", |
|
||||
"net48" |
|
||||
], |
|
||||
"assetTargetFallback": true, |
|
||||
"warn": true, |
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"D:\\work\\奇瑞接口\\LifeTimeService\\Jobs.csproj": { |
|
||||
"version": "1.0.0", |
|
||||
"restore": { |
|
||||
"projectUniqueName": "D:\\work\\奇瑞接口\\LifeTimeService\\Jobs.csproj", |
|
||||
"projectName": "Jobs", |
|
||||
"projectPath": "D:\\work\\奇瑞接口\\LifeTimeService\\Jobs.csproj", |
|
||||
"packagesPath": "C:\\Users\\35200\\.nuget\\packages\\", |
|
||||
"outputPath": "D:\\work\\奇瑞接口\\LifeTimeService\\obj\\", |
|
||||
"projectStyle": "PackageReference", |
|
||||
"fallbackFolders": [ |
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", |
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" |
|
||||
], |
|
||||
"configFilePaths": [ |
|
||||
"C:\\Users\\35200\\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", |
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" |
|
||||
], |
|
||||
"originalTargetFrameworks": [ |
|
||||
"net8.0-windows7.0" |
|
||||
], |
|
||||
"sources": { |
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
|
||||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|
||||
"D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {}, |
|
||||
"https://api.nuget.org/v3/index.json": {} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"projectReferences": { |
|
||||
"D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj": { |
|
||||
"projectPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"warningProperties": { |
|
||||
"warnAsError": [ |
|
||||
"NU1605" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"imports": [ |
|
||||
"net461", |
|
||||
"net462", |
|
||||
"net47", |
|
||||
"net471", |
|
||||
"net472", |
|
||||
"net48" |
|
||||
], |
|
||||
"assetTargetFallback": true, |
|
||||
"warn": true, |
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,20 +0,0 @@ |
|||||
<?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\35200\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders> |
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion> |
|
||||
</PropertyGroup> |
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|
||||
<SourceRoot Include="C:\Users\35200\.nuget\packages\" /> |
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" /> |
|
||||
</ItemGroup> |
|
||||
<PropertyGroup> |
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
|
||||
</PropertyGroup> |
|
||||
</Project> |
|
@ -1,6 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<PropertyGroup> |
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
|
||||
</PropertyGroup> |
|
||||
</Project> |
|
@ -1,156 +0,0 @@ |
|||||
{ |
|
||||
"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" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,16 +0,0 @@ |
|||||
<?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> |
|
@ -1,2 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> |
|
@ -1,4 +0,0 @@ |
|||||
// <autogenerated />
|
|
||||
using System; |
|
||||
using System.Reflection; |
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
|
@ -1,25 +0,0 @@ |
|||||
//------------------------------------------------------------------------------
|
|
||||
// <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 类生成。
|
|
||||
|
|
@ -1 +0,0 @@ |
|||||
4e13f267994357c0e034fb6f545781e01c965d9d |
|
@ -1,8 +0,0 @@ |
|||||
is_global = true |
|
||||
build_property.TargetFramework = net8.0-windows |
|
||||
build_property.TargetPlatformMinVersion = 7.0 |
|
||||
build_property.UsingMicrosoftNETSdkWeb = |
|
||||
build_property.ProjectTypeGuids = |
|
||||
build_property.PublishSingleFile = |
|
||||
build_property.IncludeAllContentForSelfExtract = |
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows |
|
@ -1,6 +0,0 @@ |
|||||
// <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.
@ -1,95 +0,0 @@ |
|||||
{ |
|
||||
"version": 3, |
|
||||
"targets": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"ILifeTimeService/1.0.0": { |
|
||||
"type": "project", |
|
||||
"framework": ".NETCoreApp,Version=v8.0", |
|
||||
"compile": { |
|
||||
"bin/placeholder/ILifeTimeService.dll": {} |
|
||||
}, |
|
||||
"runtime": { |
|
||||
"bin/placeholder/ILifeTimeService.dll": {} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"libraries": { |
|
||||
"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\\35200\\.nuget\\packages\\": {}, |
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, |
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {} |
|
||||
}, |
|
||||
"project": { |
|
||||
"version": "1.0.0", |
|
||||
"restore": { |
|
||||
"projectUniqueName": "D:\\work\\奇瑞接口\\LifeTimeService\\Jobs.csproj", |
|
||||
"projectName": "Jobs", |
|
||||
"projectPath": "D:\\work\\奇瑞接口\\LifeTimeService\\Jobs.csproj", |
|
||||
"packagesPath": "C:\\Users\\35200\\.nuget\\packages\\", |
|
||||
"outputPath": "D:\\work\\奇瑞接口\\LifeTimeService\\obj\\", |
|
||||
"projectStyle": "PackageReference", |
|
||||
"fallbackFolders": [ |
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", |
|
||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" |
|
||||
], |
|
||||
"configFilePaths": [ |
|
||||
"C:\\Users\\35200\\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", |
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" |
|
||||
], |
|
||||
"originalTargetFrameworks": [ |
|
||||
"net8.0-windows7.0" |
|
||||
], |
|
||||
"sources": { |
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
|
||||
"C:\\Program Files\\dotnet\\library-packs": {}, |
|
||||
"D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {}, |
|
||||
"https://api.nuget.org/v3/index.json": {} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"projectReferences": { |
|
||||
"D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj": { |
|
||||
"projectPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"warningProperties": { |
|
||||
"warnAsError": [ |
|
||||
"NU1605" |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"frameworks": { |
|
||||
"net8.0-windows7.0": { |
|
||||
"targetAlias": "net8.0-windows", |
|
||||
"imports": [ |
|
||||
"net461", |
|
||||
"net462", |
|
||||
"net47", |
|
||||
"net471", |
|
||||
"net472", |
|
||||
"net48" |
|
||||
], |
|
||||
"assetTargetFallback": true, |
|
||||
"warn": true, |
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,8 +0,0 @@ |
|||||
{ |
|
||||
"version": 2, |
|
||||
"dgSpecHash": "xi+LSMQn3+IFp4l3US76deIf78ZT+Aa9mYnKh0SnftAsm+G4X50w0NbBfZQ/pnqFDZTJLJpWstqOMdeERzukcg==", |
|
||||
"success": true, |
|
||||
"projectFilePath": "D:\\work\\奇瑞接口\\LifeTimeService\\Jobs.csproj", |
|
||||
"expectedPackageFiles": [], |
|
||||
"logs": [] |
|
||||
} |
|
File diff suppressed because it is too large
@ -1,24 +0,0 @@ |
|||||
|
|
||||
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; |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,10 +0,0 @@ |
|||||
<Project Sdk="Microsoft.NET.Sdk"> |
|
||||
|
|
||||
<PropertyGroup> |
|
||||
<TargetFramework>net8.0-windows</TargetFramework> |
|
||||
<Nullable>enable</Nullable> |
|
||||
<UseWPF>true</UseWPF> |
|
||||
<ImplicitUsings>enable</ImplicitUsings> |
|
||||
</PropertyGroup> |
|
||||
|
|
||||
</Project> |
|
@ -1,23 +0,0 @@ |
|||||
{ |
|
||||
"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.
@ -1,4 +0,0 @@ |
|||||
// <autogenerated />
|
|
||||
using System; |
|
||||
using System.Reflection; |
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] |
|
@ -1,25 +0,0 @@ |
|||||
//------------------------------------------------------------------------------
|
|
||||
// <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 类生成。
|
|
||||
|
|
@ -1 +0,0 @@ |
|||||
8ec50f53a0b86919aed90e6899e26e9dbd27b630 |
|
@ -1,8 +0,0 @@ |
|||||
is_global = true |
|
||||
build_property.TargetFramework = net8.0-windows |
|
||||
build_property.TargetPlatformMinVersion = 7.0 |
|
||||
build_property.UsingMicrosoftNETSdkWeb = |
|
||||
build_property.ProjectTypeGuids = |
|
||||
build_property.PublishSingleFile = |
|
||||
build_property.IncludeAllContentForSelfExtract = |
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows |
|
@ -1,6 +0,0 @@ |
|||||
// <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.
@ -1 +0,0 @@ |
|||||
b4d65fa39a0e5eaf05430d3b88f3e7df38f1efa3ba1af756dea674204e898590 |
|
@ -1,11 +0,0 @@ |
|||||
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.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue