mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
WIP open a database
This commit is contained in:
21
packages/NETStandard.Library.2.0.0/LICENSE.TXT
vendored
Normal file
21
packages/NETStandard.Library.2.0.0/LICENSE.TXT
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) .NET Foundation and Contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
31
packages/NETStandard.Library.2.0.0/THIRD-PARTY-NOTICES.TXT
vendored
Normal file
31
packages/NETStandard.Library.2.0.0/THIRD-PARTY-NOTICES.TXT
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
This Microsoft .NET Library may incorporate components from the projects listed
|
||||
below. Microsoft licenses these components under the Microsoft .NET Library
|
||||
software license terms. The original copyright notices and the licenses under
|
||||
which Microsoft received such components are set forth below for informational
|
||||
purposes only. Microsoft reserves all rights not expressly granted herein,
|
||||
whether by implication, estoppel or otherwise.
|
||||
|
||||
1. .NET Core (https://github.com/dotnet/core/)
|
||||
|
||||
.NET Core
|
||||
Copyright (c) .NET Foundation and Contributors
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
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.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user