fenrir-runtime 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App/App.axaml +8 -0
- package/App/App.axaml.cs +23 -0
- package/App/FenrirLinux.csproj +27 -0
- package/App/LICENSE +674 -0
- package/App/MainWindow.axaml +10 -0
- package/App/MainWindow.axaml.cs +16 -0
- package/App/Program.cs +19 -0
- package/App/README.md +24 -0
- package/App/Views/InstallationView.axaml +48 -0
- package/App/Views/InstallationView.axaml.cs +204 -0
- package/App/Views/PasswordView.axaml +34 -0
- package/App/Views/PasswordView.axaml.cs +62 -0
- package/App/Views/WelcomeView.axaml +63 -0
- package/App/Views/WelcomeView.axaml.cs +22 -0
- package/App/app.manifest +18 -0
- package/App/images/screenshot1.png +0 -0
- package/App/images/screenshot2.png +0 -0
- package/App/obj/Debug/net9.0/Avalonia/Resources.Inputs.cache +1 -0
- package/App/obj/Debug/net9.0/Avalonia/original.dll +0 -0
- package/App/obj/Debug/net9.0/Avalonia/original.pdb +0 -0
- package/App/obj/Debug/net9.0/Avalonia/original.ref.dll +0 -0
- package/App/obj/Debug/net9.0/Avalonia/references +202 -0
- package/App/obj/Debug/net9.0/Avalonia/resources +0 -0
- package/App/obj/Debug/net9.0/FenrirLi.7B98506C.Up2Date +0 -0
- package/App/obj/Debug/net9.0/FenrirLinux.AssemblyInfo.cs +22 -0
- package/App/obj/Debug/net9.0/FenrirLinux.AssemblyInfoInputs.cache +1 -0
- package/App/obj/Debug/net9.0/FenrirLinux.GeneratedMSBuildEditorConfig.editorconfig +35 -0
- package/App/obj/Debug/net9.0/FenrirLinux.assets.cache +0 -0
- package/App/obj/Debug/net9.0/FenrirLinux.csproj.AssemblyReference.cache +0 -0
- package/App/obj/Debug/net9.0/FenrirLinux.csproj.CoreCompileInputs.cache +1 -0
- package/App/obj/Debug/net9.0/FenrirLinux.csproj.FileListAbsolute.txt +135 -0
- package/App/obj/Debug/net9.0/FenrirLinux.dll +0 -0
- package/App/obj/Debug/net9.0/FenrirLinux.genruntimeconfig.cache +1 -0
- package/App/obj/Debug/net9.0/FenrirLinux.pdb +0 -0
- package/App/obj/Debug/net9.0/apphost +0 -0
- package/App/obj/Debug/net9.0/ref/FenrirLinux.dll +0 -0
- package/App/obj/Debug/net9.0/refint/FenrirLinux.dll +0 -0
- package/App/obj/FenrirLinux.csproj.nuget.dgspec.json +115 -0
- package/App/obj/FenrirLinux.csproj.nuget.g.props +26 -0
- package/App/obj/FenrirLinux.csproj.nuget.g.targets +9 -0
- package/App/obj/Release/net9.0/linux-x64/Avalonia/Resources.Inputs.cache +1 -0
- package/App/obj/Release/net9.0/linux-x64/Avalonia/original.dll +0 -0
- package/App/obj/Release/net9.0/linux-x64/Avalonia/original.pdb +0 -0
- package/App/obj/Release/net9.0/linux-x64/Avalonia/original.ref.dll +0 -0
- package/App/obj/Release/net9.0/linux-x64/Avalonia/references +194 -0
- package/App/obj/Release/net9.0/linux-x64/Avalonia/resources +0 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLi.7B98506C.Up2Date +0 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.AssemblyInfo.cs +22 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.AssemblyInfoInputs.cache +1 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.GeneratedMSBuildEditorConfig.editorconfig +39 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.assets.cache +0 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.csproj.AssemblyReference.cache +0 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.csproj.CoreCompileInputs.cache +1 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.csproj.FileListAbsolute.txt +238 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.deps.json +1317 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.dll +0 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.genbundle.cache +1 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.genpublishdeps.cache +1 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.genruntimeconfig.cache +1 -0
- package/App/obj/Release/net9.0/linux-x64/FenrirLinux.pdb +0 -0
- package/App/obj/Release/net9.0/linux-x64/PublishOutputs.fac9e24064.txt +4 -0
- package/App/obj/Release/net9.0/linux-x64/apphost +0 -0
- package/App/obj/Release/net9.0/linux-x64/ref/FenrirLinux.dll +0 -0
- package/App/obj/Release/net9.0/linux-x64/refint/FenrirLinux.dll +0 -0
- package/App/obj/Release/net9.0/linux-x64/singlefilehost +0 -0
- package/App/obj/project.assets.json +2463 -0
- package/App/obj/project.nuget.cache +47 -0
- package/LICENSE +674 -0
- package/Makefile +16 -0
- package/README.md +89 -0
- package/dist/archiveSystem.js +219 -0
- package/dist/cli.js +188 -0
- package/dist/packageManager.js +98 -0
- package/dist/parser.js +24 -0
- package/dist/runtime.js +99 -0
- package/dist/transformer.js +120 -0
- package/example/fenrir+aperium/aperium.json +17 -0
- package/example/fenrir+aperium/aperium_modules/hello-world/index.js +4 -0
- package/example/fenrir+aperium/aperium_modules/hello-world/module.json +6 -0
- package/example/fenrir+aperium/app.fnr +19 -0
- package/example/fenrir+aperium/package-lock.json +890 -0
- package/example/fenrir+aperium/package.json +17 -0
- package/example/fenrir.json +10 -0
- package/example/main.fnr +18 -0
- package/example/package-lock.json +867 -0
- package/example/package.json +17 -0
- package/package.json +32 -0
- package/src/archiveSystem.ts +264 -0
- package/src/cli.ts +216 -0
- package/src/packageManager.ts +119 -0
- package/src/parser.ts +36 -0
- package/src/runtime.ts +111 -0
- package/src/transformer.ts +147 -0
- package/tsconfig.json +15 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
+
<Import Project="$(NuGetPackageRoot)skiasharp.nativeassets.webassembly/2.88.6/buildTransitive/netstandard1.0/SkiaSharp.NativeAssets.WebAssembly.targets" Condition="Exists('$(NuGetPackageRoot)skiasharp.nativeassets.webassembly/2.88.6/buildTransitive/netstandard1.0/SkiaSharp.NativeAssets.WebAssembly.targets')" />
|
|
5
|
+
<Import Project="$(NuGetPackageRoot)harfbuzzsharp.nativeassets.webassembly/7.3.0/buildTransitive/netstandard1.0/HarfBuzzSharp.NativeAssets.WebAssembly.targets" Condition="Exists('$(NuGetPackageRoot)harfbuzzsharp.nativeassets.webassembly/7.3.0/buildTransitive/netstandard1.0/HarfBuzzSharp.NativeAssets.WebAssembly.targets')" />
|
|
6
|
+
<Import Project="$(NuGetPackageRoot)avalonia.buildservices/0.0.29/buildTransitive/Avalonia.BuildServices.targets" Condition="Exists('$(NuGetPackageRoot)avalonia.buildservices/0.0.29/buildTransitive/Avalonia.BuildServices.targets')" />
|
|
7
|
+
<Import Project="$(NuGetPackageRoot)avalonia/11.0.6/buildTransitive/Avalonia.targets" Condition="Exists('$(NuGetPackageRoot)avalonia/11.0.6/buildTransitive/Avalonia.targets')" />
|
|
8
|
+
</ImportGroup>
|
|
9
|
+
</Project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b72c61317eeb155711df0c897d354f3a706a798f74aef276044a6a2e20055d95
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.Base.dll
|
|
2
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.Controls.dll
|
|
3
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.DesignerSupport.dll
|
|
4
|
+
/home/yigitkabak/.nuget/packages/avalonia.desktop/11.0.6/lib/net6.0/Avalonia.Desktop.dll
|
|
5
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.Dialogs.dll
|
|
6
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.dll
|
|
7
|
+
/home/yigitkabak/.nuget/packages/avalonia.fonts.inter/11.0.6/lib/net6.0/Avalonia.Fonts.Inter.dll
|
|
8
|
+
/home/yigitkabak/.nuget/packages/avalonia.freedesktop/11.0.6/lib/net6.0/Avalonia.FreeDesktop.dll
|
|
9
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.Markup.dll
|
|
10
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.Markup.Xaml.dll
|
|
11
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.Metal.dll
|
|
12
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.MicroCom.dll
|
|
13
|
+
/home/yigitkabak/.nuget/packages/avalonia.native/11.0.6/lib/net6.0/Avalonia.Native.dll
|
|
14
|
+
/home/yigitkabak/.nuget/packages/avalonia/11.0.6/ref/net6.0/Avalonia.OpenGL.dll
|
|
15
|
+
/home/yigitkabak/.nuget/packages/avalonia.reactiveui/11.0.6/lib/net6.0/Avalonia.ReactiveUI.dll
|
|
16
|
+
/home/yigitkabak/.nuget/packages/avalonia.remote.protocol/11.0.6/lib/net6.0/Avalonia.Remote.Protocol.dll
|
|
17
|
+
/home/yigitkabak/.nuget/packages/avalonia.skia/11.0.6/lib/net6.0/Avalonia.Skia.dll
|
|
18
|
+
/home/yigitkabak/.nuget/packages/avalonia.themes.fluent/11.0.6/lib/net6.0/Avalonia.Themes.Fluent.dll
|
|
19
|
+
/home/yigitkabak/.nuget/packages/avalonia.win32/11.0.6/lib/net6.0/Avalonia.Win32.dll
|
|
20
|
+
/home/yigitkabak/.nuget/packages/avalonia.x11/11.0.6/lib/net6.0/Avalonia.X11.dll
|
|
21
|
+
/home/yigitkabak/.nuget/packages/dynamicdata/7.9.5/lib/net6.0/DynamicData.dll
|
|
22
|
+
/home/yigitkabak/.nuget/packages/harfbuzzsharp/7.3.0/lib/net6.0/HarfBuzzSharp.dll
|
|
23
|
+
/home/yigitkabak/.nuget/packages/microcom.runtime/0.11.0/lib/net5.0/MicroCom.Runtime.dll
|
|
24
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/Microsoft.CSharp.dll
|
|
25
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/Microsoft.VisualBasic.Core.dll
|
|
26
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/Microsoft.VisualBasic.dll
|
|
27
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/Microsoft.Win32.Primitives.dll
|
|
28
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/Microsoft.Win32.Registry.dll
|
|
29
|
+
/home/yigitkabak/.nuget/packages/microsoft.win32.systemevents/6.0.0/lib/net6.0/Microsoft.Win32.SystemEvents.dll
|
|
30
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/mscorlib.dll
|
|
31
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/netstandard.dll
|
|
32
|
+
/home/yigitkabak/.nuget/packages/reactiveui/18.3.1/lib/net6.0/ReactiveUI.dll
|
|
33
|
+
/home/yigitkabak/.nuget/packages/skiasharp/2.88.6/lib/net6.0/SkiaSharp.dll
|
|
34
|
+
/home/yigitkabak/.nuget/packages/splat/14.4.1/lib/net6.0/Splat.dll
|
|
35
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.AppContext.dll
|
|
36
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Buffers.dll
|
|
37
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Collections.Concurrent.dll
|
|
38
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Collections.dll
|
|
39
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Collections.Immutable.dll
|
|
40
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Collections.NonGeneric.dll
|
|
41
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Collections.Specialized.dll
|
|
42
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ComponentModel.Annotations.dll
|
|
43
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ComponentModel.DataAnnotations.dll
|
|
44
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ComponentModel.dll
|
|
45
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ComponentModel.EventBasedAsync.dll
|
|
46
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ComponentModel.Primitives.dll
|
|
47
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ComponentModel.TypeConverter.dll
|
|
48
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Configuration.dll
|
|
49
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Console.dll
|
|
50
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Core.dll
|
|
51
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Data.Common.dll
|
|
52
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Data.DataSetExtensions.dll
|
|
53
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Data.dll
|
|
54
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.Contracts.dll
|
|
55
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.Debug.dll
|
|
56
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.DiagnosticSource.dll
|
|
57
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.FileVersionInfo.dll
|
|
58
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.Process.dll
|
|
59
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.StackTrace.dll
|
|
60
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll
|
|
61
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.Tools.dll
|
|
62
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.TraceSource.dll
|
|
63
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Diagnostics.Tracing.dll
|
|
64
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.dll
|
|
65
|
+
/home/yigitkabak/.nuget/packages/system.drawing.common/6.0.0/lib/net6.0/System.Drawing.Common.dll
|
|
66
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Drawing.dll
|
|
67
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Drawing.Primitives.dll
|
|
68
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Dynamic.Runtime.dll
|
|
69
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Formats.Asn1.dll
|
|
70
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Formats.Tar.dll
|
|
71
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Globalization.Calendars.dll
|
|
72
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Globalization.dll
|
|
73
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Globalization.Extensions.dll
|
|
74
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.Compression.Brotli.dll
|
|
75
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.Compression.dll
|
|
76
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.Compression.FileSystem.dll
|
|
77
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.Compression.ZipFile.dll
|
|
78
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.dll
|
|
79
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.FileSystem.AccessControl.dll
|
|
80
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.FileSystem.dll
|
|
81
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.FileSystem.DriveInfo.dll
|
|
82
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.FileSystem.Primitives.dll
|
|
83
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.FileSystem.Watcher.dll
|
|
84
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.IsolatedStorage.dll
|
|
85
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.MemoryMappedFiles.dll
|
|
86
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.Pipelines.dll
|
|
87
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.Pipes.AccessControl.dll
|
|
88
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.Pipes.dll
|
|
89
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.IO.UnmanagedMemoryStream.dll
|
|
90
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Linq.dll
|
|
91
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Linq.Expressions.dll
|
|
92
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Linq.Parallel.dll
|
|
93
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Linq.Queryable.dll
|
|
94
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Memory.dll
|
|
95
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.dll
|
|
96
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Http.dll
|
|
97
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Http.Json.dll
|
|
98
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.HttpListener.dll
|
|
99
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Mail.dll
|
|
100
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.NameResolution.dll
|
|
101
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.NetworkInformation.dll
|
|
102
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Ping.dll
|
|
103
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Primitives.dll
|
|
104
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Quic.dll
|
|
105
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Requests.dll
|
|
106
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Security.dll
|
|
107
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.ServicePoint.dll
|
|
108
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.Sockets.dll
|
|
109
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.WebClient.dll
|
|
110
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.WebHeaderCollection.dll
|
|
111
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.WebProxy.dll
|
|
112
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.WebSockets.Client.dll
|
|
113
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Net.WebSockets.dll
|
|
114
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Numerics.dll
|
|
115
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Numerics.Vectors.dll
|
|
116
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ObjectModel.dll
|
|
117
|
+
/home/yigitkabak/.nuget/packages/system.reactive/5.0.0/lib/net5.0/System.Reactive.dll
|
|
118
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.DispatchProxy.dll
|
|
119
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.dll
|
|
120
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.Emit.dll
|
|
121
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.Emit.ILGeneration.dll
|
|
122
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.Emit.Lightweight.dll
|
|
123
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.Extensions.dll
|
|
124
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.Metadata.dll
|
|
125
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.Primitives.dll
|
|
126
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Reflection.TypeExtensions.dll
|
|
127
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Resources.Reader.dll
|
|
128
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Resources.ResourceManager.dll
|
|
129
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Resources.Writer.dll
|
|
130
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll
|
|
131
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll
|
|
132
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.dll
|
|
133
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Extensions.dll
|
|
134
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Handles.dll
|
|
135
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.InteropServices.dll
|
|
136
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll
|
|
137
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll
|
|
138
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Intrinsics.dll
|
|
139
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Loader.dll
|
|
140
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Numerics.dll
|
|
141
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Serialization.dll
|
|
142
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Serialization.Formatters.dll
|
|
143
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Serialization.Json.dll
|
|
144
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Serialization.Primitives.dll
|
|
145
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Runtime.Serialization.Xml.dll
|
|
146
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.AccessControl.dll
|
|
147
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Claims.dll
|
|
148
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Cryptography.Algorithms.dll
|
|
149
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Cryptography.Cng.dll
|
|
150
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Cryptography.Csp.dll
|
|
151
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Cryptography.dll
|
|
152
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Cryptography.Encoding.dll
|
|
153
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Cryptography.OpenSsl.dll
|
|
154
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Cryptography.Primitives.dll
|
|
155
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Cryptography.X509Certificates.dll
|
|
156
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.dll
|
|
157
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Principal.dll
|
|
158
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.Principal.Windows.dll
|
|
159
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Security.SecureString.dll
|
|
160
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ServiceModel.Web.dll
|
|
161
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ServiceProcess.dll
|
|
162
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Text.Encoding.CodePages.dll
|
|
163
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Text.Encoding.dll
|
|
164
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Text.Encoding.Extensions.dll
|
|
165
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Text.Encodings.Web.dll
|
|
166
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Text.Json.dll
|
|
167
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Text.RegularExpressions.dll
|
|
168
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.Channels.dll
|
|
169
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.dll
|
|
170
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.Overlapped.dll
|
|
171
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.Tasks.Dataflow.dll
|
|
172
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.Tasks.dll
|
|
173
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.Tasks.Extensions.dll
|
|
174
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.Tasks.Parallel.dll
|
|
175
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.Thread.dll
|
|
176
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.ThreadPool.dll
|
|
177
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Threading.Timer.dll
|
|
178
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Transactions.dll
|
|
179
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Transactions.Local.dll
|
|
180
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.ValueTuple.dll
|
|
181
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Web.dll
|
|
182
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Web.HttpUtility.dll
|
|
183
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Windows.dll
|
|
184
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.dll
|
|
185
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.Linq.dll
|
|
186
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.ReaderWriter.dll
|
|
187
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.Serialization.dll
|
|
188
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.XDocument.dll
|
|
189
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.XmlDocument.dll
|
|
190
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.XmlSerializer.dll
|
|
191
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.XPath.dll
|
|
192
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/System.Xml.XPath.XDocument.dll
|
|
193
|
+
/home/yigitkabak/.nuget/packages/tmds.dbus.protocol/0.15.0/lib/net6.0/Tmds.DBus.Protocol.dll
|
|
194
|
+
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.8/ref/net9.0/WindowsBase.dll
|
|
Binary file
|
|
File without changes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by a tool.
|
|
4
|
+
//
|
|
5
|
+
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
+
// the code is regenerated.
|
|
7
|
+
// </auto-generated>
|
|
8
|
+
//------------------------------------------------------------------------------
|
|
9
|
+
|
|
10
|
+
using System;
|
|
11
|
+
using System.Reflection;
|
|
12
|
+
|
|
13
|
+
[assembly: System.Reflection.AssemblyCompanyAttribute("FenrirLinux")]
|
|
14
|
+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
|
15
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
16
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
17
|
+
[assembly: System.Reflection.AssemblyProductAttribute("FenrirLinux")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyTitleAttribute("FenrirLinux")]
|
|
19
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
20
|
+
|
|
21
|
+
// MSBuild WriteCodeFragment sınıfı tarafından oluşturuldu.
|
|
22
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7abb2af337c068fdc6548dcdc89cc57ee389aadde123a0a1506fc43dc8ac8cf9
|
package/App/obj/Release/net9.0/linux-x64/FenrirLinux.GeneratedMSBuildEditorConfig.editorconfig
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
is_global = true
|
|
2
|
+
build_property.EnableAotAnalyzer =
|
|
3
|
+
build_property.EnableSingleFileAnalyzer = true
|
|
4
|
+
build_property.EnableTrimAnalyzer =
|
|
5
|
+
build_property.IncludeAllContentForSelfExtract =
|
|
6
|
+
build_property.AvaloniaNameGeneratorIsEnabled = true
|
|
7
|
+
build_property.AvaloniaNameGeneratorBehavior = InitializeComponent
|
|
8
|
+
build_property.AvaloniaNameGeneratorDefaultFieldModifier = internal
|
|
9
|
+
build_property.AvaloniaNameGeneratorFilterByPath = *
|
|
10
|
+
build_property.AvaloniaNameGeneratorFilterByNamespace = *
|
|
11
|
+
build_property.TargetFramework = net9.0
|
|
12
|
+
build_property.TargetPlatformMinVersion =
|
|
13
|
+
build_property.UsingMicrosoftNETSdkWeb =
|
|
14
|
+
build_property.ProjectTypeGuids =
|
|
15
|
+
build_property.InvariantGlobalization =
|
|
16
|
+
build_property.PlatformNeutralAssembly =
|
|
17
|
+
build_property.EnforceExtendedAnalyzerRules =
|
|
18
|
+
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
19
|
+
build_property.RootNamespace = FenrirLinux
|
|
20
|
+
build_property.ProjectDir = /home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/
|
|
21
|
+
build_property.EnableComHosting =
|
|
22
|
+
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
23
|
+
build_property.EffectiveAnalysisLevelStyle = 9.0
|
|
24
|
+
build_property.EnableCodeStyleSeverity =
|
|
25
|
+
|
|
26
|
+
[/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/App.axaml]
|
|
27
|
+
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
|
28
|
+
|
|
29
|
+
[/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/MainWindow.axaml]
|
|
30
|
+
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
|
31
|
+
|
|
32
|
+
[/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/Views/InstallationView.axaml]
|
|
33
|
+
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
|
34
|
+
|
|
35
|
+
[/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/Views/PasswordView.axaml]
|
|
36
|
+
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
|
37
|
+
|
|
38
|
+
[/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/Views/WelcomeView.axaml]
|
|
39
|
+
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b91c6b7b3b1653e34832bbce3b61e9b58cf46e789b205c0142b0153d0d6da3ee
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/FenrirLinux
|
|
2
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/FenrirLinux.deps.json
|
|
3
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/FenrirLinux.runtimeconfig.json
|
|
4
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/FenrirLinux.dll
|
|
5
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/FenrirLinux.pdb
|
|
6
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Base.dll
|
|
7
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Controls.dll
|
|
8
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.DesignerSupport.dll
|
|
9
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Dialogs.dll
|
|
10
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Markup.Xaml.dll
|
|
11
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Markup.dll
|
|
12
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Metal.dll
|
|
13
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.MicroCom.dll
|
|
14
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.OpenGL.dll
|
|
15
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.dll
|
|
16
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Desktop.dll
|
|
17
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Fonts.Inter.dll
|
|
18
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.FreeDesktop.dll
|
|
19
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Native.dll
|
|
20
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.ReactiveUI.dll
|
|
21
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Remote.Protocol.dll
|
|
22
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Skia.dll
|
|
23
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Themes.Fluent.dll
|
|
24
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.Win32.dll
|
|
25
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Avalonia.X11.dll
|
|
26
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/DynamicData.dll
|
|
27
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/HarfBuzzSharp.dll
|
|
28
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/MicroCom.Runtime.dll
|
|
29
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Microsoft.Win32.SystemEvents.dll
|
|
30
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/ReactiveUI.dll
|
|
31
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/SkiaSharp.dll
|
|
32
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Splat.dll
|
|
33
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Drawing.Common.dll
|
|
34
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reactive.dll
|
|
35
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Tmds.DBus.Protocol.dll
|
|
36
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libHarfBuzzSharp.so
|
|
37
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libSkiaSharp.so
|
|
38
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Microsoft.CSharp.dll
|
|
39
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Microsoft.VisualBasic.Core.dll
|
|
40
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Microsoft.VisualBasic.dll
|
|
41
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Microsoft.Win32.Primitives.dll
|
|
42
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/Microsoft.Win32.Registry.dll
|
|
43
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.AppContext.dll
|
|
44
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Buffers.dll
|
|
45
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Collections.Concurrent.dll
|
|
46
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Collections.Immutable.dll
|
|
47
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Collections.NonGeneric.dll
|
|
48
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Collections.Specialized.dll
|
|
49
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Collections.dll
|
|
50
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ComponentModel.Annotations.dll
|
|
51
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ComponentModel.DataAnnotations.dll
|
|
52
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ComponentModel.EventBasedAsync.dll
|
|
53
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ComponentModel.Primitives.dll
|
|
54
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ComponentModel.TypeConverter.dll
|
|
55
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ComponentModel.dll
|
|
56
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Configuration.dll
|
|
57
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Console.dll
|
|
58
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Core.dll
|
|
59
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Data.Common.dll
|
|
60
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Data.DataSetExtensions.dll
|
|
61
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Data.dll
|
|
62
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.Contracts.dll
|
|
63
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.Debug.dll
|
|
64
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.DiagnosticSource.dll
|
|
65
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.FileVersionInfo.dll
|
|
66
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.Process.dll
|
|
67
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.StackTrace.dll
|
|
68
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.TextWriterTraceListener.dll
|
|
69
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.Tools.dll
|
|
70
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.TraceSource.dll
|
|
71
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Diagnostics.Tracing.dll
|
|
72
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Drawing.Primitives.dll
|
|
73
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Drawing.dll
|
|
74
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Dynamic.Runtime.dll
|
|
75
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Formats.Asn1.dll
|
|
76
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Formats.Tar.dll
|
|
77
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Globalization.Calendars.dll
|
|
78
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Globalization.Extensions.dll
|
|
79
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Globalization.dll
|
|
80
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.Compression.Brotli.dll
|
|
81
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.Compression.FileSystem.dll
|
|
82
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.Compression.ZipFile.dll
|
|
83
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.Compression.dll
|
|
84
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.FileSystem.AccessControl.dll
|
|
85
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.FileSystem.DriveInfo.dll
|
|
86
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.FileSystem.Primitives.dll
|
|
87
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.FileSystem.Watcher.dll
|
|
88
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.FileSystem.dll
|
|
89
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.IsolatedStorage.dll
|
|
90
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.MemoryMappedFiles.dll
|
|
91
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.Pipelines.dll
|
|
92
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.Pipes.AccessControl.dll
|
|
93
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.Pipes.dll
|
|
94
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.UnmanagedMemoryStream.dll
|
|
95
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.IO.dll
|
|
96
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Linq.Expressions.dll
|
|
97
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Linq.Parallel.dll
|
|
98
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Linq.Queryable.dll
|
|
99
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Linq.dll
|
|
100
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Memory.dll
|
|
101
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Http.Json.dll
|
|
102
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Http.dll
|
|
103
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.HttpListener.dll
|
|
104
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Mail.dll
|
|
105
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.NameResolution.dll
|
|
106
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.NetworkInformation.dll
|
|
107
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Ping.dll
|
|
108
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Primitives.dll
|
|
109
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Quic.dll
|
|
110
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Requests.dll
|
|
111
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Security.dll
|
|
112
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.ServicePoint.dll
|
|
113
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.Sockets.dll
|
|
114
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.WebClient.dll
|
|
115
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.WebHeaderCollection.dll
|
|
116
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.WebProxy.dll
|
|
117
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.WebSockets.Client.dll
|
|
118
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.WebSockets.dll
|
|
119
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Net.dll
|
|
120
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Numerics.Vectors.dll
|
|
121
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Numerics.dll
|
|
122
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ObjectModel.dll
|
|
123
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Private.CoreLib.dll
|
|
124
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Private.DataContractSerialization.dll
|
|
125
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Private.Uri.dll
|
|
126
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Private.Xml.Linq.dll
|
|
127
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Private.Xml.dll
|
|
128
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.DispatchProxy.dll
|
|
129
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.Emit.ILGeneration.dll
|
|
130
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.Emit.Lightweight.dll
|
|
131
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.Emit.dll
|
|
132
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.Extensions.dll
|
|
133
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.Metadata.dll
|
|
134
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.Primitives.dll
|
|
135
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.TypeExtensions.dll
|
|
136
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Reflection.dll
|
|
137
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Resources.Reader.dll
|
|
138
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Resources.ResourceManager.dll
|
|
139
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Resources.Writer.dll
|
|
140
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.CompilerServices.Unsafe.dll
|
|
141
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.CompilerServices.VisualC.dll
|
|
142
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Extensions.dll
|
|
143
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Handles.dll
|
|
144
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.InteropServices.JavaScript.dll
|
|
145
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.InteropServices.RuntimeInformation.dll
|
|
146
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.InteropServices.dll
|
|
147
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Intrinsics.dll
|
|
148
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Loader.dll
|
|
149
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Numerics.dll
|
|
150
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Serialization.Formatters.dll
|
|
151
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Serialization.Json.dll
|
|
152
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Serialization.Primitives.dll
|
|
153
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Serialization.Xml.dll
|
|
154
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.Serialization.dll
|
|
155
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Runtime.dll
|
|
156
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.AccessControl.dll
|
|
157
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Claims.dll
|
|
158
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Cryptography.Algorithms.dll
|
|
159
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Cryptography.Cng.dll
|
|
160
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Cryptography.Csp.dll
|
|
161
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Cryptography.Encoding.dll
|
|
162
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Cryptography.OpenSsl.dll
|
|
163
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Cryptography.Primitives.dll
|
|
164
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Cryptography.X509Certificates.dll
|
|
165
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Cryptography.dll
|
|
166
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Principal.Windows.dll
|
|
167
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.Principal.dll
|
|
168
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.SecureString.dll
|
|
169
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Security.dll
|
|
170
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ServiceModel.Web.dll
|
|
171
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ServiceProcess.dll
|
|
172
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Text.Encoding.CodePages.dll
|
|
173
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Text.Encoding.Extensions.dll
|
|
174
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Text.Encoding.dll
|
|
175
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Text.Encodings.Web.dll
|
|
176
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Text.Json.dll
|
|
177
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Text.RegularExpressions.dll
|
|
178
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.Channels.dll
|
|
179
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.Overlapped.dll
|
|
180
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.Tasks.Dataflow.dll
|
|
181
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.Tasks.Extensions.dll
|
|
182
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.Tasks.Parallel.dll
|
|
183
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.Tasks.dll
|
|
184
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.Thread.dll
|
|
185
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.ThreadPool.dll
|
|
186
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.Timer.dll
|
|
187
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Threading.dll
|
|
188
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Transactions.Local.dll
|
|
189
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Transactions.dll
|
|
190
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.ValueTuple.dll
|
|
191
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Web.HttpUtility.dll
|
|
192
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Web.dll
|
|
193
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Windows.dll
|
|
194
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.Linq.dll
|
|
195
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.ReaderWriter.dll
|
|
196
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.Serialization.dll
|
|
197
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.XDocument.dll
|
|
198
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.XPath.XDocument.dll
|
|
199
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.XPath.dll
|
|
200
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.XmlDocument.dll
|
|
201
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.XmlSerializer.dll
|
|
202
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.Xml.dll
|
|
203
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/System.dll
|
|
204
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/WindowsBase.dll
|
|
205
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/mscorlib.dll
|
|
206
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/netstandard.dll
|
|
207
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/createdump
|
|
208
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libSystem.Globalization.Native.so
|
|
209
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libSystem.IO.Compression.Native.so
|
|
210
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libSystem.Native.so
|
|
211
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libSystem.Net.Security.Native.so
|
|
212
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libSystem.Security.Cryptography.Native.OpenSsl.so
|
|
213
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libclrgc.so
|
|
214
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libclrgcexp.so
|
|
215
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libclrjit.so
|
|
216
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libcoreclr.so
|
|
217
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libcoreclrtraceptprovider.so
|
|
218
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libhostfxr.so
|
|
219
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libhostpolicy.so
|
|
220
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libmscordaccore.so
|
|
221
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/bin/Release/net9.0/linux-x64/libmscordbi.so
|
|
222
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLinux.csproj.AssemblyReference.cache
|
|
223
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/Avalonia/Resources.Inputs.cache
|
|
224
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/Avalonia/resources
|
|
225
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLinux.GeneratedMSBuildEditorConfig.editorconfig
|
|
226
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLinux.AssemblyInfoInputs.cache
|
|
227
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLinux.AssemblyInfo.cs
|
|
228
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLinux.csproj.CoreCompileInputs.cache
|
|
229
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/Avalonia/references
|
|
230
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/Avalonia/original.dll
|
|
231
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/Avalonia/original.pdb
|
|
232
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/Avalonia/original.ref.dll
|
|
233
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/refint/FenrirLinux.dll
|
|
234
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLinux.dll
|
|
235
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLinux.pdb
|
|
236
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLi.7B98506C.Up2Date
|
|
237
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/FenrirLinux.genruntimeconfig.cache
|
|
238
|
+
/home/yigitkabak/Projeler/fenrir-wizard/FenrirLinux/obj/Release/net9.0/linux-x64/ref/FenrirLinux.dll
|