feat - 添加失败判定,设置循环写入次数
parent
191661448f
commit
4d215c0ac3
@ -0,0 +1,226 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.Common
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=8.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.Common
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETStandard
|
||||
TargetPath=<PATH>bin/Debug/netstandard2.1/SlnMesnac.Common.dll
|
||||
TargetRefPath=
|
||||
TemporaryDependencyNodeTargetIdentifier=netstandard2.1
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\netstandard2.1\SlnMesnac.Common.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:8.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
ControlOffLineScanHelper.cs
|
||||
ExpressionExtensions.cs
|
||||
obj/Debug/netstandard2.1/
|
||||
.NETStandard,Version=v2.1.AssemblyAttributes.cs
|
||||
SlnMesnac.Common.AssemblyInfo.cs
|
||||
StringChange.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.dotnet.platformabstractions/2.0.4/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.dependencymodel/2.0.4/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll
|
||||
nancy/2.0.0/lib/netstandard2.0/Nancy.dll
|
||||
newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
|
||||
system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll
|
||||
system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll
|
||||
system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.security.accesscontrol/5.0.0/ref/netstandard2.0/System.Security.AccessControl.dll
|
||||
system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
../SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
<DOTNET>/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/
|
||||
Microsoft.Win32.Primitives.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Composition.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
obj/Debug/netstandard2.1/SlnMesnac.Common.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,219 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.Config
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=8.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.Config
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETStandard
|
||||
TargetPath=<PATH>bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
TargetRefPath=
|
||||
TemporaryDependencyNodeTargetIdentifier=netstandard2.1
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\netstandard2.1\SlnMesnac.Config.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:8.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
AppConfig.cs
|
||||
AppsettingsConfig.cs
|
||||
DeviceInfoConfig.cs
|
||||
obj/Debug/netstandard2.1/
|
||||
.NETStandard,Version=v2.1.AssemblyAttributes.cs
|
||||
SlnMesnac.Config.AssemblyInfo.cs
|
||||
PlcConfig.cs
|
||||
RfidConfig.cs
|
||||
SqlConfig.cs
|
||||
VisionConfig.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
|
||||
system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
<DOTNET>/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/
|
||||
Microsoft.Win32.Primitives.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Composition.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
obj/Debug/netstandard2.1/SlnMesnac.Config.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,281 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.Extensions
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=8.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.Extensions
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETStandard
|
||||
TargetPath=<PATH>bin/Debug/netstandard2.1/SlnMesnac.Extensions.dll
|
||||
TargetRefPath=
|
||||
TemporaryDependencyNodeTargetIdentifier=netstandard2.1
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\netstandard2.1\SlnMesnac.Extensions.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:8.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
obj/Debug/netstandard2.1/
|
||||
.NETStandard,Version=v2.1.AssemblyAttributes.cs
|
||||
SlnMesnac.Extensions.AssemblyInfo.cs
|
||||
RfidFactorySetup.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll
|
||||
microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll
|
||||
microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.binder/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.dependencyinjection/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll
|
||||
microsoft.extensions.dependencymodel/8.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll
|
||||
microsoft.extensions.diagnostics.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.logging/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Logging.dll
|
||||
microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
|
||||
microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll
|
||||
microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
|
||||
microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll
|
||||
mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll
|
||||
nancy/2.0.0/lib/netstandard2.0/Nancy.dll
|
||||
newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
|
||||
npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll
|
||||
oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll
|
||||
serilog.aspnetcore/8.0.0/lib/netstandard2.0/Serilog.AspNetCore.dll
|
||||
serilog.extensions.hosting/8.0.0/lib/netstandard2.0/Serilog.Extensions.Hosting.dll
|
||||
serilog.extensions.logging/8.0.0/lib/netstandard2.1/Serilog.Extensions.Logging.dll
|
||||
serilog.formatting.compact/2.0.0/lib/netstandard2.1/Serilog.Formatting.Compact.dll
|
||||
serilog.settings.configuration/8.0.0/lib/netstandard2.0/Serilog.Settings.Configuration.dll
|
||||
serilog.sinks.console/5.0.0/lib/netstandard2.1/Serilog.Sinks.Console.dll
|
||||
serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll
|
||||
serilog.sinks.file/5.0.0/lib/netstandard2.1/Serilog.Sinks.File.dll
|
||||
serilog/3.1.1/lib/netstandard2.1/Serilog.dll
|
||||
sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll
|
||||
sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll
|
||||
sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll
|
||||
sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll
|
||||
sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll
|
||||
sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll
|
||||
system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll
|
||||
system.diagnostics.diagnosticsource/8.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll
|
||||
system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
|
||||
system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll
|
||||
system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll
|
||||
system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll
|
||||
system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll
|
||||
system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll
|
||||
system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll
|
||||
system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll
|
||||
system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll
|
||||
system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll
|
||||
touchsocket.core/4.1.16/lib/netstandard2.1/TouchSocket.Core.dll
|
||||
touchsocket.http/4.1.16/lib/netstandard2.1/TouchSocket.Http.dll
|
||||
touchsocket.rpc/4.1.16/lib/netstandard2.1/TouchSocket.Rpc.dll
|
||||
touchsocket.webapi.swagger/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.Swagger.dll
|
||||
touchsocket.webapi/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.dll
|
||||
touchsocket/4.1.16/lib/netstandard2.1/TouchSocket.dll
|
||||
../
|
||||
SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll
|
||||
SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll
|
||||
SlnMesnac.Repository/bin/Debug/netstandard2.1/SlnMesnac.Repository.dll
|
||||
SlnMesnac.Rfid/bin/Debug/netstandard2.1/SlnMesnac.Rfid.dll
|
||||
SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll
|
||||
SlnMesnac.TouchSocket/bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll
|
||||
<DOTNET>/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/
|
||||
Microsoft.Win32.Primitives.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Composition.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll
|
||||
touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll
|
||||
touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
obj/Debug/netstandard2.1/SlnMesnac.Extensions.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,429 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.Ioc
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:10.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=10.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.Ioc
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETCoreApp
|
||||
TargetPath=<PATH>bin/Debug/net6.0/SlnMesnac.Ioc.dll
|
||||
TargetRefPath=<PATH>obj/Debug/net6.0/ref/SlnMesnac.Ioc.dll
|
||||
TemporaryDependencyNodeTargetIdentifier=net6.0
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702,8002
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/warn:6
|
||||
/define:TRACE;DEBUG;NET;NET6_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\net6.0\SlnMesnac.Ioc.dll
|
||||
/refout:obj\Debug\net6.0\refint\SlnMesnac.Ioc.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:10.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
DependencyConfigurator.cs
|
||||
obj/Debug/net6.0/
|
||||
.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
|
||||
SlnMesnac.Ioc.AssemblyInfo.cs
|
||||
SlnMesnac.Ioc.GlobalUsings.g.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
autofac/8.0.0/lib/net6.0/Autofac.dll
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.data.sqlclient/2.1.4/ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll
|
||||
microsoft.data.sqlite.core/8.0.0/lib/net6.0/Microsoft.Data.Sqlite.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.binder/8.0.0/lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.dependencyinjection/8.0.0/lib/net6.0/Microsoft.Extensions.DependencyInjection.dll
|
||||
microsoft.extensions.dependencymodel/8.0.0/lib/net6.0/Microsoft.Extensions.DependencyModel.dll
|
||||
microsoft.extensions.diagnostics.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.logging/8.0.0/lib/net6.0/Microsoft.Extensions.Logging.dll
|
||||
microsoft.extensions.options/8.0.1/lib/net6.0/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
|
||||
microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll
|
||||
microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
|
||||
microsoft.win32.systemevents/6.0.0/lib/net6.0/Microsoft.Win32.SystemEvents.dll
|
||||
mysqlconnector/2.2.5/lib/net6.0/MySqlConnector.dll
|
||||
nancy/2.0.0/lib/netstandard2.0/Nancy.dll
|
||||
newtonsoft.json/13.0.3/lib/net6.0/Newtonsoft.Json.dll
|
||||
npgsql/5.0.7/lib/net5.0/Npgsql.dll
|
||||
oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll
|
||||
serilog.aspnetcore/8.0.0/lib/net6.0/Serilog.AspNetCore.dll
|
||||
serilog.extensions.hosting/8.0.0/lib/net6.0/Serilog.Extensions.Hosting.dll
|
||||
serilog.extensions.logging/8.0.0/lib/net6.0/Serilog.Extensions.Logging.dll
|
||||
serilog.formatting.compact/2.0.0/lib/net6.0/Serilog.Formatting.Compact.dll
|
||||
serilog.settings.configuration/8.0.0/lib/net6.0/Serilog.Settings.Configuration.dll
|
||||
serilog.sinks.console/5.0.0/lib/net6.0/Serilog.Sinks.Console.dll
|
||||
serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll
|
||||
serilog.sinks.file/5.0.0/lib/net5.0/Serilog.Sinks.File.dll
|
||||
serilog/3.1.1/lib/net6.0/Serilog.dll
|
||||
sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll
|
||||
sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll
|
||||
sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll
|
||||
sqlitepclraw.provider.e_sqlite3/2.1.6/lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll
|
||||
sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll
|
||||
sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll
|
||||
system.configuration.configurationmanager/6.0.0/lib/net6.0/System.Configuration.ConfigurationManager.dll
|
||||
system.diagnostics.diagnosticsource/8.0.0/lib/net6.0/System.Diagnostics.DiagnosticSource.dll
|
||||
system.diagnostics.performancecounter/6.0.1/lib/net6.0/System.Diagnostics.PerformanceCounter.dll
|
||||
system.directoryservices.protocols/6.0.1/lib/net6.0/System.DirectoryServices.Protocols.dll
|
||||
system.directoryservices/6.0.1/lib/net6.0/System.DirectoryServices.dll
|
||||
system.drawing.common/6.0.0/lib/net6.0/System.Drawing.Common.dll
|
||||
system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.io.ports/6.0.0/lib/net6.0/System.IO.Ports.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.security.cryptography.protecteddata/6.0.0/lib/net6.0/System.Security.Cryptography.ProtectedData.dll
|
||||
system.security.permissions/6.0.0/lib/net6.0/System.Security.Permissions.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
system.windows.extensions/6.0.0/lib/net6.0/System.Windows.Extensions.dll
|
||||
touchsocket.core/4.1.16/lib/net6.0/TouchSocket.Core.dll
|
||||
touchsocket.http/4.1.16/lib/net6.0/TouchSocket.Http.dll
|
||||
touchsocket.rpc/4.1.16/lib/net6.0/TouchSocket.Rpc.dll
|
||||
touchsocket.webapi.swagger/4.1.16/lib/net6.0/TouchSocket.WebApi.Swagger.dll
|
||||
touchsocket.webapi/4.1.16/lib/net6.0/TouchSocket.WebApi.dll
|
||||
touchsocket/4.1.16/lib/net6.0/TouchSocket.dll
|
||||
../
|
||||
SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll
|
||||
SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll
|
||||
SlnMesnac.Repository/bin/Debug/netstandard2.1/SlnMesnac.Repository.dll
|
||||
SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll
|
||||
SlnMesnac.TouchSocket/bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll
|
||||
<DOTNET>/packs/Microsoft.AspNetCore.App.Ref/6.0.36/ref/net6.0/
|
||||
Microsoft.AspNetCore.Antiforgery.dll
|
||||
Microsoft.AspNetCore.Authentication.Abstractions.dll
|
||||
Microsoft.AspNetCore.Authentication.Cookies.dll
|
||||
Microsoft.AspNetCore.Authentication.Core.dll
|
||||
Microsoft.AspNetCore.Authentication.dll
|
||||
Microsoft.AspNetCore.Authentication.OAuth.dll
|
||||
Microsoft.AspNetCore.Authorization.dll
|
||||
Microsoft.AspNetCore.Authorization.Policy.dll
|
||||
Microsoft.AspNetCore.Components.Authorization.dll
|
||||
Microsoft.AspNetCore.Components.dll
|
||||
Microsoft.AspNetCore.Components.Forms.dll
|
||||
Microsoft.AspNetCore.Components.Server.dll
|
||||
Microsoft.AspNetCore.Components.Web.dll
|
||||
Microsoft.AspNetCore.Connections.Abstractions.dll
|
||||
Microsoft.AspNetCore.CookiePolicy.dll
|
||||
Microsoft.AspNetCore.Cors.dll
|
||||
Microsoft.AspNetCore.Cryptography.Internal.dll
|
||||
Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
|
||||
Microsoft.AspNetCore.DataProtection.Abstractions.dll
|
||||
Microsoft.AspNetCore.DataProtection.dll
|
||||
Microsoft.AspNetCore.DataProtection.Extensions.dll
|
||||
Microsoft.AspNetCore.Diagnostics.Abstractions.dll
|
||||
Microsoft.AspNetCore.Diagnostics.dll
|
||||
Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
|
||||
Microsoft.AspNetCore.dll
|
||||
Microsoft.AspNetCore.HostFiltering.dll
|
||||
Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
Microsoft.AspNetCore.Hosting.dll
|
||||
Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
Microsoft.AspNetCore.Html.Abstractions.dll
|
||||
Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
Microsoft.AspNetCore.Http.Connections.Common.dll
|
||||
Microsoft.AspNetCore.Http.Connections.dll
|
||||
Microsoft.AspNetCore.Http.dll
|
||||
Microsoft.AspNetCore.Http.Extensions.dll
|
||||
Microsoft.AspNetCore.Http.Features.dll
|
||||
Microsoft.AspNetCore.Http.Results.dll
|
||||
Microsoft.AspNetCore.HttpLogging.dll
|
||||
Microsoft.AspNetCore.HttpOverrides.dll
|
||||
Microsoft.AspNetCore.HttpsPolicy.dll
|
||||
Microsoft.AspNetCore.Identity.dll
|
||||
Microsoft.AspNetCore.Localization.dll
|
||||
Microsoft.AspNetCore.Localization.Routing.dll
|
||||
Microsoft.AspNetCore.Metadata.dll
|
||||
Microsoft.AspNetCore.Mvc.Abstractions.dll
|
||||
Microsoft.AspNetCore.Mvc.ApiExplorer.dll
|
||||
Microsoft.AspNetCore.Mvc.Core.dll
|
||||
Microsoft.AspNetCore.Mvc.Cors.dll
|
||||
Microsoft.AspNetCore.Mvc.DataAnnotations.dll
|
||||
Microsoft.AspNetCore.Mvc.dll
|
||||
Microsoft.AspNetCore.Mvc.Formatters.Json.dll
|
||||
Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
|
||||
Microsoft.AspNetCore.Mvc.Localization.dll
|
||||
Microsoft.AspNetCore.Mvc.Razor.dll
|
||||
Microsoft.AspNetCore.Mvc.RazorPages.dll
|
||||
Microsoft.AspNetCore.Mvc.TagHelpers.dll
|
||||
Microsoft.AspNetCore.Mvc.ViewFeatures.dll
|
||||
Microsoft.AspNetCore.Razor.dll
|
||||
Microsoft.AspNetCore.Razor.Runtime.dll
|
||||
Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
|
||||
Microsoft.AspNetCore.ResponseCaching.dll
|
||||
Microsoft.AspNetCore.ResponseCompression.dll
|
||||
Microsoft.AspNetCore.Rewrite.dll
|
||||
Microsoft.AspNetCore.Routing.Abstractions.dll
|
||||
Microsoft.AspNetCore.Routing.dll
|
||||
Microsoft.AspNetCore.Server.HttpSys.dll
|
||||
Microsoft.AspNetCore.Server.IIS.dll
|
||||
Microsoft.AspNetCore.Server.IISIntegration.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Core.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
|
||||
Microsoft.AspNetCore.Session.dll
|
||||
Microsoft.AspNetCore.SignalR.Common.dll
|
||||
Microsoft.AspNetCore.SignalR.Core.dll
|
||||
Microsoft.AspNetCore.SignalR.dll
|
||||
Microsoft.AspNetCore.SignalR.Protocols.Json.dll
|
||||
Microsoft.AspNetCore.StaticFiles.dll
|
||||
Microsoft.AspNetCore.WebSockets.dll
|
||||
Microsoft.AspNetCore.WebUtilities.dll
|
||||
Microsoft.Extensions.Caching.Abstractions.dll
|
||||
Microsoft.Extensions.Caching.Memory.dll
|
||||
Microsoft.Extensions.Configuration.CommandLine.dll
|
||||
Microsoft.Extensions.Configuration.EnvironmentVariables.dll
|
||||
Microsoft.Extensions.Configuration.Ini.dll
|
||||
Microsoft.Extensions.Configuration.KeyPerFile.dll
|
||||
Microsoft.Extensions.Configuration.UserSecrets.dll
|
||||
Microsoft.Extensions.Configuration.Xml.dll
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.dll
|
||||
Microsoft.Extensions.Features.dll
|
||||
Microsoft.Extensions.FileProviders.Composite.dll
|
||||
Microsoft.Extensions.FileProviders.Embedded.dll
|
||||
Microsoft.Extensions.Hosting.dll
|
||||
Microsoft.Extensions.Http.dll
|
||||
Microsoft.Extensions.Identity.Core.dll
|
||||
Microsoft.Extensions.Identity.Stores.dll
|
||||
Microsoft.Extensions.Localization.Abstractions.dll
|
||||
Microsoft.Extensions.Localization.dll
|
||||
Microsoft.Extensions.Logging.Configuration.dll
|
||||
Microsoft.Extensions.Logging.Console.dll
|
||||
Microsoft.Extensions.Logging.Debug.dll
|
||||
Microsoft.Extensions.Logging.EventLog.dll
|
||||
Microsoft.Extensions.Logging.EventSource.dll
|
||||
Microsoft.Extensions.Logging.TraceSource.dll
|
||||
Microsoft.Extensions.ObjectPool.dll
|
||||
Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
||||
Microsoft.Extensions.Options.DataAnnotations.dll
|
||||
Microsoft.Extensions.WebEncoders.dll
|
||||
Microsoft.JSInterop.dll
|
||||
Microsoft.Net.Http.Headers.dll
|
||||
System.Diagnostics.EventLog.dll
|
||||
System.Security.Cryptography.Xml.dll
|
||||
<DOTNET>/packs/Microsoft.NETCore.App.Ref/6.0.36/ref/net6.0/
|
||||
Microsoft.CSharp.dll
|
||||
Microsoft.VisualBasic.Core.dll
|
||||
Microsoft.VisualBasic.dll
|
||||
Microsoft.Win32.Primitives.dll
|
||||
Microsoft.Win32.Registry.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.Immutable.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Annotations.dll
|
||||
System.ComponentModel.DataAnnotations.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Configuration.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.DataSetExtensions.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Formats.Asn1.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.Brotli.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.AccessControl.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.AccessControl.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.Http.Json.dll
|
||||
System.Net.HttpListener.dll
|
||||
System.Net.Mail.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.ServicePoint.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebClient.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebProxy.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Metadata.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Reflection.TypeExtensions.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Intrinsics.dll
|
||||
System.Runtime.Loader.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.AccessControl.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Cng.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.OpenSsl.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.Principal.Windows.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.ServiceProcess.dll
|
||||
System.Text.Encoding.CodePages.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.Channels.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.Dataflow.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.Transactions.Local.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Web.HttpUtility.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
WindowsBase.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll
|
||||
touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll
|
||||
touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll
|
||||
<DOTNET>/packs/Microsoft.AspNetCore.App.Ref/6.0.36/analyzers/dotnet/cs/
|
||||
Microsoft.AspNetCore.App.Analyzers.dll
|
||||
Microsoft.AspNetCore.App.CodeFixes.dll
|
||||
<DOTNET>/sdk/10.0.202/Sdks/Microsoft.NET.Sdk/analyzers/
|
||||
Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll
|
||||
Microsoft.CodeAnalysis.NetAnalyzers.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
<DOTNET>/sdk/10.0.202/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default.globalconfig
|
||||
obj/Debug/net6.0/SlnMesnac.Ioc.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,241 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.Model
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=8.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.Model
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETStandard
|
||||
TargetPath=<PATH>bin/Debug/netstandard2.1/SlnMesnac.Model.dll
|
||||
TargetRefPath=
|
||||
TemporaryDependencyNodeTargetIdentifier=netstandard2.1
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\netstandard2.1\SlnMesnac.Model.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:8.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
AirportApiEntity/
|
||||
AGVActiveMapEntity.cs
|
||||
AGVAddTaskEntity.cs
|
||||
AGVMapPositionEntity.cs
|
||||
AGVOperationalTaskEntity.cs
|
||||
AGVResponseEntity.cs
|
||||
AGVRobotAtrributeEntity.cs
|
||||
AGVSingalEntity.cs
|
||||
AGVTaskStateDetailEntity.cs
|
||||
domain/
|
||||
MesOrderInfo.cs
|
||||
real_readdata.cs
|
||||
RFIDDeviceApiResponse.cs
|
||||
RFIDRecord.cs
|
||||
dto/TagInfo.cs
|
||||
Enum/
|
||||
AgvType.cs
|
||||
MessageType.cs
|
||||
obj/Debug/netstandard2.1/
|
||||
.NETStandard,Version=v2.1.AssemblyAttributes.cs
|
||||
SlnMesnac.Model.AssemblyInfo.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll
|
||||
microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll
|
||||
microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll
|
||||
microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
|
||||
microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll
|
||||
microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
|
||||
mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll
|
||||
newtonsoft.json/13.0.2/lib/netstandard2.0/Newtonsoft.Json.dll
|
||||
npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll
|
||||
oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll
|
||||
sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll
|
||||
sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll
|
||||
sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll
|
||||
sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll
|
||||
sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll
|
||||
sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll
|
||||
system.diagnostics.diagnosticsource/6.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll
|
||||
system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
|
||||
system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll
|
||||
system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll
|
||||
system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll
|
||||
system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll
|
||||
system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll
|
||||
system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll
|
||||
system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll
|
||||
<DOTNET>/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/
|
||||
Microsoft.Win32.Primitives.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Composition.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
obj/Debug/netstandard2.1/SlnMesnac.Model.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,260 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.Repository
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=8.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.Repository
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETStandard
|
||||
TargetPath=<PATH>bin/Debug/netstandard2.1/SlnMesnac.Repository.dll
|
||||
TargetRefPath=
|
||||
TemporaryDependencyNodeTargetIdentifier=netstandard2.1
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\netstandard2.1\SlnMesnac.Repository.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:8.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
obj/Debug/netstandard2.1/
|
||||
.NETStandard,Version=v2.1.AssemblyAttributes.cs
|
||||
SlnMesnac.Repository.AssemblyInfo.cs
|
||||
service/Impl/
|
||||
MesOrderInfoImpl.cs
|
||||
RealReadDataImpl.cs
|
||||
SQLiteAsyncHelper.cs
|
||||
SQLiteHelper.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll
|
||||
microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll
|
||||
microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll
|
||||
microsoft.dotnet.platformabstractions/2.0.4/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.dependencymodel/2.0.4/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
|
||||
microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll
|
||||
microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
|
||||
microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll
|
||||
mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll
|
||||
nancy/2.0.0/lib/netstandard2.0/Nancy.dll
|
||||
newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
|
||||
npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll
|
||||
oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll
|
||||
sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll
|
||||
sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll
|
||||
sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll
|
||||
sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll
|
||||
sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll
|
||||
sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll
|
||||
system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll
|
||||
system.diagnostics.diagnosticsource/6.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll
|
||||
system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
|
||||
system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll
|
||||
system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll
|
||||
system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll
|
||||
system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll
|
||||
system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll
|
||||
system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll
|
||||
system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll
|
||||
system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll
|
||||
system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll
|
||||
../
|
||||
SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll
|
||||
SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll
|
||||
<DOTNET>/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/
|
||||
Microsoft.Win32.Primitives.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Composition.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
obj/Debug/netstandard2.1/SlnMesnac.Repository.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,298 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.Rfid
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=8.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.Rfid
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETStandard
|
||||
TargetPath=<PATH>bin/Debug/netstandard2.1/SlnMesnac.Rfid.dll
|
||||
TargetRefPath=
|
||||
TemporaryDependencyNodeTargetIdentifier=netstandard2.1
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\netstandard2.1\SlnMesnac.Rfid.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:8.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
Dto/MessagePack.cs
|
||||
Enum/RecvState.cs
|
||||
Factory/
|
||||
FuchsFactory.cs
|
||||
RflyFactory.cs
|
||||
GloalVar.cs
|
||||
MeshttpClient.cs
|
||||
NewRFIDConnect/
|
||||
BaseRFIDDataAnalyse.cs
|
||||
entity/
|
||||
Base03HEntity.cs
|
||||
Base11HEntity.cs
|
||||
BaseReciveDataEntity.cs
|
||||
BaseSendDataEntity.cs
|
||||
BFHEntity.cs
|
||||
Receive02HEntity.cs
|
||||
RfidDataAnalyse.cs
|
||||
obj/Debug/netstandard2.1/
|
||||
.NETStandard,Version=v2.1.AssemblyAttributes.cs
|
||||
SlnMesnac.Rfid.AssemblyInfo.cs
|
||||
RfidAbsractFactory.cs
|
||||
TouchSocketSetup.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll
|
||||
microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll
|
||||
microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.binder/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.dependencyinjection/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll
|
||||
microsoft.extensions.dependencymodel/8.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll
|
||||
microsoft.extensions.diagnostics.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.logging/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Logging.dll
|
||||
microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
|
||||
microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll
|
||||
microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
|
||||
microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll
|
||||
mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll
|
||||
nancy/2.0.0/lib/netstandard2.0/Nancy.dll
|
||||
newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
|
||||
npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll
|
||||
oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll
|
||||
serilog.aspnetcore/8.0.0/lib/netstandard2.0/Serilog.AspNetCore.dll
|
||||
serilog.extensions.hosting/8.0.0/lib/netstandard2.0/Serilog.Extensions.Hosting.dll
|
||||
serilog.extensions.logging/8.0.0/lib/netstandard2.1/Serilog.Extensions.Logging.dll
|
||||
serilog.formatting.compact/2.0.0/lib/netstandard2.1/Serilog.Formatting.Compact.dll
|
||||
serilog.settings.configuration/8.0.0/lib/netstandard2.0/Serilog.Settings.Configuration.dll
|
||||
serilog.sinks.console/5.0.0/lib/netstandard2.1/Serilog.Sinks.Console.dll
|
||||
serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll
|
||||
serilog.sinks.file/5.0.0/lib/netstandard2.1/Serilog.Sinks.File.dll
|
||||
serilog/3.1.1/lib/netstandard2.1/Serilog.dll
|
||||
sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll
|
||||
sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll
|
||||
sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll
|
||||
sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll
|
||||
sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll
|
||||
sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll
|
||||
system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll
|
||||
system.diagnostics.diagnosticsource/8.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll
|
||||
system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
|
||||
system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll
|
||||
system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll
|
||||
system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll
|
||||
system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll
|
||||
system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll
|
||||
system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll
|
||||
system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll
|
||||
system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll
|
||||
system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll
|
||||
touchsocket.core/4.1.16/lib/netstandard2.1/TouchSocket.Core.dll
|
||||
touchsocket.http/4.1.16/lib/netstandard2.1/TouchSocket.Http.dll
|
||||
touchsocket.rpc/4.1.16/lib/netstandard2.1/TouchSocket.Rpc.dll
|
||||
touchsocket.webapi.swagger/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.Swagger.dll
|
||||
touchsocket.webapi/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.dll
|
||||
touchsocket/4.1.16/lib/netstandard2.1/TouchSocket.dll
|
||||
../
|
||||
SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll
|
||||
SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll
|
||||
SlnMesnac.Repository/bin/Debug/netstandard2.1/SlnMesnac.Repository.dll
|
||||
SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll
|
||||
SlnMesnac.TouchSocket/bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll
|
||||
<DOTNET>/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/
|
||||
Microsoft.Win32.Primitives.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Composition.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll
|
||||
touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll
|
||||
touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
obj/Debug/netstandard2.1/SlnMesnac.Rfid.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,231 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.Serilog
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=8.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.Serilog
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETStandard
|
||||
TargetPath=<PATH>bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll
|
||||
TargetRefPath=
|
||||
TemporaryDependencyNodeTargetIdentifier=netstandard2.1
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\netstandard2.1\SlnMesnac.Serilog.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:8.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
obj/Debug/netstandard2.1/
|
||||
.NETStandard,Version=v2.1.AssemblyAttributes.cs
|
||||
SlnMesnac.Serilog.AssemblyInfo.cs
|
||||
SerilogExtensions.cs
|
||||
SerilogHelper.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.binder/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.dependencyinjection/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll
|
||||
microsoft.extensions.dependencymodel/8.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll
|
||||
microsoft.extensions.diagnostics.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.logging/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Logging.dll
|
||||
microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
|
||||
serilog.aspnetcore/8.0.0/lib/netstandard2.0/Serilog.AspNetCore.dll
|
||||
serilog.extensions.hosting/8.0.0/lib/netstandard2.0/Serilog.Extensions.Hosting.dll
|
||||
serilog.extensions.logging/8.0.0/lib/netstandard2.1/Serilog.Extensions.Logging.dll
|
||||
serilog.formatting.compact/2.0.0/lib/netstandard2.1/Serilog.Formatting.Compact.dll
|
||||
serilog.settings.configuration/8.0.0/lib/netstandard2.0/Serilog.Settings.Configuration.dll
|
||||
serilog.sinks.console/5.0.0/lib/netstandard2.1/Serilog.Sinks.Console.dll
|
||||
serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll
|
||||
serilog.sinks.file/5.0.0/lib/netstandard2.1/Serilog.Sinks.File.dll
|
||||
serilog/3.1.1/lib/netstandard2.1/Serilog.dll
|
||||
system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll
|
||||
system.diagnostics.diagnosticsource/8.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
../SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
<DOTNET>/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/
|
||||
Microsoft.Win32.Primitives.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Composition.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
obj/Debug/netstandard2.1/SlnMesnac.Serilog.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,278 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.TouchSocket
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:8.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=8.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.TouchSocket
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETStandard
|
||||
TargetPath=<PATH>bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll
|
||||
TargetRefPath=
|
||||
TemporaryDependencyNodeTargetIdentifier=netstandard2.1
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\netstandard2.1\SlnMesnac.TouchSocket.dll
|
||||
/target:library
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/deterministic+
|
||||
/langversion:8.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
obj/Debug/netstandard2.1/
|
||||
.NETStandard,Version=v2.1.AssemblyAttributes.cs
|
||||
SlnMesnac.TouchSocket.AssemblyInfo.cs
|
||||
TcpServer.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.aspnetcore.hosting.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
microsoft.aspnetcore.hosting.server.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
microsoft.aspnetcore.http.abstractions/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
microsoft.aspnetcore.http.features/2.2.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll
|
||||
microsoft.bcl.asyncinterfaces/10.0.5/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.csharp/4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll
|
||||
microsoft.data.sqlclient/2.1.4/ref/netstandard2.1/Microsoft.Data.SqlClient.dll
|
||||
microsoft.data.sqlite.core/8.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.binder/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.dependencyinjection/8.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll
|
||||
microsoft.extensions.dependencymodel/8.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll
|
||||
microsoft.extensions.diagnostics.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/8.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.logging/8.0.0/lib/netstandard2.1/Microsoft.Extensions.Logging.dll
|
||||
microsoft.extensions.options/8.0.1/lib/netstandard2.1/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
|
||||
microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll
|
||||
microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
|
||||
microsoft.win32.registry/5.0.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll
|
||||
mysqlconnector/2.2.5/lib/netstandard2.1/MySqlConnector.dll
|
||||
nancy/2.0.0/lib/netstandard2.0/Nancy.dll
|
||||
newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
|
||||
npgsql/5.0.7/lib/netstandard2.1/Npgsql.dll
|
||||
oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll
|
||||
serilog.aspnetcore/8.0.0/lib/netstandard2.0/Serilog.AspNetCore.dll
|
||||
serilog.extensions.hosting/8.0.0/lib/netstandard2.0/Serilog.Extensions.Hosting.dll
|
||||
serilog.extensions.logging/8.0.0/lib/netstandard2.1/Serilog.Extensions.Logging.dll
|
||||
serilog.formatting.compact/2.0.0/lib/netstandard2.1/Serilog.Formatting.Compact.dll
|
||||
serilog.settings.configuration/8.0.0/lib/netstandard2.0/Serilog.Settings.Configuration.dll
|
||||
serilog.sinks.console/5.0.0/lib/netstandard2.1/Serilog.Sinks.Console.dll
|
||||
serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll
|
||||
serilog.sinks.file/5.0.0/lib/netstandard2.1/Serilog.Sinks.File.dll
|
||||
serilog/3.1.1/lib/netstandard2.1/Serilog.dll
|
||||
sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll
|
||||
sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll
|
||||
sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll
|
||||
sqlitepclraw.provider.e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll
|
||||
sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll
|
||||
sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll
|
||||
system.componentmodel.annotations/5.0.0/ref/netstandard2.1/System.ComponentModel.Annotations.dll
|
||||
system.diagnostics.diagnosticsource/8.0.0/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll
|
||||
system.diagnostics.performancecounter/6.0.1/lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll
|
||||
system.directoryservices.protocols/6.0.1/lib/netstandard2.0/System.DirectoryServices.Protocols.dll
|
||||
system.directoryservices/6.0.1/lib/netstandard2.0/System.DirectoryServices.dll
|
||||
system.drawing.common/6.0.0/lib/netstandard2.0/System.Drawing.Common.dll
|
||||
system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
system.io.filesystem.accesscontrol/5.0.0/ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll
|
||||
system.io.pipelines/10.0.5/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.io.ports/6.0.0/lib/netstandard2.0/System.IO.Ports.dll
|
||||
system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.security.accesscontrol/6.0.0/lib/netstandard2.0/System.Security.AccessControl.dll
|
||||
system.security.cryptography.cng/4.5.0/ref/netstandard2.0/System.Security.Cryptography.Cng.dll
|
||||
system.security.permissions/6.0.0/lib/netstandard2.0/System.Security.Permissions.dll
|
||||
system.security.principal.windows/5.0.0/ref/netstandard2.0/System.Security.Principal.Windows.dll
|
||||
system.text.encoding.codepages/5.0.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll
|
||||
system.text.encodings.web/10.0.5/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/10.0.5/lib/netstandard2.0/System.Text.Json.dll
|
||||
system.threading.channels/4.7.0/lib/netstandard2.0/System.Threading.Channels.dll
|
||||
touchsocket.core/4.1.16/lib/netstandard2.1/TouchSocket.Core.dll
|
||||
touchsocket.http/4.1.16/lib/netstandard2.1/TouchSocket.Http.dll
|
||||
touchsocket.rpc/4.1.16/lib/netstandard2.1/TouchSocket.Rpc.dll
|
||||
touchsocket.webapi.swagger/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.Swagger.dll
|
||||
touchsocket.webapi/4.1.16/lib/netstandard2.1/TouchSocket.WebApi.dll
|
||||
touchsocket/4.1.16/lib/netstandard2.1/TouchSocket.dll
|
||||
../
|
||||
SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll
|
||||
SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll
|
||||
SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll
|
||||
<DOTNET>/packs/NETStandard.Library.Ref/2.1.0/ref/netstandard2.1/
|
||||
Microsoft.Win32.Primitives.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Composition.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
system.text.json/10.0.5/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll
|
||||
touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll
|
||||
touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
obj/Debug/netstandard2.1/SlnMesnac.TouchSocket.GeneratedMSBuildEditorConfig.editorconfig
|
||||
@ -0,0 +1,523 @@
|
||||
version=1
|
||||
|
||||
# This file caches language service data to improve the performance of C# Dev Kit.
|
||||
# It is not intended for manual editing. It can safely be deleted and will be
|
||||
# regenerated automatically. For more information, see https://aka.ms/lscache
|
||||
#
|
||||
# To control where cache files are stored, use the following VS Code setting:
|
||||
# "dotnet.projectsystem.cacheInProjectFolder": true
|
||||
|
||||
[project]
|
||||
language=C#
|
||||
primary
|
||||
lastDtbSucceeded
|
||||
|
||||
[properties]
|
||||
AssemblyName=SlnMesnac.WPF
|
||||
CommandLineArgsForDesignTimeEvaluation=-langversion:10.0 -define:TRACE
|
||||
CompilerGeneratedFilesOutputPath=
|
||||
MaxSupportedLangVersion=10.0
|
||||
ProjectAssetsFile=<PATH>obj/project.assets.json
|
||||
RootNamespace=SlnMesnac.WPF
|
||||
RunAnalyzers=
|
||||
RunAnalyzersDuringLiveAnalysis=
|
||||
SolutionPath=<PATH>../SlnMesnac.sln
|
||||
TargetFrameworkIdentifier=.NETCoreApp
|
||||
TargetPath=<PATH>bin/Debug/net6.0-windows/SlnMesnac.WPF.dll
|
||||
TargetRefPath=<PATH>obj/Debug/net6.0-windows/ref/SlnMesnac.WPF.dll
|
||||
TemporaryDependencyNodeTargetIdentifier=net6.0-windows
|
||||
|
||||
[commandLineArguments]
|
||||
/noconfig
|
||||
/unsafe-
|
||||
/checked-
|
||||
/nowarn:1701,1702,1701,1702,8002
|
||||
/fullpaths
|
||||
/nostdlib+
|
||||
/errorreport:prompt
|
||||
/warn:6
|
||||
/define:TRACE;DEBUG;NET;NET6_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
|
||||
/highentropyva+
|
||||
/nullable:enable
|
||||
/debug+
|
||||
/debug:portable
|
||||
/filealign:512
|
||||
/optimize-
|
||||
/out:obj\Debug\net6.0-windows\SlnMesnac.WPF.dll
|
||||
/refout:obj\Debug\net6.0-windows\refint\SlnMesnac.WPF.dll
|
||||
/target:exe
|
||||
/warnaserror-
|
||||
/utf8output
|
||||
/win32icon:Templates\icon\NOVOTON.ico
|
||||
/deterministic+
|
||||
/langversion:10.0
|
||||
/warnaserror+:NU1605
|
||||
|
||||
[sourceFiles]
|
||||
App.xaml.cs
|
||||
AssemblyInfo.cs
|
||||
Attribute/
|
||||
RegisterAsSingletonAttribute.cs
|
||||
RegisterAsTransientAttribute.cs
|
||||
Converter/Generate/RowToIndexConverter.cs
|
||||
MainWindow.xaml.cs
|
||||
Model/
|
||||
Real_DataInfo.cs
|
||||
RfidInfo.cs
|
||||
SenorInfo.cs
|
||||
obj/Debug/net6.0-windows/
|
||||
.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
|
||||
App.g.cs
|
||||
GeneratedInternalTypeHelper.g.cs
|
||||
MainWindow.g.cs
|
||||
Page/IndexPage/
|
||||
ChangeType.g.cs
|
||||
HistorySearch.g.cs
|
||||
ProductionLineUserControl.g.cs
|
||||
SlnMesnac.WPF.AssemblyInfo.cs
|
||||
SlnMesnac.WPF_Content.g.cs
|
||||
Page/IndexPage/
|
||||
ChangeType.xaml.cs
|
||||
HistorySearch.xaml.cs
|
||||
ProductionLineUserControl.xaml.cs
|
||||
Startup.cs
|
||||
ViewModel/IndexPage/
|
||||
ChangeTypeViewModel.cs
|
||||
HistorySearchViewModel.cs
|
||||
ProductionLineViewModel.cs
|
||||
ViewModel/MainWindowViewModel.cs
|
||||
|
||||
[metadataReferences]
|
||||
../../../Data/nuget/packages/
|
||||
autofac/8.0.0/lib/net6.0/Autofac.dll
|
||||
commonservicelocator/2.0.2/lib/netcoreapp1.0/CommonServiceLocator.dll
|
||||
communitytoolkit.mvvm/8.4.2/lib/netstandard2.1/CommunityToolkit.Mvvm.dll
|
||||
epplus.interfaces/8.4.0/lib/netstandard2.1/EPPlus.Interfaces.dll
|
||||
epplus/8.5.3/lib/netstandard2.1/EPPlus.dll
|
||||
lierda.wpfhelper/1.0.3/lib/net461/Lierda.WPFHelper.dll
|
||||
materialdesigncolors/5.3.1/lib/net462/MaterialDesignColors.dll
|
||||
microsoft.bcl.asyncinterfaces/11.0.0-preview.3.26207.106/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
microsoft.data.sqlclient/2.1.4/ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll
|
||||
microsoft.data.sqlite.core/8.0.0/lib/net6.0/Microsoft.Data.Sqlite.dll
|
||||
microsoft.extensions.configuration.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
microsoft.extensions.configuration.binder/8.0.0/lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
microsoft.extensions.configuration.fileextensions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
microsoft.extensions.configuration.json/9.0.0/lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll
|
||||
microsoft.extensions.configuration/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll
|
||||
microsoft.extensions.dependencyinjection.abstractions/10.0.0/lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
microsoft.extensions.dependencyinjection/8.0.0/lib/net6.0/Microsoft.Extensions.DependencyInjection.dll
|
||||
microsoft.extensions.dependencymodel/10.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll
|
||||
microsoft.extensions.diagnostics.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.abstractions/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
microsoft.extensions.fileproviders.physical/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll
|
||||
microsoft.extensions.filesystemglobbing/9.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
microsoft.extensions.hosting.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
microsoft.extensions.logging.abstractions/8.0.0/lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
microsoft.extensions.logging/8.0.0/lib/net6.0/Microsoft.Extensions.Logging.dll
|
||||
microsoft.extensions.options/8.0.1/lib/net6.0/Microsoft.Extensions.Options.dll
|
||||
microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll
|
||||
microsoft.extensions.primitives/9.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll
|
||||
microsoft.identitymodel.jsonwebtokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
microsoft.identitymodel.logging/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
|
||||
microsoft.identitymodel.protocols.openidconnect/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
microsoft.identitymodel.protocols/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll
|
||||
microsoft.identitymodel.tokens/6.8.0/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
|
||||
microsoft.io.recyclablememorystream/3.0.1/lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll
|
||||
microsoft.xaml.behaviors.wpf/1.1.77/lib/net6.0-windows7.0/Microsoft.Xaml.Behaviors.dll
|
||||
mvvmlightlibs/5.4.1.1/lib/net45/
|
||||
GalaSoft.MvvmLight.dll
|
||||
GalaSoft.MvvmLight.Extras.dll
|
||||
GalaSoft.MvvmLight.Platform.dll
|
||||
System.Windows.Interactivity.dll
|
||||
mysqlconnector/2.2.5/lib/net6.0/MySqlConnector.dll
|
||||
nancy/2.0.0/lib/netstandard2.0/Nancy.dll
|
||||
newtonsoft.json/13.0.3/lib/net6.0/Newtonsoft.Json.dll
|
||||
npgsql/5.0.7/lib/net5.0/Npgsql.dll
|
||||
nvelocity/1.2.0/lib/netstandard2.0/NVelocity.dll
|
||||
oracle.manageddataaccess.core/3.21.100/lib/netstandard2.1/Oracle.ManagedDataAccess.dll
|
||||
rougamo.fody/5.0.2/lib/net6.0/Rougamo.dll
|
||||
scrutor/7.0.0/lib/netstandard2.0/Scrutor.dll
|
||||
serilog.aspnetcore/8.0.0/lib/net6.0/Serilog.AspNetCore.dll
|
||||
serilog.extensions.hosting/8.0.0/lib/net6.0/Serilog.Extensions.Hosting.dll
|
||||
serilog.extensions.logging/8.0.0/lib/net6.0/Serilog.Extensions.Logging.dll
|
||||
serilog.formatting.compact/2.0.0/lib/net6.0/Serilog.Formatting.Compact.dll
|
||||
serilog.settings.configuration/8.0.0/lib/net6.0/Serilog.Settings.Configuration.dll
|
||||
serilog.sinks.console/5.0.0/lib/net6.0/Serilog.Sinks.Console.dll
|
||||
serilog.sinks.debug/2.0.0/lib/netstandard2.1/Serilog.Sinks.Debug.dll
|
||||
serilog.sinks.file/5.0.0/lib/net5.0/Serilog.Sinks.File.dll
|
||||
serilog/3.1.1/lib/net6.0/Serilog.dll
|
||||
sqlite-net-pcl/1.9.172/lib/netstandard2.0/SQLite-net.dll
|
||||
sqlitepclraw.bundle_e_sqlite3/2.1.6/lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll
|
||||
sqlitepclraw.core/2.1.6/lib/netstandard2.0/SQLitePCLRaw.core.dll
|
||||
sqlitepclraw.provider.e_sqlite3/2.1.6/lib/net6.0-windows7.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
sqlsugarcore.dm/1.2.0/lib/netstandard2.0/DmProvider.dll
|
||||
sqlsugarcore.kdbndp/7.4.0/lib/netstandard2.1/Kdbndp.dll
|
||||
sqlsugarcore/5.1.4.134/lib/netstandard2.1/SqlSugar.dll
|
||||
system.diagnostics.diagnosticsource/8.0.0/lib/net6.0/System.Diagnostics.DiagnosticSource.dll
|
||||
system.directoryservices.protocols/6.0.1/lib/net6.0/System.DirectoryServices.Protocols.dll
|
||||
system.formats.asn1/8.0.1/lib/net6.0/System.Formats.Asn1.dll
|
||||
system.identitymodel.tokens.jwt/6.8.0/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
system.io.pipelines/11.0.0-preview.3.26207.106/lib/netstandard2.0/System.IO.Pipelines.dll
|
||||
system.io.ports/6.0.0/lib/net6.0/System.IO.Ports.dll
|
||||
system.runtime.compilerservices.unsafe/6.1.2/lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll
|
||||
system.security.cryptography.pkcs/8.0.1/lib/net6.0/System.Security.Cryptography.Pkcs.dll
|
||||
system.security.cryptography.xml/8.0.3/lib/net6.0/System.Security.Cryptography.Xml.dll
|
||||
system.text.encoding.codepages/8.0.0/lib/net6.0/System.Text.Encoding.CodePages.dll
|
||||
system.text.encodings.web/11.0.0-preview.3.26207.106/lib/netstandard2.0/System.Text.Encodings.Web.dll
|
||||
system.text.json/11.0.0-preview.3.26207.106/lib/netstandard2.0/System.Text.Json.dll
|
||||
touchsocket.core/4.1.16/lib/net6.0/TouchSocket.Core.dll
|
||||
touchsocket.http/4.1.16/lib/net6.0/TouchSocket.Http.dll
|
||||
touchsocket.rpc/4.1.16/lib/net6.0/TouchSocket.Rpc.dll
|
||||
touchsocket.webapi.swagger/4.1.16/lib/net6.0/TouchSocket.WebApi.Swagger.dll
|
||||
touchsocket.webapi/4.1.16/lib/net6.0/TouchSocket.WebApi.dll
|
||||
touchsocket/4.1.16/lib/net6.0/TouchSocket.dll
|
||||
windowsapicodepack-core/1.1.1/lib/Microsoft.WindowsAPICodePack.dll
|
||||
windowsapicodepack-shell/1.1.1/lib/Microsoft.WindowsAPICodePack.Shell.dll
|
||||
../
|
||||
SlnMesnac.Common/bin/Debug/netstandard2.1/SlnMesnac.Common.dll
|
||||
SlnMesnac.Config/bin/Debug/netstandard2.1/SlnMesnac.Config.dll
|
||||
SlnMesnac.Extensions/bin/Debug/netstandard2.1/SlnMesnac.Extensions.dll
|
||||
SlnMesnac.Ioc/obj/Debug/net6.0/ref/SlnMesnac.Ioc.dll
|
||||
SlnMesnac.Model/bin/Debug/netstandard2.1/SlnMesnac.Model.dll
|
||||
SlnMesnac.Repository/bin/Debug/netstandard2.1/SlnMesnac.Repository.dll
|
||||
SlnMesnac.Rfid/bin/Debug/netstandard2.1/SlnMesnac.Rfid.dll
|
||||
SlnMesnac.Serilog/bin/Debug/netstandard2.1/SlnMesnac.Serilog.dll
|
||||
SlnMesnac.TouchSocket/bin/Debug/netstandard2.1/SlnMesnac.TouchSocket.dll
|
||||
<DOTNET>/packs/Microsoft.AspNetCore.App.Ref/6.0.36/ref/net6.0/
|
||||
Microsoft.AspNetCore.Antiforgery.dll
|
||||
Microsoft.AspNetCore.Authentication.Abstractions.dll
|
||||
Microsoft.AspNetCore.Authentication.Cookies.dll
|
||||
Microsoft.AspNetCore.Authentication.Core.dll
|
||||
Microsoft.AspNetCore.Authentication.dll
|
||||
Microsoft.AspNetCore.Authentication.OAuth.dll
|
||||
Microsoft.AspNetCore.Authorization.dll
|
||||
Microsoft.AspNetCore.Authorization.Policy.dll
|
||||
Microsoft.AspNetCore.Components.Authorization.dll
|
||||
Microsoft.AspNetCore.Components.dll
|
||||
Microsoft.AspNetCore.Components.Forms.dll
|
||||
Microsoft.AspNetCore.Components.Server.dll
|
||||
Microsoft.AspNetCore.Components.Web.dll
|
||||
Microsoft.AspNetCore.Connections.Abstractions.dll
|
||||
Microsoft.AspNetCore.CookiePolicy.dll
|
||||
Microsoft.AspNetCore.Cors.dll
|
||||
Microsoft.AspNetCore.Cryptography.Internal.dll
|
||||
Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
|
||||
Microsoft.AspNetCore.DataProtection.Abstractions.dll
|
||||
Microsoft.AspNetCore.DataProtection.dll
|
||||
Microsoft.AspNetCore.DataProtection.Extensions.dll
|
||||
Microsoft.AspNetCore.Diagnostics.Abstractions.dll
|
||||
Microsoft.AspNetCore.Diagnostics.dll
|
||||
Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
|
||||
Microsoft.AspNetCore.dll
|
||||
Microsoft.AspNetCore.HostFiltering.dll
|
||||
Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
Microsoft.AspNetCore.Hosting.dll
|
||||
Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
Microsoft.AspNetCore.Html.Abstractions.dll
|
||||
Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
Microsoft.AspNetCore.Http.Connections.Common.dll
|
||||
Microsoft.AspNetCore.Http.Connections.dll
|
||||
Microsoft.AspNetCore.Http.dll
|
||||
Microsoft.AspNetCore.Http.Extensions.dll
|
||||
Microsoft.AspNetCore.Http.Features.dll
|
||||
Microsoft.AspNetCore.Http.Results.dll
|
||||
Microsoft.AspNetCore.HttpLogging.dll
|
||||
Microsoft.AspNetCore.HttpOverrides.dll
|
||||
Microsoft.AspNetCore.HttpsPolicy.dll
|
||||
Microsoft.AspNetCore.Identity.dll
|
||||
Microsoft.AspNetCore.Localization.dll
|
||||
Microsoft.AspNetCore.Localization.Routing.dll
|
||||
Microsoft.AspNetCore.Metadata.dll
|
||||
Microsoft.AspNetCore.Mvc.Abstractions.dll
|
||||
Microsoft.AspNetCore.Mvc.ApiExplorer.dll
|
||||
Microsoft.AspNetCore.Mvc.Core.dll
|
||||
Microsoft.AspNetCore.Mvc.Cors.dll
|
||||
Microsoft.AspNetCore.Mvc.DataAnnotations.dll
|
||||
Microsoft.AspNetCore.Mvc.dll
|
||||
Microsoft.AspNetCore.Mvc.Formatters.Json.dll
|
||||
Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
|
||||
Microsoft.AspNetCore.Mvc.Localization.dll
|
||||
Microsoft.AspNetCore.Mvc.Razor.dll
|
||||
Microsoft.AspNetCore.Mvc.RazorPages.dll
|
||||
Microsoft.AspNetCore.Mvc.TagHelpers.dll
|
||||
Microsoft.AspNetCore.Mvc.ViewFeatures.dll
|
||||
Microsoft.AspNetCore.Razor.dll
|
||||
Microsoft.AspNetCore.Razor.Runtime.dll
|
||||
Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
|
||||
Microsoft.AspNetCore.ResponseCaching.dll
|
||||
Microsoft.AspNetCore.ResponseCompression.dll
|
||||
Microsoft.AspNetCore.Rewrite.dll
|
||||
Microsoft.AspNetCore.Routing.Abstractions.dll
|
||||
Microsoft.AspNetCore.Routing.dll
|
||||
Microsoft.AspNetCore.Server.HttpSys.dll
|
||||
Microsoft.AspNetCore.Server.IIS.dll
|
||||
Microsoft.AspNetCore.Server.IISIntegration.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Core.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
|
||||
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
|
||||
Microsoft.AspNetCore.Session.dll
|
||||
Microsoft.AspNetCore.SignalR.Common.dll
|
||||
Microsoft.AspNetCore.SignalR.Core.dll
|
||||
Microsoft.AspNetCore.SignalR.dll
|
||||
Microsoft.AspNetCore.SignalR.Protocols.Json.dll
|
||||
Microsoft.AspNetCore.StaticFiles.dll
|
||||
Microsoft.AspNetCore.WebSockets.dll
|
||||
Microsoft.AspNetCore.WebUtilities.dll
|
||||
Microsoft.Extensions.Caching.Abstractions.dll
|
||||
Microsoft.Extensions.Caching.Memory.dll
|
||||
Microsoft.Extensions.Configuration.CommandLine.dll
|
||||
Microsoft.Extensions.Configuration.EnvironmentVariables.dll
|
||||
Microsoft.Extensions.Configuration.Ini.dll
|
||||
Microsoft.Extensions.Configuration.KeyPerFile.dll
|
||||
Microsoft.Extensions.Configuration.UserSecrets.dll
|
||||
Microsoft.Extensions.Configuration.Xml.dll
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
|
||||
Microsoft.Extensions.Diagnostics.HealthChecks.dll
|
||||
Microsoft.Extensions.Features.dll
|
||||
Microsoft.Extensions.FileProviders.Composite.dll
|
||||
Microsoft.Extensions.FileProviders.Embedded.dll
|
||||
Microsoft.Extensions.Hosting.dll
|
||||
Microsoft.Extensions.Http.dll
|
||||
Microsoft.Extensions.Identity.Core.dll
|
||||
Microsoft.Extensions.Identity.Stores.dll
|
||||
Microsoft.Extensions.Localization.Abstractions.dll
|
||||
Microsoft.Extensions.Localization.dll
|
||||
Microsoft.Extensions.Logging.Configuration.dll
|
||||
Microsoft.Extensions.Logging.Console.dll
|
||||
Microsoft.Extensions.Logging.Debug.dll
|
||||
Microsoft.Extensions.Logging.EventLog.dll
|
||||
Microsoft.Extensions.Logging.EventSource.dll
|
||||
Microsoft.Extensions.Logging.TraceSource.dll
|
||||
Microsoft.Extensions.ObjectPool.dll
|
||||
Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
||||
Microsoft.Extensions.Options.DataAnnotations.dll
|
||||
Microsoft.Extensions.WebEncoders.dll
|
||||
Microsoft.JSInterop.dll
|
||||
Microsoft.Net.Http.Headers.dll
|
||||
<DOTNET>/packs/Microsoft.NETCore.App.Ref/6.0.36/ref/net6.0/
|
||||
Microsoft.CSharp.dll
|
||||
Microsoft.VisualBasic.Core.dll
|
||||
Microsoft.Win32.Primitives.dll
|
||||
Microsoft.Win32.Registry.dll
|
||||
mscorlib.dll
|
||||
netstandard.dll
|
||||
System.AppContext.dll
|
||||
System.Buffers.dll
|
||||
System.Collections.Concurrent.dll
|
||||
System.Collections.dll
|
||||
System.Collections.Immutable.dll
|
||||
System.Collections.NonGeneric.dll
|
||||
System.Collections.Specialized.dll
|
||||
System.ComponentModel.Annotations.dll
|
||||
System.ComponentModel.DataAnnotations.dll
|
||||
System.ComponentModel.dll
|
||||
System.ComponentModel.EventBasedAsync.dll
|
||||
System.ComponentModel.Primitives.dll
|
||||
System.ComponentModel.TypeConverter.dll
|
||||
System.Configuration.dll
|
||||
System.Console.dll
|
||||
System.Core.dll
|
||||
System.Data.Common.dll
|
||||
System.Data.DataSetExtensions.dll
|
||||
System.Data.dll
|
||||
System.Diagnostics.Contracts.dll
|
||||
System.Diagnostics.Debug.dll
|
||||
System.Diagnostics.FileVersionInfo.dll
|
||||
System.Diagnostics.Process.dll
|
||||
System.Diagnostics.StackTrace.dll
|
||||
System.Diagnostics.TextWriterTraceListener.dll
|
||||
System.Diagnostics.Tools.dll
|
||||
System.Diagnostics.TraceSource.dll
|
||||
System.Diagnostics.Tracing.dll
|
||||
System.dll
|
||||
System.Drawing.Primitives.dll
|
||||
System.Dynamic.Runtime.dll
|
||||
System.Globalization.Calendars.dll
|
||||
System.Globalization.dll
|
||||
System.Globalization.Extensions.dll
|
||||
System.IO.Compression.Brotli.dll
|
||||
System.IO.Compression.dll
|
||||
System.IO.Compression.FileSystem.dll
|
||||
System.IO.Compression.ZipFile.dll
|
||||
System.IO.dll
|
||||
System.IO.FileSystem.AccessControl.dll
|
||||
System.IO.FileSystem.dll
|
||||
System.IO.FileSystem.DriveInfo.dll
|
||||
System.IO.FileSystem.Primitives.dll
|
||||
System.IO.FileSystem.Watcher.dll
|
||||
System.IO.IsolatedStorage.dll
|
||||
System.IO.MemoryMappedFiles.dll
|
||||
System.IO.Pipes.AccessControl.dll
|
||||
System.IO.Pipes.dll
|
||||
System.IO.UnmanagedMemoryStream.dll
|
||||
System.Linq.dll
|
||||
System.Linq.Expressions.dll
|
||||
System.Linq.Parallel.dll
|
||||
System.Linq.Queryable.dll
|
||||
System.Memory.dll
|
||||
System.Net.dll
|
||||
System.Net.Http.dll
|
||||
System.Net.Http.Json.dll
|
||||
System.Net.HttpListener.dll
|
||||
System.Net.Mail.dll
|
||||
System.Net.NameResolution.dll
|
||||
System.Net.NetworkInformation.dll
|
||||
System.Net.Ping.dll
|
||||
System.Net.Primitives.dll
|
||||
System.Net.Requests.dll
|
||||
System.Net.Security.dll
|
||||
System.Net.ServicePoint.dll
|
||||
System.Net.Sockets.dll
|
||||
System.Net.WebClient.dll
|
||||
System.Net.WebHeaderCollection.dll
|
||||
System.Net.WebProxy.dll
|
||||
System.Net.WebSockets.Client.dll
|
||||
System.Net.WebSockets.dll
|
||||
System.Numerics.dll
|
||||
System.Numerics.Vectors.dll
|
||||
System.ObjectModel.dll
|
||||
System.Reflection.DispatchProxy.dll
|
||||
System.Reflection.dll
|
||||
System.Reflection.Emit.dll
|
||||
System.Reflection.Emit.ILGeneration.dll
|
||||
System.Reflection.Emit.Lightweight.dll
|
||||
System.Reflection.Extensions.dll
|
||||
System.Reflection.Metadata.dll
|
||||
System.Reflection.Primitives.dll
|
||||
System.Reflection.TypeExtensions.dll
|
||||
System.Resources.Reader.dll
|
||||
System.Resources.ResourceManager.dll
|
||||
System.Resources.Writer.dll
|
||||
System.Runtime.CompilerServices.VisualC.dll
|
||||
System.Runtime.dll
|
||||
System.Runtime.Extensions.dll
|
||||
System.Runtime.Handles.dll
|
||||
System.Runtime.InteropServices.dll
|
||||
System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
System.Runtime.Intrinsics.dll
|
||||
System.Runtime.Loader.dll
|
||||
System.Runtime.Numerics.dll
|
||||
System.Runtime.Serialization.dll
|
||||
System.Runtime.Serialization.Formatters.dll
|
||||
System.Runtime.Serialization.Json.dll
|
||||
System.Runtime.Serialization.Primitives.dll
|
||||
System.Runtime.Serialization.Xml.dll
|
||||
System.Security.AccessControl.dll
|
||||
System.Security.Claims.dll
|
||||
System.Security.Cryptography.Algorithms.dll
|
||||
System.Security.Cryptography.Cng.dll
|
||||
System.Security.Cryptography.Csp.dll
|
||||
System.Security.Cryptography.Encoding.dll
|
||||
System.Security.Cryptography.OpenSsl.dll
|
||||
System.Security.Cryptography.Primitives.dll
|
||||
System.Security.Cryptography.X509Certificates.dll
|
||||
System.Security.dll
|
||||
System.Security.Principal.dll
|
||||
System.Security.Principal.Windows.dll
|
||||
System.Security.SecureString.dll
|
||||
System.ServiceModel.Web.dll
|
||||
System.ServiceProcess.dll
|
||||
System.Text.Encoding.dll
|
||||
System.Text.Encoding.Extensions.dll
|
||||
System.Text.RegularExpressions.dll
|
||||
System.Threading.Channels.dll
|
||||
System.Threading.dll
|
||||
System.Threading.Overlapped.dll
|
||||
System.Threading.Tasks.Dataflow.dll
|
||||
System.Threading.Tasks.dll
|
||||
System.Threading.Tasks.Extensions.dll
|
||||
System.Threading.Tasks.Parallel.dll
|
||||
System.Threading.Thread.dll
|
||||
System.Threading.ThreadPool.dll
|
||||
System.Threading.Timer.dll
|
||||
System.Transactions.dll
|
||||
System.Transactions.Local.dll
|
||||
System.ValueTuple.dll
|
||||
System.Web.dll
|
||||
System.Web.HttpUtility.dll
|
||||
System.Windows.dll
|
||||
System.Xml.dll
|
||||
System.Xml.Linq.dll
|
||||
System.Xml.ReaderWriter.dll
|
||||
System.Xml.Serialization.dll
|
||||
System.Xml.XDocument.dll
|
||||
System.Xml.XmlDocument.dll
|
||||
System.Xml.XmlSerializer.dll
|
||||
System.Xml.XPath.dll
|
||||
System.Xml.XPath.XDocument.dll
|
||||
<DOTNET>/packs/Microsoft.WindowsDesktop.App.Ref/6.0.36/ref/net6.0/
|
||||
Accessibility.dll
|
||||
Microsoft.VisualBasic.dll
|
||||
Microsoft.VisualBasic.Forms.dll
|
||||
Microsoft.Win32.Registry.AccessControl.dll
|
||||
Microsoft.Win32.SystemEvents.dll
|
||||
PresentationCore.dll
|
||||
PresentationFramework.Aero.dll
|
||||
PresentationFramework.Aero2.dll
|
||||
PresentationFramework.AeroLite.dll
|
||||
PresentationFramework.Classic.dll
|
||||
PresentationFramework.dll
|
||||
PresentationFramework.Luna.dll
|
||||
PresentationFramework.Royale.dll
|
||||
PresentationUI.dll
|
||||
ReachFramework.dll
|
||||
System.CodeDom.dll
|
||||
System.Configuration.ConfigurationManager.dll
|
||||
System.Design.dll
|
||||
System.Diagnostics.EventLog.dll
|
||||
System.Diagnostics.PerformanceCounter.dll
|
||||
System.DirectoryServices.dll
|
||||
System.Drawing.Common.dll
|
||||
System.Drawing.Design.dll
|
||||
System.Drawing.dll
|
||||
System.IO.Packaging.dll
|
||||
System.Printing.dll
|
||||
System.Resources.Extensions.dll
|
||||
System.Security.Cryptography.ProtectedData.dll
|
||||
System.Security.Permissions.dll
|
||||
System.Threading.AccessControl.dll
|
||||
System.Windows.Controls.Ribbon.dll
|
||||
System.Windows.Extensions.dll
|
||||
System.Windows.Forms.Design.dll
|
||||
System.Windows.Forms.Design.Editors.dll
|
||||
System.Windows.Forms.dll
|
||||
System.Windows.Forms.Primitives.dll
|
||||
System.Windows.Input.Manipulations.dll
|
||||
System.Windows.Presentation.dll
|
||||
System.Xaml.dll
|
||||
UIAutomationClient.dll
|
||||
UIAutomationClientSideProviders.dll
|
||||
UIAutomationProvider.dll
|
||||
UIAutomationTypes.dll
|
||||
WindowsBase.dll
|
||||
WindowsFormsIntegration.dll
|
||||
|
||||
[analyzerReferences]
|
||||
../../../Data/nuget/packages/communitytoolkit.mvvm/8.4.2/analyzers/dotnet/roslyn5.0/cs/
|
||||
CommunityToolkit.Mvvm.CodeFixers.dll
|
||||
CommunityToolkit.Mvvm.SourceGenerators.dll
|
||||
../../../Data/nuget/packages/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/
|
||||
Microsoft.CodeAnalysis.Analyzers.dll
|
||||
Microsoft.CodeAnalysis.CSharp.Analyzers.dll
|
||||
../../../Data/nuget/packages/
|
||||
microsoft.extensions.logging.abstractions/8.0.0/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll
|
||||
microsoft.extensions.options/8.0.1/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll
|
||||
rougamo.fody/5.0.2/analyzers/dotnet/cs/Rougamo.Analyzers.dll
|
||||
system.text.json/11.0.0-preview.3.26207.106/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
|
||||
touchsocket.core/4.1.16/analyzers/dotnet/cs/TouchSocket.Core.SourceGenerator.dll
|
||||
touchsocket.rpc/4.1.16/analyzers/dotnet/cs/TouchSocket.Rpc.SourceGenerator.dll
|
||||
touchsocket.webapi/4.1.16/analyzers/dotnet/cs/TouchSocket.WebApi.SourceGenerator.dll
|
||||
<DOTNET>/packs/Microsoft.AspNetCore.App.Ref/6.0.36/analyzers/dotnet/cs/
|
||||
Microsoft.AspNetCore.App.Analyzers.dll
|
||||
Microsoft.AspNetCore.App.CodeFixes.dll
|
||||
<DOTNET>/packs/Microsoft.WindowsDesktop.App.Ref/6.0.36/analyzers/dotnet/
|
||||
cs/System.Windows.Forms.Analyzers.CSharp.dll
|
||||
System.Windows.Forms.Analyzers.dll
|
||||
<DOTNET>/sdk/10.0.202/Sdks/Microsoft.NET.Sdk/analyzers/
|
||||
Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll
|
||||
Microsoft.CodeAnalysis.NetAnalyzers.dll
|
||||
|
||||
[analyzerConfigFiles]
|
||||
<DOTNET>/sdk/10.0.202/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default.globalconfig
|
||||
obj/Debug/net6.0-windows/SlnMesnac.WPF.GeneratedMSBuildEditorConfig.editorconfig
|
||||
Loading…
Reference in New Issue