프로젝트명 State_Comparision_Ver_1.0.0 에서 PackingInvoiceMapper 로 수정
프로그램명 DUALSONIC Mapping Or Search Program 에서 PackingInvoiceMapper 로 수정
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.5.33627.172
|
VisualStudioVersion = 17.5.33627.172
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PackingInvoiceMapper", "State_Comparision_Ver_1.0.0\PackingInvoiceMapper.vbproj", "{9AADBFF2-D1EA-4C8D-BC33-C9F33AC0DB4B}"
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PackingInvoiceMapper", "PackingInvoiceMapper\PackingInvoiceMapper.vbproj", "{9AADBFF2-D1EA-4C8D-BC33-C9F33AC0DB4B}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
@ -23,3 +23,4 @@ Global
|
|||||||
SolutionGuid = {EB37B46B-5E5F-4D8E-AA25-32024978EC79}
|
SolutionGuid = {EB37B46B-5E5F-4D8E-AA25-32024978EC79}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
lobal
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||||
@ -13,8 +13,10 @@
|
|||||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
<dependentAssembly>
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
|
||||||
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||||
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
@ -32,7 +32,7 @@ Namespace My
|
|||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
Protected Overrides Sub OnCreateMainForm()
|
Protected Overrides Sub OnCreateMainForm()
|
||||||
Me.MainForm = Global.State_Comparision_Ver_1._0._0.frm_Main
|
Me.MainForm = Global.PackingInvoiceMapper.frm_Main
|
||||||
End Sub
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
@ -8,10 +8,10 @@ Imports System.Runtime.InteropServices
|
|||||||
|
|
||||||
' 어셈블리 특성 값을 검토합니다.
|
' 어셈블리 특성 값을 검토합니다.
|
||||||
|
|
||||||
<Assembly: AssemblyTitle("State_Comparision_Ver_1.0.0")>
|
<Assembly: AssemblyTitle("PackingInvoiceMapper")>
|
||||||
<Assembly: AssemblyDescription("")>
|
<Assembly: AssemblyDescription("")>
|
||||||
<Assembly: AssemblyCompany("")>
|
<Assembly: AssemblyCompany("")>
|
||||||
<Assembly: AssemblyProduct("State_Comparision_Ver_1.0.0")>
|
<Assembly: AssemblyProduct("PackingInvoiceMapper")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © 2022")>
|
<Assembly: AssemblyCopyright("Copyright © 2022")>
|
||||||
<Assembly: AssemblyTrademark("")>
|
<Assembly: AssemblyTrademark("")>
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ Namespace My.Resources
|
|||||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||||
Get
|
Get
|
||||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("State_Comparision_Ver_1._0._0.Resources", GetType(Resources).Assembly)
|
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("PackingInvoiceMapper.Resources", GetType(Resources).Assembly)
|
||||||
resourceMan = temp
|
resourceMan = temp
|
||||||
End If
|
End If
|
||||||
Return resourceMan
|
Return resourceMan
|
||||||
@ -63,10 +63,10 @@ Namespace My
|
|||||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||||
Friend Module MySettingsProperty
|
Friend Module MySettingsProperty
|
||||||
|
|
||||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>
|
||||||
Friend ReadOnly Property Settings() As Global.State_Comparision_Ver_1._0._0.My.MySettings
|
Friend ReadOnly Property Settings() As Global.PackingInvoiceMapper.My.MySettings
|
||||||
Get
|
Get
|
||||||
Return Global.State_Comparision_Ver_1._0._0.My.MySettings.Default
|
Return Global.PackingInvoiceMapper.My.MySettings.Default
|
||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
End Module
|
End Module
|
||||||
@ -6,9 +6,9 @@
|
|||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<ProjectGuid>{9AADBFF2-D1EA-4C8D-BC33-C9F33AC0DB4B}</ProjectGuid>
|
<ProjectGuid>{9AADBFF2-D1EA-4C8D-BC33-C9F33AC0DB4B}</ProjectGuid>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<StartupObject>State_Comparision_Ver_1._0._0.My.MyApplication</StartupObject>
|
<StartupObject>PackingInvoiceMapper.My.MyApplication</StartupObject>
|
||||||
<RootNamespace>State_Comparision_Ver_1._0._0</RootNamespace>
|
<RootNamespace>PackingInvoiceMapper</RootNamespace>
|
||||||
<AssemblyName>State_Comparision_Ver_1.0.0</AssemblyName>
|
<AssemblyName>PackingInvoiceMapper</AssemblyName>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<MyType>WindowsForms</MyType>
|
<MyType>WindowsForms</MyType>
|
||||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<DefineDebug>true</DefineDebug>
|
<DefineDebug>true</DefineDebug>
|
||||||
<DefineTrace>true</DefineTrace>
|
<DefineTrace>true</DefineTrace>
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
<DocumentationFile>State_Comparision_Ver_1.0.0.xml</DocumentationFile>
|
<DocumentationFile>PackingInvoiceMapper.xml</DocumentationFile>
|
||||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<DefineTrace>true</DefineTrace>
|
<DefineTrace>true</DefineTrace>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
<DocumentationFile>State_Comparision_Ver_1.0.0.xml</DocumentationFile>
|
<DocumentationFile>PackingInvoiceMapper.xml</DocumentationFile>
|
||||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@ -51,6 +51,21 @@
|
|||||||
<ApplicationIcon>JOMT 아이콘_ICO.ico</ApplicationIcon>
|
<ApplicationIcon>JOMT 아이콘_ICO.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\BouncyCastle.Cryptography.2.5.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Google.Protobuf, Version=3.30.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Google.Protobuf.3.30.0\lib\net45\Google.Protobuf.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="K4os.Compression.LZ4, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
|
<HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
@ -60,9 +75,8 @@
|
|||||||
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
|
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="MySql.Data, Version=9.0.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
<Reference Include="MySql.Data, Version=9.4.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\MySql.Data.9.4.0\lib\net48\MySql.Data.dll</HintPath>
|
||||||
<HintPath>C:\Program Files (x86)\MySQL\MySQL Connector NET 9.0\MySql.Data.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
@ -78,12 +92,20 @@
|
|||||||
<Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
|
<HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="System.Configuration" />
|
||||||
|
<Reference Include="System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Deployment" />
|
<Reference Include="System.Deployment" />
|
||||||
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.IO.Pipelines, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Management" />
|
||||||
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
@ -106,6 +128,7 @@
|
|||||||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="System.Transactions" />
|
||||||
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
@ -115,6 +138,9 @@
|
|||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Net.Http" />
|
||||||
|
<Reference Include="ZstdSharp, Version=0.8.5.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\ZstdSharp.Port.0.8.5\lib\net462\ZstdSharp.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Import Include="Microsoft.VisualBasic" />
|
<Import Include="Microsoft.VisualBasic" />
|
||||||
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
PackingInvoiceMapper/bin/Debug/BouncyCastle.Cryptography.dll
Normal file
30259
PackingInvoiceMapper/bin/Debug/BouncyCastle.Cryptography.xml
Normal file
BIN
PackingInvoiceMapper/bin/Debug/Google.Protobuf.dll
Normal file
BIN
PackingInvoiceMapper/bin/Debug/Google.Protobuf.pdb
Normal file
11896
PackingInvoiceMapper/bin/Debug/Google.Protobuf.xml
Normal file
BIN
PackingInvoiceMapper/bin/Debug/K4os.Compression.LZ4.Streams.dll
Normal file
2072
PackingInvoiceMapper/bin/Debug/K4os.Compression.LZ4.Streams.xml
Normal file
BIN
PackingInvoiceMapper/bin/Debug/K4os.Compression.LZ4.dll
Normal file
1673
PackingInvoiceMapper/bin/Debug/K4os.Compression.LZ4.xml
Normal file
BIN
PackingInvoiceMapper/bin/Debug/K4os.Hash.xxHash.dll
Normal file
245
PackingInvoiceMapper/bin/Debug/K4os.Hash.xxHash.xml
Normal file
@ -0,0 +1,245 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>K4os.Hash.xxHash</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:K4os.Hash.xxHash.HashAlgorithmAdapter">
|
||||||
|
<summary>
|
||||||
|
Adapter implementing <see cref="T:System.Security.Cryptography.HashAlgorithm"/>
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.HashAlgorithmAdapter.#ctor(System.Int32,System.Action,System.Action{System.Byte[],System.Int32,System.Int32},System.Func{System.Byte[]})">
|
||||||
|
<summary>
|
||||||
|
Creates new <see cref="T:K4os.Hash.xxHash.HashAlgorithmAdapter"/>.
|
||||||
|
</summary>
|
||||||
|
<param name="hashSize">Hash size (in bytes)</param>
|
||||||
|
<param name="reset">Reset function.</param>
|
||||||
|
<param name="update">Update function.</param>
|
||||||
|
<param name="digest">Digest function.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:K4os.Hash.xxHash.HashAlgorithmAdapter.HashSize">
|
||||||
|
<inheritdoc />
|
||||||
|
</member>
|
||||||
|
<member name="P:K4os.Hash.xxHash.HashAlgorithmAdapter.Hash">
|
||||||
|
<inheritdoc />
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.HashAlgorithmAdapter.HashCore(System.Byte[],System.Int32,System.Int32)">
|
||||||
|
<inheritdoc />
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.HashAlgorithmAdapter.HashFinal">
|
||||||
|
<inheritdoc />
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.HashAlgorithmAdapter.Initialize">
|
||||||
|
<inheritdoc />
|
||||||
|
</member>
|
||||||
|
<member name="T:K4os.Hash.xxHash.XXH">
|
||||||
|
<summary>
|
||||||
|
Base class for both <see cref="T:K4os.Hash.xxHash.XXH32"/> and <see cref="T:K4os.Hash.xxHash.XXH64"/>. Do not use directly.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH.#ctor">
|
||||||
|
<summary>Protected constructor to prevent instantiation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:K4os.Hash.xxHash.XXH32">
|
||||||
|
<summary>
|
||||||
|
xxHash 32-bit.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:K4os.Hash.xxHash.XXH32.State">
|
||||||
|
<summary>Internal state of the algorithm.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:K4os.Hash.xxHash.XXH32.EmptyHash">
|
||||||
|
<summary>Hash of empty buffer.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.DigestOf(System.Void*,System.Int32)">
|
||||||
|
<summary>Hash of provided buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
<returns>Digest.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.DigestOf(System.Void*,System.Int32,System.UInt32)">
|
||||||
|
<summary>Hash of provided buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
<param name="seed">Seed.</param>
|
||||||
|
<returns>Digest.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.DigestOf(System.ReadOnlySpan{System.Byte})">
|
||||||
|
<summary>Hash of provided buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<returns>Digest.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.DigestOf(System.Byte[],System.Int32,System.Int32)">
|
||||||
|
<summary>Hash of provided buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="offset">Starting offset.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
<returns>Digest.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.#ctor">
|
||||||
|
<summary>Creates xxHash instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.#ctor(System.UInt32)">
|
||||||
|
<summary>Creates xxHash instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Reset">
|
||||||
|
<summary>Resets hash calculation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Reset(System.UInt32)">
|
||||||
|
<summary>Resets hash calculation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Update(System.Void*,System.Int32)">
|
||||||
|
<summary>Updates the hash using given buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Update(System.Byte*,System.Int32)">
|
||||||
|
<summary>Updates the hash using given buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Update(System.ReadOnlySpan{System.Byte})">
|
||||||
|
<summary>Updates the has using given buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Update(System.Byte[],System.Int32,System.Int32)">
|
||||||
|
<summary>Updates the has using given buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="offset">Starting offset.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Digest">
|
||||||
|
<summary>Hash so far.</summary>
|
||||||
|
<returns>Hash so far.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.DigestBytes">
|
||||||
|
<summary>Hash so far, as byte array.</summary>
|
||||||
|
<returns>Hash so far.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.AsHashAlgorithm">
|
||||||
|
<summary>Converts this class to <see cref="T:System.Security.Cryptography.HashAlgorithm"/></summary>
|
||||||
|
<returns><see cref="T:System.Security.Cryptography.HashAlgorithm"/></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Reset(K4os.Hash.xxHash.XXH32.State@,System.UInt32)">
|
||||||
|
<summary>Resets hash calculation.</summary>
|
||||||
|
<param name="state">Hash state.</param>
|
||||||
|
<param name="seed">Hash seed.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Update(K4os.Hash.xxHash.XXH32.State@,System.Void*,System.Int32)">
|
||||||
|
<summary>Updates the has using given buffer.</summary>
|
||||||
|
<param name="state">Hash state.</param>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Update(K4os.Hash.xxHash.XXH32.State@,System.ReadOnlySpan{System.Byte})">
|
||||||
|
<summary>Updates the has using given buffer.</summary>
|
||||||
|
<param name="state">Hash state.</param>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH32.Digest(K4os.Hash.xxHash.XXH32.State@)">
|
||||||
|
<summary>Hash so far.</summary>
|
||||||
|
<returns>Hash so far.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:K4os.Hash.xxHash.XXH64">
|
||||||
|
<summary>
|
||||||
|
xxHash 64-bit.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:K4os.Hash.xxHash.XXH64.State">
|
||||||
|
<summary>Internal state of the algorithm.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:K4os.Hash.xxHash.XXH64.EmptyHash">
|
||||||
|
<summary>Hash of empty buffer.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.DigestOf(System.Void*,System.Int32)">
|
||||||
|
<summary>Hash of provided buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
<returns>Digest.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.DigestOf(System.Void*,System.Int32,System.UInt64)">
|
||||||
|
<summary>Hash of provided buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
<param name="seed">Seed.</param>
|
||||||
|
<returns>Digest.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.DigestOf(System.ReadOnlySpan{System.Byte})">
|
||||||
|
<summary>Hash of provided buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<returns>Digest.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.DigestOf(System.Byte[],System.Int32,System.Int32)">
|
||||||
|
<summary>Hash of provided buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="offset">Starting offset.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
<returns>Digest.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.#ctor">
|
||||||
|
<summary>Creates xxHash instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.#ctor(System.UInt64)">
|
||||||
|
<summary>Creates xxHash instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Reset">
|
||||||
|
<summary>Resets hash calculation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Reset(System.UInt64)">
|
||||||
|
<summary>Resets hash calculation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Update(System.Void*,System.Int32)">
|
||||||
|
<summary>Updates the hash using given buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Update(System.Byte*,System.Int32)">
|
||||||
|
<summary>Updates the hash using given buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Update(System.ReadOnlySpan{System.Byte})">
|
||||||
|
<summary>Updates the has using given buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Update(System.Byte[],System.Int32,System.Int32)">
|
||||||
|
<summary>Updates the has using given buffer.</summary>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="offset">Starting offset.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Digest">
|
||||||
|
<summary>Hash so far.</summary>
|
||||||
|
<returns>Hash so far.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.DigestBytes">
|
||||||
|
<summary>Hash so far, as byte array.</summary>
|
||||||
|
<returns>Hash so far.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.AsHashAlgorithm">
|
||||||
|
<summary>Converts this class to <see cref="T:System.Security.Cryptography.HashAlgorithm"/></summary>
|
||||||
|
<returns><see cref="T:System.Security.Cryptography.HashAlgorithm"/></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Reset(K4os.Hash.xxHash.XXH64.State@,System.UInt64)">
|
||||||
|
<summary>Resets hash calculation.</summary>
|
||||||
|
<param name="state">Hash state.</param>
|
||||||
|
<param name="seed">Hash seed.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Update(K4os.Hash.xxHash.XXH64.State@,System.Void*,System.Int32)">
|
||||||
|
<summary>Updates the has using given buffer.</summary>
|
||||||
|
<param name="state">Hash state.</param>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
<param name="length">Length of buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Update(K4os.Hash.xxHash.XXH64.State@,System.ReadOnlySpan{System.Byte})">
|
||||||
|
<summary>Updates the has using given buffer.</summary>
|
||||||
|
<param name="state">Hash state.</param>
|
||||||
|
<param name="bytes">Buffer.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:K4os.Hash.xxHash.XXH64.Digest(K4os.Hash.xxHash.XXH64.State@)">
|
||||||
|
<summary>Hash so far.</summary>
|
||||||
|
<returns>Hash so far.</returns>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
PackingInvoiceMapper/bin/Debug/MySql.Data.dll
Normal file
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||||
@ -13,8 +13,10 @@
|
|||||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
<dependentAssembly>
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
|
||||||
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||||
BIN
PackingInvoiceMapper/bin/Debug/PackingInvoiceMapper.pdb
Normal file
@ -2,27 +2,27 @@
|
|||||||
<doc>
|
<doc>
|
||||||
<assembly>
|
<assembly>
|
||||||
<name>
|
<name>
|
||||||
State_Comparision_Ver_1.0.0
|
PackingInvoiceMapper
|
||||||
</name>
|
</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:State_Comparision_Ver_1._0._0.My.Resources.Resources">
|
<member name="T:PackingInvoiceMapper.My.Resources.Resources">
|
||||||
<summary>
|
<summary>
|
||||||
지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:State_Comparision_Ver_1._0._0.My.Resources.Resources.ResourceManager">
|
<member name="P:PackingInvoiceMapper.My.Resources.Resources.ResourceManager">
|
||||||
<summary>
|
<summary>
|
||||||
이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:State_Comparision_Ver_1._0._0.My.Resources.Resources.Culture">
|
<member name="P:PackingInvoiceMapper.My.Resources.Resources.Culture">
|
||||||
<summary>
|
<summary>
|
||||||
이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
|
이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
|
||||||
재정의합니다.
|
재정의합니다.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:State_Comparision_Ver_1._0._0.My.Resources.Resources.logo">
|
<member name="P:PackingInvoiceMapper.My.Resources.Resources.logo">
|
||||||
<summary>
|
<summary>
|
||||||
System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
|
System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
|
||||||
</summary>
|
</summary>
|
||||||
BIN
PackingInvoiceMapper/bin/Debug/System.IO.Pipelines.dll
Normal file
341
PackingInvoiceMapper/bin/Debug/System.IO.Pipelines.xml
Normal file
@ -0,0 +1,341 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>System.IO.Pipelines</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:System.IO.Pipelines.FlushResult">
|
||||||
|
<summary>Result returned by <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> call.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.FlushResult.#ctor(System.Boolean,System.Boolean)">
|
||||||
|
<summary>Initializes a new instance of <see cref="T:System.IO.Pipelines.FlushResult" /> struct setting the <see cref="P:System.IO.Pipelines.FlushResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.FlushResult.IsCompleted" /> flags.</summary>
|
||||||
|
<param name="isCanceled">
|
||||||
|
<see langword="true" /> to indicate the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.FlushResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush" />; otherwise, <see langword="false" />.</param>
|
||||||
|
<param name="isCompleted">
|
||||||
|
<see langword="true" /> to indicate the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.FlushResult.IsCanceled">
|
||||||
|
<summary>Gets a value that indicates whether the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the current <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation was canceled; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.FlushResult.IsCompleted">
|
||||||
|
<summary>Gets a value that indicates the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the reader is no longer reading data written to the <see cref="T:System.IO.Pipelines.PipeWriter" />; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.IDuplexPipe">
|
||||||
|
<summary>Defines a class that provides a duplex pipe from which data can be read from and written to.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.IDuplexPipe.Input">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeReader" /> half of the duplex pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.IDuplexPipe.Output">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeWriter" /> half of the duplex pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.Pipe">
|
||||||
|
<summary>The default <see cref="T:System.IO.Pipelines.PipeWriter" /> and <see cref="T:System.IO.Pipelines.PipeReader" /> implementation.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.Pipe" /> class using <see cref="P:System.IO.Pipelines.PipeOptions.Default" /> as options.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.#ctor(System.IO.Pipelines.PipeOptions)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.Pipe" /> class with the specified options.</summary>
|
||||||
|
<param name="options">The set of options for this pipe.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.Pipe.Reset">
|
||||||
|
<summary>Resets the pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.Pipe.Reader">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeReader" /> for this pipe.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeReader" /> instance for this pipe.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.Pipe.Writer">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeWriter" /> for this pipe.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeWriter" /> instance for this pipe.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeOptions">
|
||||||
|
<summary>Represents a set of <see cref="T:System.IO.Pipelines.Pipe" /> options.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.PipeOptions" /> class with the specified parameters.</summary>
|
||||||
|
<param name="pool">The pool of memory blocks to be used for buffer management.</param>
|
||||||
|
<param name="readerScheduler">The <see cref="T:System.IO.Pipelines.PipeScheduler" /> to be used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</param>
|
||||||
|
<param name="writerScheduler">The <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</param>
|
||||||
|
<param name="pauseWriterThreshold">The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> before <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking. A value of zero prevents <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> from ever blocking, effectively making the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> unlimited.</param>
|
||||||
|
<param name="resumeWriterThreshold">The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</param>
|
||||||
|
<param name="minimumSegmentSize">The minimum size of the segment requested from <paramref name="pool" />.</param>
|
||||||
|
<param name="useSynchronizationContext">
|
||||||
|
<see langword="true" /> if asynchronous continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on; <see langword="false" /> otherwise. This takes precedence over the schedulers specified in <see cref="P:System.IO.Pipelines.PipeOptions.ReaderScheduler" /> and <see cref="P:System.IO.Pipelines.PipeOptions.WriterScheduler" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.Default">
|
||||||
|
<summary>Gets the default instance of <see cref="T:System.IO.Pipelines.PipeOptions" />.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeOptions" /> object initialized with default parameters.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.MinimumSegmentSize">
|
||||||
|
<summary>Gets the minimum size of the segment requested from the <see cref="P:System.IO.Pipelines.PipeOptions.Pool" />.</summary>
|
||||||
|
<returns>The minimum size of the segment requested from the <see cref="P:System.IO.Pipelines.PipeOptions.Pool" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.PauseWriterThreshold">
|
||||||
|
<summary>Gets the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking.</summary>
|
||||||
|
<returns>The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> starts blocking.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> object used for buffer management.</summary>
|
||||||
|
<returns>A pool of memory blocks used for buffer management.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.ReaderScheduler">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> that is used to execute <see cref="T:System.IO.Pipelines.PipeReader" /> callbacks and async continuations.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.ResumeWriterThreshold">
|
||||||
|
<summary>Gets the number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</summary>
|
||||||
|
<returns>The number of bytes in the <see cref="T:System.IO.Pipelines.Pipe" /> when <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> stops blocking.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.UseSynchronizationContext">
|
||||||
|
<summary>Gets a value that determines if asynchronous callbacks and continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on. This takes precedence over the schedulers specified in <see cref="P:System.IO.Pipelines.PipeOptions.ReaderScheduler" /> and <see cref="P:System.IO.Pipelines.PipeOptions.WriterScheduler" />.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if asynchronous callbacks and continuations should be executed on the <see cref="T:System.Threading.SynchronizationContext" /> they were captured on; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeOptions.WriterScheduler">
|
||||||
|
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeScheduler" /> used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> object used to execute <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and async continuations.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeReader">
|
||||||
|
<summary>Defines a class that provides access to a read side of pipe.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipelines.PipeReader" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition)">
|
||||||
|
<summary>Moves forward the pipeline's read cursor to after the consumed data, marking the data as processed.</summary>
|
||||||
|
<param name="consumed">Marks the extent of the data that has been successfully processed.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition,System.SequencePosition)">
|
||||||
|
<summary>Moves forward the pipeline's read cursor to after the consumed data, marking the data as processed, read and examined.</summary>
|
||||||
|
<param name="consumed">Marks the extent of the data that has been successfully processed.</param>
|
||||||
|
<param name="examined">Marks the extent of the data that has been read and examined.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.AsStream(System.Boolean)">
|
||||||
|
<summary>Returns a <see cref="T:System.IO.Stream" /> representation of the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="leaveOpen">An optional flag that indicates whether disposing the returned <see cref="T:System.IO.Stream" /> leaves <see cref="T:System.IO.Pipelines.PipeReader" /> open (<see langword="true" />) or completes <see cref="T:System.IO.Pipelines.PipeReader" /> (<see langword="false" />).</param>
|
||||||
|
<returns>A stream that represents the <see cref="T:System.IO.Pipelines.PipeReader" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CancelPendingRead">
|
||||||
|
<summary>Cancels to currently pending or if none is pending next call to <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" />, without completing the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.Complete(System.Exception)">
|
||||||
|
<summary>Signals to the producer that the consumer is done reading.</summary>
|
||||||
|
<param name="exception">Optional <see cref="T:System.Exception" /> indicating a failure that's causing the pipeline to complete.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CompleteAsync(System.Exception)">
|
||||||
|
<summary>Marks the current pipe reader instance as being complete, meaning no more data will be read from it.</summary>
|
||||||
|
<param name="exception">An optional exception that indicates the failure that caused the reader to complete.</param>
|
||||||
|
<returns>A value task that represents the asynchronous complete operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified <see cref="T:System.IO.Pipelines.PipeWriter" />, using a specified buffer size and cancellation token.</summary>
|
||||||
|
<param name="destination">The pipe writer to which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified stream, using a specified cancellation token.</summary>
|
||||||
|
<param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeReaderOptions)">
|
||||||
|
<summary>Creates a <see cref="T:System.IO.Pipelines.PipeReader" /> wrapping the specified <see cref="T:System.IO.Stream" />.</summary>
|
||||||
|
<param name="stream">The stream that the pipe reader will wrap.</param>
|
||||||
|
<param name="readerOptions">The options to configure the pipe reader.</param>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeReader" /> that wraps the <see cref="T:System.IO.Stream" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.OnWriterCompleted(System.Action{System.Exception,System.Object},System.Object)">
|
||||||
|
<summary>Registers a callback that executes when the <see cref="T:System.IO.Pipelines.PipeWriter" /> side of the pipe is completed.</summary>
|
||||||
|
<param name="callback">The callback to register.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="callback" /> when it's invoked.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads a sequence of bytes from the current <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see langword="default" />.</param>
|
||||||
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> representing the asynchronous read operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeReader.TryRead(System.IO.Pipelines.ReadResult@)">
|
||||||
|
<summary>Attempts to synchronously read data the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="result">When this method returns <see langword="true" />, this value is set to a <see cref="T:System.IO.Pipelines.ReadResult" /> instance that represents the result of the read call; otherwise, this value is set to <see langword="default" />.</param>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if data was available, or if the call was canceled or the writer was completed; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeScheduler">
|
||||||
|
<summary>Abstraction for running <see cref="T:System.IO.Pipelines.PipeReader" /> and <see cref="T:System.IO.Pipelines.PipeWriter" /> callbacks and continuations.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeScheduler.#ctor">
|
||||||
|
<summary>Initializes new a <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeScheduler.Schedule(System.Action{System.Object},System.Object)">
|
||||||
|
<summary>Requests <paramref name="action" /> to be run on scheduler with <paramref name="state" /> being passed in.</summary>
|
||||||
|
<param name="action">The single-parameter action delegate to schedule.</param>
|
||||||
|
<param name="state">The parameter to pass to the <paramref name="action" /> delegate.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeScheduler.Inline">
|
||||||
|
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that runs callbacks inline.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance that runs callbacks inline.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.PipeScheduler.ThreadPool">
|
||||||
|
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that queues callbacks to the thread pool.</summary>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance that queues callbacks to the thread pool.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.PipeWriter">
|
||||||
|
<summary>Defines a class that provides a pipeline to which data can be written.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.#ctor">
|
||||||
|
<summary>Initializes a new instance of the class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)">
|
||||||
|
<summary>Notifies the <see cref="T:System.IO.Pipelines.PipeWriter" /> that <paramref name="bytes" /> bytes were written to the output <see cref="T:System.Span`1" /> or <see cref="T:System.Memory`1" />. You must request a new buffer after calling <see cref="M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)" /> to continue writing more data; you cannot write to a previously acquired buffer.</summary>
|
||||||
|
<param name="bytes">The number of bytes written to the <see cref="T:System.Span`1" /> or <see cref="T:System.Memory`1" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.AsStream(System.Boolean)">
|
||||||
|
<summary>Returns a <see cref="T:System.IO.Stream" /> representation of the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<param name="leaveOpen">An optional flag that indicates whether disposing the returned <see cref="T:System.IO.Stream" /> leaves <see cref="T:System.IO.Pipelines.PipeReader" /> open (<see langword="true" />) or completes <see cref="T:System.IO.Pipelines.PipeReader" /> (<see langword="false" />).</param>
|
||||||
|
<returns>A stream that represents the <see cref="T:System.IO.Pipelines.PipeWriter" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CancelPendingFlush">
|
||||||
|
<summary>Cancels the pending <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation. If there is none, cancels next <see cref="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)" /> operation, without completing the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Complete(System.Exception)">
|
||||||
|
<summary>Marks the <see cref="T:System.IO.Pipelines.PipeWriter" /> as being complete, meaning no more items will be written to it.</summary>
|
||||||
|
<param name="exception">Optional <see cref="T:System.Exception" /> indicating a failure that's causing the pipeline to complete.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CompleteAsync(System.Exception)">
|
||||||
|
<summary>Marks the current pipe writer instance as being complete, meaning no more data will be written to it.</summary>
|
||||||
|
<param name="exception">An optional exception that indicates the failure that caused the pipeline to complete.</param>
|
||||||
|
<returns>A value task that represents the asynchronous complete operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the specified stream and writes them to the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
<param name="source">The stream from which the contents will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeWriterOptions)">
|
||||||
|
<summary>Creates a <see cref="T:System.IO.Pipelines.PipeWriter" /> wrapping the specified <see cref="T:System.IO.Stream" />.</summary>
|
||||||
|
<param name="stream">The stream that the pipe writer will wrap.</param>
|
||||||
|
<param name="writerOptions">The options to configure the pipe writer.</param>
|
||||||
|
<returns>A <see cref="T:System.IO.Pipelines.PipeWriter" /> that wraps the <see cref="T:System.IO.Stream" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)">
|
||||||
|
<summary>Makes bytes written available to <see cref="T:System.IO.Pipelines.PipeReader" /> and runs <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> continuation.</summary>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<returns>A task that represents and wraps the asynchronous flush operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)">
|
||||||
|
<summary>Returns a <see cref="T:System.Memory`1" /> to write to that is at least the requested size, as specified by the <paramref name="sizeHint" /> parameter.</summary>
|
||||||
|
<param name="sizeHint">The minimum length of the returned <see cref="T:System.Memory`1" />. If 0, a non-empty memory buffer of arbitrary size is returned.</param>
|
||||||
|
<exception cref="T:System.OutOfMemoryException">The requested buffer size is not available.</exception>
|
||||||
|
<returns>A memory buffer of at least <paramref name="sizeHint" /> bytes. If <paramref name="sizeHint" /> is 0, returns a non-empty buffer of arbitrary size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)">
|
||||||
|
<summary>Returns a <see cref="T:System.Span`1" /> to write to that is at least the requested size, as specified by the <paramref name="sizeHint" /> parameter.</summary>
|
||||||
|
<param name="sizeHint">The minimum length of the returned <see cref="T:System.Span`1" />. If 0, a non-empty buffer of arbitrary size is returned.</param>
|
||||||
|
<exception cref="T:System.OutOfMemoryException">The requested buffer size is not available.</exception>
|
||||||
|
<returns>A buffer of at least <paramref name="sizeHint" /> bytes. If <paramref name="sizeHint" /> is 0, returns a non-empty buffer of arbitrary size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.OnReaderCompleted(System.Action{System.Exception,System.Object},System.Object)">
|
||||||
|
<summary>Registers a callback that executes when the <see cref="T:System.IO.Pipelines.PipeReader" /> side of the pipe is completed.</summary>
|
||||||
|
<param name="callback">The callback to register.</param>
|
||||||
|
<param name="state">The state object to pass to <paramref name="callback" /> when it's invoked.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
|
||||||
|
<summary>Writes the specified byte memory range to the pipe and makes data accessible to the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
<param name="source">The read-only byte memory region to write.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<returns>A task that represents the asynchronous write operation, and wraps the flush asynchronous operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.ReadResult">
|
||||||
|
<summary>Represents the result of a <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.ReadResult.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Boolean)">
|
||||||
|
<summary>Creates a new instance of <see cref="T:System.IO.Pipelines.ReadResult" /> setting <see cref="P:System.IO.Pipelines.ReadResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.ReadResult.IsCompleted" /> flags.</summary>
|
||||||
|
<param name="buffer">The read-only sequence containing the bytes of data that were read in the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</param>
|
||||||
|
<param name="isCanceled">A flag that indicates if the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.ReadResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />.</param>
|
||||||
|
<param name="isCompleted">A flag that indicates whether the end of the data stream has been reached.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.Buffer">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.ReadOnlySequence`1" /> that was read.</summary>
|
||||||
|
<returns>A read-only sequence containing the bytes of data that were read in the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.IsCanceled">
|
||||||
|
<summary>Gets a value that indicates whether the current <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation was canceled.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.ReadResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.ReadResult.IsCompleted">
|
||||||
|
<summary>Gets a value that indicates whether the end of the data stream has been reached.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the end of the data stream has been reached; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeExtensions">
|
||||||
|
<summary>Provides extension methods for <see cref="T:System.IO.Stream" /> that support read and write operations directly into pipes.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeExtensions.CopyToAsync(System.IO.Stream,System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)">
|
||||||
|
<summary>Asynchronously reads the bytes from the <see cref="T:System.IO.Stream" /> and writes them to the specified <see cref="T:System.IO.Pipelines.PipeWriter" />, using a cancellation token.</summary>
|
||||||
|
<param name="source">The stream from which the contents of the current stream will be copied.</param>
|
||||||
|
<param name="destination">The writer to which the contents of the source stream will be copied.</param>
|
||||||
|
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
||||||
|
<returns>A task that represents the asynchronous copy operation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeReaderOptions">
|
||||||
|
<summary>Represents a set of options for controlling the creation of the <see cref="T:System.IO.Pipelines.PipeReader" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a <see cref="T:System.IO.Pipelines.StreamPipeReaderOptions" /> instance, optionally specifying a memory pool, a minimum buffer size, a minimum read size, and whether the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes.</summary>
|
||||||
|
<param name="pool">The memory pool to use when allocating memory. The default value is <see langword="null" />.</param>
|
||||||
|
<param name="bufferSize">The minimum buffer size to use when renting memory from the <paramref name="pool" />. The default value is 4096.</param>
|
||||||
|
<param name="minimumReadSize">The threshold of remaining bytes in the buffer before a new buffer is allocated. The default value is 1024.</param>
|
||||||
|
<param name="leaveOpen">
|
||||||
|
<see langword="true" /> to leave the underlying stream open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes; <see langword="false" /> to close it. The default is <see langword="false" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.BufferSize">
|
||||||
|
<summary>Gets the minimum buffer size to use when renting memory from the <see cref="P:System.IO.Pipelines.StreamPipeReaderOptions.Pool" />.</summary>
|
||||||
|
<returns>The buffer size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.LeaveOpen">
|
||||||
|
<summary>Gets the value that indicates if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeReader" /> completes; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.MinimumReadSize">
|
||||||
|
<summary>Gets the threshold of remaining bytes in the buffer before a new buffer is allocated.</summary>
|
||||||
|
<returns>The minimum read size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeReaderOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> to use when allocating memory.</summary>
|
||||||
|
<returns>A memory pool instance.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.IO.Pipelines.StreamPipeWriterOptions">
|
||||||
|
<summary>Represents a set of options for controlling the creation of the <see cref="T:System.IO.Pipelines.PipeWriter" />.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.IO.Pipelines.StreamPipeWriterOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Boolean)">
|
||||||
|
<summary>Initializes a <see cref="T:System.IO.Pipelines.StreamPipeWriterOptions" /> instance, optionally specifying a memory pool, a minimum buffer size, and whether the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes.</summary>
|
||||||
|
<param name="pool">The memory pool to use when allocating memory. The default value is <see langword="null" />.</param>
|
||||||
|
<param name="minimumBufferSize">The minimum buffer size to use when renting memory from the <paramref name="pool" />. The default value is 4096.</param>
|
||||||
|
<param name="leaveOpen">
|
||||||
|
<see langword="true" /> to leave the underlying stream open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes; <see langword="false" /> to close it. The default is <see langword="false" />.</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.LeaveOpen">
|
||||||
|
<summary>Gets the value that indicates if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes.</summary>
|
||||||
|
<returns>
|
||||||
|
<see langword="true" /> if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes; otherwise, <see langword="false" />.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.MinimumBufferSize">
|
||||||
|
<summary>Gets the minimum buffer size to use when renting memory from the <see cref="P:System.IO.Pipelines.StreamPipeWriterOptions.Pool" />.</summary>
|
||||||
|
<returns>An integer representing the minimum buffer size.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.IO.Pipelines.StreamPipeWriterOptions.Pool">
|
||||||
|
<summary>Gets the <see cref="T:System.Buffers.MemoryPool`1" /> to use when allocating memory.</summary>
|
||||||
|
<returns>A memory pool instance.</returns>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
||||||
BIN
PackingInvoiceMapper/bin/Debug/ZstdSharp.dll
Normal file
@ -763,7 +763,7 @@ Partial Class frm_Main
|
|||||||
'
|
'
|
||||||
'ptbLogo
|
'ptbLogo
|
||||||
'
|
'
|
||||||
Me.ptbLogo.Image = Global.State_Comparision_Ver_1._0._0.My.Resources.Resources.logo
|
Me.ptbLogo.Image = Global.PackingInvoiceMapper.My.Resources.Resources.logo
|
||||||
Me.ptbLogo.Location = New System.Drawing.Point(3, 638)
|
Me.ptbLogo.Location = New System.Drawing.Point(3, 638)
|
||||||
Me.ptbLogo.Name = "ptbLogo"
|
Me.ptbLogo.Name = "ptbLogo"
|
||||||
Me.ptbLogo.Size = New System.Drawing.Size(945, 167)
|
Me.ptbLogo.Size = New System.Drawing.Size(945, 167)
|
||||||
@ -4,7 +4,7 @@ Imports Newtonsoft.Json.Linq
|
|||||||
|
|
||||||
Public Class frm_Main
|
Public Class frm_Main
|
||||||
|
|
||||||
Public programName As String = "DUALSONIC Mapping Or Search Program Ver. "
|
Public programName As String = "PackingInvoiceMapper Ver. "
|
||||||
Private programVer As String = "1.3.0"
|
Private programVer As String = "1.3.0"
|
||||||
|
|
||||||
Private apiItemOutURL As String = "item-outflows/page"
|
Private apiItemOutURL As String = "item-outflows/page"
|
||||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
PackingInvoiceMapper/obj/Debug/PackingInvoiceMapper.pdb
Normal file
@ -0,0 +1 @@
|
|||||||
|
741dc4a29d0f158fbcd7e522774aa853eec7dac58d9cb0152aac346514666339
|
||||||
@ -0,0 +1,182 @@
|
|||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\State_Comparision_Ver_1.0.0.exe.config
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\State_Comparision_Ver_1.0.0.exe
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\State_Comparision_Ver_1.0.0.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\State_Comparision_Ver_1.0.0.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Bcl.HashCode.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Extensions.Logging.Abstractions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\MySql.Data.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Newtonsoft.Json.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Npgsql.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Buffers.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Collections.Immutable.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Diagnostics.DiagnosticSource.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Memory.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Numerics.Vectors.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Text.Encodings.Web.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Text.Json.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Threading.Channels.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Threading.Tasks.Extensions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.ValueTuple.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Google.Protobuf.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Zstandard.Net.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\K4os.Compression.LZ4.Streams.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\BouncyCastle.Crypto.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Ubiety.Dns.Core.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Renci.SshNet.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\K4os.Compression.LZ4.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\K4os.Hash.xxHash.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Bcl.HashCode.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Extensions.Logging.Abstractions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\MySql.Data.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Newtonsoft.Json.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Npgsql.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Buffers.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Collections.Immutable.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Diagnostics.DiagnosticSource.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Memory.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Numerics.Vectors.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Text.Encodings.Web.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Text.Json.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Threading.Channels.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.ValueTuple.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingInvoiceMapper.vbproj.AssemblyReference.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingInvoiceMapper.vbproj.SuggestedBindingRedirects.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1.0.0.exe.config
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1._0._0.frm_Main.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1._0._0.loginForm.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1._0._0.Resources.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingInvoiceMapper.vbproj.GenerateResource.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingInvoiceMapper.vbproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingI.32A16601.Up2Date
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1.0.0.exe
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1.0.0.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\02. 복사 프로그램\PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1.0.0.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\State_Comparision_Ver_1.0.0.exe.config
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\State_Comparision_Ver_1.0.0.exe
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\State_Comparision_Ver_1.0.0.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\State_Comparision_Ver_1.0.0.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Bcl.HashCode.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Extensions.Logging.Abstractions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Newtonsoft.Json.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Npgsql.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Buffers.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Collections.Immutable.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Diagnostics.DiagnosticSource.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Memory.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Numerics.Vectors.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Text.Encodings.Web.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Text.Json.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Threading.Channels.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Threading.Tasks.Extensions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.ValueTuple.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Google.Protobuf.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Zstandard.Net.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\K4os.Compression.LZ4.Streams.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\BouncyCastle.Crypto.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Ubiety.Dns.Core.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Renci.SshNet.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\K4os.Compression.LZ4.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\K4os.Hash.xxHash.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Bcl.HashCode.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Microsoft.Extensions.Logging.Abstractions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\MySql.Data.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Newtonsoft.Json.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\Npgsql.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Buffers.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Collections.Immutable.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Diagnostics.DiagnosticSource.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Memory.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Numerics.Vectors.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Text.Encodings.Web.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Text.Json.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Threading.Channels.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\bin\Debug\System.ValueTuple.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingInvoiceMapper.vbproj.AssemblyReference.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingInvoiceMapper.vbproj.SuggestedBindingRedirects.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1.0.0.exe.config
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1._0._0.frm_Main.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1._0._0.loginForm.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1._0._0.Resources.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingInvoiceMapper.vbproj.GenerateResource.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingInvoiceMapper.vbproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\PackingI.32A16601.Up2Date
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1.0.0.exe
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1.0.0.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\State_Comparision_Ver_1.0.0\obj\Debug\State_Comparision_Ver_1.0.0.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.vbproj.AssemblyReference.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.frm_Main.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.loginForm.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.Resources.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.vbproj.GenerateResource.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.vbproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\PackingInvoiceMapper.exe.config
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\PackingInvoiceMapper.exe
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\PackingInvoiceMapper.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\PackingInvoiceMapper.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Microsoft.Bcl.HashCode.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Microsoft.Extensions.Logging.Abstractions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Newtonsoft.Json.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Npgsql.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Buffers.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Collections.Immutable.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Diagnostics.DiagnosticSource.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Memory.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Numerics.Vectors.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Text.Encodings.Web.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Text.Json.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Threading.Channels.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Threading.Tasks.Extensions.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.ValueTuple.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Microsoft.Bcl.HashCode.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Microsoft.Extensions.Logging.Abstractions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Newtonsoft.Json.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Npgsql.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Buffers.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Collections.Immutable.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Diagnostics.DiagnosticSource.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Memory.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Numerics.Vectors.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Text.Encodings.Web.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Text.Json.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Threading.Channels.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.ValueTuple.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingI.32A16601.Up2Date
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.exe
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\obj\Debug\PackingInvoiceMapper.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\BouncyCastle.Cryptography.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Google.Protobuf.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\K4os.Compression.LZ4.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\K4os.Compression.LZ4.Streams.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\K4os.Hash.xxHash.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\MySql.Data.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Configuration.ConfigurationManager.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.IO.Pipelines.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\ZstdSharp.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\BouncyCastle.Cryptography.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Google.Protobuf.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\Google.Protobuf.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\K4os.Compression.LZ4.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\K4os.Compression.LZ4.Streams.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\K4os.Hash.xxHash.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\MySql.Data.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.Configuration.ConfigurationManager.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\02. Work Software\01. 프로그램\shpmt-PackingInvoiceMapper\PackingInvoiceMapper\bin\Debug\System.IO.Pipelines.xml
|
||||||
@ -2,27 +2,27 @@
|
|||||||
<doc>
|
<doc>
|
||||||
<assembly>
|
<assembly>
|
||||||
<name>
|
<name>
|
||||||
State_Comparision_Ver_1.0.0
|
PackingInvoiceMapper
|
||||||
</name>
|
</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:State_Comparision_Ver_1._0._0.My.Resources.Resources">
|
<member name="T:PackingInvoiceMapper.My.Resources.Resources">
|
||||||
<summary>
|
<summary>
|
||||||
지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:State_Comparision_Ver_1._0._0.My.Resources.Resources.ResourceManager">
|
<member name="P:PackingInvoiceMapper.My.Resources.Resources.ResourceManager">
|
||||||
<summary>
|
<summary>
|
||||||
이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:State_Comparision_Ver_1._0._0.My.Resources.Resources.Culture">
|
<member name="P:PackingInvoiceMapper.My.Resources.Resources.Culture">
|
||||||
<summary>
|
<summary>
|
||||||
이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
|
이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
|
||||||
재정의합니다.
|
재정의합니다.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:State_Comparision_Ver_1._0._0.My.Resources.Resources.logo">
|
<member name="P:PackingInvoiceMapper.My.Resources.Resources.logo">
|
||||||
<summary>
|
<summary>
|
||||||
System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
|
System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
|
||||||
</summary>
|
</summary>
|
||||||