parent
653045cfe4
commit
431f2503a8
@ -1,12 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-ef": {
|
||||
"version": "8.0.3",
|
||||
"commands": [
|
||||
"dotnet-ef"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Target Name="GetEFProjectMetadata">
|
||||
<MSBuild Condition=" '$(TargetFramework)' == '' "
|
||||
Projects="$(MSBuildProjectFile)"
|
||||
Targets="GetEFProjectMetadata"
|
||||
Properties="TargetFramework=$(TargetFrameworks.Split(';')[0]);EFProjectMetadataFile=$(EFProjectMetadataFile)" />
|
||||
<ItemGroup Condition=" '$(TargetFramework)' != '' ">
|
||||
<EFProjectMetadata Include="AssemblyName: $(AssemblyName)" />
|
||||
<EFProjectMetadata Include="Language: $(Language)" />
|
||||
<EFProjectMetadata Include="OutputPath: $(OutputPath)" />
|
||||
<EFProjectMetadata Include="Platform: $(Platform)" />
|
||||
<EFProjectMetadata Include="PlatformTarget: $(PlatformTarget)" />
|
||||
<EFProjectMetadata Include="ProjectAssetsFile: $(ProjectAssetsFile)" />
|
||||
<EFProjectMetadata Include="ProjectDir: $(ProjectDir)" />
|
||||
<EFProjectMetadata Include="RootNamespace: $(RootNamespace)" />
|
||||
<EFProjectMetadata Include="RuntimeFrameworkVersion: $(RuntimeFrameworkVersion)" />
|
||||
<EFProjectMetadata Include="TargetFileName: $(TargetFileName)" />
|
||||
<EFProjectMetadata Include="TargetFrameworkMoniker: $(TargetFrameworkMoniker)" />
|
||||
<EFProjectMetadata Include="Nullable: $(Nullable)" />
|
||||
<EFProjectMetadata Include="TargetFramework: $(TargetFramework)" />
|
||||
<EFProjectMetadata Include="TargetPlatformIdentifier: $(TargetPlatformIdentifier)" />
|
||||
</ItemGroup>
|
||||
<WriteLinesToFile Condition=" '$(TargetFramework)' != '' "
|
||||
File="$(EFProjectMetadataFile)"
|
||||
Lines="@(EFProjectMetadata)" />
|
||||
</Target>
|
||||
</Project>
|
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
@ -1,105 +0,0 @@
|
||||
[
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.AuthController",
|
||||
"Method": "SignIn",
|
||||
"RelativePath": "api/auth",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "request",
|
||||
"Type": "BukiVedi.App.Requests.AuthLPRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "BukiVedi.App.Responces.AutoCodeResponse",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
},
|
||||
{
|
||||
"Type": "Microsoft.AspNetCore.Mvc.ProblemDetails",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 400
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "AiSearch",
|
||||
"RelativePath": "api/books/aisearch",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "request",
|
||||
"Type": "BukiVedi.App.Requests.QueryRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[BukiVedi.App.Responces.BookResponse, BukiVedi.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "GetBlobDownload",
|
||||
"RelativePath": "api/books/download/{id}",
|
||||
"HttpMethod": "GET",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": []
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "Search",
|
||||
"RelativePath": "api/books/search",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "request",
|
||||
"Type": "BukiVedi.App.Requests.QueryRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[BukiVedi.App.Responces.BookResponse, BukiVedi.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+eb6cad84f0624c3e750bc7bf3202623109854fe3")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@ -1 +0,0 @@
|
||||
ad617fcfac66ec378ec3efd0fbafafc9dbdb0f2609ead50fd39bbdecaa5c2def
|
@ -1,19 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = BukiVedi.App
|
||||
build_property.RootNamespace = BukiVedi.App
|
||||
build_property.ProjectDir = G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 6.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = G:\Documents\GitHub\BukiVedi\src\BukiVedi.App
|
||||
build_property._RazorSourceGeneratorDebug =
|
@ -1,17 +0,0 @@
|
||||
// <auto-generated/>
|
||||
global using global::Microsoft.AspNetCore.Builder;
|
||||
global using global::Microsoft.AspNetCore.Hosting;
|
||||
global using global::Microsoft.AspNetCore.Http;
|
||||
global using global::Microsoft.AspNetCore.Routing;
|
||||
global using global::Microsoft.Extensions.Configuration;
|
||||
global using global::Microsoft.Extensions.DependencyInjection;
|
||||
global using global::Microsoft.Extensions.Hosting;
|
||||
global using global::Microsoft.Extensions.Logging;
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Net.Http.Json;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
765c36eacd5a0e6849a14a9ed35b9a85bb2baffac618c3d15e94e980dc61f2c2
|
@ -1,273 +0,0 @@
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\appsettings.Development.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\appsettings.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\assets\preloader.gif
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\assets\pz_header.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\assets\pz_sheet.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\assets\red_marker.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx-diagram.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx-gantt.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.carmine.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.common.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.contrast.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.darkmoon.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.darkviolet.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.greenmist.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.blue.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.blue.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.lime.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.lime.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.orange.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.orange.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.purple.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.purple.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.teal.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.teal.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\dx.softblue.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-300.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-300.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-300.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-400.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-400.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-400.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-500.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-500.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-500.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-700.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-700.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-700.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxicons.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxicons.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxicons.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxiconsmaterial.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxiconsmaterial.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxiconsmaterial.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\fonts\PragatiNarrow-Regular.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\bukivedi-auth.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\cldr.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\cldr\event.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\cldr\supplemental.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\cldr\unresolved.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\dx.all.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\dx.viz.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\globalize.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\globalize\currency.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\globalize\date.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\globalize\message.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\globalize\number.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\jquery.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\knockout-latest.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.exe
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\config.ini
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\index.html
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\js\bukivedi.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\web\login.html
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.deps.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.runtimeconfig.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Aspose.PDF.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\AWSSDK.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\AWSSDK.SecurityToken.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\DnsClient.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\EpubSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\FB2Library.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Microsoft.CodeAnalysis.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Microsoft.CodeAnalysis.CSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Microsoft.CodeAnalysis.VisualBasic.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Microsoft.VisualBasic.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\MongoDB.Bson.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\MongoDB.Driver.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\MongoDB.Driver.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\MongoDB.Libmongocrypt.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Newtonsoft.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\SharpCompress.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Snappier.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Drawing.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Security.Cryptography.Pkcs.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Security.Permissions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Text.Encoding.CodePages.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\System.Windows.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\ZstdSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\debian-x64\native\libuv.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\fedora-x64\native\libuv.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\opensuse-x64\native\libuv.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\osx\native\libuv.dylib
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\rhel-x64\native\libuv.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win7-arm\native\libuv.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win7-x64\native\libuv.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win7-x86\native\libuv.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\linux\native\libmongocrypt.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\osx\native\libmongocrypt.dylib
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win\native\mongocrypt.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Diagnostics.PerformanceCounter.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Text.Encoding.CodePages.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\BukiVedi.Shared.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuilt.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuiltFull.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\ZeroLevel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Lzma#.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\ZeroLevel.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\BukiVedi.Shared.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharp.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharp.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuilt.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuilt.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuiltFull.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuiltFull.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.csproj.AssemblyReference.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.GeneratedMSBuildEditorConfig.editorconfig
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.AssemblyInfoInputs.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.AssemblyInfo.cs
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.csproj.CoreCompileInputs.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.MvcApplicationPartsAssemblyInfo.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\staticwebassets.build.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\staticwebassets.development.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\staticwebassets\msbuild.BukiVedi.App.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\staticwebassets\msbuild.build.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\staticwebassets.pack.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\scopedcss\bundle\BukiVedi.App.styles.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.8A351BC3.Up2Date
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\refint\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.genruntimeconfig.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Debug\net6.0\ref\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Elasticsearch.Net.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Debug\net6.0\Nest.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\refint\BukiVedi.App.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.pdb
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\appsettings.Development.json
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\appsettings.json
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\assets\preloader.gif
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\assets\pz_header.png
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\assets\pz_sheet.png
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\assets\red_marker.png
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx-diagram.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx-gantt.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.carmine.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.common.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.contrast.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.dark.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.darkmoon.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.darkviolet.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.greenmist.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.light.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.blue.dark.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.blue.light.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.lime.dark.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.lime.light.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.orange.dark.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.orange.light.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.purple.dark.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.purple.light.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.teal.dark.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.material.teal.light.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\dx.softblue.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-300.ttf
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-300.woff
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-300.woff2
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-400.ttf
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-400.woff
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-400.woff2
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-500.ttf
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-500.woff
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-500.woff2
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-700.ttf
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-700.woff
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\fonts\Roboto-700.woff2
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxicons.ttf
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxicons.woff
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxicons.woff2
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxiconsmaterial.ttf
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxiconsmaterial.woff
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\css\icons\dxiconsmaterial.woff2
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\fonts\PragatiNarrow-Regular.ttf
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\bukivedi-auth.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\cldr.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\cldr\event.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\cldr\supplemental.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\cldr\unresolved.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\dx.all.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\dx.viz.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\globalize.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\globalize\currency.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\globalize\date.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\globalize\message.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\globalize\number.min.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\jquery.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\knockout-latest.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.exe
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\config.ini
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\index.html
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\js\bukivedi.js
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\web\login.html
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.deps.json
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.runtimeconfig.json
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\BukiVedi.App.pdb
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\AWSSDK.Core.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\AWSSDK.SecurityToken.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\DnsClient.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\FB2Library.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\MongoDB.Bson.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\MongoDB.Driver.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\MongoDB.Driver.Core.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\MongoDB.Libmongocrypt.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\Newtonsoft.Json.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\SharpCompress.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\Snappier.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\SolrNet.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\Microsoft.DependencyInjection.SolrNet.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\ZstdSharp.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\runtimes\linux\native\libmongocrypt.so
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\runtimes\osx\native\libmongocrypt.dylib
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\runtimes\win\native\mongocrypt.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\BukiVedi.Shared.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharp.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuilt.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuiltFull.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\ZeroLevel.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\Lzma#.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\BukiVedi.Shared.pdb
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharp.pdb
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharp.dll.config
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuilt.pdb
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuilt.dll.config
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuiltFull.pdb
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\LemmaSharpPrebuiltFull.dll.config
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\bin\Debug\net6.0\ZeroLevel.pdb
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.csproj.AssemblyReference.cache
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.GeneratedMSBuildEditorConfig.editorconfig
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.AssemblyInfoInputs.cache
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.AssemblyInfo.cs
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.csproj.CoreCompileInputs.cache
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.MvcApplicationPartsAssemblyInfo.cache
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\staticwebassets.build.json
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\staticwebassets.development.json
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\staticwebassets\msbuild.BukiVedi.App.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\staticwebassets\msbuild.build.BukiVedi.App.props
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.BukiVedi.App.props
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.BukiVedi.App.props
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\staticwebassets.pack.json
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\scopedcss\bundle\BukiVedi.App.styles.css
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.8A351BC3.Up2Date
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\BukiVedi.App.genruntimeconfig.cache
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Debug\net6.0\ref\BukiVedi.App.dll
|
@ -1 +0,0 @@
|
||||
a59fe924ac444a83ed861402cddd78f28896b1b9b2de09422b4d4b96cef574f5
|
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "E/C6CQcelGa8wt9PhsE/uhYFuSKSVBVFehpa08c19LA=",
|
||||
"Source": "BukiVedi.App",
|
||||
"BasePath": "_content/BukiVedi.App",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Build",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [],
|
||||
"Assets": []
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="..\build\BukiVedi.App.props" />
|
||||
</Project>
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="..\buildMultiTargeting\BukiVedi.App.props" />
|
||||
</Project>
|
@ -1,323 +0,0 @@
|
||||
[
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.AuthController",
|
||||
"Method": "SignIn",
|
||||
"RelativePath": "api/auth",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "request",
|
||||
"Type": "BukiVedi.App.Requests.AuthLPRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "BukiVedi.App.Responces.AutoCodeResponse",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
},
|
||||
{
|
||||
"Type": "Microsoft.AspNetCore.Mvc.ProblemDetails",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 400
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.AuthorsController",
|
||||
"Method": "GetAllAuthors",
|
||||
"RelativePath": "api/author",
|
||||
"HttpMethod": "GET",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[BukiVedi.App.Responces.AuthorInfo, BukiVedi.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.AuthorsController",
|
||||
"Method": "SearchByAuthor",
|
||||
"RelativePath": "api/author/{id}/books",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[BukiVedi.App.Responces.BookResponse, BukiVedi.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.AuthorsController",
|
||||
"Method": "GetFavoriteAuthors",
|
||||
"RelativePath": "api/author/favorite",
|
||||
"HttpMethod": "GET",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[BukiVedi.App.Responces.AuthorInfo, BukiVedi.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "BlockBookAuthor",
|
||||
"RelativePath": "api/books/{id}/author/block",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[BukiVedi.App.Responces.BookResponse, BukiVedi.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "AddAuthorsToFavorite",
|
||||
"RelativePath": "api/books/{id}/authors/favorite",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": []
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "BlockBook",
|
||||
"RelativePath": "api/books/{id}/block",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": []
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "AddToFavorite",
|
||||
"RelativePath": "api/books/{id}/favorite",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": []
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "AddBookToReadingQueue",
|
||||
"RelativePath": "api/books/{id}/read",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": []
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "GetBlobDownload",
|
||||
"RelativePath": "api/books/download/{id}",
|
||||
"HttpMethod": "GET",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": []
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.BooksController",
|
||||
"Method": "Search",
|
||||
"RelativePath": "api/books/search",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "request",
|
||||
"Type": "BukiVedi.App.Requests.QueryRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[BukiVedi.App.Responces.BookResponse, BukiVedi.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.TagsController",
|
||||
"Method": "AppendTag",
|
||||
"RelativePath": "api/tags",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "request",
|
||||
"Type": "BukiVedi.App.Requests.AppendTagRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": []
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.TagsController",
|
||||
"Method": "GetUserTags",
|
||||
"RelativePath": "api/tags",
|
||||
"HttpMethod": "GET",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.TagsController",
|
||||
"Method": "Search",
|
||||
"RelativePath": "api/tags/{id}/books",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.IEnumerable\u00601[[BukiVedi.App.Responces.BookResponse, BukiVedi.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "BukiVedi.App.Controllers.TagsController",
|
||||
"Method": "RemoveTag",
|
||||
"RelativePath": "api/tags/id",
|
||||
"HttpMethod": "DELETE",
|
||||
"IsController": true,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.String",
|
||||
"IsRequired": false
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Boolean",
|
||||
"MediaTypes": [
|
||||
"text/plain",
|
||||
"application/json",
|
||||
"text/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@ -1 +1 @@
|
||||
d48e7031f3b60ee93afbe6bddf9900f4d7df5cfeda49112d38e957c41245dbe7
|
||||
9daab03e895a6f115233529b5b412c23d0bcacc1749fa577a062fe4da0d423fa
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
411769ab7f33e006bcf2fe23bf29c7beabc4c95916c9c9d86b53e1439516e4a3
|
||||
01863397d052ecaa66378570909483d909afc157f0ec741e43d4b803613bad26
|
||||
|
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@ -1 +0,0 @@
|
||||
4ee2cfb1e8036ded37c5a962c2b72f099a55c10e61d649a6312492894fb20230
|
@ -1,19 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = BukiVedi.App
|
||||
build_property.RootNamespace = BukiVedi.App
|
||||
build_property.ProjectDir = F:\Documents\GitHub\BukiVedi\BukiVedi.App\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 6.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = F:\Documents\GitHub\BukiVedi\BukiVedi.App
|
||||
build_property._RazorSourceGeneratorDebug =
|
@ -1,17 +0,0 @@
|
||||
// <auto-generated/>
|
||||
global using global::Microsoft.AspNetCore.Builder;
|
||||
global using global::Microsoft.AspNetCore.Hosting;
|
||||
global using global::Microsoft.AspNetCore.Http;
|
||||
global using global::Microsoft.AspNetCore.Routing;
|
||||
global using global::Microsoft.Extensions.Configuration;
|
||||
global using global::Microsoft.Extensions.DependencyInjection;
|
||||
global using global::Microsoft.Extensions.Hosting;
|
||||
global using global::Microsoft.Extensions.Logging;
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Net.Http.Json;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
fc87eea3005760393483be7249453cea0b73c56e62c9fc370b2786f5eda9e330
|
@ -1,149 +0,0 @@
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\appsettings.Development.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\appsettings.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\assets\preloader.gif
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\assets\pz_header.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\assets\pz_sheet.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\assets\red_marker.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx-diagram.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx-gantt.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.carmine.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.common.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.contrast.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.darkmoon.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.darkviolet.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.greenmist.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.blue.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.blue.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.lime.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.lime.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.orange.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.orange.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.purple.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.purple.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.teal.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.material.teal.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\dx.softblue.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-300.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-300.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-300.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-400.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-400.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-400.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-500.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-500.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-500.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-700.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-700.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\fonts\Roboto-700.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\icons\dxicons.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\icons\dxicons.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\icons\dxicons.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\icons\dxiconsmaterial.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\icons\dxiconsmaterial.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\css\icons\dxiconsmaterial.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\fonts\PragatiNarrow-Regular.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\bukivedi-auth.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\cldr.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\cldr\event.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\cldr\supplemental.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\cldr\unresolved.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\dx.all.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\dx.viz.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\globalize.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\globalize\currency.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\globalize\date.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\globalize\message.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\globalize\number.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\jquery.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\knockout-latest.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\BukiVedi.App.exe
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\config.ini
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\index.html
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\js\bukivedi.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\web\login.html
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\BukiVedi.App.deps.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\BukiVedi.App.runtimeconfig.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\BukiVedi.App.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Aspose.PDF.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\AWSSDK.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\AWSSDK.SecurityToken.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\DnsClient.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\EpubSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\FB2Library.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Microsoft.CodeAnalysis.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Microsoft.CodeAnalysis.CSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Microsoft.CodeAnalysis.VisualBasic.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Microsoft.Extensions.DependencyModel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Microsoft.VisualBasic.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\MongoDB.Bson.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\MongoDB.Driver.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\MongoDB.Driver.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\MongoDB.Libmongocrypt.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Newtonsoft.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\SharpCompress.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Snappier.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Configuration.ConfigurationManager.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Diagnostics.DiagnosticSource.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Diagnostics.PerformanceCounter.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Drawing.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Security.Cryptography.Pkcs.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Security.Permissions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Text.Encoding.CodePages.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\System.Windows.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\ZstdSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\debian-x64\native\libuv.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\fedora-x64\native\libuv.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\opensuse-x64\native\libuv.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\osx\native\libuv.dylib
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\rhel-x64\native\libuv.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win7-arm\native\libuv.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win7-x64\native\libuv.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win7-x86\native\libuv.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\linux\native\libmongocrypt.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\osx\native\libmongocrypt.dylib
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win\native\mongocrypt.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win\lib\net6.0\System.Diagnostics.PerformanceCounter.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win\lib\net6.0\System.Text.Encoding.CodePages.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\BukiVedi.Shared.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\LemmaSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\LemmaSharpPrebuilt.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\LemmaSharpPrebuiltFull.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\ZeroLevel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\Lzma#.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\BukiVedi.Shared.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\LemmaSharp.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\LemmaSharp.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\LemmaSharpPrebuilt.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\LemmaSharpPrebuilt.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\LemmaSharpPrebuiltFull.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.csproj.AssemblyReference.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.GeneratedMSBuildEditorConfig.editorconfig
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.AssemblyInfoInputs.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.AssemblyInfo.cs
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.csproj.CoreCompileInputs.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.MvcApplicationPartsAssemblyInfo.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\staticwebassets.build.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\staticwebassets.development.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\staticwebassets\msbuild.BukiVedi.App.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\staticwebassets\msbuild.build.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\staticwebassets\msbuild.buildMultiTargeting.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\staticwebassets\msbuild.buildTransitive.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\staticwebassets.pack.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\scopedcss\bundle\BukiVedi.App.styles.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.8A351BC3.Up2Date
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\refint\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\BukiVedi.App.genruntimeconfig.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\ref\BukiVedi.App.dll
|
@ -1 +0,0 @@
|
||||
1ea2c1c517f6bc24cf10738179ae94c1035ae961be9d55989ed445398c45060d
|
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("BukiVedi.App")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@ -1 +0,0 @@
|
||||
4ee2cfb1e8036ded37c5a962c2b72f099a55c10e61d649a6312492894fb20230
|
@ -1,19 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = BukiVedi.App
|
||||
build_property.RootNamespace = BukiVedi.App
|
||||
build_property.ProjectDir = F:\Documents\GitHub\BukiVedi\BukiVedi.App\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 6.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = F:\Documents\GitHub\BukiVedi\BukiVedi.App
|
||||
build_property._RazorSourceGeneratorDebug =
|
@ -1,17 +0,0 @@
|
||||
// <auto-generated/>
|
||||
global using global::Microsoft.AspNetCore.Builder;
|
||||
global using global::Microsoft.AspNetCore.Hosting;
|
||||
global using global::Microsoft.AspNetCore.Http;
|
||||
global using global::Microsoft.AspNetCore.Routing;
|
||||
global using global::Microsoft.Extensions.Configuration;
|
||||
global using global::Microsoft.Extensions.DependencyInjection;
|
||||
global using global::Microsoft.Extensions.Hosting;
|
||||
global using global::Microsoft.Extensions.Logging;
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Net.Http.Json;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
cb0c034fa9f7a5ae737a4422436bdaff4852ea9230b7ad1154d7d93febd54004
|
@ -1,439 +0,0 @@
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\appsettings.Development.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\appsettings.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\assets\preloader.gif
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\assets\pz_header.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\assets\pz_sheet.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\assets\red_marker.png
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx-diagram.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx-gantt.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.carmine.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.common.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.contrast.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.darkmoon.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.darkviolet.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.greenmist.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.blue.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.blue.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.lime.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.lime.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.orange.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.orange.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.purple.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.purple.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.teal.dark.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.material.teal.light.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\dx.softblue.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-300.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-300.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-300.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-400.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-400.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-400.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-500.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-500.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-500.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-700.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-700.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\fonts\Roboto-700.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\icons\dxicons.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\icons\dxicons.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\icons\dxicons.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\icons\dxiconsmaterial.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\icons\dxiconsmaterial.woff
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\css\icons\dxiconsmaterial.woff2
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\fonts\PragatiNarrow-Regular.ttf
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\bukivedi-auth.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\cldr.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\cldr\event.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\cldr\supplemental.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\cldr\unresolved.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\dx.all.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\dx.viz.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\globalize.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\globalize\currency.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\globalize\date.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\globalize\message.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\globalize\number.min.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\jquery.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\knockout-latest.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\BukiVedi.App
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\config.ini
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\index.html
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\js\bukivedi.js
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\web\login.html
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\BukiVedi.App.deps.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\BukiVedi.App.runtimeconfig.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\BukiVedi.App.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Aspose.PDF.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\AWSSDK.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\AWSSDK.SecurityToken.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\DnsClient.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\EpubSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\FB2Library.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.CodeAnalysis.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.CodeAnalysis.CSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.CodeAnalysis.VisualBasic.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.DependencyModel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.VisualBasic.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Win32.SystemEvents.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\MongoDB.Bson.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\MongoDB.Driver.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\MongoDB.Driver.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\MongoDB.Libmongocrypt.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Newtonsoft.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\SharpCompress.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Snappier.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Configuration.ConfigurationManager.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.DiagnosticSource.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.PerformanceCounter.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Drawing.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.Pkcs.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.ProtectedData.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Permissions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Text.Encoding.CodePages.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Windows.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\ZstdSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libmongocrypt.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.CSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.VisualBasic.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Win32.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Win32.Registry.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.AppContext.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Buffers.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Collections.Concurrent.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Collections.Immutable.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Collections.NonGeneric.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Collections.Specialized.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Collections.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ComponentModel.Annotations.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ComponentModel.DataAnnotations.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ComponentModel.EventBasedAsync.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ComponentModel.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ComponentModel.TypeConverter.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ComponentModel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Configuration.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Console.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Data.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Data.DataSetExtensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Data.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.Contracts.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.Debug.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.FileVersionInfo.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.Process.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.StackTrace.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.TextWriterTraceListener.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.Tools.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.TraceSource.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.Tracing.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Drawing.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Drawing.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Dynamic.Runtime.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Formats.Asn1.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Globalization.Calendars.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Globalization.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Globalization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.Compression.Brotli.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.Compression.FileSystem.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.Compression.ZipFile.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.Compression.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.FileSystem.AccessControl.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.FileSystem.DriveInfo.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.FileSystem.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.FileSystem.Watcher.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.FileSystem.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.IsolatedStorage.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.MemoryMappedFiles.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.Pipes.AccessControl.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.Pipes.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.UnmanagedMemoryStream.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Linq.Expressions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Linq.Parallel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Linq.Queryable.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Linq.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Memory.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Http.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Http.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.HttpListener.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Mail.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.NameResolution.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.NetworkInformation.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Ping.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Quic.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Requests.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Security.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.ServicePoint.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.Sockets.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.WebClient.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.WebHeaderCollection.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.WebProxy.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.WebSockets.Client.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.WebSockets.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Net.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Numerics.Vectors.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Numerics.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ObjectModel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Private.CoreLib.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Private.DataContractSerialization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Private.Uri.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Private.Xml.Linq.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Private.Xml.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.DispatchProxy.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.Emit.ILGeneration.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.Emit.Lightweight.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.Emit.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.Metadata.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.TypeExtensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Reflection.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Resources.Reader.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Resources.ResourceManager.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Resources.Writer.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.CompilerServices.Unsafe.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.CompilerServices.VisualC.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Handles.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.InteropServices.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Intrinsics.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Loader.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Numerics.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Serialization.Formatters.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Serialization.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Serialization.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Serialization.Xml.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.Serialization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Runtime.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.AccessControl.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Claims.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.Algorithms.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.Cng.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.Csp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.Encoding.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.OpenSsl.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.X509Certificates.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Principal.Windows.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Principal.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.SecureString.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ServiceModel.Web.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ServiceProcess.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Text.Encoding.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Text.Encoding.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Text.Encodings.Web.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Text.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Text.RegularExpressions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.Channels.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.Overlapped.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.Tasks.Dataflow.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.Tasks.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.Tasks.Parallel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.Tasks.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.Thread.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.ThreadPool.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.Timer.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Threading.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Transactions.Local.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Transactions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.ValueTuple.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Web.HttpUtility.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Web.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Windows.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.Linq.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.ReaderWriter.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.Serialization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.XDocument.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.XPath.XDocument.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.XPath.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.XmlDocument.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.XmlSerializer.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Xml.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\WindowsBase.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\mscorlib.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\netstandard.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Antiforgery.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Authentication.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Authentication.Cookies.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Authentication.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Authentication.OAuth.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Authentication.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Authorization.Policy.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Authorization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Components.Authorization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Components.Forms.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Components.Server.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Components.Web.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Components.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Connections.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.CookiePolicy.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Cors.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Cryptography.Internal.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.DataProtection.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.DataProtection.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.DataProtection.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Diagnostics.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Diagnostics.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.HostFiltering.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Hosting.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Hosting.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Html.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Http.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Http.Connections.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Http.Connections.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Http.Extensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Http.Features.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Http.Results.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Http.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.HttpLogging.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.HttpOverrides.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.HttpsPolicy.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Identity.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Localization.Routing.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Localization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Metadata.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.ApiExplorer.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.Cors.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.DataAnnotations.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.Formatters.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.Localization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.Razor.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.RazorPages.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.TagHelpers.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.ViewFeatures.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Mvc.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Razor.Runtime.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Razor.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.ResponseCaching.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.ResponseCompression.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Rewrite.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Routing.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Routing.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Server.HttpSys.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Server.IIS.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Server.IISIntegration.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Server.Kestrel.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Server.Kestrel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.Session.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.SignalR.Common.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.SignalR.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.SignalR.Protocols.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.SignalR.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.StaticFiles.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.WebSockets.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.WebUtilities.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.AspNetCore.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Caching.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Caching.Memory.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.Binder.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.CommandLine.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.Ini.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.Json.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.KeyPerFile.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.UserSecrets.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.Xml.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Configuration.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.DependencyInjection.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Diagnostics.HealthChecks.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Features.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.FileProviders.Composite.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.FileProviders.Embedded.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.FileProviders.Physical.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Hosting.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Http.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Identity.Core.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Identity.Stores.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Localization.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Localization.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Logging.Abstractions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Logging.Configuration.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Logging.Console.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Logging.Debug.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Logging.EventLog.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Logging.EventSource.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Logging.TraceSource.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Logging.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.ObjectPool.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Options.DataAnnotations.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Options.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.Primitives.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Extensions.WebEncoders.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.JSInterop.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Microsoft.Net.Http.Headers.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Diagnostics.EventLog.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.IO.Pipelines.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\System.Security.Cryptography.Xml.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\createdump
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libSystem.Globalization.Native.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libSystem.IO.Compression.Native.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libSystem.Native.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libSystem.Net.Security.Native.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libSystem.Security.Cryptography.Native.OpenSsl.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libclrjit.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libcoreclr.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libcoreclrtraceptprovider.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libdbgshim.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libhostfxr.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libhostpolicy.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libmscordaccore.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\libmscordbi.so
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\BukiVedi.Shared.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\LemmaSharp.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\LemmaSharpPrebuilt.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\LemmaSharpPrebuiltFull.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\ZeroLevel.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\Lzma#.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\BukiVedi.Shared.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\LemmaSharp.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\LemmaSharp.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\LemmaSharpPrebuilt.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\LemmaSharpPrebuilt.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\bin\Release\net6.0\linux-x64\LemmaSharpPrebuiltFull.dll.config
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.csproj.AssemblyReference.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.GeneratedMSBuildEditorConfig.editorconfig
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.AssemblyInfoInputs.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.AssemblyInfo.cs
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.csproj.CoreCompileInputs.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.MvcApplicationPartsAssemblyInfo.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\staticwebassets.build.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\staticwebassets.development.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\staticwebassets\msbuild.BukiVedi.App.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\staticwebassets\msbuild.build.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\staticwebassets\msbuild.buildMultiTargeting.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\staticwebassets\msbuild.buildTransitive.BukiVedi.App.props
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\staticwebassets.pack.json
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\scopedcss\bundle\BukiVedi.App.styles.css
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.8A351BC3.Up2Date
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\refint\BukiVedi.App.dll
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.pdb
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.genruntimeconfig.cache
|
||||
F:\Documents\GitHub\BukiVedi\BukiVedi.App\obj\Release\net6.0\linux-x64\ref\BukiVedi.App.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Release\net6.0\linux-x64\refint\BukiVedi.App.dll
|
||||
G:\Documents\GitHub\BukiVedi\src\BukiVedi.App\obj\Release\net6.0\linux-x64\BukiVedi.App.pdb
|
@ -1 +0,0 @@
|
||||
87227efe0e5e224f2b4e30ea80185fccca628fe75a7152d5a2eba277fdd6a96b
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"includedFrameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.27"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "6.0.27"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"MyHttpEndpoint": {
|
||||
"Url": "http://0.0.0.0:80"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
login=ogoun
|
||||
password=A3n1g4e1l5#
|
||||
libraryPath=I:\Library\Flibusta.Net
|
||||
|
||||
[MongoDB]
|
||||
ConnectionString="mongodb://192.168.0.222:27017"
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
@ -1,566 +0,0 @@
|
||||
/*!
|
||||
* DevExpress Diagram (dx-diagram)
|
||||
* Version: 2.1.72
|
||||
* Build date: Wed Mar 01 2023
|
||||
*
|
||||
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
|
||||
* Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
|
||||
*/
|
||||
.dxdi-control {
|
||||
overflow: visible;
|
||||
box-sizing: border-box;
|
||||
position: relative; }
|
||||
.dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll {
|
||||
cursor: grab !important; }
|
||||
.dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll .shape,
|
||||
.dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll .shape-expand-btn,
|
||||
.dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll text {
|
||||
cursor: grab; }
|
||||
.dxdi-control.dxdi-read-only .dxdi-canvas .shape,
|
||||
.dxdi-control.dxdi-read-only .dxdi-canvas .shape-expand-btn,
|
||||
.dxdi-control.dxdi-read-only .dxdi-canvas text {
|
||||
cursor: default; }
|
||||
.dxdi-control .dxdi-canvas {
|
||||
display: block;
|
||||
background-color: #d9d9d9;
|
||||
transform-origin: 0 0;
|
||||
overflow: hidden;
|
||||
/* Fix excess scroll size in IE */ }
|
||||
|
||||
.dxdi-canvas.dxdi-drag-scroll {
|
||||
cursor: grab !important; }
|
||||
.dxdi-canvas.dxdi-drag-scroll .shape,
|
||||
.dxdi-canvas.dxdi-drag-scroll .shape .shape-expand-btn,
|
||||
.dxdi-canvas.dxdi-drag-scroll .connector,
|
||||
.dxdi-canvas.dxdi-drag-scroll .connection-point,
|
||||
.dxdi-canvas.dxdi-drag-scroll .connector text,
|
||||
.dxdi-canvas.dxdi-drag-scroll .connector-side-mark.vertical,
|
||||
.dxdi-canvas.dxdi-drag-scroll .connector-side-mark.horizontal,
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="1"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="2"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="3"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="4"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="5"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="6"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="7"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="8"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="4"],
|
||||
.dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="5"] {
|
||||
cursor: grab; }
|
||||
|
||||
.dxdi-canvas * {
|
||||
user-select: none; }
|
||||
|
||||
.dxdi-canvas text {
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 10pt; }
|
||||
|
||||
.dxdi-canvas .page {
|
||||
fill: white; }
|
||||
|
||||
.dxdi-canvas .pages-grid-line {
|
||||
fill: none;
|
||||
stroke: rgba(0, 0, 0, 0.15);
|
||||
stroke-dasharray: 8;
|
||||
stroke-width: 2; }
|
||||
|
||||
.dxdi-canvas .grid-outer-line,
|
||||
.dxdi-canvas .grid-inner-line {
|
||||
fill: none; }
|
||||
|
||||
.dxdi-canvas .grid-outer-line {
|
||||
stroke: rgba(0, 0, 0, 0.1); }
|
||||
|
||||
.dxdi-canvas .grid-inner-line {
|
||||
stroke: rgba(0, 0, 0, 0.05); }
|
||||
|
||||
.dxdi-canvas .shape,
|
||||
.dxdi-canvas .toolbox-item {
|
||||
pointer-events: bounding-box; }
|
||||
.dxdi-canvas .shape rect,
|
||||
.dxdi-canvas .shape path,
|
||||
.dxdi-canvas .shape line,
|
||||
.dxdi-canvas .shape ellipse,
|
||||
.dxdi-canvas .toolbox-item rect,
|
||||
.dxdi-canvas .toolbox-item path,
|
||||
.dxdi-canvas .toolbox-item line,
|
||||
.dxdi-canvas .toolbox-item ellipse {
|
||||
fill: white;
|
||||
stroke-width: 2;
|
||||
stroke: black; }
|
||||
.dxdi-canvas .shape text,
|
||||
.dxdi-canvas .toolbox-item text {
|
||||
fill: black;
|
||||
text-anchor: middle; }
|
||||
.dxdi-canvas .shape rect.selector,
|
||||
.dxdi-canvas .toolbox-item rect.selector {
|
||||
stroke-width: 48;
|
||||
stroke: transparent;
|
||||
fill: transparent;
|
||||
pointer-events: initial; }
|
||||
|
||||
.dxdi-canvas .shape.not-valid rect,
|
||||
.dxdi-canvas .shape.not-valid path,
|
||||
.dxdi-canvas .shape.not-valid line,
|
||||
.dxdi-canvas .shape.not-valid ellipse {
|
||||
stroke: red !important; }
|
||||
|
||||
.dxdi-canvas .shape {
|
||||
cursor: move; }
|
||||
.dxdi-canvas .shape.text-input > text {
|
||||
display: none; }
|
||||
.dxdi-canvas .shape.container > rect:first-child {
|
||||
fill: transparent; }
|
||||
.dxdi-canvas .shape .shape-expand-btn {
|
||||
cursor: pointer; }
|
||||
.dxdi-canvas .shape .shape-expand-btn > rect,
|
||||
.dxdi-canvas .shape .shape-expand-btn > path {
|
||||
stroke-dasharray: initial !important; }
|
||||
.dxdi-canvas .shape .shape-expand-btn > path {
|
||||
stroke-width: 2 !important; }
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-spinner {
|
||||
animation: loading-spinner 1s linear infinite; }
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-spinner ellipse {
|
||||
stroke: black;
|
||||
stroke-opacity: 0.2; }
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-spinner path {
|
||||
stroke: #fd7010;
|
||||
stroke-linecap: round; }
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-spinner ellipse,
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-spinner path {
|
||||
fill: none;
|
||||
stroke-width: 5; }
|
||||
|
||||
@keyframes loading-spinner {
|
||||
from {
|
||||
transform: rotate(0deg); }
|
||||
to {
|
||||
transform: rotate(360deg); } }
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-user .dxdi-background {
|
||||
fill: black;
|
||||
opacity: 0.2;
|
||||
stroke: none; }
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-user ellipse,
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-user path {
|
||||
fill: white;
|
||||
stroke: none; }
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-warning ellipse {
|
||||
stroke: none;
|
||||
fill: #ee1616; }
|
||||
.dxdi-canvas .shape .dxdi-image .dxdi-warning rect {
|
||||
stroke: none;
|
||||
fill: white; }
|
||||
|
||||
.dxdi-canvas .shape.locked,
|
||||
.dxdi-canvas .shape.locked + .container-children .shape {
|
||||
cursor: inherit !important; }
|
||||
.dxdi-canvas .shape.locked .shape-expand-btn,
|
||||
.dxdi-canvas .shape.locked + .container-children .shape .shape-expand-btn {
|
||||
cursor: inherit !important; }
|
||||
|
||||
.dxdi-canvas .container-children .shape .selector {
|
||||
stroke-width: 8; }
|
||||
|
||||
.dxdi-canvas .toolbox-item {
|
||||
cursor: pointer; }
|
||||
.dxdi-canvas .toolbox-item .selector {
|
||||
stroke-width: 0 !important; }
|
||||
|
||||
.dxdi-canvas .connector path,
|
||||
.dxdi-canvas .connector line {
|
||||
stroke-width: 2;
|
||||
stroke: black;
|
||||
stroke-linejoin: round;
|
||||
pointer-events: stroke; }
|
||||
|
||||
.dxdi-canvas .connector path:not(.outlined-line-ending):not(.filled-line-ending) {
|
||||
fill: none !important; }
|
||||
|
||||
.dxdi-canvas .connector path.outlined-line-ending {
|
||||
fill: white; }
|
||||
|
||||
.dxdi-canvas .connector path.filled-line-ending {
|
||||
fill: black; }
|
||||
|
||||
.dxdi-canvas .connector path.selector,
|
||||
.dxdi-canvas .connector line.selector {
|
||||
stroke-width: 16;
|
||||
stroke: transparent; }
|
||||
|
||||
.dxdi-canvas .connector text {
|
||||
cursor: move;
|
||||
fill: black;
|
||||
text-anchor: middle; }
|
||||
|
||||
.dxdi-canvas .connector .text-filter-flood {
|
||||
flood-color: white; }
|
||||
|
||||
.dxdi-canvas .connector.not-valid path,
|
||||
.dxdi-canvas .connector.not-valid line {
|
||||
stroke: red !important; }
|
||||
|
||||
.dxdi-canvas .connector.can-move {
|
||||
cursor: move; }
|
||||
|
||||
.dxdi-canvas .selection-mark,
|
||||
.dxdi-canvas .geometry-mark,
|
||||
.dxdi-canvas .connection-point,
|
||||
.dxdi-canvas .connection-mark,
|
||||
.dxdi-canvas .connector-point-mark,
|
||||
.dxdi-canvas .connector-side-mark {
|
||||
fill: white;
|
||||
stroke-width: 2; }
|
||||
|
||||
.dxdi-canvas .selection-mark {
|
||||
stroke: dodgerblue; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="9"][data-value="1"] {
|
||||
cursor: nw-resize; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="9"][data-value="2"] {
|
||||
cursor: ne-resize; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="9"][data-value="3"] {
|
||||
cursor: se-resize; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="9"][data-value="4"] {
|
||||
cursor: sw-resize; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="9"][data-value="5"] {
|
||||
cursor: n-resize; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="9"][data-value="6"] {
|
||||
cursor: e-resize; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="9"][data-value="7"] {
|
||||
cursor: s-resize; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="9"][data-value="8"] {
|
||||
cursor: w-resize; }
|
||||
|
||||
.dxdi-canvas .selection-mark[data-type="4"],
|
||||
.dxdi-canvas .selection-mark[data-type="5"] {
|
||||
cursor: move; }
|
||||
|
||||
.dxdi-canvas .locked-selection-mark {
|
||||
fill: white;
|
||||
stroke-width: 1;
|
||||
stroke: #666; }
|
||||
|
||||
.dxdi-canvas .geometry-mark {
|
||||
cursor: pointer;
|
||||
stroke: goldenrod; }
|
||||
|
||||
.dxdi-canvas .container-target,
|
||||
.dxdi-canvas .connection-target {
|
||||
fill: transparent;
|
||||
stroke: orchid;
|
||||
stroke-width: 2;
|
||||
pointer-events: none; }
|
||||
|
||||
.dxdi-canvas .connection-point {
|
||||
cursor: crosshair;
|
||||
stroke: orchid; }
|
||||
|
||||
.dxdi-canvas .connection-point.not-valid {
|
||||
stroke: grey !important;
|
||||
display: none; }
|
||||
|
||||
.dxdi-canvas .connection-mark {
|
||||
cursor: crosshair;
|
||||
stroke: orchid; }
|
||||
|
||||
.dxdi-canvas .connection-point.selector,
|
||||
.dxdi-canvas .connection-mark.selector {
|
||||
stroke-width: 10px;
|
||||
stroke: transparent;
|
||||
fill: transparent; }
|
||||
|
||||
.dxdi-canvas .connection-point.active {
|
||||
fill: orchid; }
|
||||
|
||||
.dxdi-canvas .connection-mark.active {
|
||||
fill: orchid; }
|
||||
|
||||
.dxdi-canvas .connector-point-mark,
|
||||
.dxdi-canvas .connector-side-mark {
|
||||
cursor: move;
|
||||
stroke: dodgerblue; }
|
||||
|
||||
.dxdi-canvas .connector-point-mark.disabled {
|
||||
cursor: default;
|
||||
display: none; }
|
||||
|
||||
.dxdi-canvas .connector-side-mark {
|
||||
fill: dodgerblue; }
|
||||
|
||||
.dxdi-canvas .connector-side-mark.vertical {
|
||||
cursor: col-resize; }
|
||||
|
||||
.dxdi-canvas .connector-side-mark.horizontal {
|
||||
cursor: row-resize; }
|
||||
|
||||
.dxdi-canvas .item-selection-rect,
|
||||
.dxdi-canvas .items-selection-rect {
|
||||
fill: transparent;
|
||||
stroke-width: 1;
|
||||
stroke: dodgerblue;
|
||||
stroke-dasharray: 2px;
|
||||
pointer-events: none; }
|
||||
|
||||
.dxdi-canvas .items-selection-rect {
|
||||
fill: rgba(30, 144, 255, 0.02); }
|
||||
|
||||
.dxdi-canvas .item-multi-selection-rect {
|
||||
fill: rgba(30, 144, 255, 0.02);
|
||||
stroke-width: 1;
|
||||
stroke: dodgerblue;
|
||||
pointer-events: none; }
|
||||
|
||||
.dxdi-canvas .selection-rect {
|
||||
fill: rgba(30, 144, 255, 0.2);
|
||||
stroke-width: 1;
|
||||
stroke: dodgerblue;
|
||||
pointer-events: none; }
|
||||
|
||||
.dxdi-canvas .connector-selection,
|
||||
.dxdi-canvas .connector-multi-selection {
|
||||
fill: transparent;
|
||||
stroke-width: 1;
|
||||
stroke: dodgerblue;
|
||||
pointer-events: none; }
|
||||
|
||||
.dxdi-canvas .connector-selection.text,
|
||||
.dxdi-canvas .connector-multi-selection.text {
|
||||
fill: transparent;
|
||||
stroke-width: 1; }
|
||||
|
||||
.dxdi-canvas .connector-selection {
|
||||
stroke-dasharray: 2px; }
|
||||
|
||||
.dxdi-canvas .connector-selection-mask rect {
|
||||
fill: black; }
|
||||
|
||||
.dxdi-canvas .connector-selection-mask rect.background {
|
||||
fill: white; }
|
||||
|
||||
.dxdi-canvas .connector-selection-mask path,
|
||||
.dxdi-canvas .connector-selection-mask line {
|
||||
fill: white;
|
||||
stroke: black;
|
||||
stroke-width: 4; }
|
||||
|
||||
.dxdi-canvas .connector-selection-mask text {
|
||||
text-anchor: middle; }
|
||||
|
||||
.dxdi-canvas .extension-line path {
|
||||
stroke: dodgerblue;
|
||||
stroke-width: 1; }
|
||||
|
||||
.dxdi-canvas .extension-line path.size-line {
|
||||
stroke-dasharray: 4px; }
|
||||
|
||||
.dxdi-canvas .extension-line text {
|
||||
fill: dodgerblue;
|
||||
font-size: 0.8em;
|
||||
text-anchor: middle; }
|
||||
|
||||
.dxdi-canvas .extension-line.center > path.size-line,
|
||||
.dxdi-canvas .extension-line.page > path.size-line {
|
||||
stroke-dasharray: 0; }
|
||||
|
||||
.dxdi-canvas .extension-line:not(.center) > path:not(:first-child) {
|
||||
display: none; }
|
||||
|
||||
.dxdi-canvas .resize-info text {
|
||||
fill: rgba(0, 0, 0, 0.8);
|
||||
font-size: 0.8em;
|
||||
text-anchor: middle; }
|
||||
|
||||
.dxdi-canvas .resize-info rect {
|
||||
fill: white;
|
||||
stroke: rgba(0, 0, 0, 0.3);
|
||||
stroke-width: 1; }
|
||||
|
||||
.dxdi-canvas .dxdi-active-selection .shape {
|
||||
cursor: default; }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .selection-mark {
|
||||
stroke: #666; }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .geometry-mark {
|
||||
stroke: #666; }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .item-selection-rect,
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
|
||||
fill: transparent;
|
||||
stroke: #666; }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
|
||||
fill: rgba(144, 144, 144, 0.02); }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .item-multi-selection-rect {
|
||||
fill: rgba(144, 144, 144, 0.02);
|
||||
stroke: #666; }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connection-point,
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connection-point.selector,
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connection-mark,
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connection-mark.selector {
|
||||
display: none; }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connector-selection,
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connector-multi-selection {
|
||||
stroke: #666; }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connector-point-mark,
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
|
||||
stroke: #666; }
|
||||
|
||||
.dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
|
||||
fill: #666; }
|
||||
|
||||
.dxdi-dragging,
|
||||
.dxdi-dragging * {
|
||||
user-select: none; }
|
||||
|
||||
.dxdi-canvas.export * {
|
||||
cursor: inherit !important;
|
||||
pointer-events: all !important; }
|
||||
|
||||
.dxdi-touch-action {
|
||||
touch-action: none; }
|
||||
|
||||
.dxdi-toolbox,
|
||||
.dxdi-toolbox svg {
|
||||
user-select: none;
|
||||
outline: none; }
|
||||
|
||||
.dxdi-toolbox,
|
||||
.dxdi-toolbox .dxdi-canvas,
|
||||
.dxdi-toolbox-drag-item .dxdi-canvas {
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
.dxdi-toolbox .dxdi-canvas .toolbox-item rect,
|
||||
.dxdi-toolbox .dxdi-canvas .toolbox-item path,
|
||||
.dxdi-toolbox .dxdi-canvas .toolbox-item line,
|
||||
.dxdi-toolbox .dxdi-canvas .toolbox-item ellipse {
|
||||
fill: transparent;
|
||||
stroke: currentColor; }
|
||||
|
||||
.dxdi-toolbox .dxdi-canvas .toolbox-item .dxdi-image-placeholder {
|
||||
opacity: 0.75;
|
||||
fill: currentColor;
|
||||
stroke: none; }
|
||||
|
||||
.dxdi-toolbox .dxdi-canvas .toolbox-item .dxdi-shape-text {
|
||||
opacity: 0.25; }
|
||||
|
||||
.dxdi-toolbox .dxdi-canvas .toolbox-item text,
|
||||
.dxdi-toolbox-drag-item .dxdi-canvas text {
|
||||
font-weight: bold;
|
||||
font-family: "Segoe UI", "Helvetica Neue", Helvetica, arial, sans-serif;
|
||||
fill: currentColor; }
|
||||
|
||||
.dxdi-toolbox-drag-item .dxdi-canvas .dxdi-image-placeholder {
|
||||
opacity: 0.75;
|
||||
fill: currentColor;
|
||||
stroke: none; }
|
||||
|
||||
.dxdi-toolbox-drag-item .dxdi-canvas .dxdi-shape-text {
|
||||
display: none; }
|
||||
|
||||
.dxdi-toolbox .toolbox-text-item {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
margin: 0 0 0.6em; }
|
||||
|
||||
.dxdi-toolbox-drag-item,
|
||||
.dxdi-toolbox-drag-text-item {
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
color: black;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
pointer-events: none !important; }
|
||||
.dxdi-toolbox-drag-item *,
|
||||
.dxdi-toolbox-drag-text-item * {
|
||||
pointer-events: none !important; }
|
||||
|
||||
.dxdi-toolbox-drag-item text {
|
||||
pointer-events: none; }
|
||||
|
||||
.dxdi-toolbox-drag-text-item {
|
||||
background-color: white;
|
||||
border: 2px solid black;
|
||||
padding: 0.5em; }
|
||||
|
||||
.dxdi-tb-drag-captured {
|
||||
display: none; }
|
||||
|
||||
.dxdi-focus-input,
|
||||
.dxdi-text-input-container,
|
||||
.dxdi-text-input {
|
||||
padding: 0;
|
||||
outline: none;
|
||||
border: none;
|
||||
resize: none; }
|
||||
|
||||
.dxdi-clipboard-input,
|
||||
.dxdi-focus-input {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
left: -1000px !important;
|
||||
top: -1000px !important;
|
||||
opacity: 0;
|
||||
z-index: -100;
|
||||
font-size: 16px; }
|
||||
|
||||
.dxdi-text-input-container {
|
||||
display: none; }
|
||||
|
||||
.dxdi-text-input-container.shape-text,
|
||||
.dxdi-text-input-container.connector-text {
|
||||
display: inherit;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
background-color: transparent;
|
||||
transform-origin: 0 0; }
|
||||
|
||||
.dxdi-text-input-container.shape-text .dxdi-text-input {
|
||||
display: table-cell;
|
||||
overflow: hidden;
|
||||
padding: 1px 0 0;
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
color: black;
|
||||
line-height: 1.1em;
|
||||
text-align: center;
|
||||
vertical-align: middle; }
|
||||
|
||||
.dxdi-text-input-container.connector-text {
|
||||
overflow: visible; }
|
||||
|
||||
.dxdi-text-input-container.connector-text .dxdi-text-input {
|
||||
padding: 2px;
|
||||
outline: none;
|
||||
height: calc(1.1em + 6px);
|
||||
width: calc(8em + 6px);
|
||||
margin-top: calc(-0.55em - 3px);
|
||||
margin-left: calc(-4em - 3px);
|
||||
background-color: white;
|
||||
border: 1px solid dodgerblue;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
color: black;
|
||||
line-height: 1.1em;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
overflow: hidden; }
|
||||
|
||||
.dxdi-page-shadow {
|
||||
fill: #808080; }
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,12 +0,0 @@
|
||||
/**
|
||||
* DevExtreme (dx.common.css)
|
||||
* Version: 22.2.6
|
||||
* Build date: Tue Apr 18 2023
|
||||
*
|
||||
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
|
||||
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
||||
*/
|
||||
/*!
|
||||
This file is kept for backward compatibility.
|
||||
It is no longer required.
|
||||
*/
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue