mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
WIP open a database
This commit is contained in:
23
packages/NETStandard.Library.2.0.0/build/NETStandard.Library.targets
vendored
Normal file
23
packages/NETStandard.Library.2.0.0/build/NETStandard.Library.targets
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<NETStandardLibraryPackageVersion>2.0.0</NETStandardLibraryPackageVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Condition="'$(_NetStandardLibraryRefPath)' != ''" Include="$(_NetStandardLibraryRefPath)*.dll">
|
||||
<!-- Private = false to make these reference only -->
|
||||
<Private>false</Private>
|
||||
<!-- hide these from Assemblies view in Solution Explorer, they will be shown under packages -->
|
||||
<Visible>false</Visible>
|
||||
<Facade Condition="'%(FileName)' != 'netstandard'">true</Facade>
|
||||
<NuGetPackageId>NETStandard.Library</NuGetPackageId>
|
||||
<NuGetPackageVersion>$(NETStandardLibraryPackageVersion)</NuGetPackageVersion>
|
||||
</Reference>
|
||||
<ReferenceCopyLocalPaths Condition="'$(_NetStandardLibraryLibPath)' != ''" Include="$(_NetStandardLibraryLibPath)*.dll">
|
||||
<Private>false</Private>
|
||||
<Facade Condition="'%(FileName)' != 'netstandard'">true</Facade>
|
||||
<NuGetPackageId>NETStandard.Library</NuGetPackageId>
|
||||
<NuGetPackageVersion>$(NETStandardLibraryPackageVersion)</NuGetPackageVersion>
|
||||
</ReferenceCopyLocalPaths>
|
||||
</ItemGroup>
|
||||
</Project>
|
12
packages/NETStandard.Library.2.0.0/build/netstandard2.0/NETStandard.Library.targets
vendored
Normal file
12
packages/NETStandard.Library.2.0.0/build/netstandard2.0/NETStandard.Library.targets
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!-- Only add references if we're actually targeting .NETStandard.
|
||||
If the project is targeting some other TFM that is compatible with NETStandard we expect
|
||||
that framework to provide all references for NETStandard, mscorlib, System.* in their own
|
||||
targeting pack / SDK. -->
|
||||
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'">
|
||||
<_NetStandardLibraryRefPath>$(MSBuildThisFileDirectory)\ref\</_NetStandardLibraryRefPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- import the TFM-agnostic targets -->
|
||||
<Import Project="..\$(MSBuildThisFile)"/>
|
||||
</Project>
|
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.AppContext.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.AppContext.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Collections.Concurrent.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Collections.Concurrent.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Collections.NonGeneric.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Collections.NonGeneric.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Collections.Specialized.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Collections.Specialized.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Collections.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Collections.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ComponentModel.Composition.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ComponentModel.Composition.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ComponentModel.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ComponentModel.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Console.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Console.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Core.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Core.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Data.Common.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Data.Common.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Data.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Data.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Debug.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Debug.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Process.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Process.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Tools.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Tools.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Drawing.Primitives.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Drawing.Primitives.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Drawing.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Drawing.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Dynamic.Runtime.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Dynamic.Runtime.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Globalization.Calendars.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Globalization.Calendars.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Globalization.Extensions.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Globalization.Extensions.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Globalization.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Globalization.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.Compression.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.Compression.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.Pipes.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.Pipes.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.IO.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Linq.Expressions.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Linq.Expressions.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Linq.Parallel.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Linq.Parallel.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Linq.Queryable.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Linq.Queryable.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Linq.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Linq.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Http.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Http.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.NameResolution.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.NameResolution.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.NetworkInformation.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.NetworkInformation.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Ping.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Ping.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Primitives.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Primitives.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Requests.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Requests.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Security.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Security.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Sockets.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.Sockets.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.WebSockets.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.WebSockets.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Net.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Numerics.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Numerics.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ObjectModel.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ObjectModel.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Reflection.Extensions.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Reflection.Extensions.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Reflection.Primitives.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Reflection.Primitives.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Reflection.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Reflection.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Resources.Reader.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Resources.Reader.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Resources.ResourceManager.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Resources.ResourceManager.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Resources.Writer.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Resources.Writer.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Extensions.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Extensions.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Handles.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Handles.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.InteropServices.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.InteropServices.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Numerics.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Numerics.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Runtime.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Security.Claims.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Security.Claims.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Security.Principal.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Security.Principal.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Security.SecureString.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Security.SecureString.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ServiceModel.Web.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.ServiceModel.Web.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Text.Encoding.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Text.Encoding.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Text.RegularExpressions.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Text.RegularExpressions.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Overlapped.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Overlapped.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Tasks.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Tasks.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Thread.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Thread.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.ThreadPool.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.ThreadPool.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Timer.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.Timer.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Threading.dll
vendored
Normal file
Binary file not shown.
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Transactions.dll
vendored
Normal file
BIN
packages/NETStandard.Library.2.0.0/build/netstandard2.0/ref/System.Transactions.dll
vendored
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user