diff --git a/src/PboViewer CLI/PboViewer CLI.csproj b/src/PboViewer CLI/PboViewer CLI.csproj index 54d73c2..9aa1432 100644 --- a/src/PboViewer CLI/PboViewer CLI.csproj +++ b/src/PboViewer CLI/PboViewer CLI.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 PboViewer PboViewer diff --git a/src/PboViewer CLI/build.ps1 b/src/PboViewer CLI/build.ps1 index 6786098..b228d46 100644 --- a/src/PboViewer CLI/build.ps1 +++ b/src/PboViewer CLI/build.ps1 @@ -1,5 +1,4 @@ $directory = [System.IO.Path]::GetDirectoryName($MyInvocation.MyCommand.Definition) dotnet publish -c Release -o $directory/publish/windows --self-contained -r win-x64 dotnet publish -c Release -o $directory/publish/macos --self-contained -r osx-x64 -dotnet publish -c Release -o $directory/publish/debian --self-contained -r debian-x64 -dotnet publish -c Release -o $directory/publish/ubuntu --self-contained -r ubuntu-x64 \ No newline at end of file +dotnet publish -c Release -o $directory/publish/linux --self-contained -r linux-x64 \ No newline at end of file diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/src/PboViewer CLI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs similarity index 66% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs rename to src/PboViewer CLI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs index ad8dfe1..2f7e5ec 100644 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs +++ b/src/PboViewer CLI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -1,4 +1,4 @@ // using System; using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.AssemblyInfo.cs b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.AssemblyInfo.cs similarity index 100% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.AssemblyInfo.cs rename to src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.AssemblyInfo.cs diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.AssemblyInfoInputs.cache b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.AssemblyInfoInputs.cache similarity index 100% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.AssemblyInfoInputs.cache rename to src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.AssemblyInfoInputs.cache diff --git a/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d7e2983 --- /dev/null +++ b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.assets.cache b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.assets.cache new file mode 100644 index 0000000..3ca13a1 Binary files /dev/null and b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.assets.cache differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csproj.CopyComplete b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.CopyComplete similarity index 100% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csproj.CopyComplete rename to src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.CopyComplete diff --git a/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.CoreCompileInputs.cache b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..c2cbe53 --- /dev/null +++ b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +5b83118e10a8edd38dcbf67894c3525d36aa4940 diff --git a/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.FileListAbsolute.txt b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..cd1358a --- /dev/null +++ b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.FileListAbsolute.txt @@ -0,0 +1,19 @@ +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\PboViewer.exe +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\PboViewer.deps.json +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\PboViewer.runtimeconfig.json +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\PboViewer.runtimeconfig.dev.json +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\ref\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\PboViewer.pdb +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\ManyConsole.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Debug\net5.0\Mono.Options.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer CLI.csprojAssemblyReference.cache +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer CLI.AssemblyInfoInputs.cache +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer CLI.AssemblyInfo.cs +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer CLI.csproj.CoreCompileInputs.cache +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer CLI.csproj.CopyComplete +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\ref\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer.pdb +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Debug\net5.0\PboViewer CLI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csprojAssemblyReference.cache b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csprojAssemblyReference.cache similarity index 84% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csprojAssemblyReference.cache rename to src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csprojAssemblyReference.cache index f589259..07eac77 100644 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csprojAssemblyReference.cache and b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csprojAssemblyReference.cache differ diff --git a/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.genruntimeconfig.cache b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.genruntimeconfig.cache new file mode 100644 index 0000000..def35c7 --- /dev/null +++ b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.genruntimeconfig.cache @@ -0,0 +1 @@ +7feef68eaf3f66e762d3e8048b5767ea932e1f86 diff --git a/src/PboViewer CLI/obj/Debug/net5.0/PboViewer.dll b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer.dll new file mode 100644 index 0000000..ec5172f Binary files /dev/null and b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer.dll differ diff --git a/src/PboViewer CLI/obj/Debug/net5.0/PboViewer.pdb b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer.pdb new file mode 100644 index 0000000..d7fc096 Binary files /dev/null and b/src/PboViewer CLI/obj/Debug/net5.0/PboViewer.pdb differ diff --git a/src/PboViewer CLI/obj/Debug/net5.0/apphost.exe b/src/PboViewer CLI/obj/Debug/net5.0/apphost.exe new file mode 100644 index 0000000..0a3d5e2 Binary files /dev/null and b/src/PboViewer CLI/obj/Debug/net5.0/apphost.exe differ diff --git a/src/PboViewer CLI/obj/Debug/net5.0/ref/PboViewer.dll b/src/PboViewer CLI/obj/Debug/net5.0/ref/PboViewer.dll new file mode 100644 index 0000000..368b58d Binary files /dev/null and b/src/PboViewer CLI/obj/Debug/net5.0/ref/PboViewer.dll differ diff --git a/src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.assets.cache b/src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.assets.cache index 7a9db85..271f694 100644 Binary files a/src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.assets.cache and b/src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.assets.cache differ diff --git a/src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache b/src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache index f2752eb..8e0456b 100644 Binary files a/src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache and b/src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache differ diff --git a/src/PboViewer CLI/obj/Debug/netcoreapp3.1/apphost.exe b/src/PboViewer CLI/obj/Debug/netcoreapp3.1/apphost.exe index 70f0e44..36513a0 100644 Binary files a/src/PboViewer CLI/obj/Debug/netcoreapp3.1/apphost.exe and b/src/PboViewer CLI/obj/Debug/netcoreapp3.1/apphost.exe differ diff --git a/src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.dgspec.json b/src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.dgspec.json index d85abbe..6f60096 100644 --- a/src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.dgspec.json +++ b/src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.dgspec.json @@ -1,20 +1,20 @@ { "format": 1, "restore": { - "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj": {} + "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj": {} }, "projects": { - "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj": { + "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", + "projectUniqueName": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", "projectName": "PboViewer", - "projectPath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", + "projectPath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", "packagesPath": "C:\\Users\\tcroi\\.nuget\\packages\\", - "outputPath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\obj\\", + "outputPath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "E:\\Microsoft\\Xamarin\\NuGet\\", + "G:\\Logiciels\\Microsoft\\Xamarin\\NuGet", "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" ], "configFilePaths": [ @@ -23,15 +23,15 @@ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], "originalTargetFrameworks": [ - "netcoreapp3.1" + "net5.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", + "net5.0": { + "targetAlias": "net5.0", "projectReferences": {} } }, @@ -42,8 +42,8 @@ } }, "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", + "net5.0": { + "targetAlias": "net5.0", "dependencies": { "ManyConsole": { "target": "Package", @@ -65,7 +65,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json" } } } diff --git a/src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.g.props b/src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.g.props index c2863d8..4c4ce9e 100644 --- a/src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.g.props +++ b/src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.g.props @@ -5,9 +5,9 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\tcroi\.nuget\packages\;E:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + C:\Users\tcroi\.nuget\packages\;G:\Logiciels\Microsoft\Xamarin\NuGet;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.8.0 + 5.8.1 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/src/PboViewer CLI/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs similarity index 66% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs rename to src/PboViewer CLI/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs index ad8dfe1..2f7e5ec 100644 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs +++ b/src/PboViewer CLI/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -1,4 +1,4 @@ // using System; using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.AssemblyInfo.cs b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.AssemblyInfo.cs similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.AssemblyInfo.cs rename to src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.AssemblyInfo.cs diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.AssemblyInfoInputs.cache b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.AssemblyInfoInputs.cache similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.AssemblyInfoInputs.cache rename to src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.AssemblyInfoInputs.cache diff --git a/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d7e2983 --- /dev/null +++ b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.assets.cache b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.assets.cache new file mode 100644 index 0000000..3014525 Binary files /dev/null and b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.assets.cache differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csproj.CopyComplete b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.CopyComplete similarity index 100% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csproj.CopyComplete rename to src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.CopyComplete diff --git a/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.CoreCompileInputs.cache b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..866d14e --- /dev/null +++ b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +f9cd86f5dad7f0a637686871e4a1a99acdee7a22 diff --git a/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.FileListAbsolute.txt b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..1a91058 --- /dev/null +++ b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.FileListAbsolute.txt @@ -0,0 +1,19 @@ +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\PboViewer.exe +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\PboViewer.deps.json +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\PboViewer.runtimeconfig.json +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\PboViewer.runtimeconfig.dev.json +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\ref\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\PboViewer.pdb +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\ManyConsole.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\net5.0\Mono.Options.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer CLI.csprojAssemblyReference.cache +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer CLI.AssemblyInfoInputs.cache +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer CLI.AssemblyInfo.cs +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer CLI.csproj.CoreCompileInputs.cache +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer CLI.csproj.CopyComplete +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\ref\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer.pdb +G:\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\net5.0\PboViewer CLI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csprojAssemblyReference.cache b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csprojAssemblyReference.cache similarity index 73% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csprojAssemblyReference.cache rename to src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csprojAssemblyReference.cache index 8586a25..07eac77 100644 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csprojAssemblyReference.cache and b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csprojAssemblyReference.cache differ diff --git a/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.genruntimeconfig.cache b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.genruntimeconfig.cache new file mode 100644 index 0000000..def35c7 --- /dev/null +++ b/src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.genruntimeconfig.cache @@ -0,0 +1 @@ +7feef68eaf3f66e762d3e8048b5767ea932e1f86 diff --git a/src/PboViewer CLI/obj/Release/net5.0/PboViewer.dll b/src/PboViewer CLI/obj/Release/net5.0/PboViewer.dll new file mode 100644 index 0000000..5d2c28c Binary files /dev/null and b/src/PboViewer CLI/obj/Release/net5.0/PboViewer.dll differ diff --git a/src/PboViewer CLI/obj/Release/net5.0/PboViewer.pdb b/src/PboViewer CLI/obj/Release/net5.0/PboViewer.pdb new file mode 100644 index 0000000..b3baa1f Binary files /dev/null and b/src/PboViewer CLI/obj/Release/net5.0/PboViewer.pdb differ diff --git a/src/PboViewer CLI/obj/Release/net5.0/apphost.exe b/src/PboViewer CLI/obj/Release/net5.0/apphost.exe new file mode 100644 index 0000000..0a3d5e2 Binary files /dev/null and b/src/PboViewer CLI/obj/Release/net5.0/apphost.exe differ diff --git a/src/PboViewer CLI/obj/Release/net5.0/ref/PboViewer.dll b/src/PboViewer CLI/obj/Release/net5.0/ref/PboViewer.dll new file mode 100644 index 0000000..4f6b3c9 Binary files /dev/null and b/src/PboViewer CLI/obj/Release/net5.0/ref/PboViewer.dll differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.assets.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.assets.cache index 56b1a9f..d615336 100644 Binary files a/src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.assets.cache and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.assets.cache differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache index e331438..94fe9a6 100644 Binary files a/src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/apphost.exe b/src/PboViewer CLI/obj/Release/netcoreapp3.1/apphost.exe index 70f0e44..36513a0 100644 Binary files a/src/PboViewer CLI/obj/Release/netcoreapp3.1/apphost.exe and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/apphost.exe differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs similarity index 100% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs rename to src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.AssemblyInfo.cs b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.AssemblyInfo.cs similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.AssemblyInfo.cs rename to src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.AssemblyInfo.cs diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.AssemblyInfoInputs.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.AssemblyInfoInputs.cache similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.AssemblyInfoInputs.cache rename to src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.AssemblyInfoInputs.cache diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.assets.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.assets.cache new file mode 100644 index 0000000..799f942 Binary files /dev/null and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.assets.cache differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csproj.CopyComplete b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.CopyComplete similarity index 100% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csproj.CopyComplete rename to src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.CopyComplete diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.CoreCompileInputs.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..6d8c082 --- /dev/null +++ b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +f124960e2589ab06b4821dab20ee336856f84f65 diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.FileListAbsolute.txt b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..09ce866 --- /dev/null +++ b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.FileListAbsolute.txt @@ -0,0 +1,202 @@ +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\PboViewer +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\PboViewer.deps.json +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\PboViewer.runtimeconfig.json +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\PboViewer.runtimeconfig.dev.json +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\PboViewer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\PboViewer.pdb +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\ManyConsole.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\Mono.Options.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\Microsoft.CSharp.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\Microsoft.VisualBasic.Core.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\Microsoft.VisualBasic.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\Microsoft.Win32.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\Microsoft.Win32.Registry.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.AppContext.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Buffers.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Collections.Concurrent.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Collections.Immutable.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Collections.NonGeneric.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Collections.Specialized.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Collections.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ComponentModel.Annotations.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ComponentModel.DataAnnotations.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ComponentModel.EventBasedAsync.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ComponentModel.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ComponentModel.TypeConverter.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ComponentModel.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Configuration.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Console.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Core.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Data.Common.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Data.DataSetExtensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Data.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.Contracts.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.Debug.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.DiagnosticSource.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.FileVersionInfo.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.Process.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.StackTrace.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.TextWriterTraceListener.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.Tools.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.TraceSource.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Diagnostics.Tracing.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Drawing.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Drawing.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Dynamic.Runtime.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Globalization.Calendars.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Globalization.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Globalization.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.Compression.Brotli.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.Compression.FileSystem.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.Compression.ZipFile.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.Compression.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.FileSystem.AccessControl.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.FileSystem.DriveInfo.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.FileSystem.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.FileSystem.Watcher.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.FileSystem.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.IsolatedStorage.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.MemoryMappedFiles.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.Pipes.AccessControl.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.Pipes.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.UnmanagedMemoryStream.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Linq.Expressions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Linq.Parallel.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Linq.Queryable.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Linq.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Memory.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Http.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.HttpListener.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Mail.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.NameResolution.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.NetworkInformation.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Ping.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Requests.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Security.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.ServicePoint.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Sockets.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.WebClient.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.WebHeaderCollection.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.WebProxy.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.WebSockets.Client.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.WebSockets.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Numerics.Vectors.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Numerics.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ObjectModel.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Private.DataContractSerialization.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Private.Uri.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Private.Xml.Linq.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Private.Xml.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.DispatchProxy.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.Emit.ILGeneration.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.Emit.Lightweight.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.Emit.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.Metadata.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.TypeExtensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Reflection.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Resources.Reader.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Resources.ResourceManager.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Resources.Writer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.CompilerServices.Unsafe.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.CompilerServices.VisualC.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Handles.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.InteropServices.WindowsRuntime.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.InteropServices.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Intrinsics.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Loader.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Numerics.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Serialization.Formatters.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Serialization.Json.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Serialization.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Serialization.Xml.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.Serialization.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.WindowsRuntime.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Runtime.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.AccessControl.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Claims.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.Algorithms.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.Cng.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.Csp.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.Encoding.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.OpenSsl.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.X509Certificates.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Principal.Windows.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Principal.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.SecureString.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ServiceModel.Web.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ServiceProcess.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Text.Encoding.CodePages.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Text.Encoding.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Text.Encoding.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Text.Encodings.Web.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Text.Json.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Text.RegularExpressions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.Channels.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.Overlapped.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.Tasks.Dataflow.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.Tasks.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.Tasks.Parallel.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.Tasks.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.Thread.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.ThreadPool.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.Timer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Threading.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Transactions.Local.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Transactions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.ValueTuple.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Web.HttpUtility.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Web.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Windows.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.Linq.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.ReaderWriter.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.Serialization.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.XDocument.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.XPath.XDocument.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.XPath.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.XmlDocument.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.XmlSerializer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Xml.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\WindowsBase.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\mscorlib.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\netstandard.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\SOS_README.md +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Globalization.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.Compression.Native.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.IO.Compression.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Native.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Http.Native.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Http.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Security.Native.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Net.Security.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Private.CoreLib.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.Native.OpenSsl.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\System.Security.Cryptography.Native.OpenSsl.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\createdump +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\libclrjit.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\libcoreclr.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\libcoreclrtraceptprovider.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\libdbgshim.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\libhostfxr.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\libhostpolicy.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\libmscordaccore.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\bin\Release\netcoreapp3.1\linux-x64\libmscordbi.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\netcoreapp3.1\linux-x64\PboViewer CLI.csprojAssemblyReference.cache +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\netcoreapp3.1\linux-x64\PboViewer CLI.AssemblyInfoInputs.cache +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\netcoreapp3.1\linux-x64\PboViewer CLI.AssemblyInfo.cs +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\netcoreapp3.1\linux-x64\PboViewer CLI.csproj.CoreCompileInputs.cache +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\netcoreapp3.1\linux-x64\PboViewer CLI.csproj.CopyComplete +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\netcoreapp3.1\linux-x64\PboViewer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\netcoreapp3.1\linux-x64\PboViewer.pdb +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\obj\Release\netcoreapp3.1\linux-x64\PboViewer CLI.genruntimeconfig.cache diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csprojAssemblyReference.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csprojAssemblyReference.cache new file mode 100644 index 0000000..25bbde9 Binary files /dev/null and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csprojAssemblyReference.cache differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.genruntimeconfig.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.genruntimeconfig.cache new file mode 100644 index 0000000..4d9cfc7 --- /dev/null +++ b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.genruntimeconfig.cache @@ -0,0 +1 @@ +9ad712c797c8ef7db193ec8272415bcd49f251e1 diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer.dll b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer.dll new file mode 100644 index 0000000..45b1e31 Binary files /dev/null and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer.dll differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer.pdb b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer.pdb new file mode 100644 index 0000000..d902684 Binary files /dev/null and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer.pdb differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PublishOutputs.e9e8d00afa.txt b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PublishOutputs.e9e8d00afa.txt new file mode 100644 index 0000000..5dc2a70 --- /dev/null +++ b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PublishOutputs.e9e8d00afa.txt @@ -0,0 +1,193 @@ +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\PboViewer +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\PboViewer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\PboViewer.deps.json +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\PboViewer.runtimeconfig.json +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\PboViewer.pdb +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\Microsoft.CSharp.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\Microsoft.VisualBasic.Core.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\Microsoft.VisualBasic.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\Microsoft.Win32.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\Microsoft.Win32.Registry.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.AppContext.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Buffers.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Collections.Concurrent.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Collections.Immutable.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Collections.NonGeneric.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Collections.Specialized.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Collections.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ComponentModel.Annotations.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ComponentModel.DataAnnotations.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ComponentModel.EventBasedAsync.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ComponentModel.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ComponentModel.TypeConverter.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ComponentModel.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Configuration.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Console.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Core.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Data.Common.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Data.DataSetExtensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Data.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.Contracts.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.Debug.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.DiagnosticSource.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.FileVersionInfo.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.Process.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.StackTrace.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.TextWriterTraceListener.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.Tools.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.TraceSource.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Diagnostics.Tracing.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Drawing.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Drawing.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Dynamic.Runtime.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Globalization.Calendars.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Globalization.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Globalization.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.Compression.Brotli.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.Compression.FileSystem.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.Compression.ZipFile.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.Compression.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.FileSystem.AccessControl.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.FileSystem.DriveInfo.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.FileSystem.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.FileSystem.Watcher.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.FileSystem.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.IsolatedStorage.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.MemoryMappedFiles.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.Pipes.AccessControl.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.Pipes.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.UnmanagedMemoryStream.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Linq.Expressions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Linq.Parallel.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Linq.Queryable.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Linq.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Memory.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Http.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.HttpListener.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Mail.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.NameResolution.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.NetworkInformation.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Ping.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Requests.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Security.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.ServicePoint.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Sockets.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.WebClient.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.WebHeaderCollection.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.WebProxy.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.WebSockets.Client.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.WebSockets.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Numerics.Vectors.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Numerics.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ObjectModel.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Private.DataContractSerialization.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Private.Uri.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Private.Xml.Linq.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Private.Xml.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.DispatchProxy.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.Emit.ILGeneration.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.Emit.Lightweight.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.Emit.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.Metadata.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.TypeExtensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Reflection.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Resources.Reader.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Resources.ResourceManager.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Resources.Writer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.CompilerServices.Unsafe.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.CompilerServices.VisualC.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Handles.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.InteropServices.WindowsRuntime.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.InteropServices.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Intrinsics.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Loader.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Numerics.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Serialization.Formatters.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Serialization.Json.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Serialization.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Serialization.Xml.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.Serialization.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.WindowsRuntime.UI.Xaml.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.WindowsRuntime.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Runtime.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.AccessControl.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Claims.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.Algorithms.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.Cng.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.Csp.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.Encoding.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.OpenSsl.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.Primitives.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.X509Certificates.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Principal.Windows.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Principal.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.SecureString.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ServiceModel.Web.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ServiceProcess.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Text.Encoding.CodePages.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Text.Encoding.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Text.Encoding.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Text.Encodings.Web.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Text.Json.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Text.RegularExpressions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.Channels.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.Overlapped.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.Tasks.Dataflow.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.Tasks.Extensions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.Tasks.Parallel.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.Tasks.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.Thread.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.ThreadPool.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.Timer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Threading.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Transactions.Local.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Transactions.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.ValueTuple.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Web.HttpUtility.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Web.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Windows.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.Linq.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.ReaderWriter.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.Serialization.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.XDocument.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.XPath.XDocument.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.XPath.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.XmlDocument.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.XmlSerializer.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Xml.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\WindowsBase.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\mscorlib.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\netstandard.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\SOS_README.md +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Globalization.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.Compression.Native.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.IO.Compression.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Native.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Http.Native.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Http.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Security.Native.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Net.Security.Native.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Private.CoreLib.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.Native.OpenSsl.a +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\System.Security.Cryptography.Native.OpenSsl.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\createdump +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\libclrjit.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\libcoreclr.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\libcoreclrtraceptprovider.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\libdbgshim.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\libhostfxr.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\libhostpolicy.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\libmscordaccore.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\libmscordbi.so +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\ManyConsole.dll +D:\Developpement\source\c#\avalonia\PboViewer\PboViewer CLI\publish\linux\Mono.Options.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/apphost b/src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/apphost similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/apphost rename to src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/apphost diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer CLI.csproj.CoreCompileInputs.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer CLI.csproj.CoreCompileInputs.cache index 2d5c3f1..0c0feae 100644 --- a/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer CLI.csproj.CoreCompileInputs.cache +++ b/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer CLI.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -bd5c24ff244d85a6743514cb333ef38cafe4bbeb +e921970526ba041c690c7ea1cadc7379eef42406 diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.dll b/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.dll index 80fb610..3d6fa8a 100644 Binary files a/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.dll and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.dll differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.pdb b/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.pdb index 0d56615..a531a5d 100644 Binary files a/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.pdb and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.pdb differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer CLI.csproj.CoreCompileInputs.cache b/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer CLI.csproj.CoreCompileInputs.cache index fe04ffe..57f2237 100644 --- a/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer CLI.csproj.CoreCompileInputs.cache +++ b/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer CLI.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -cc1d1e73578c034b60ae102a7b2bd54f5f2fcd78 +7be361f0b80d3368cc301489019c33eeace069bc diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer.dll b/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer.dll index 6e69765..cbb046d 100644 Binary files a/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer.dll and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer.dll differ diff --git a/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer.pdb b/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer.pdb index bc999c1..6e22b01 100644 Binary files a/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer.pdb and b/src/PboViewer CLI/obj/Release/netcoreapp3.1/win-x64/PboViewer.pdb differ diff --git a/src/PboViewer CLI/obj/project.assets.json b/src/PboViewer CLI/obj/project.assets.json index ef34459..b2901e4 100644 --- a/src/PboViewer CLI/obj/project.assets.json +++ b/src/PboViewer CLI/obj/project.assets.json @@ -1,7 +1,7 @@ { "version": 3, "targets": { - ".NETCoreApp,Version=v3.1": { + "net5.0": { "ManyConsole/2.0.1": { "type": "package", "dependencies": { @@ -63,26 +63,26 @@ } }, "projectFileDependencyGroups": { - ".NETCoreApp,Version=v3.1": [ + "net5.0": [ "ManyConsole >= 2.0.1" ] }, "packageFolders": { "C:\\Users\\tcroi\\.nuget\\packages\\": {}, - "E:\\Microsoft\\Xamarin\\NuGet\\": {}, + "G:\\Logiciels\\Microsoft\\Xamarin\\NuGet": {}, "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", + "projectUniqueName": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", "projectName": "PboViewer", - "projectPath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", + "projectPath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", "packagesPath": "C:\\Users\\tcroi\\.nuget\\packages\\", - "outputPath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\obj\\", + "outputPath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "E:\\Microsoft\\Xamarin\\NuGet\\", + "G:\\Logiciels\\Microsoft\\Xamarin\\NuGet", "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" ], "configFilePaths": [ @@ -91,15 +91,15 @@ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], "originalTargetFrameworks": [ - "netcoreapp3.1" + "net5.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", + "net5.0": { + "targetAlias": "net5.0", "projectReferences": {} } }, @@ -110,8 +110,8 @@ } }, "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", + "net5.0": { + "targetAlias": "net5.0", "dependencies": { "ManyConsole": { "target": "Package", @@ -133,7 +133,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json" } } } diff --git a/src/PboViewer CLI/obj/project.nuget.cache b/src/PboViewer CLI/obj/project.nuget.cache index aefbc04..08166ed 100644 --- a/src/PboViewer CLI/obj/project.nuget.cache +++ b/src/PboViewer CLI/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "bhIR2wYDb5g7o9/XR/v1ZSS221apiju6P9cu7ZW1am0n8e26cVi1SuE+4Krdg+CmO4aROmRjte7bwNsW70+Z6g==", + "dgSpecHash": "5lLsMXy9lqTUtjIKNcVlT+sCJTTuuVjgdg23E6WfMII4eq9BVSsuYv6mus+c6nLaor8Tt0kz4uuAGj+Q4/Q2CQ==", "success": true, - "projectFilePath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", + "projectFilePath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer CLI\\PboViewer CLI.csproj", "expectedPackageFiles": [ "C:\\Users\\tcroi\\.nuget\\packages\\manyconsole\\2.0.1\\manyconsole.2.0.1.nupkg.sha512", "C:\\Users\\tcroi\\.nuget\\packages\\mono.options\\5.3.0\\mono.options.5.3.0.nupkg.sha512" diff --git a/src/PboViewer GUI/App.axaml b/src/PboViewer GUI/App.axaml deleted file mode 100644 index 2b6d1a0..0000000 --- a/src/PboViewer GUI/App.axaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - diff --git a/src/PboViewer GUI/App.xaml b/src/PboViewer GUI/App.xaml new file mode 100644 index 0000000..ee1d4e0 --- /dev/null +++ b/src/PboViewer GUI/App.xaml @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/src/PboViewer GUI/App.axaml.cs b/src/PboViewer GUI/App.xaml.cs similarity index 95% rename from src/PboViewer GUI/App.axaml.cs rename to src/PboViewer GUI/App.xaml.cs index 9928602..7e74a40 100644 --- a/src/PboViewer GUI/App.axaml.cs +++ b/src/PboViewer GUI/App.xaml.cs @@ -1,6 +1,7 @@ using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Markup.Xaml; +using PboViewer.Windows; namespace PboViewer { diff --git a/src/PboViewer GUI/Core/Commands.cs b/src/PboViewer GUI/Core/Commands.cs new file mode 100644 index 0000000..88c37c0 --- /dev/null +++ b/src/PboViewer GUI/Core/Commands.cs @@ -0,0 +1,294 @@ +using Avalonia.Controls; +using Avalonia.Controls.ApplicationLifetimes; +using PBOSharp; +using PboViewer.ViewModels; +using PboViewer.Views; +using PboViewer.Windows; +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices; +using System.Security.Cryptography; +using System.Text; +using System.Threading.Tasks; + +namespace PboViewer.Core +{ + public class Commands + { + /// + /// Add a file to the PBO + /// + /// + /// Path to add the files + public static async Task AddFile(string currentPath) + { + Window mainWindow = ((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow; + + OpenFileDialog ofd = new OpenFileDialog { + AllowMultiple = true, + Title = "PBO Viewer | Choose a PBO file", + }; + + string[] fileSelected = await ofd.ShowAsync(((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow); + if (fileSelected.Length == 0) + return; + + await Task.Run(() => fileSelected.ToList().ForEach(x => File.Copy(x, Path.Combine(currentPath, Path.GetFileName(x)), true))); + } + + /// + /// Add a file to the PBO + /// + /// + /// Path to add the files + public static async Task AddFolder(string currentPath) + { + Window mainWindow = ((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow; + + OpenFolderDialog ofd = new OpenFolderDialog { + Title = "PBO Viewer | Choose a folder", + }; + + // Get the selected folder + string folderPath = await ofd.ShowAsync(((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow); + + if (string.IsNullOrWhiteSpace(folderPath)) + return; + + await Task.Run(() => IO.DirectoryCopy(folderPath, Path.Combine(currentPath, Path.GetFileName(folderPath)))); + } + + /// + /// Make the checksum of the PBO + /// + /// + /// PBO path to make the checksum + /// + /// + public static async Task Checksum(string filePath) + { + ChecksumWindow checksumWindow = new ChecksumWindow(); + //string filePath = !isFile ? Path.Combine(Path.GetDirectoryName(editorPath), Path.GetFileName(editorPath) + ".pbo") : editorPath; + + if (!File.Exists(filePath)) + { + checksumWindow.Init(filePath, "File not found"); + return; + } + + using SHA256 sha256 = SHA256.Create(); + using Stream stream = new FileStream(filePath, FileMode.Open, FileAccess.Read); + + byte[] hash = await Task.Run(() => sha256.ComputeHash(stream)); + string shaChecksum = BitConverter.ToString(hash).Replace("-", "").ToLowerInvariant(); + + checksumWindow.Init(filePath, shaChecksum); + } + + /// + /// Copy the item path to a new destination + /// + /// + /// Item path to copy + /// + /// + public static async Task CopyTo(string itemPath) + { + Window mainWindow = ((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow; + + if ((File.GetAttributes(itemPath) & FileAttributes.Directory) == FileAttributes.Directory) + { + OpenFolderDialog ofd = new OpenFolderDialog { + Title = $"PBO Viewer | Where to save {Path.GetFileName(itemPath)}", + }; + + // Get the selected folder + string folderPath = await ofd.ShowAsync(mainWindow); + + if (string.IsNullOrWhiteSpace(folderPath)) + return; + + string destinationPath = Path.Combine(folderPath, Path.GetFileName(itemPath)); + + if (Directory.Exists(destinationPath)) + Directory.Delete(destinationPath); + + IO.DirectoryCopy(itemPath, destinationPath); + return; + } + + + SaveFileDialog sfd = new SaveFileDialog { + DefaultExtension = "pbo", + Title = $"PBO Viewer | Where to save {Path.GetFileName(itemPath)}", + InitialFileName = Path.GetFileName(itemPath), + }; + + // Get the selected folder + string filePath = await sfd.ShowAsync(mainWindow); + + if (string.IsNullOrWhiteSpace(filePath)) + return; + + if (File.Exists(filePath)) + File.Delete(filePath); + + File.Copy(itemPath, filePath); + } + + /// + /// Delete the item path + /// + /// + /// Item path to delete + /// + /// + public static async Task Delete(string itemPath) + { + if ((File.GetAttributes(itemPath) & FileAttributes.Directory) == FileAttributes.Directory) { + await Task.Run(() => Directory.Delete(itemPath, true)); + return; + } + + File.Delete(itemPath); + } + + /// + /// Open a folder into PBO Viewer + /// + /// + public static async void OpenFolder() + { + Window mainWindow = ((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow; + + OpenFolderDialog ofd = new OpenFolderDialog { + Title = "PBO Viewer | Choose a folder", + }; + + // Get the selected folder + string folderPath = await ofd.ShowAsync(mainWindow); + + if (string.IsNullOrWhiteSpace(folderPath)) + return; + + // Init the editor + EditorView editorView = new EditorView(); + editorView.Init(folderPath); + ((PboViewerMainWindowViewModel)((PboViewerMainWindow)mainWindow).DataContext).Child = editorView; + // Set the new title + mainWindow.Title = $"PBO Viewer | {folderPath}"; + ((PboViewerMainWindow)mainWindow).Title.Text = $"PBO Viewer | {folderPath}"; + } + + /// + /// Open a PBO into PBO Viewer + /// + /// + public static async void OpenPBO() + { + Window mainWindow = ((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow; + + OpenFileDialog ofd = new OpenFileDialog + { + AllowMultiple = false, + Title = "PBO Viewer | Choose a PBO file", + Filters = new List(new[] + { + new FileDialogFilter + { + Name = "PBO file", + Extensions = new List(new [] { + "pbo" + }) + }, + }) + }; + + string[] fileSelected = await ofd.ShowAsync(mainWindow); + if (fileSelected.Length == 0) + return; + + // Init the editor + EditorView editorView = new EditorView(); + editorView.Init(fileSelected[0]); + ((PboViewerMainWindowViewModel)((PboViewerMainWindow)mainWindow).DataContext).Child = editorView; + // Set the new title + mainWindow.Title = $"PBO Viewer | {fileSelected[0]}"; + ((PboViewerMainWindow)mainWindow).Title.Text = $"PBO Viewer | {fileSelected[0]}"; + } + + /// + /// Pack the PBO + /// + /// + /// Editor path to pack the entire PBO + /// + /// + public static async Task PackPBO(string editorPath, string pboPath = null) + { + string filePath = pboPath; + bool openFileExplorer = false; + + if (pboPath is null) + { + SaveFileDialog sfd = new SaveFileDialog + { + DefaultExtension = "pbo", + Title = $"PBO Viewer | Where to save {Path.GetFileName(editorPath)}.pbo", + InitialFileName = Path.GetFileName(editorPath), + }; + + // Get the selected folder + filePath = await sfd.ShowAsync(((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow); + + if (string.IsNullOrWhiteSpace(filePath)) + return null; + + openFileExplorer = true; + } + + await Task.Run(() => + { + // If the file exists, delete it + if (File.Exists(filePath)) + File.Delete(filePath); + + // Pack the folder as a PBO + using PBOSharpClient pboSharpClient = new PBOSharpClient(); + pboSharpClient.PackPBO(editorPath, Path.GetDirectoryName(filePath), Path.GetFileName(filePath)); + }); + + + if (!openFileExplorer) + return filePath; + + try + { + if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) + Process.Start("explorer.exe", Path.GetDirectoryName(editorPath)); + else + Process.Start(Path.GetDirectoryName(editorPath)); + } + catch { } + + return filePath; + } + + /// + /// Start a file + /// + /// + /// File path to start + public static void StartFile(string filePath) + { + Process.Start(new ProcessStartInfo + { + FileName = filePath, + UseShellExecute = true, + }); + } + } +} diff --git a/src/PboViewer GUI/Core/IO.cs b/src/PboViewer GUI/Core/IO.cs new file mode 100644 index 0000000..4a4ba94 --- /dev/null +++ b/src/PboViewer GUI/Core/IO.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace PboViewer.Core +{ + public class IO + { + /// + /// Copy a directory + /// + /// + /// Source path of the directory + /// Destination path of the directory + public static void DirectoryCopy(string sourcePath, string destinationPath) + { + foreach (string dirPath in Directory.GetDirectories(sourcePath, "*", SearchOption.AllDirectories)) + Directory.CreateDirectory(dirPath.Replace(sourcePath, destinationPath)); + + foreach (string newPath in Directory.GetFiles(sourcePath, "*.*", SearchOption.AllDirectories)) + File.Copy(newPath, newPath.Replace(sourcePath, destinationPath), true); + } + } +} diff --git a/src/PboViewer GUI/Core/TreeViewItemHelper.cs b/src/PboViewer GUI/Core/TreeViewItemHelper.cs deleted file mode 100644 index 3b03f95..0000000 --- a/src/PboViewer GUI/Core/TreeViewItemHelper.cs +++ /dev/null @@ -1,166 +0,0 @@ -using Avalonia.Controls; -using PBOSharp; -using PBOSharp.Objects; -using System; -using System.Collections.Generic; -using System.Drawing; -using System.IO; -using System.Text; - -namespace PboViewer.Core -{ - class TreeViewItemHelper - { - /// - /// Generate the PBO tree view - /// - //private void GenerateTreeView() - //{ - // // Get the treeview - // TreeView mainWindowTreeView = _mainWindow.Find("PboFileTreeView"); - - // TreeViewItem baseTreeViewItem = new TreeViewItem - // { - // Header = new StackPanel - // { - // Orientation = Avalonia.Layout.Orientation.Horizontal, - // Children = - // { - // new TextBlock - // { - // FontSize = 14, - // Foreground = Brushes.White, - // Text = Path.GetFileName(PboFileName), - // } - // }, - // } - // }; - - // //baseTreeViewItem.DoubleTapped += (sender, e) => - // //{ - // // string? treeViewItemDirectoryPath = (string)((TreeViewItem)sender).Tag; - - // // // Analyse the PBO - // // PBOSharpClient pboSharpClient = new PBOSharpClient(); - // // PBO loadedPBO = pboSharpClient.AnalyzePBO(PboFileName); - - // // int filesCount = loadedPBO.Files.Count; - // // string currentFolder = ""; - - // // for (int i = 0; i < filesCount; i++) - // // { - // // PBOFile currentPboFile = loadedPBO.Files[i]; - - // // if (currentPboFile.) - // // } - - // // pboSharpClient.Dispose(); - // //}; - - // return List treeViewItems = GetPboItem(); - // treeViewItems.ForEach(x => PboTreeViewItems.Add(x)); - //} - - /// - /// Get all the PBO items - /// - //private List GetPboItem(string pboFileName) - //{ - // List treeViewItems = new List(); - - // // Analyse the PBO - // PBOSharpClient pboSharpClient = new PBOSharpClient(); - // PBO loadedPBO = pboSharpClient.AnalyzePBO(pboFileName); - // TreeViewItem currentFolderTreeViewItem = null; - - // int filesCount = loadedPBO.Files.Count; - // string currentFolder = ""; - - // for (int i = 0; i < filesCount; i++) - // { - // PBOFile currentPboFile = loadedPBO.Files[i]; - - // while (Path.GetDirectoryName(currentPboFile.FileName) == currentFolder) - // { - // treeViewItems.Add(new TreeViewItem - // { - // Header = new StackPanel - // { - // Orientation = Avalonia.Layout.Orientation.Horizontal, - // Children = { - // new TextBlock - // { - // FontSize = 14, - // Foreground = Brushes.White, - // Text = currentPboFile.FileNameShort, - // } - // }, - // }, - // }); - - // i++; - // } - - // currentFolder = Path.GetDirectoryName(currentPboFile.FileName); - // currentFolderTreeViewItem = new TreeViewItem - // { - // Header = new StackPanel - // { - // Orientation = Avalonia.Layout.Orientation.Horizontal, - // Children = { - // new TextBlock { - // FontSize = 14, - // Foreground = Brushes.White, - // Text = currentFolder, - // } - // }, - // }, - // }; - - // //if (Path.GetDirectoryName(currentPboFile.FileName) != currentFolder) - // //{ - // // treeViewItems.Add(new TreeViewItem - // // { - // // Header = new StackPanel - // // { - // // Orientation = Avalonia.Layout.Orientation.Horizontal, - // // Children = - // // { - // // new TextBlock - // // { - // // FontSize = 14, - // // Foreground = Brushes.White, - // // Text = Path.GetFileName(PboFileName), - // // } - // // }, - // // }, - // // Items = GetPboItem(Path.GetDirectoryName(currentPboFile.FileName)) - // // }); - // //} - // //else - // //{ - // // treeViewItems.Add(new TreeViewItem - // // { - // // Header = new StackPanel - // // { - // // Orientation = Avalonia.Layout.Orientation.Horizontal, - // // Children = - // // { - // // new TextBlock - // // { - // // FontSize = 14, - // // Foreground = Brushes.White, - // // Text = currentPboFile.FileNameShort, - // // } - // // }, - // // }, - // // }); - // //} - // } - - // pboSharpClient.Dispose(); - - // return treeViewItems; - //} - } -} diff --git a/src/PboViewer GUI/FluentWindow.cs b/src/PboViewer GUI/FluentWindow.cs new file mode 100644 index 0000000..dd7df01 --- /dev/null +++ b/src/PboViewer GUI/FluentWindow.cs @@ -0,0 +1,51 @@ +using Avalonia; +using Avalonia.Controls; +using Avalonia.Controls.Primitives; +using Avalonia.Platform; +using Avalonia.Styling; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace PboViewer +{ + public class FluentWindow : Window, IStyleable + { + Type IStyleable.StyleKey => typeof(Window); + + public FluentWindow() + { + ExtendClientAreaToDecorationsHint = true; + ExtendClientAreaTitleBarHeightHint = -1; + + TransparencyLevelHint = WindowTransparencyLevel.AcrylicBlur; + + this.GetObservable(WindowStateProperty) + .Subscribe(x => + { + PseudoClasses.Set(":maximized", x == WindowState.Maximized); + PseudoClasses.Set(":fullscreen", x == WindowState.FullScreen); + }); + + this.GetObservable(IsExtendedIntoWindowDecorationsProperty) + .Subscribe(x => + { + if (!x) + { + SystemDecorations = SystemDecorations.Full; + TransparencyLevelHint = WindowTransparencyLevel.Blur; + } + }); + } + + protected override void OnApplyTemplate(TemplateAppliedEventArgs e) + { + base.OnApplyTemplate(e); + ExtendClientAreaChromeHints = + ExtendClientAreaChromeHints.PreferSystemChrome | + ExtendClientAreaChromeHints.OSXThickTitleBar; + } + } +} diff --git a/src/PboViewer GUI/PboViewer GUI.csproj b/src/PboViewer GUI/PboViewer GUI.csproj index ec1328c..ee466b4 100644 --- a/src/PboViewer GUI/PboViewer GUI.csproj +++ b/src/PboViewer GUI/PboViewer GUI.csproj @@ -1,7 +1,7 @@ WinExe - netcoreapp3.1 + net5.0 PboViewer PboViewer @@ -14,13 +14,64 @@ x64 - - - + + + + + + + + - - PboMakerMainWindow.axaml + + MSBuild:Compile + + + MSBuild:Compile + + + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + MSBuild:Compile + + + + + MSBuild:UpdateDesignTimeXaml + + + + + + + + + App.xaml + + + EditorView.xaml + + + HomeView.xaml + + + ChecksumWindow.xaml + + + PboViewerMainWindow.xaml diff --git a/src/PboViewer GUI/PboViewer GUI.csproj.user b/src/PboViewer GUI/PboViewer GUI.csproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/src/PboViewer GUI/PboViewer GUI.csproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/PboViewer GUI/PboViewerMainWindow.axaml b/src/PboViewer GUI/PboViewerMainWindow.axaml deleted file mode 100644 index 1cd254f..0000000 --- a/src/PboViewer GUI/PboViewerMainWindow.axaml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/PboViewer GUI/Program.cs b/src/PboViewer GUI/Program.cs index 3c9d782..165076c 100644 --- a/src/PboViewer GUI/Program.cs +++ b/src/PboViewer GUI/Program.cs @@ -1,6 +1,5 @@ using Avalonia; using Avalonia.Controls.ApplicationLifetimes; -using Avalonia.Logging.Serilog; using System; namespace PboViewer @@ -17,6 +16,6 @@ public static void Main(string[] args) => BuildAvaloniaApp() public static AppBuilder BuildAvaloniaApp() => AppBuilder.Configure() .UsePlatformDetect() - .LogToDebug(); + .LogToTrace(); } } diff --git a/src/PboViewer GUI/Styles/Button.xaml b/src/PboViewer GUI/Styles/Button.xaml new file mode 100644 index 0000000..cb058d0 --- /dev/null +++ b/src/PboViewer GUI/Styles/Button.xaml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/src/PboViewer GUI/Styles/Icons/Material.xaml b/src/PboViewer GUI/Styles/Icons/Material.xaml new file mode 100644 index 0000000..dd47b30 --- /dev/null +++ b/src/PboViewer GUI/Styles/Icons/Material.xaml @@ -0,0 +1,4802 @@ + + + diff --git a/src/PboViewer GUI/Styles/SideBar.xaml b/src/PboViewer GUI/Styles/SideBar.xaml new file mode 100644 index 0000000..e4c7677 --- /dev/null +++ b/src/PboViewer GUI/Styles/SideBar.xaml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/PboViewer GUI/ViewModels/ChecksumWindowViewModel.cs b/src/PboViewer GUI/ViewModels/ChecksumWindowViewModel.cs new file mode 100644 index 0000000..b997a7f --- /dev/null +++ b/src/PboViewer GUI/ViewModels/ChecksumWindowViewModel.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace PboViewer.ViewModels +{ + public class ChecksumWindowViewModel + { + public string ChecksumResult { get; set; } + public string Checksum { get; set; } + public string File { get; set; } + public string SHA { get; set; } + } +} diff --git a/src/PboViewer GUI/ViewModels/EditorViewViewModel.cs b/src/PboViewer GUI/ViewModels/EditorViewViewModel.cs new file mode 100644 index 0000000..6742aff --- /dev/null +++ b/src/PboViewer GUI/ViewModels/EditorViewViewModel.cs @@ -0,0 +1,516 @@ +using Avalonia; +using Avalonia.Controls; +using Avalonia.Controls.Shapes; +using Avalonia.Interactivity; +using Avalonia.Layout; +using Avalonia.Media; +using Avalonia.Styling; +using PboViewer.Core; +using System; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Diagnostics; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Input; +using Path = System.IO.Path; + +namespace PboViewer.ViewModels +{ + public class EditorViewViewModel : BaseViewModel + { + public ObservableCollection FolderItems + { + get => _folderItems; + set + { + if (value != _folderItems) + { + _folderItems = value; + OnPropertyChanged(); + } + } + } + + public bool HasPBO + { + get => _hasPBO; + set + { + if (value != _hasPBO) + { + _hasPBO = value; + OnPropertyChanged(); + } + } + } + + + public ICommand AddFile { get; set; } + public ICommand AddFolder { get; set; } + public ICommand Checksum { get; set; } + public ICommand PackPBO { get; set; } + + + private string _currentPath; + private string _editorPath; + private ObservableCollection _folderItems; + private bool _hasPBO = false; + private string _pboPath; + + + public EditorViewViewModel(string editorPath, string pboPath = null) + { + _editorPath = editorPath; + _pboPath = pboPath; + if (pboPath is not null) + HasPBO = true; + + + AddFile = new RelayCommand(async() => { + await Commands.AddFile(_currentPath); + DrawFolderItems(_currentPath); + + if (HasPBO) + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + }); + AddFolder = new RelayCommand(async() => { + await Commands.AddFolder(_currentPath); + DrawFolderItems(_currentPath); + + if (HasPBO) + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + }); + Checksum = new RelayCommand(async () => { + await Commands.Checksum(_pboPath); + }); + PackPBO = new RelayCommand(async() => { + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + HasPBO = true; + }); + } + + + public void DrawFolderItems(string directoryPath) + { + _currentPath = directoryPath; + FolderItems = new ObservableCollection(); + + GeometryDrawing folderDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.Folder"] as GeometryDrawing; + folderDrawing.Brush = Brushes.Wheat; + GeometryDrawing extractDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.PackageDown"] as GeometryDrawing; + extractDrawing.Brush = Brushes.LimeGreen; + GeometryDrawing deleteDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.Delete"] as GeometryDrawing; + deleteDrawing.Brush = Brushes.Red; + GeometryDrawing renameDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.RenameBox"] as GeometryDrawing; + renameDrawing.Brush = Brushes.MediumPurple; + + + // Create the folder list box item + if (directoryPath != _editorPath) + { + ListBoxItem previousFolderListBoxItem = new ListBoxItem + { + Tag = Path.GetDirectoryName(directoryPath), + Content = new StackPanel + { + Orientation = Orientation.Horizontal, + Children = + { + new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = folderDrawing, + }, + new TextBlock + { + FontSize = 14, + Foreground = Brushes.Wheat, + Text = "..", + Margin = new Thickness(5, 0, 0, 0), + } + }, + }, + }; + // Navigate throught the root directory + previousFolderListBoxItem.DoubleTapped += (sender, e) => + { + string? listBoxItemDirectoryPath = (string)((ListBoxItem)sender).Tag; + + // If the directory path is a drive name + if (listBoxItemDirectoryPath is not null) + // Display the folder item + DrawFolderItems(listBoxItemDirectoryPath); + }; + //previousFolderListBoxItem.Tapped += (sender, e) => { FolderItemDetail.Child = null; }; + + FolderItems.Add(previousFolderListBoxItem); + } + + + // Display all the folder in the current directory + Directory.GetDirectories(directoryPath).ToList().ForEach(folder => + { + // Create the folder list box item + ListBoxItem folderListBoxItem = new ListBoxItem + { + Tag = folder, + Content = new StackPanel + { + Orientation = Orientation.Horizontal, + Children = + { + new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = folderDrawing, + }, + new TextBlock + { + FontSize = 14, + Foreground = Brushes.Wheat, + Text = Path.GetFileName(folder), + Margin = new Thickness(5, 0, 0, 0), + } + }, + }, + }; + // Navigate through directory + folderListBoxItem.DoubleTapped += (sender, e) => { + string folderPath = ((ListBoxItem)sender).Tag.ToString(); + DrawFolderItems(folderPath); + }; + folderListBoxItem.ContextMenu = new ContextMenu + { + Items = new List + { + new MenuItem + { + Command = new RelayCommand(async() => { + await Commands.CopyTo(folder); + + if (HasPBO) + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + }), + Icon = new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = extractDrawing, + }, + Header = "Copy to" + }, + new MenuItem + { + Command = new RelayCommand(async() => { + await Commands.Delete(folder); + DrawFolderItems(_currentPath); + + if(HasPBO) + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + }), + Icon = new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = deleteDrawing, + }, + Header = "Delete" + }, + new MenuItem + { + Command = new RelayCommand(() => + { + EventHandler lostFocusEvent = null; + EventHandler lostFocusEvent2 = null; + Action renameFunc = new Action(async (senderText) => + { + // Move the file + string newFileName = senderText; + try { + if (Directory.Exists(Path.Combine(_currentPath, newFileName))) + Directory.Delete(Path.Combine(_currentPath, newFileName), true); + + Directory.Move(folderListBoxItem.Tag.ToString(), Path.Combine(_currentPath, newFileName)); + } + catch + { + // Reset the text block + ((StackPanel)folderListBoxItem.Content).Children[1] = new TextBlock + { + FontSize = 14, + Foreground = Brushes.White, + Text = Path.GetFileName(folderListBoxItem.Tag.ToString()), + Margin = new Thickness(5, 0, 0, 0), + }; + return; + } + + // Reset the text block + ((StackPanel)folderListBoxItem.Content).Children[1] = new TextBlock + { + FontSize = 14, + Foreground = Brushes.White, + Text = newFileName, + Margin = new Thickness(5, 0, 0, 0), + }; + // Set the new tag + folderListBoxItem.Tag = Path.Combine(_currentPath, newFileName); + + if (HasPBO) + // Repack the PBO + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + }); + + TextBox editTextBox = new TextBox + { + FontSize = 14, + Foreground = Brushes.White, + Text = Path.GetFileName(folderListBoxItem.Tag.ToString()), + Margin = new Thickness(5, 0, 0, 0), + MinWidth = 200, + }; + editTextBox.KeyUp += async (sender, e) => + { + if (e.Key != Avalonia.Input.Key.Enter) + return; + + editTextBox.LostFocus -= lostFocusEvent2; + renameFunc.Invoke(((TextBox)sender).Text); + }; + + // Set the textbox + editTextBox.CaretIndex = Path.GetFileName(folderListBoxItem.Tag.ToString()).Length - Path.GetExtension(folderListBoxItem.Tag.ToString()).Length; + ((StackPanel)folderListBoxItem.Content).Children[1] = editTextBox; + editTextBox.Focus(); + + lostFocusEvent = (sender, e) => { + editTextBox.Focus(); + editTextBox.LostFocus -= lostFocusEvent; + + editTextBox.LostFocus += lostFocusEvent2; + }; + lostFocusEvent2 = (sender, e) => { + renameFunc.Invoke(((TextBox)sender).Text); + }; + editTextBox.LostFocus += lostFocusEvent; + }), + Icon = new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = renameDrawing, + }, + Header = "Rename", + }, + } + }; + + FolderItems.Add(folderListBoxItem); + }); + + + DrawFileItems(directoryPath); + } + + private void DrawFileItems(string directoryPath) + { + GeometryDrawing fileDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.File"] as GeometryDrawing; + GeometryDrawing openDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.OpenInNew"] as GeometryDrawing; + openDrawing.Brush = Brushes.DeepSkyBlue; + GeometryDrawing extractDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.PackageDown"] as GeometryDrawing; + extractDrawing.Brush = Brushes.LimeGreen; + GeometryDrawing deleteDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.Delete"] as GeometryDrawing; + deleteDrawing.Brush = Brushes.Red; + GeometryDrawing renameDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.RenameBox"] as GeometryDrawing; + renameDrawing.Brush = Brushes.MediumPurple; + GeometryDrawing checksumDrawing = ((Style)App.Current.Styles.ToArray()[3].Children[0].Children[0]).Resources["Material.Lock"] as GeometryDrawing; + checksumDrawing.Brush = Brushes.Gold; + + + // Display all the files in the current directory + Directory.GetFiles(directoryPath).ToList().ForEach(file => + { + // Create the file list box item + ListBoxItem fileListBoxItem = new ListBoxItem + { + Tag = file, + Content = new StackPanel + { + Orientation = Orientation.Horizontal, + Children = + { + new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = fileDrawing, + }, + new TextBlock + { + FontSize = 14, + Foreground = Brushes.White, + Text = Path.GetFileName(file), + Margin = new Thickness(5, 0, 0, 0), + } + }, + }, + }; + // Start the file to edit it or do whatever with it... + fileListBoxItem.DoubleTapped += (sender, e) => { + Commands.StartFile(((ListBoxItem)sender).Tag.ToString()); + }; + fileListBoxItem.ContextMenu = new ContextMenu + { + Items = new List + { + new MenuItem + { + Command = new RelayCommand(() => Commands.StartFile(file)), + Icon = new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = openDrawing, + }, + Header = "Open" + }, + new MenuItem + { + Command = new RelayCommand(async() => { + await Commands.CopyTo(file); + + if (HasPBO) + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + }), + Icon = new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = extractDrawing, + }, + Header = "Copy to" + }, + new MenuItem + { + Command = new RelayCommand(async() => { + await Commands.Delete(file); + DrawFolderItems(_currentPath); + + if (HasPBO) + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + }), + Icon = new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = deleteDrawing, + }, + Header = "Delete" + }, + new MenuItem + { + Command = new RelayCommand(() => + { + EventHandler lostFocusEvent = null; + EventHandler lostFocusEvent2 = null; + Action renameFunc = new Action(async (senderText) => + { + // Move the file + string newFileName = senderText; + try { + File.Move(fileListBoxItem.Tag.ToString(), Path.Combine(_currentPath, newFileName), true); + } + catch + { + // Reset the text block + ((StackPanel)fileListBoxItem.Content).Children[1] = new TextBlock + { + FontSize = 14, + Foreground = Brushes.White, + Text = Path.GetFileName(fileListBoxItem.Tag.ToString()), + Margin = new Thickness(5, 0, 0, 0), + }; + return; + } + + // Reset the text block + ((StackPanel)fileListBoxItem.Content).Children[1] = new TextBlock + { + FontSize = 14, + Foreground = Brushes.White, + Text = newFileName, + Margin = new Thickness(5, 0, 0, 0), + }; + // Set the new tag + fileListBoxItem.Tag = Path.Combine(_currentPath, newFileName); + + if (HasPBO) + // Repack the PBO + _pboPath = await Commands.PackPBO(_editorPath, _pboPath); + }); + + TextBox editTextBox = new TextBox + { + FontSize = 14, + Foreground = Brushes.White, + Text = Path.GetFileName(fileListBoxItem.Tag.ToString()), + Margin = new Thickness(5, 0, 0, 0), + MinWidth = 200, + }; + editTextBox.KeyUp += (sender, e) => + { + if (e.Key != Avalonia.Input.Key.Enter) + return; + + editTextBox.LostFocus -= lostFocusEvent2; + renameFunc.Invoke(((TextBox)sender).Text); + }; + + // Set the textbox + editTextBox.CaretIndex = Path.GetFileName(fileListBoxItem.Tag.ToString()).Length - Path.GetExtension(fileListBoxItem.Tag.ToString()).Length; + ((StackPanel)fileListBoxItem.Content).Children[1] = editTextBox; + editTextBox.Focus(); + + lostFocusEvent = (sender, e) => { + editTextBox.Focus(); + editTextBox.LostFocus -= lostFocusEvent; + + editTextBox.LostFocus += lostFocusEvent2; + }; + lostFocusEvent2 += (sender, e) => { + renameFunc.Invoke(((TextBox)sender).Text); + }; + editTextBox.LostFocus += lostFocusEvent; + }), + Icon = new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = renameDrawing, + }, + Header = "Rename" + }, + new MenuItem + { + Command = new RelayCommand(async() => await Commands.Checksum(file)), + Icon = new DrawingPresenter + { + Height = 18, + Width = 18, + Drawing = checksumDrawing, + }, + Header = "Checksum" + }, + } + }; + + FolderItems.Add(fileListBoxItem); + }); + } + } +} diff --git a/src/PboViewer GUI/ViewModels/HomeViewViewModel.cs b/src/PboViewer GUI/ViewModels/HomeViewViewModel.cs new file mode 100644 index 0000000..ada156c --- /dev/null +++ b/src/PboViewer GUI/ViewModels/HomeViewViewModel.cs @@ -0,0 +1,25 @@ +using Avalonia.Controls; +using PboViewer.Core; +using System; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Input; + +namespace PboViewer.ViewModels +{ + public class HomeViewViewModel : BaseViewModel + { + public ICommand OpenFolder { get; set; } + public ICommand OpenPBO { get; set; } + + + public HomeViewViewModel() + { + OpenFolder = new RelayCommand(() => Commands.OpenFolder()); + OpenPBO = new RelayCommand(() => Commands.OpenPBO()); + } + } +} diff --git a/src/PboViewer GUI/ViewModels/PboMakerMainWindowViewModel.cs b/src/PboViewer GUI/ViewModels/PboMakerMainWindowViewModel.cs index 6f727ec..59d229f 100644 --- a/src/PboViewer GUI/ViewModels/PboMakerMainWindowViewModel.cs +++ b/src/PboViewer GUI/ViewModels/PboMakerMainWindowViewModel.cs @@ -3,6 +3,9 @@ using Avalonia.Media; using PBOSharp; using PBOSharp.Objects; +using PboViewer.Core; +using PboViewer.Views; +//using PboViewer.Core; using System; using System.Collections.Generic; using System.Collections.ObjectModel; @@ -17,205 +20,25 @@ namespace PboViewer.ViewModels { class PboViewerMainWindowViewModel : BaseViewModel { - #region Public Members - - public string PboFileName { get; set; } - public ObservableCollection PboTreeViewItems { get; set; } - public bool ProgressBarIsIndeterminate + public UserControl Child { - get => _progressBarIsIndeterminate; - set - { - if (_progressBarIsIndeterminate != value) - { - _progressBarIsIndeterminate = value; - OnPropertyChanged(); - } - } - } - public bool UnpackPboButtonIsVisible - { - get => _unpackPboButtonIsVisible; + get => _child; set { - if (_unpackPboButtonIsVisible != value) + if (value != _child) { - _unpackPboButtonIsVisible = value; + _child = value; OnPropertyChanged(); } } } - public ICommand OpenPBO { get; set; } - public ICommand PackFolder { get; set; } - public ICommand UnpackPbo { get; set; } + private UserControl _child; - #endregion - - #region Private Members - - private Window _mainWindow; - - private bool _progressBarIsIndeterminate; - private bool _unpackPboButtonIsVisible; - - #endregion - - #region Constructor public PboViewerMainWindowViewModel() { - PboTreeViewItems = new ObservableCollection(); - - - OpenPBO = new RelayCommand(async () => - { - CheckMainWindow(); - - if (ProgressBarIsIndeterminate) - return; - - - OpenFileDialog ofd = new OpenFileDialog - { - AllowMultiple = false, - Title = "PboMaker | Choose a PBO file", - Filters = new List(new[] - { - new FileDialogFilter - { - Name = "PBO file", - Extensions = new List(new [] { - "pbo" - }) - }, - }) - }; - - string[] fileSelected = await ofd.ShowAsync(_mainWindow); - if (fileSelected.Length == 0) - return; - - PboFileName = fileSelected[0]; - UnpackPboButtonIsVisible = true; - - - //GenerateTreeView(); - }); - - PackFolder = new RelayCommand(async () => - { - CheckMainWindow(); - - if (ProgressBarIsIndeterminate) - return; - - - OpenFolderDialog ofd = new OpenFolderDialog { - Title = "PboMaker | Choose a folder", - }; - - // Get the selected folder - string folderPath = await ofd.ShowAsync(_mainWindow); - - if (string.IsNullOrWhiteSpace(folderPath)) - return; - - - ProgressBarIsIndeterminate = true; - - await Task.Run(() => - { - // If the file exists, delete it - if (File.Exists(Path.Join(Path.GetDirectoryName(folderPath), Path.GetFileName(folderPath) + ".pbo"))) - File.Delete(Path.Join(Path.GetDirectoryName(folderPath), Path.GetFileName(folderPath) + ".pbo")); - - // Pack the folder as a PBO - PBOSharpClient pboSharpClient = new PBOSharpClient(); - pboSharpClient.PackPBO(folderPath, Path.GetDirectoryName(folderPath), Path.GetFileName(folderPath)); - pboSharpClient.Dispose(); - }); - - ProgressBarIsIndeterminate = false; - - try - { - if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) - Process.Start("explorer.exe", Path.GetDirectoryName(folderPath)); - else - Process.Start(Path.GetDirectoryName(folderPath)); - } - catch { } - }); - - UnpackPbo = new RelayCommand(async() => - { - CheckMainWindow(); - - if (ProgressBarIsIndeterminate) - return; - - - OpenFileDialog ofd = new OpenFileDialog - { - AllowMultiple = false, - Title = "PboMaker | Choose a PBO file", - Filters = new List(new[] - { - new FileDialogFilter - { - Name = "PBO file", - Extensions = new List(new [] { - "pbo" - }) - }, - }) - }; - - string[] fileSelected = await ofd.ShowAsync(_mainWindow); - if (fileSelected.Length == 0) - return; - - PboFileName = fileSelected[0]; - - ProgressBarIsIndeterminate = true; - - await Task.Run(() => - { - // If the destination directory exists, delete it - if (Directory.Exists(Path.Combine(Path.GetDirectoryName(PboFileName), Path.GetFileNameWithoutExtension(PboFileName)))) - Directory.Delete(Path.Combine(Path.GetDirectoryName(PboFileName), Path.GetFileNameWithoutExtension(PboFileName)), true); - - // Pack the folder as a PBO - PBOSharpClient pboSharpClient = new PBOSharpClient(); - pboSharpClient.ExtractAll(PboFileName, Path.Combine(Path.GetDirectoryName(PboFileName), Path.GetFileNameWithoutExtension(PboFileName))); - pboSharpClient.Dispose(); - }); - - ProgressBarIsIndeterminate = false; - - try - { - if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) - Process.Start("explorer.exe", Path.Combine(Path.GetDirectoryName(PboFileName), Path.GetFileNameWithoutExtension(PboFileName))); - else - Process.Start(Path.Combine(Path.GetDirectoryName(PboFileName), Path.GetFileNameWithoutExtension(PboFileName))); - } - catch { } - }); - } - - #endregion - - /// - /// Instancing the main window - /// - private void CheckMainWindow() - { - if (_mainWindow != null) - return; - - _mainWindow = ((IClassicDesktopStyleApplicationLifetime)App.Current.ApplicationLifetime).MainWindow; + Child = new HomeView(); } } } diff --git a/src/PboViewer GUI/Views/EditorView.xaml b/src/PboViewer GUI/Views/EditorView.xaml new file mode 100644 index 0000000..263b9a8 --- /dev/null +++ b/src/PboViewer GUI/Views/EditorView.xaml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/PboViewer GUI/Views/EditorView.xaml.cs b/src/PboViewer GUI/Views/EditorView.xaml.cs new file mode 100644 index 0000000..cba8b24 --- /dev/null +++ b/src/PboViewer GUI/Views/EditorView.xaml.cs @@ -0,0 +1,53 @@ +using Avalonia; +using Avalonia.Controls; +using Avalonia.Layout; +using Avalonia.Markup.Xaml; +using Avalonia.Media; +using Avalonia.Styling; +using PBOSharp; +using PboViewer.ViewModels; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Diagnostics; +using System.IO; +using System.Linq; + +namespace PboViewer.Views +{ + public class EditorView : UserControl + { + public string EditorPath; + public bool ToDelete = false; + + public EditorView() + { + InitializeComponent(); + } + + private void InitializeComponent() + { + AvaloniaXamlLoader.Load(this); + } + + public void Init(string path) + { + EditorPath = path; + + if (Path.GetExtension(path) == ".pbo") + { + ToDelete = true; + EditorPath = Path.Combine(Path.GetTempPath(), Path.GetFileNameWithoutExtension(Path.GetRandomFileName())); + Directory.CreateDirectory(EditorPath); + + // Pack the folder as a PBO + using PBOSharpClient pboSharpClient = new PBOSharpClient(); + pboSharpClient.ExtractAll(path, EditorPath); + + Debug.WriteLine(EditorPath); + } + + DataContext = new EditorViewViewModel(EditorPath, EditorPath != path ? path : null); + ((EditorViewViewModel)DataContext).DrawFolderItems(EditorPath); + } + } +} diff --git a/src/PboViewer GUI/Views/HomeView.xaml b/src/PboViewer GUI/Views/HomeView.xaml new file mode 100644 index 0000000..14b7e76 --- /dev/null +++ b/src/PboViewer GUI/Views/HomeView.xaml @@ -0,0 +1,29 @@ + + + + + + + + + + + + diff --git a/src/PboViewer GUI/PboViewerMainWindow.axaml.cs b/src/PboViewer GUI/Views/HomeView.xaml.cs similarity index 52% rename from src/PboViewer GUI/PboViewerMainWindow.axaml.cs rename to src/PboViewer GUI/Views/HomeView.xaml.cs index 5f785b6..fa0e662 100644 --- a/src/PboViewer GUI/PboViewerMainWindow.axaml.cs +++ b/src/PboViewer GUI/Views/HomeView.xaml.cs @@ -1,25 +1,22 @@ -using Avalonia; +using Avalonia; using Avalonia.Controls; using Avalonia.Markup.Xaml; using PboViewer.ViewModels; -namespace PboViewer +namespace PboViewer.Views { - public class PboViewerMainWindow : Window + public class HomeView : UserControl { - public PboViewerMainWindow() + public HomeView() { InitializeComponent(); -#if DEBUG - this.AttachDevTools(); -#endif } private void InitializeComponent() { AvaloniaXamlLoader.Load(this); - DataContext = new PboViewerMainWindowViewModel(); + DataContext = new HomeViewViewModel(); } } } diff --git a/src/PboViewer GUI/Windows/ChecksumWindow.xaml b/src/PboViewer GUI/Windows/ChecksumWindow.xaml new file mode 100644 index 0000000..613b1c4 --- /dev/null +++ b/src/PboViewer GUI/Windows/ChecksumWindow.xaml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/PboViewer GUI/Windows/ChecksumWindow.xaml.cs b/src/PboViewer GUI/Windows/ChecksumWindow.xaml.cs new file mode 100644 index 0000000..649dbda --- /dev/null +++ b/src/PboViewer GUI/Windows/ChecksumWindow.xaml.cs @@ -0,0 +1,36 @@ +using Avalonia; +using Avalonia.Controls; +using Avalonia.Markup.Xaml; +using PboViewer.ViewModels; + +namespace PboViewer.Windows +{ + public class ChecksumWindow : FluentWindow + { + public ChecksumWindow() + { + InitializeComponent(); +#if DEBUG + //this.AttachDevTools(); +#endif + } + + private void InitializeComponent() + { + AvaloniaXamlLoader.Load(this); + } + + public void Init(string path, string checksum) + { + DataContext = new ChecksumWindowViewModel + { + File = path, + SHA = "SHA 256 checksum:", + ChecksumResult = $"Checksum result for:", + Checksum = checksum, + }; + + Show(); + } + } +} diff --git a/src/PboViewer GUI/Windows/PboViewerMainWindow.xaml b/src/PboViewer GUI/Windows/PboViewerMainWindow.xaml new file mode 100644 index 0000000..cdbbcc0 --- /dev/null +++ b/src/PboViewer GUI/Windows/PboViewerMainWindow.xaml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/PboViewer GUI/Windows/PboViewerMainWindow.xaml.cs b/src/PboViewer GUI/Windows/PboViewerMainWindow.xaml.cs new file mode 100644 index 0000000..7723bea --- /dev/null +++ b/src/PboViewer GUI/Windows/PboViewerMainWindow.xaml.cs @@ -0,0 +1,41 @@ +using Avalonia; +using Avalonia.Controls; +using Avalonia.Markup.Xaml; +using PboViewer.ViewModels; +using PboViewer.Views; +using System.IO; + +namespace PboViewer.Windows +{ + /// + /// Main window of PBO Viewer + /// + public class PboViewerMainWindow : FluentWindow + { + public TextBlock Title; + + public PboViewerMainWindow() + { + InitializeComponent(); +#if DEBUG + //this.AttachDevTools(); +#endif + } + + private void InitializeComponent() + { + AvaloniaXamlLoader.Load(this); + Closing += PboViewerMainWindow_Closing; + Title = this.FindControl("Title"); + + DataContext = new PboViewerMainWindowViewModel(); + } + + private void PboViewerMainWindow_Closing(object sender, System.ComponentModel.CancelEventArgs e) + { + EditorView editorView = ((EditorView)((PboViewerMainWindowViewModel)DataContext).Child); + if (editorView.ToDelete) + Directory.Delete(editorView.EditorPath, true); + } + } +} diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/src/PboViewer GUI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs similarity index 66% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs rename to src/PboViewer GUI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs index ad8dfe1..2f7e5ec 100644 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs +++ b/src/PboViewer GUI/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -1,4 +1,4 @@ // using System; using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/original.dll b/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/original.dll new file mode 100644 index 0000000..e5cf925 Binary files /dev/null and b/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/original.dll differ diff --git a/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/original.pdb b/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/original.pdb new file mode 100644 index 0000000..d94e17f Binary files /dev/null and b/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/original.pdb differ diff --git a/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/references b/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/references new file mode 100644 index 0000000..53f938a --- /dev/null +++ b/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/references @@ -0,0 +1,184 @@ +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Animation.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Base.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Controls.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.DesignerSupport.dll +C:\Users\tcroi\.nuget\packages\avalonia.desktop\0.10.0\lib\netstandard2.0\Avalonia.Desktop.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.DesktopRuntime.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Dialogs.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.dll +C:\Users\tcroi\.nuget\packages\avalonia.freedesktop\0.10.0\lib\netstandard2.0\Avalonia.FreeDesktop.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Input.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Interactivity.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Layout.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Markup.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Markup.Xaml.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.MicroCom.dll +C:\Users\tcroi\.nuget\packages\avalonia.native\0.10.0\lib\netstandard2.0\Avalonia.Native.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.OpenGL.dll +C:\Users\tcroi\.nuget\packages\avalonia.remote.protocol\0.10.0\lib\netstandard2.0\Avalonia.Remote.Protocol.dll +C:\Users\tcroi\.nuget\packages\avalonia.skia\0.10.0\lib\netstandard2.0\Avalonia.Skia.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Styling.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Themes.Default.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Themes.Fluent.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Visuals.dll +C:\Users\tcroi\.nuget\packages\avalonia.win32\0.10.0\lib\netstandard2.0\Avalonia.Win32.dll +C:\Users\tcroi\.nuget\packages\avalonia.x11\0.10.0\lib\netstandard2.0\Avalonia.X11.dll +C:\Users\tcroi\.nuget\packages\harfbuzzsharp\2.6.1.7\lib\netstandard2.0\HarfBuzzSharp.dll +C:\Users\tcroi\.nuget\packages\jetbrains.annotations\10.3.0\lib\netstandard1.0\JetBrains.Annotations.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\Microsoft.CSharp.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.Core.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\Microsoft.Win32.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\mscorlib.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\netstandard.dll +C:\Users\tcroi\.nuget\packages\skiasharp\2.80.2\lib\netstandard2.0\SkiaSharp.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.AppContext.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Buffers.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.Concurrent.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.Immutable.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.NonGeneric.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.Specialized.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.Annotations.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.DataAnnotations.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.EventBasedAsync.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.TypeConverter.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Configuration.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Console.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Core.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Data.Common.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Data.DataSetExtensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Data.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Contracts.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Debug.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.DiagnosticSource.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.FileVersionInfo.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Process.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.StackTrace.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.TextWriterTraceListener.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Tools.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.TraceSource.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Tracing.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.dll +C:\Users\tcroi\.nuget\packages\system.drawing.common\4.5.0\ref\netstandard2.0\System.Drawing.Common.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Drawing.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Drawing.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Dynamic.Runtime.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Formats.Asn1.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Globalization.Calendars.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Globalization.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Globalization.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Compression.Brotli.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Compression.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Compression.FileSystem.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Compression.ZipFile.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.FileSystem.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.FileSystem.DriveInfo.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.FileSystem.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.FileSystem.Watcher.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.IsolatedStorage.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.MemoryMappedFiles.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Pipes.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.UnmanagedMemoryStream.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Linq.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Linq.Expressions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Linq.Parallel.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Linq.Queryable.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Memory.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Http.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Http.Json.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.HttpListener.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Mail.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.NameResolution.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.NetworkInformation.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Ping.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Requests.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Security.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.ServicePoint.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Sockets.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebClient.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebHeaderCollection.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebProxy.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebSockets.Client.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebSockets.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Numerics.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Numerics.Vectors.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ObjectModel.dll +C:\Users\tcroi\.nuget\packages\system.reactive\5.0.0\lib\net5.0\System.Reactive.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.DispatchProxy.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Emit.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Emit.ILGeneration.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Emit.Lightweight.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Metadata.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.TypeExtensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Resources.Reader.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Resources.ResourceManager.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Resources.Writer.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.Unsafe.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.VisualC.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Handles.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.RuntimeInformation.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Intrinsics.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Loader.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Numerics.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Formatters.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Json.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Xml.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Claims.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.Algorithms.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.Csp.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.Encoding.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.X509Certificates.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Principal.dll +C:\Users\tcroi\.nuget\packages\system.security.principal.windows\4.7.0\ref\netcoreapp3.0\System.Security.Principal.Windows.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.SecureString.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ServiceModel.Web.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ServiceProcess.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Encoding.CodePages.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Encoding.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Encoding.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Encodings.Web.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Json.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.RegularExpressions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Channels.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Overlapped.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Tasks.Dataflow.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Tasks.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Tasks.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Tasks.Parallel.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Thread.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.ThreadPool.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Timer.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Transactions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Transactions.Local.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ValueTuple.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Web.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Web.HttpUtility.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Windows.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.Linq.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.ReaderWriter.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.Serialization.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XDocument.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XmlDocument.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XmlSerializer.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XPath.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XPath.XDocument.dll +C:\Users\tcroi\.nuget\packages\tmds.dbus\0.9.0\lib\netstandard2.0\Tmds.DBus.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\WindowsBase.dll diff --git a/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/resources b/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/resources new file mode 100644 index 0000000..55123d8 Binary files /dev/null and b/src/PboViewer GUI/obj/Debug/net5.0/Avalonia/resources differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.AssemblyInfo.cs b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.AssemblyInfo.cs similarity index 100% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.AssemblyInfo.cs rename to src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.AssemblyInfo.cs diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.AssemblyInfoInputs.cache similarity index 100% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.AssemblyInfoInputs.cache rename to src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.AssemblyInfoInputs.cache diff --git a/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.GeneratedMSBuildEditorConfig.editorconfig b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d7e2983 --- /dev/null +++ b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.assets.cache b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.assets.cache new file mode 100644 index 0000000..013beda Binary files /dev/null and b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.assets.cache differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csproj.CopyComplete b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csproj.CopyComplete similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csproj.CopyComplete rename to src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csproj.CopyComplete diff --git a/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..65f07a6 --- /dev/null +++ b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +a07b6665798b61c8480d0365ca61df218a734213 diff --git a/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..0cee334 --- /dev/null +++ b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csproj.FileListAbsolute.txt @@ -0,0 +1,72 @@ +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\PboViewer.exe +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\PboViewer.deps.json +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\PboViewer.runtimeconfig.json +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\PboViewer.runtimeconfig.dev.json +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\ref\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\PboViewer.pdb +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Animation.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Base.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Controls.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.DesignerSupport.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.DesktopRuntime.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Dialogs.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Input.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Interactivity.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Layout.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Markup.Xaml.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Markup.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.MicroCom.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.OpenGL.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Styling.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Themes.Default.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Themes.Fluent.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Visuals.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Desktop.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.FreeDesktop.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Native.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Remote.Protocol.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Skia.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.Win32.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Avalonia.X11.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\HarfBuzzSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\JetBrains.Annotations.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Microsoft.Win32.SystemEvents.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\SkiaSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\System.Drawing.Common.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\System.Reactive.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\Tmds.DBus.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win-arm64\native\av_libglesv2.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win7-x64\native\av_libglesv2.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win7-x86\native\av_libglesv2.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\osx\native\libAvaloniaNative.dylib +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\osx\native\libHarfBuzzSharp.dylib +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win-arm64\native\libHarfBuzzSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win-x64\native\libHarfBuzzSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win-x86\native\libHarfBuzzSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\linux-arm\native\libHarfBuzzSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\linux-arm64\native\libHarfBuzzSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\linux-musl-x64\native\libHarfBuzzSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\linux-x64\native\libHarfBuzzSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\osx\native\libSkiaSharp.dylib +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win-arm64\native\libSkiaSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win-x64\native\libSkiaSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win-x86\native\libSkiaSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\linux-arm\native\libSkiaSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\linux-arm64\native\libSkiaSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\linux-musl-x64\native\libSkiaSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\linux-x64\native\libSkiaSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\net5.0\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer GUI.csprojAssemblyReference.cache +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer GUI.GeneratedMSBuildEditorConfig.editorconfig +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer GUI.AssemblyInfoInputs.cache +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer GUI.AssemblyInfo.cs +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer GUI.csproj.CoreCompileInputs.cache +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer GUI.csproj.CopyComplete +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\ref\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer.pdb +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\net5.0\PboViewer GUI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csprojAssemblyReference.cache similarity index 84% rename from src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csprojAssemblyReference.cache rename to src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csprojAssemblyReference.cache index 7ec3615..49ffd18 100644 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csprojAssemblyReference.cache and b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.csprojAssemblyReference.cache differ diff --git a/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.genruntimeconfig.cache b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.genruntimeconfig.cache new file mode 100644 index 0000000..c3cf0da --- /dev/null +++ b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer GUI.genruntimeconfig.cache @@ -0,0 +1 @@ +7a40f6960ba5baccad799903c8853bf94e2b7461 diff --git a/src/PboViewer GUI/obj/Debug/net5.0/PboViewer.dll b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer.dll new file mode 100644 index 0000000..e5cf925 Binary files /dev/null and b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer.dll differ diff --git a/src/PboViewer GUI/obj/Debug/net5.0/PboViewer.pdb b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer.pdb new file mode 100644 index 0000000..d94e17f Binary files /dev/null and b/src/PboViewer GUI/obj/Debug/net5.0/PboViewer.pdb differ diff --git a/src/PboViewer GUI/obj/Debug/net5.0/apphost.exe b/src/PboViewer GUI/obj/Debug/net5.0/apphost.exe new file mode 100644 index 0000000..35b6e90 Binary files /dev/null and b/src/PboViewer GUI/obj/Debug/net5.0/apphost.exe differ diff --git a/src/PboViewer GUI/obj/Debug/net5.0/ref/PboViewer.dll b/src/PboViewer GUI/obj/Debug/net5.0/ref/PboViewer.dll new file mode 100644 index 0000000..690ce22 Binary files /dev/null and b/src/PboViewer GUI/obj/Debug/net5.0/ref/PboViewer.dll differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/original.dll b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/original.dll deleted file mode 100644 index 5022345..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/original.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/original.pdb b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/original.pdb deleted file mode 100644 index ed53976..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/original.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/references b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/references deleted file mode 100644 index 07a9588..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/references +++ /dev/null @@ -1,193 +0,0 @@ -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Animation.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Base.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Controls.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesignerSupport.dll -C:\Users\tcroi\.nuget\packages\avalonia.desktop\0.9.12\lib\netstandard2.0\Avalonia.Desktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesktopRuntime.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Diagnostics.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Dialogs.dll -C:\Users\tcroi\.nuget\packages\avalonia.direct2d1\0.9.12\lib\netstandard2.0\Avalonia.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.dll -C:\Users\tcroi\.nuget\packages\avalonia.freedesktop\0.9.12\lib\netstandard2.0\Avalonia.FreeDesktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Input.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Interactivity.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Layout.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Logging.Serilog.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.Xaml.dll -C:\Users\tcroi\.nuget\packages\avalonia.native\0.9.12\lib\netstandard2.0\Avalonia.Native.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.OpenGL.dll -C:\Users\tcroi\.nuget\packages\avalonia.remote.protocol\0.9.12\lib\netstandard2.0\Avalonia.Remote.Protocol.dll -C:\Users\tcroi\.nuget\packages\avalonia.skia\0.9.12\lib\netstandard2.0\Avalonia.Skia.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Styling.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Themes.Default.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Visuals.dll -C:\Users\tcroi\.nuget\packages\avalonia.win32\0.9.12\lib\netstandard2.0\Avalonia.Win32.dll -C:\Users\tcroi\.nuget\packages\avalonia.x11\0.9.12\lib\netstandard2.0\Avalonia.X11.dll -C:\Users\tcroi\.nuget\packages\citrus.avalonia\1.2.6\lib\netstandard2.0\Citrus.Avalonia.dll -C:\Users\tcroi\.nuget\packages\jetbrains.annotations\10.3.0\lib\netstandard1.0\JetBrains.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll -C:\Users\tcroi\.nuget\packages\serilog\2.5.0\lib\netstandard1.3\Serilog.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.debug\1.0.0\lib\netstandard1.0\Serilog.Sinks.Debug.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.trace\2.1.0\lib\netstandard1.3\Serilog.Sinks.Trace.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct2d1\4.0.1\lib\netcoreapp1.0\SharpDX.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct3d11\4.0.1\lib\netcoreapp1.0\SharpDX.Direct3D11.dll -C:\Users\tcroi\.nuget\packages\sharpdx\4.0.1\lib\netcoreapp1.0\SharpDX.dll -C:\Users\tcroi\.nuget\packages\sharpdx.dxgi\4.0.1\lib\netcoreapp1.0\SharpDX.DXGI.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime.com\1.2.0\lib\netstandard1.1\SharpGen.Runtime.COM.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime\1.2.1\lib\netstandard2.0\SharpGen.Runtime.dll -C:\Users\tcroi\.nuget\packages\skiasharp\1.68.0\lib\netstandard1.3\SkiaSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll -C:\Users\tcroi\.nuget\packages\system.drawing.common\4.5.0\ref\netstandard2.0\System.Drawing.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll -C:\Users\tcroi\.nuget\packages\system.reactive\4.1.6\lib\netstandard2.0\System.Reactive.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll -C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\ref\netstandard2.0\System.Security.Principal.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll -C:\Users\tcroi\.nuget\packages\tmds.dbus\0.7.0\lib\netstandard2.0\Tmds.DBus.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/resources b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/resources deleted file mode 100644 index 0ca66c4..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/Avalonia/resources and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.AssemblyInfo.cs b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.AssemblyInfo.cs deleted file mode 100644 index 7608cca..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Ce code a été généré par un outil. -// Version du runtime :4.0.30319.42000 -// -// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si -// le code est régénéré. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PboMaker")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("PboMaker")] -[assembly: System.Reflection.AssemblyTitleAttribute("PboMaker")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Généré par la classe MSBuild WriteCodeFragment. - diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.AssemblyInfoInputs.cache deleted file mode 100644 index cf9e099..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -365bd2de11ef65d26e63a55ac0e80adf559422df diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.assets.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.assets.cache deleted file mode 100644 index 51737d8..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csproj.CoreCompileInputs.cache deleted file mode 100644 index 540d37e..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ddd87614a199c0b466627be4e55b89beaa75a9c8 diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csproj.FileListAbsolute.txt deleted file mode 100644 index 8458f7a..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,79 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboMaker.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboMaker.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboMaker.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboMaker.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboMaker.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboMaker.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboMaker.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboMaker.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboMaker.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboMaker.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboMaker.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboMaker.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboMaker.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboMaker.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Citrus.Avalonia.dll diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.dll b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.dll deleted file mode 100644 index 864f6c5..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.genruntimeconfig.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.genruntimeconfig.cache deleted file mode 100644 index c314e24..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -319de496aa4f520712f4d6a258242431fb4384f8 diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.pdb b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.pdb deleted file mode 100644 index 236c15b..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboMaker.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.assets.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.assets.cache deleted file mode 100644 index e01f5eb..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csproj.CoreCompileInputs.cache deleted file mode 100644 index 201ab33..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -09d12541fbda2633f708688caf085f0a10bf123d diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csproj.FileListAbsolute.txt deleted file mode 100644 index d682994..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,236 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer GUI.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer GUI.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Debug\netcoreapp3.1\PboViewer GUI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.dll b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.dll deleted file mode 100644 index 51963d0..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.genruntimeconfig.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.genruntimeconfig.cache deleted file mode 100644 index 594e90f..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -ed7890fa8087b8916a2f9d1f3a691b239e908e18 diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.pdb b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.pdb deleted file mode 100644 index 1165267..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer GUI.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.assets.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.assets.cache deleted file mode 100644 index 0bb8bd8..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csproj.CoreCompileInputs.cache deleted file mode 100644 index c19cfdf..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -3cde2cdc2e6b6e5ba3fbc0f7345b1e2a517045fd diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csproj.FileListAbsolute.txt deleted file mode 100644 index 978daef..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,157 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboViewer.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboViewer.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboViewer.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboViewer.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Debug\netcoreapp3.1\PboViewer.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Debug\netcoreapp3.1\PboViewer.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.dll b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.dll deleted file mode 100644 index dfd94bf..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.genruntimeconfig.cache b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.genruntimeconfig.cache deleted file mode 100644 index f5c8933..0000000 --- a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -78245269e3a44311ec1c8f63b925c64f5d880c7f diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.pdb b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.pdb deleted file mode 100644 index 0c8eca3..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/PboViewer.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/apphost.exe b/src/PboViewer GUI/obj/Debug/netcoreapp3.1/apphost.exe deleted file mode 100644 index 952a3ed..0000000 Binary files a/src/PboViewer GUI/obj/Debug/netcoreapp3.1/apphost.exe and /dev/null differ diff --git a/src/PboViewer GUI/obj/PboMaker.csproj.nuget.dgspec.json b/src/PboViewer GUI/obj/PboMaker.csproj.nuget.dgspec.json deleted file mode 100644 index 7a568c7..0000000 --- a/src/PboViewer GUI/obj/PboMaker.csproj.nuget.dgspec.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "format": 1, - "restore": { - "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboMaker\\PboMaker.csproj": {} - }, - "projects": { - "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboMaker\\PboMaker.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboMaker\\PboMaker.csproj", - "projectName": "PboMaker", - "projectPath": "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboMaker\\PboMaker.csproj", - "packagesPath": "C:\\Users\\tcroi\\.nuget\\packages\\", - "outputPath": "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboMaker\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "E:\\Microsoft\\Xamarin\\NuGet\\", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "C:\\Users\\tcroi\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" - ], - "originalTargetFrameworks": [ - "netcoreapp3.1" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", - "dependencies": { - "Avalonia": { - "target": "Package", - "version": "[0.9.12, )" - }, - "Avalonia.Desktop": { - "target": "Package", - "version": "[0.9.12, )" - }, - "Citrus.Avalonia": { - "target": "Package", - "version": "[1.2.6, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/src/PboViewer GUI/obj/PboMaker.csproj.nuget.g.props b/src/PboViewer GUI/obj/PboMaker.csproj.nuget.g.props deleted file mode 100644 index 49cdb56..0000000 --- a/src/PboViewer GUI/obj/PboMaker.csproj.nuget.g.props +++ /dev/null @@ -1,25 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\tcroi\.nuget\packages\;E:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 5.8.0 - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.codeanalysis.analyzers\1.1.0 - C:\Users\tcroi\.nuget\packages\avalonia\0.9.12 - - \ No newline at end of file diff --git a/src/PboViewer GUI/obj/PboMaker.csproj.nuget.g.targets b/src/PboViewer GUI/obj/PboMaker.csproj.nuget.g.targets deleted file mode 100644 index d3435c2..0000000 --- a/src/PboViewer GUI/obj/PboMaker.csproj.nuget.g.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - \ No newline at end of file diff --git a/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.dgspec.json b/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.dgspec.json index f8460d7..ebb95ff 100644 --- a/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.dgspec.json +++ b/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.dgspec.json @@ -1,39 +1,37 @@ { "format": 1, "restore": { - "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj": {} + "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj": {} }, "projects": { - "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj": { + "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", + "projectUniqueName": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", "projectName": "PboViewer", - "projectPath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", + "projectPath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", "packagesPath": "C:\\Users\\tcroi\\.nuget\\packages\\", - "outputPath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\obj\\", + "outputPath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "E:\\Microsoft\\Xamarin\\NuGet\\", + "G:\\Logiciels\\Microsoft\\Xamarin\\NuGet", "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" ], "configFilePaths": [ - "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\NuGet.Config", "C:\\Users\\tcroi\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], "originalTargetFrameworks": [ - "netcoreapp3.1" + "net5.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://www.myget.org/F/avalonia-ci/api/v2": {} + "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", + "net5.0": { + "targetAlias": "net5.0", "projectReferences": {} } }, @@ -44,20 +42,16 @@ } }, "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", + "net5.0": { + "targetAlias": "net5.0", "dependencies": { "Avalonia": { "target": "Package", - "version": "[0.9.12, )" + "version": "[0.10.0, )" }, "Avalonia.Desktop": { "target": "Package", - "version": "[0.9.12, )" - }, - "Citrus.Avalonia": { - "target": "Package", - "version": "[1.2.6, )" + "version": "[0.10.0, )" } }, "imports": [ @@ -70,31 +64,12 @@ ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "[3.1.9, 3.1.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[3.1.9, 3.1.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "[3.1.9, 3.1.9]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "ubuntu-x64": { - "#import": [] + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json" } } } diff --git a/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.g.props b/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.g.props index 49cdb56..1428d33 100644 --- a/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.g.props +++ b/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.g.props @@ -5,9 +5,9 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\tcroi\.nuget\packages\;E:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + C:\Users\tcroi\.nuget\packages\;G:\Logiciels\Microsoft\Xamarin\NuGet;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.8.0 + 5.8.1 @@ -16,10 +16,9 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - + - C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.codeanalysis.analyzers\1.1.0 - C:\Users\tcroi\.nuget\packages\avalonia\0.9.12 + C:\Users\tcroi\.nuget\packages\avalonia\0.10.0 \ No newline at end of file diff --git a/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.g.targets b/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.g.targets index d3435c2..084656f 100644 --- a/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.g.targets +++ b/src/PboViewer GUI/obj/PboViewer GUI.csproj.nuget.g.targets @@ -4,6 +4,6 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - + \ No newline at end of file diff --git a/src/PboViewer GUI/obj/PboViewer.csproj.nuget.dgspec.json b/src/PboViewer GUI/obj/PboViewer.csproj.nuget.dgspec.json deleted file mode 100644 index 89f755c..0000000 --- a/src/PboViewer GUI/obj/PboViewer.csproj.nuget.dgspec.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "format": 1, - "restore": { - "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboViewer\\PboViewer.csproj": {} - }, - "projects": { - "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboViewer\\PboViewer.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboViewer\\PboViewer.csproj", - "projectName": "PboViewer", - "projectPath": "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboViewer\\PboViewer.csproj", - "packagesPath": "C:\\Users\\tcroi\\.nuget\\packages\\", - "outputPath": "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboViewer\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "E:\\Microsoft\\Xamarin\\NuGet\\", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], - "configFilePaths": [ - "D:\\Developpement\\source\\c#\\avalonia\\PboMaker\\PboViewer\\NuGet.Config", - "C:\\Users\\tcroi\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" - ], - "originalTargetFrameworks": [ - "netcoreapp3.1" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://www.myget.org/F/avalonia-ci/api/v2": {} - }, - "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", - "dependencies": { - "Avalonia": { - "target": "Package", - "version": "[0.9.12, )" - }, - "Avalonia.Desktop": { - "target": "Package", - "version": "[0.9.12, )" - }, - "Citrus.Avalonia": { - "target": "Package", - "version": "[1.2.6, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "[3.1.9, 3.1.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[3.1.9, 3.1.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "[3.1.9, 3.1.9]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "ubuntu-x64": { - "#import": [] - } - } - } - } -} \ No newline at end of file diff --git a/src/PboViewer GUI/obj/PboViewer.csproj.nuget.g.props b/src/PboViewer GUI/obj/PboViewer.csproj.nuget.g.props deleted file mode 100644 index 49cdb56..0000000 --- a/src/PboViewer GUI/obj/PboViewer.csproj.nuget.g.props +++ /dev/null @@ -1,25 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\tcroi\.nuget\packages\;E:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder - PackageReference - 5.8.0 - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.codeanalysis.analyzers\1.1.0 - C:\Users\tcroi\.nuget\packages\avalonia\0.9.12 - - \ No newline at end of file diff --git a/src/PboViewer GUI/obj/PboViewer.csproj.nuget.g.targets b/src/PboViewer GUI/obj/PboViewer.csproj.nuget.g.targets deleted file mode 100644 index d3435c2..0000000 --- a/src/PboViewer GUI/obj/PboViewer.csproj.nuget.g.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - \ No newline at end of file diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/src/PboViewer GUI/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs similarity index 66% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs rename to src/PboViewer GUI/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs index ad8dfe1..2f7e5ec 100644 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs +++ b/src/PboViewer GUI/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -1,4 +1,4 @@ // using System; using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/src/PboViewer GUI/obj/Release/net5.0/Avalonia/original.dll b/src/PboViewer GUI/obj/Release/net5.0/Avalonia/original.dll new file mode 100644 index 0000000..7d56a1d Binary files /dev/null and b/src/PboViewer GUI/obj/Release/net5.0/Avalonia/original.dll differ diff --git a/src/PboViewer GUI/obj/Release/net5.0/Avalonia/original.pdb b/src/PboViewer GUI/obj/Release/net5.0/Avalonia/original.pdb new file mode 100644 index 0000000..c6cdeee Binary files /dev/null and b/src/PboViewer GUI/obj/Release/net5.0/Avalonia/original.pdb differ diff --git a/src/PboViewer GUI/obj/Release/net5.0/Avalonia/references b/src/PboViewer GUI/obj/Release/net5.0/Avalonia/references new file mode 100644 index 0000000..53f938a --- /dev/null +++ b/src/PboViewer GUI/obj/Release/net5.0/Avalonia/references @@ -0,0 +1,184 @@ +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Animation.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Base.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Controls.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.DesignerSupport.dll +C:\Users\tcroi\.nuget\packages\avalonia.desktop\0.10.0\lib\netstandard2.0\Avalonia.Desktop.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.DesktopRuntime.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Dialogs.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.dll +C:\Users\tcroi\.nuget\packages\avalonia.freedesktop\0.10.0\lib\netstandard2.0\Avalonia.FreeDesktop.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Input.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Interactivity.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Layout.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Markup.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Markup.Xaml.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.MicroCom.dll +C:\Users\tcroi\.nuget\packages\avalonia.native\0.10.0\lib\netstandard2.0\Avalonia.Native.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.OpenGL.dll +C:\Users\tcroi\.nuget\packages\avalonia.remote.protocol\0.10.0\lib\netstandard2.0\Avalonia.Remote.Protocol.dll +C:\Users\tcroi\.nuget\packages\avalonia.skia\0.10.0\lib\netstandard2.0\Avalonia.Skia.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Styling.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Themes.Default.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Themes.Fluent.dll +C:\Users\tcroi\.nuget\packages\avalonia\0.10.0\lib\netcoreapp2.0\Avalonia.Visuals.dll +C:\Users\tcroi\.nuget\packages\avalonia.win32\0.10.0\lib\netstandard2.0\Avalonia.Win32.dll +C:\Users\tcroi\.nuget\packages\avalonia.x11\0.10.0\lib\netstandard2.0\Avalonia.X11.dll +C:\Users\tcroi\.nuget\packages\harfbuzzsharp\2.6.1.7\lib\netstandard2.0\HarfBuzzSharp.dll +C:\Users\tcroi\.nuget\packages\jetbrains.annotations\10.3.0\lib\netstandard1.0\JetBrains.Annotations.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\Microsoft.CSharp.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.Core.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\Microsoft.Win32.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\mscorlib.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\netstandard.dll +C:\Users\tcroi\.nuget\packages\skiasharp\2.80.2\lib\netstandard2.0\SkiaSharp.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.AppContext.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Buffers.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.Concurrent.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.Immutable.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.NonGeneric.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Collections.Specialized.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.Annotations.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.DataAnnotations.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.EventBasedAsync.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ComponentModel.TypeConverter.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Configuration.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Console.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Core.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Data.Common.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Data.DataSetExtensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Data.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Contracts.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Debug.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.DiagnosticSource.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.FileVersionInfo.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Process.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.StackTrace.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.TextWriterTraceListener.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Tools.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.TraceSource.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Diagnostics.Tracing.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.dll +C:\Users\tcroi\.nuget\packages\system.drawing.common\4.5.0\ref\netstandard2.0\System.Drawing.Common.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Drawing.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Drawing.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Dynamic.Runtime.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Formats.Asn1.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Globalization.Calendars.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Globalization.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Globalization.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Compression.Brotli.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Compression.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Compression.FileSystem.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Compression.ZipFile.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.FileSystem.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.FileSystem.DriveInfo.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.FileSystem.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.FileSystem.Watcher.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.IsolatedStorage.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.MemoryMappedFiles.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.Pipes.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.IO.UnmanagedMemoryStream.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Linq.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Linq.Expressions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Linq.Parallel.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Linq.Queryable.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Memory.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Http.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Http.Json.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.HttpListener.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Mail.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.NameResolution.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.NetworkInformation.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Ping.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Requests.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Security.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.ServicePoint.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.Sockets.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebClient.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebHeaderCollection.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebProxy.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebSockets.Client.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Net.WebSockets.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Numerics.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Numerics.Vectors.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ObjectModel.dll +C:\Users\tcroi\.nuget\packages\system.reactive\5.0.0\lib\net5.0\System.Reactive.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.DispatchProxy.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Emit.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Emit.ILGeneration.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Emit.Lightweight.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Metadata.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Reflection.TypeExtensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Resources.Reader.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Resources.ResourceManager.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Resources.Writer.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.Unsafe.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.VisualC.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Handles.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.RuntimeInformation.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Intrinsics.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Loader.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Numerics.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Formatters.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Json.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Xml.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Claims.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.Algorithms.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.Csp.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.Encoding.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.Primitives.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Cryptography.X509Certificates.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.Principal.dll +C:\Users\tcroi\.nuget\packages\system.security.principal.windows\4.7.0\ref\netcoreapp3.0\System.Security.Principal.Windows.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Security.SecureString.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ServiceModel.Web.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ServiceProcess.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Encoding.CodePages.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Encoding.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Encoding.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Encodings.Web.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.Json.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Text.RegularExpressions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Channels.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Overlapped.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Tasks.Dataflow.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Tasks.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Tasks.Extensions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Tasks.Parallel.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Thread.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.ThreadPool.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Threading.Timer.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Transactions.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Transactions.Local.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.ValueTuple.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Web.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Web.HttpUtility.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Windows.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.Linq.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.ReaderWriter.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.Serialization.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XDocument.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XmlDocument.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XmlSerializer.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XPath.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\System.Xml.XPath.XDocument.dll +C:\Users\tcroi\.nuget\packages\tmds.dbus\0.9.0\lib\netstandard2.0\Tmds.DBus.dll +C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0\WindowsBase.dll diff --git a/src/PboViewer GUI/obj/Release/net5.0/Avalonia/resources b/src/PboViewer GUI/obj/Release/net5.0/Avalonia/resources new file mode 100644 index 0000000..55123d8 Binary files /dev/null and b/src/PboViewer GUI/obj/Release/net5.0/Avalonia/resources differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.AssemblyInfo.cs b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.AssemblyInfo.cs similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.AssemblyInfo.cs rename to src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.AssemblyInfo.cs diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.AssemblyInfoInputs.cache similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.AssemblyInfoInputs.cache rename to src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.AssemblyInfoInputs.cache diff --git a/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.GeneratedMSBuildEditorConfig.editorconfig b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d7e2983 --- /dev/null +++ b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.assets.cache b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.assets.cache new file mode 100644 index 0000000..f0e9e85 Binary files /dev/null and b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.assets.cache differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csproj.CopyComplete similarity index 100% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csproj.CopyComplete rename to src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csproj.CopyComplete diff --git a/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..bf5dde8 --- /dev/null +++ b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +bbe8789f7949db2def7b868384237b06a28727da diff --git a/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..c81b0a2 --- /dev/null +++ b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csproj.FileListAbsolute.txt @@ -0,0 +1,72 @@ +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\PboViewer.exe +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\PboViewer.deps.json +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\PboViewer.runtimeconfig.json +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\PboViewer.runtimeconfig.dev.json +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\ref\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\PboViewer.pdb +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Animation.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Base.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Controls.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.DesignerSupport.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.DesktopRuntime.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Dialogs.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Input.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Interactivity.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Layout.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Markup.Xaml.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Markup.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.MicroCom.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.OpenGL.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Styling.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Themes.Default.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Themes.Fluent.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Visuals.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Desktop.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.FreeDesktop.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Native.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Remote.Protocol.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Skia.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.Win32.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Avalonia.X11.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\HarfBuzzSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\JetBrains.Annotations.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Microsoft.Win32.SystemEvents.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\SkiaSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\System.Drawing.Common.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\System.Reactive.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\Tmds.DBus.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win-arm64\native\av_libglesv2.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win7-x64\native\av_libglesv2.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win7-x86\native\av_libglesv2.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\osx\native\libAvaloniaNative.dylib +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\osx\native\libHarfBuzzSharp.dylib +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win-arm64\native\libHarfBuzzSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win-x64\native\libHarfBuzzSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win-x86\native\libHarfBuzzSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\linux-arm\native\libHarfBuzzSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\linux-arm64\native\libHarfBuzzSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\linux-musl-x64\native\libHarfBuzzSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\linux-x64\native\libHarfBuzzSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\osx\native\libSkiaSharp.dylib +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win-arm64\native\libSkiaSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win-x64\native\libSkiaSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win-x86\native\libSkiaSharp.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\linux-arm\native\libSkiaSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\linux-arm64\native\libSkiaSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\linux-musl-x64\native\libSkiaSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\linux-x64\native\libSkiaSharp.so +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\net5.0\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer GUI.csprojAssemblyReference.cache +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer GUI.GeneratedMSBuildEditorConfig.editorconfig +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer GUI.AssemblyInfoInputs.cache +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer GUI.AssemblyInfo.cs +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer GUI.csproj.CoreCompileInputs.cache +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer GUI.csproj.CopyComplete +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\ref\PboViewer.dll +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer.pdb +G:\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\net5.0\PboViewer GUI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csprojAssemblyReference.cache similarity index 84% rename from src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csprojAssemblyReference.cache rename to src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csprojAssemblyReference.cache index 0ffb449..a0fdfe5 100644 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csprojAssemblyReference.cache and b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.csprojAssemblyReference.cache differ diff --git a/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.genruntimeconfig.cache new file mode 100644 index 0000000..c3cf0da --- /dev/null +++ b/src/PboViewer GUI/obj/Release/net5.0/PboViewer GUI.genruntimeconfig.cache @@ -0,0 +1 @@ +7a40f6960ba5baccad799903c8853bf94e2b7461 diff --git a/src/PboViewer GUI/obj/Release/net5.0/PboViewer.dll b/src/PboViewer GUI/obj/Release/net5.0/PboViewer.dll new file mode 100644 index 0000000..7d56a1d Binary files /dev/null and b/src/PboViewer GUI/obj/Release/net5.0/PboViewer.dll differ diff --git a/src/PboViewer GUI/obj/Release/net5.0/PboViewer.pdb b/src/PboViewer GUI/obj/Release/net5.0/PboViewer.pdb new file mode 100644 index 0000000..c6cdeee Binary files /dev/null and b/src/PboViewer GUI/obj/Release/net5.0/PboViewer.pdb differ diff --git a/src/PboViewer GUI/obj/Release/net5.0/apphost.exe b/src/PboViewer GUI/obj/Release/net5.0/apphost.exe new file mode 100644 index 0000000..35b6e90 Binary files /dev/null and b/src/PboViewer GUI/obj/Release/net5.0/apphost.exe differ diff --git a/src/PboViewer GUI/obj/Release/net5.0/ref/PboViewer.dll b/src/PboViewer GUI/obj/Release/net5.0/ref/PboViewer.dll new file mode 100644 index 0000000..e13edbd Binary files /dev/null and b/src/PboViewer GUI/obj/Release/net5.0/ref/PboViewer.dll differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/original.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/original.dll deleted file mode 100644 index 474b320..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/original.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/original.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/original.pdb deleted file mode 100644 index 488cd9b..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/original.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/references b/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/references deleted file mode 100644 index 07a9588..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/references +++ /dev/null @@ -1,193 +0,0 @@ -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Animation.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Base.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Controls.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesignerSupport.dll -C:\Users\tcroi\.nuget\packages\avalonia.desktop\0.9.12\lib\netstandard2.0\Avalonia.Desktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesktopRuntime.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Diagnostics.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Dialogs.dll -C:\Users\tcroi\.nuget\packages\avalonia.direct2d1\0.9.12\lib\netstandard2.0\Avalonia.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.dll -C:\Users\tcroi\.nuget\packages\avalonia.freedesktop\0.9.12\lib\netstandard2.0\Avalonia.FreeDesktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Input.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Interactivity.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Layout.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Logging.Serilog.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.Xaml.dll -C:\Users\tcroi\.nuget\packages\avalonia.native\0.9.12\lib\netstandard2.0\Avalonia.Native.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.OpenGL.dll -C:\Users\tcroi\.nuget\packages\avalonia.remote.protocol\0.9.12\lib\netstandard2.0\Avalonia.Remote.Protocol.dll -C:\Users\tcroi\.nuget\packages\avalonia.skia\0.9.12\lib\netstandard2.0\Avalonia.Skia.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Styling.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Themes.Default.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Visuals.dll -C:\Users\tcroi\.nuget\packages\avalonia.win32\0.9.12\lib\netstandard2.0\Avalonia.Win32.dll -C:\Users\tcroi\.nuget\packages\avalonia.x11\0.9.12\lib\netstandard2.0\Avalonia.X11.dll -C:\Users\tcroi\.nuget\packages\citrus.avalonia\1.2.6\lib\netstandard2.0\Citrus.Avalonia.dll -C:\Users\tcroi\.nuget\packages\jetbrains.annotations\10.3.0\lib\netstandard1.0\JetBrains.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll -C:\Users\tcroi\.nuget\packages\serilog\2.5.0\lib\netstandard1.3\Serilog.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.debug\1.0.0\lib\netstandard1.0\Serilog.Sinks.Debug.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.trace\2.1.0\lib\netstandard1.3\Serilog.Sinks.Trace.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct2d1\4.0.1\lib\netcoreapp1.0\SharpDX.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct3d11\4.0.1\lib\netcoreapp1.0\SharpDX.Direct3D11.dll -C:\Users\tcroi\.nuget\packages\sharpdx\4.0.1\lib\netcoreapp1.0\SharpDX.dll -C:\Users\tcroi\.nuget\packages\sharpdx.dxgi\4.0.1\lib\netcoreapp1.0\SharpDX.DXGI.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime.com\1.2.0\lib\netstandard1.1\SharpGen.Runtime.COM.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime\1.2.1\lib\netstandard2.0\SharpGen.Runtime.dll -C:\Users\tcroi\.nuget\packages\skiasharp\1.68.0\lib\netstandard1.3\SkiaSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll -C:\Users\tcroi\.nuget\packages\system.drawing.common\4.5.0\ref\netstandard2.0\System.Drawing.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll -C:\Users\tcroi\.nuget\packages\system.reactive\4.1.6\lib\netstandard2.0\System.Reactive.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll -C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\ref\netstandard2.0\System.Security.Principal.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll -C:\Users\tcroi\.nuget\packages\tmds.dbus\0.7.0\lib\netstandard2.0\Tmds.DBus.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/resources b/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/resources deleted file mode 100644 index 0ca66c4..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/Avalonia/resources and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.assets.cache deleted file mode 100644 index 34c1ab7..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csproj.CoreCompileInputs.cache deleted file mode 100644 index a239171..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e1a5717acbd3a9de300936071d3f38b82d8cd86c diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csproj.FileListAbsolute.txt deleted file mode 100644 index 386374a..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,236 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer GUI.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer GUI.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\PboViewer GUI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.dll deleted file mode 100644 index 471dd8f..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.genruntimeconfig.cache deleted file mode 100644 index 594e90f..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -ed7890fa8087b8916a2f9d1f3a691b239e908e18 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.pdb deleted file mode 100644 index 2829890..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer GUI.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.assets.cache deleted file mode 100644 index c329836..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.csproj.CoreCompileInputs.cache deleted file mode 100644 index b724847..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -6b828499afd6b228d89e70eb7cc9a35eb7af00d8 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.csproj.FileListAbsolute.txt deleted file mode 100644 index ae48db5..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,156 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Release\netcoreapp3.1\PboViewer.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Release\netcoreapp3.1\PboViewer.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Release\netcoreapp3.1\PboViewer.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Release\netcoreapp3.1\PboViewer.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Release\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Release\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboMaker\obj\Release\netcoreapp3.1\PboViewer.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\osx\native\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\linux-arm\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\linux-x64\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\debian-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\osx\native\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\osx\native\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\tizen-armel\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\tizen-x86\native\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win-x64\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win-x86\native\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\PboViewer.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.dll deleted file mode 100644 index c1dd6f7..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.genruntimeconfig.cache deleted file mode 100644 index f5c8933..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -78245269e3a44311ec1c8f63b925c64f5d880c7f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.pdb deleted file mode 100644 index c9ba6c2..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/PboViewer.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/apphost.exe b/src/PboViewer GUI/obj/Release/netcoreapp3.1/apphost.exe deleted file mode 100644 index 952a3ed..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/apphost.exe and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/original.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/original.dll deleted file mode 100644 index 294aeed..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/original.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/original.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/original.pdb deleted file mode 100644 index e9e0689..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/original.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/references b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/references deleted file mode 100644 index 07a9588..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/references +++ /dev/null @@ -1,193 +0,0 @@ -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Animation.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Base.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Controls.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesignerSupport.dll -C:\Users\tcroi\.nuget\packages\avalonia.desktop\0.9.12\lib\netstandard2.0\Avalonia.Desktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesktopRuntime.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Diagnostics.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Dialogs.dll -C:\Users\tcroi\.nuget\packages\avalonia.direct2d1\0.9.12\lib\netstandard2.0\Avalonia.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.dll -C:\Users\tcroi\.nuget\packages\avalonia.freedesktop\0.9.12\lib\netstandard2.0\Avalonia.FreeDesktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Input.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Interactivity.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Layout.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Logging.Serilog.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.Xaml.dll -C:\Users\tcroi\.nuget\packages\avalonia.native\0.9.12\lib\netstandard2.0\Avalonia.Native.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.OpenGL.dll -C:\Users\tcroi\.nuget\packages\avalonia.remote.protocol\0.9.12\lib\netstandard2.0\Avalonia.Remote.Protocol.dll -C:\Users\tcroi\.nuget\packages\avalonia.skia\0.9.12\lib\netstandard2.0\Avalonia.Skia.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Styling.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Themes.Default.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Visuals.dll -C:\Users\tcroi\.nuget\packages\avalonia.win32\0.9.12\lib\netstandard2.0\Avalonia.Win32.dll -C:\Users\tcroi\.nuget\packages\avalonia.x11\0.9.12\lib\netstandard2.0\Avalonia.X11.dll -C:\Users\tcroi\.nuget\packages\citrus.avalonia\1.2.6\lib\netstandard2.0\Citrus.Avalonia.dll -C:\Users\tcroi\.nuget\packages\jetbrains.annotations\10.3.0\lib\netstandard1.0\JetBrains.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll -C:\Users\tcroi\.nuget\packages\serilog\2.5.0\lib\netstandard1.3\Serilog.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.debug\1.0.0\lib\netstandard1.0\Serilog.Sinks.Debug.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.trace\2.1.0\lib\netstandard1.3\Serilog.Sinks.Trace.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct2d1\4.0.1\lib\netcoreapp1.0\SharpDX.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct3d11\4.0.1\lib\netcoreapp1.0\SharpDX.Direct3D11.dll -C:\Users\tcroi\.nuget\packages\sharpdx\4.0.1\lib\netcoreapp1.0\SharpDX.dll -C:\Users\tcroi\.nuget\packages\sharpdx.dxgi\4.0.1\lib\netcoreapp1.0\SharpDX.DXGI.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime.com\1.2.0\lib\netstandard1.1\SharpGen.Runtime.COM.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime\1.2.1\lib\netstandard2.0\SharpGen.Runtime.dll -C:\Users\tcroi\.nuget\packages\skiasharp\1.68.0\lib\netstandard1.3\SkiaSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll -C:\Users\tcroi\.nuget\packages\system.drawing.common\4.5.0\ref\netstandard2.0\System.Drawing.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll -C:\Users\tcroi\.nuget\packages\system.reactive\4.1.6\lib\netstandard2.0\System.Reactive.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll -C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\ref\netstandard2.0\System.Security.Principal.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll -C:\Users\tcroi\.nuget\packages\tmds.dbus\0.7.0\lib\netstandard2.0\Tmds.DBus.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/resources b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/resources deleted file mode 100644 index 0ca66c4..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/Avalonia/resources and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.assets.cache deleted file mode 100644 index 5659736..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csproj.CoreCompileInputs.cache deleted file mode 100644 index 5dbed90..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -709bdbc0cb3ae8e04728179ccde4b3fd804b4a0b diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csproj.FileListAbsolute.txt deleted file mode 100644 index dd7f774..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,741 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\createdump -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libclrjit.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\debian-x64\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\debian-x64\PboViewer GUI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csprojAssemblyReference.cache deleted file mode 100644 index 9eb267c..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.csprojAssemblyReference.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.dll deleted file mode 100644 index 35e1e5a..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.genruntimeconfig.cache deleted file mode 100644 index 96d7d93..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -fa920aeb666973c4b9fad3d64ab5486178a77889 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.pdb deleted file mode 100644 index d0e0a31..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer GUI.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.AssemblyInfo.cs b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.AssemblyInfo.cs deleted file mode 100644 index c057267..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyTitleAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Généré par la classe MSBuild WriteCodeFragment. - diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.AssemblyInfoInputs.cache deleted file mode 100644 index c822213..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8abc1cc1652e907a91c1ae46be76ff18fe72ef6f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.assets.cache deleted file mode 100644 index 4c5b793..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csproj.CoreCompileInputs.cache deleted file mode 100644 index 8cfb477..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -0256e9b8494111e25927277720d913331a747858 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csproj.FileListAbsolute.txt deleted file mode 100644 index 903ef5b..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,247 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\debian-x64\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\debian-x64\PboViewer.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csprojAssemblyReference.cache deleted file mode 100644 index 56d0c0c..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.csprojAssemblyReference.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.dll deleted file mode 100644 index 2757aac..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.genruntimeconfig.cache deleted file mode 100644 index d15ab9d..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -61d51e1273456c56c3d3ce7706d8e52360e67b5f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.pdb deleted file mode 100644 index 37c04e3..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PboViewer.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.185e473185.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.185e473185.txt deleted file mode 100644 index 2b210f8..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.185e473185.txt +++ /dev/null @@ -1,238 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\PboViewer -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Console.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Data.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\netstandard.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\SOS_README.md -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\createdump -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libclrjit.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\debian\libuv.so diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.9da6d85e65.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.9da6d85e65.txt deleted file mode 100644 index f36bdec..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.9da6d85e65.txt +++ /dev/null @@ -1,238 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\debian\libuv.so diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.d1f3372976.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.d1f3372976.txt deleted file mode 100644 index 69db56b..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/debian-x64/PublishOutputs.d1f3372976.txt +++ /dev/null @@ -1,238 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\debian\libuv.so diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/original.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/original.dll deleted file mode 100644 index ff1a21a..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/original.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/original.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/original.pdb deleted file mode 100644 index 016cf76..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/original.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/references b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/references deleted file mode 100644 index 07a9588..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/references +++ /dev/null @@ -1,193 +0,0 @@ -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Animation.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Base.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Controls.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesignerSupport.dll -C:\Users\tcroi\.nuget\packages\avalonia.desktop\0.9.12\lib\netstandard2.0\Avalonia.Desktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesktopRuntime.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Diagnostics.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Dialogs.dll -C:\Users\tcroi\.nuget\packages\avalonia.direct2d1\0.9.12\lib\netstandard2.0\Avalonia.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.dll -C:\Users\tcroi\.nuget\packages\avalonia.freedesktop\0.9.12\lib\netstandard2.0\Avalonia.FreeDesktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Input.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Interactivity.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Layout.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Logging.Serilog.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.Xaml.dll -C:\Users\tcroi\.nuget\packages\avalonia.native\0.9.12\lib\netstandard2.0\Avalonia.Native.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.OpenGL.dll -C:\Users\tcroi\.nuget\packages\avalonia.remote.protocol\0.9.12\lib\netstandard2.0\Avalonia.Remote.Protocol.dll -C:\Users\tcroi\.nuget\packages\avalonia.skia\0.9.12\lib\netstandard2.0\Avalonia.Skia.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Styling.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Themes.Default.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Visuals.dll -C:\Users\tcroi\.nuget\packages\avalonia.win32\0.9.12\lib\netstandard2.0\Avalonia.Win32.dll -C:\Users\tcroi\.nuget\packages\avalonia.x11\0.9.12\lib\netstandard2.0\Avalonia.X11.dll -C:\Users\tcroi\.nuget\packages\citrus.avalonia\1.2.6\lib\netstandard2.0\Citrus.Avalonia.dll -C:\Users\tcroi\.nuget\packages\jetbrains.annotations\10.3.0\lib\netstandard1.0\JetBrains.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll -C:\Users\tcroi\.nuget\packages\serilog\2.5.0\lib\netstandard1.3\Serilog.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.debug\1.0.0\lib\netstandard1.0\Serilog.Sinks.Debug.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.trace\2.1.0\lib\netstandard1.3\Serilog.Sinks.Trace.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct2d1\4.0.1\lib\netcoreapp1.0\SharpDX.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct3d11\4.0.1\lib\netcoreapp1.0\SharpDX.Direct3D11.dll -C:\Users\tcroi\.nuget\packages\sharpdx\4.0.1\lib\netcoreapp1.0\SharpDX.dll -C:\Users\tcroi\.nuget\packages\sharpdx.dxgi\4.0.1\lib\netcoreapp1.0\SharpDX.DXGI.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime.com\1.2.0\lib\netstandard1.1\SharpGen.Runtime.COM.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime\1.2.1\lib\netstandard2.0\SharpGen.Runtime.dll -C:\Users\tcroi\.nuget\packages\skiasharp\1.68.0\lib\netstandard1.3\SkiaSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll -C:\Users\tcroi\.nuget\packages\system.drawing.common\4.5.0\ref\netstandard2.0\System.Drawing.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll -C:\Users\tcroi\.nuget\packages\system.reactive\4.1.6\lib\netstandard2.0\System.Reactive.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll -C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\ref\netstandard2.0\System.Security.Principal.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll -C:\Users\tcroi\.nuget\packages\tmds.dbus\0.7.0\lib\netstandard2.0\Tmds.DBus.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/resources b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/resources deleted file mode 100644 index 0ca66c4..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/Avalonia/resources and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.AssemblyInfo.cs b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.AssemblyInfo.cs deleted file mode 100644 index c057267..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyTitleAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Généré par la classe MSBuild WriteCodeFragment. - diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.AssemblyInfoInputs.cache deleted file mode 100644 index c822213..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8abc1cc1652e907a91c1ae46be76ff18fe72ef6f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.assets.cache deleted file mode 100644 index 04cd7db..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csproj.CoreCompileInputs.cache deleted file mode 100644 index 424991c..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -9353888d118c3573166885f76aae9b2de53d5b29 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csproj.FileListAbsolute.txt deleted file mode 100644 index 9532fc5..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,744 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.Apple.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.Apple.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.OpenSsl.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libclrjit.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libcoreclr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libdbgshim.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libhostfxr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libhostpolicy.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libmscordaccore.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libmscordbi.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.Apple.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.Apple.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.OpenSsl.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libclrjit.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libcoreclr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libdbgshim.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libhostfxr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libhostpolicy.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libmscordaccore.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libmscordbi.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libuv.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.Apple.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.Apple.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.OpenSsl.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libclrjit.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libcoreclr.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libdbgshim.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libhostfxr.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libhostpolicy.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libmscordaccore.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\osx-x64\libmscordbi.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\osx-x64\PboViewer GUI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csprojAssemblyReference.cache deleted file mode 100644 index 208d2f9..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.csprojAssemblyReference.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.dll deleted file mode 100644 index 8cbf3ed..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.genruntimeconfig.cache deleted file mode 100644 index 7115a65..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -0ed3543857bd871d9cc2f6e8a02fbdd0925f6b33 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.pdb deleted file mode 100644 index 119631c..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer GUI.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.AssemblyInfo.cs b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.AssemblyInfo.cs deleted file mode 100644 index c057267..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyTitleAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Généré par la classe MSBuild WriteCodeFragment. - diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.AssemblyInfoInputs.cache deleted file mode 100644 index c822213..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8abc1cc1652e907a91c1ae46be76ff18fe72ef6f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.assets.cache deleted file mode 100644 index a12070a..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csproj.CoreCompileInputs.cache deleted file mode 100644 index cec7dfa..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -94f26802d443dbd9a6589e2869fb4fc7894dc9c5 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csproj.FileListAbsolute.txt deleted file mode 100644 index cdcf680..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,248 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libSkiaSharp.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Globalization.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.IO.Compression.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Http.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Net.Security.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.Apple.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.Apple.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\System.Security.Cryptography.Native.OpenSsl.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libclrjit.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libcoreclr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libdbgshim.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libhostfxr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libhostpolicy.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libmscordaccore.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\osx-x64\libmscordbi.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\osx-x64\PboViewer.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csprojAssemblyReference.cache deleted file mode 100644 index 54d84e4..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.csprojAssemblyReference.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.dll deleted file mode 100644 index c179c96..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.genruntimeconfig.cache deleted file mode 100644 index 1111da5..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -e69c1e6eb6ac1cbd7880c02e75230f808554bfa9 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.pdb deleted file mode 100644 index 60f8c79..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PboViewer.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.e6fd5b4b49.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.e6fd5b4b49.txt deleted file mode 100644 index 8630da1..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.e6fd5b4b49.txt +++ /dev/null @@ -1,239 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\PboViewer -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Console.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Data.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\netstandard.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\SOS_README.md -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Globalization.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.IO.Compression.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Http.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Net.Security.Native.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Native.Apple.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Native.Apple.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Security.Cryptography.Native.OpenSsl.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libclrjit.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libcoreclr.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libdbgshim.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libhostfxr.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libhostpolicy.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libmscordaccore.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libmscordbi.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libuv.dylib -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\macos\libSkiaSharp.dylib diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.f847e57d83.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.f847e57d83.txt deleted file mode 100644 index 768f821..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.f847e57d83.txt +++ /dev/null @@ -1,239 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Globalization.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.IO.Compression.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Http.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Net.Security.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Native.Apple.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Native.Apple.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Security.Cryptography.Native.OpenSsl.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libclrjit.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libcoreclr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libdbgshim.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libhostfxr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libhostpolicy.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libmscordaccore.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libmscordbi.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\macos\libSkiaSharp.dylib diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.fddefdac19.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.fddefdac19.txt deleted file mode 100644 index 05a3911..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/PublishOutputs.fddefdac19.txt +++ /dev/null @@ -1,239 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Globalization.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.IO.Compression.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Http.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Net.Security.Native.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Native.Apple.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Native.Apple.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Security.Cryptography.Native.OpenSsl.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libclrjit.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libcoreclr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libdbgshim.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libhostfxr.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libhostpolicy.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libmscordaccore.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libmscordbi.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libAvaloniaNative.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libuv.dylib -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\macos\libSkiaSharp.dylib diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/apphost b/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/apphost deleted file mode 100644 index f163b5f..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/osx-x64/apphost and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/original.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/original.dll deleted file mode 100644 index 7c92715..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/original.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/original.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/original.pdb deleted file mode 100644 index e709981..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/original.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/references b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/references deleted file mode 100644 index 07a9588..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/references +++ /dev/null @@ -1,193 +0,0 @@ -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Animation.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Base.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Controls.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesignerSupport.dll -C:\Users\tcroi\.nuget\packages\avalonia.desktop\0.9.12\lib\netstandard2.0\Avalonia.Desktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesktopRuntime.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Diagnostics.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Dialogs.dll -C:\Users\tcroi\.nuget\packages\avalonia.direct2d1\0.9.12\lib\netstandard2.0\Avalonia.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.dll -C:\Users\tcroi\.nuget\packages\avalonia.freedesktop\0.9.12\lib\netstandard2.0\Avalonia.FreeDesktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Input.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Interactivity.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Layout.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Logging.Serilog.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.Xaml.dll -C:\Users\tcroi\.nuget\packages\avalonia.native\0.9.12\lib\netstandard2.0\Avalonia.Native.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.OpenGL.dll -C:\Users\tcroi\.nuget\packages\avalonia.remote.protocol\0.9.12\lib\netstandard2.0\Avalonia.Remote.Protocol.dll -C:\Users\tcroi\.nuget\packages\avalonia.skia\0.9.12\lib\netstandard2.0\Avalonia.Skia.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Styling.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Themes.Default.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Visuals.dll -C:\Users\tcroi\.nuget\packages\avalonia.win32\0.9.12\lib\netstandard2.0\Avalonia.Win32.dll -C:\Users\tcroi\.nuget\packages\avalonia.x11\0.9.12\lib\netstandard2.0\Avalonia.X11.dll -C:\Users\tcroi\.nuget\packages\citrus.avalonia\1.2.6\lib\netstandard2.0\Citrus.Avalonia.dll -C:\Users\tcroi\.nuget\packages\jetbrains.annotations\10.3.0\lib\netstandard1.0\JetBrains.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll -C:\Users\tcroi\.nuget\packages\serilog\2.5.0\lib\netstandard1.3\Serilog.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.debug\1.0.0\lib\netstandard1.0\Serilog.Sinks.Debug.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.trace\2.1.0\lib\netstandard1.3\Serilog.Sinks.Trace.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct2d1\4.0.1\lib\netcoreapp1.0\SharpDX.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct3d11\4.0.1\lib\netcoreapp1.0\SharpDX.Direct3D11.dll -C:\Users\tcroi\.nuget\packages\sharpdx\4.0.1\lib\netcoreapp1.0\SharpDX.dll -C:\Users\tcroi\.nuget\packages\sharpdx.dxgi\4.0.1\lib\netcoreapp1.0\SharpDX.DXGI.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime.com\1.2.0\lib\netstandard1.1\SharpGen.Runtime.COM.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime\1.2.1\lib\netstandard2.0\SharpGen.Runtime.dll -C:\Users\tcroi\.nuget\packages\skiasharp\1.68.0\lib\netstandard1.3\SkiaSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll -C:\Users\tcroi\.nuget\packages\system.drawing.common\4.5.0\ref\netstandard2.0\System.Drawing.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll -C:\Users\tcroi\.nuget\packages\system.reactive\4.1.6\lib\netstandard2.0\System.Reactive.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll -C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\ref\netstandard2.0\System.Security.Principal.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll -C:\Users\tcroi\.nuget\packages\tmds.dbus\0.7.0\lib\netstandard2.0\Tmds.DBus.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/resources b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/resources deleted file mode 100644 index 0ca66c4..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/Avalonia/resources and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.AssemblyInfo.cs b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.AssemblyInfo.cs deleted file mode 100644 index c057267..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyTitleAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Généré par la classe MSBuild WriteCodeFragment. - diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.AssemblyInfoInputs.cache deleted file mode 100644 index c822213..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8abc1cc1652e907a91c1ae46be76ff18fe72ef6f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.assets.cache deleted file mode 100644 index 23056c2..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csproj.CoreCompileInputs.cache deleted file mode 100644 index fefaee7..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -7cbb269aff4719cf69c450af979a6f822e7c8098 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csproj.FileListAbsolute.txt deleted file mode 100644 index b0cbf71..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,741 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libuv.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\createdump -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libclrjit.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\ubuntu-x64\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer GUI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csprojAssemblyReference.cache deleted file mode 100644 index d5c2478..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.csprojAssemblyReference.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.dll deleted file mode 100644 index 2df7f8b..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.genruntimeconfig.cache deleted file mode 100644 index f31982e..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -cedfe918bafa08cae5fbcdae5e00847d2b981184 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.pdb deleted file mode 100644 index 8a65bd5..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer GUI.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.AssemblyInfo.cs b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.AssemblyInfo.cs deleted file mode 100644 index c057267..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyTitleAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Généré par la classe MSBuild WriteCodeFragment. - diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.AssemblyInfoInputs.cache deleted file mode 100644 index c822213..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8abc1cc1652e907a91c1ae46be76ff18fe72ef6f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.assets.cache deleted file mode 100644 index 2787987..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csproj.CoreCompileInputs.cache deleted file mode 100644 index 0f56100..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -42bd26b32daf0f32e23923d1aa070753f78d5125 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csproj.FileListAbsolute.txt deleted file mode 100644 index d4b794f..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,247 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libuv.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\ubuntu-x64\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\ubuntu-x64\PboViewer.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csprojAssemblyReference.cache deleted file mode 100644 index 2fbb4f3..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.csprojAssemblyReference.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.dll deleted file mode 100644 index 88e5dc0..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.genruntimeconfig.cache deleted file mode 100644 index ba6eb10..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -9e1c8bb86eb42ed1a8a6ef22e166fe49a348712e diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.pdb deleted file mode 100644 index 4060b48..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PboViewer.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.13341c4e46.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.13341c4e46.txt deleted file mode 100644 index d325508..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.13341c4e46.txt +++ /dev/null @@ -1,238 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\ubuntu\libuv.so diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.345101ba85.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.345101ba85.txt deleted file mode 100644 index b4dee94..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.345101ba85.txt +++ /dev/null @@ -1,238 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\PboViewer -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Console.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Data.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\netstandard.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\SOS_README.md -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\createdump -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libclrjit.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\ubuntu\libuv.so diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.dbc5ecaba4.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.dbc5ecaba4.txt deleted file mode 100644 index 7acf79f..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/PublishOutputs.dbc5ecaba4.txt +++ /dev/null @@ -1,238 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\PboViewer GUI -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Globalization.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.Compression.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.IO.Compression.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Http.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Http.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Security.Native.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Net.Security.Native.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Native.OpenSsl.a -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Security.Cryptography.Native.OpenSsl.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\createdump -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libclrjit.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libcoreclr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libcoreclrtraceptprovider.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libdbgshim.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libhostfxr.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libhostpolicy.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libmscordaccore.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libmscordbi.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libSkiaSharp.so -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\ubuntu\libuv.so diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/apphost b/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/apphost deleted file mode 100644 index 22caa8b..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/ubuntu-x64/apphost and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs deleted file mode 100644 index ad8dfe1..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/original.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/original.dll deleted file mode 100644 index e9a25d5..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/original.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/original.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/original.pdb deleted file mode 100644 index 52bdbe6..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/original.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/references b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/references deleted file mode 100644 index 07a9588..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/references +++ /dev/null @@ -1,193 +0,0 @@ -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Animation.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Base.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Controls.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesignerSupport.dll -C:\Users\tcroi\.nuget\packages\avalonia.desktop\0.9.12\lib\netstandard2.0\Avalonia.Desktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.DesktopRuntime.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Diagnostics.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Dialogs.dll -C:\Users\tcroi\.nuget\packages\avalonia.direct2d1\0.9.12\lib\netstandard2.0\Avalonia.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.dll -C:\Users\tcroi\.nuget\packages\avalonia.freedesktop\0.9.12\lib\netstandard2.0\Avalonia.FreeDesktop.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Input.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Interactivity.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Layout.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Logging.Serilog.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Markup.Xaml.dll -C:\Users\tcroi\.nuget\packages\avalonia.native\0.9.12\lib\netstandard2.0\Avalonia.Native.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.OpenGL.dll -C:\Users\tcroi\.nuget\packages\avalonia.remote.protocol\0.9.12\lib\netstandard2.0\Avalonia.Remote.Protocol.dll -C:\Users\tcroi\.nuget\packages\avalonia.skia\0.9.12\lib\netstandard2.0\Avalonia.Skia.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Styling.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Themes.Default.dll -C:\Users\tcroi\.nuget\packages\avalonia\0.9.12\lib\netcoreapp2.0\Avalonia.Visuals.dll -C:\Users\tcroi\.nuget\packages\avalonia.win32\0.9.12\lib\netstandard2.0\Avalonia.Win32.dll -C:\Users\tcroi\.nuget\packages\avalonia.x11\0.9.12\lib\netstandard2.0\Avalonia.X11.dll -C:\Users\tcroi\.nuget\packages\citrus.avalonia\1.2.6\lib\netstandard2.0\Citrus.Avalonia.dll -C:\Users\tcroi\.nuget\packages\jetbrains.annotations\10.3.0\lib\netstandard1.0\JetBrains.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll -C:\Users\tcroi\.nuget\packages\serilog\2.5.0\lib\netstandard1.3\Serilog.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.debug\1.0.0\lib\netstandard1.0\Serilog.Sinks.Debug.dll -C:\Users\tcroi\.nuget\packages\serilog.sinks.trace\2.1.0\lib\netstandard1.3\Serilog.Sinks.Trace.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct2d1\4.0.1\lib\netcoreapp1.0\SharpDX.Direct2D1.dll -C:\Users\tcroi\.nuget\packages\sharpdx.direct3d11\4.0.1\lib\netcoreapp1.0\SharpDX.Direct3D11.dll -C:\Users\tcroi\.nuget\packages\sharpdx\4.0.1\lib\netcoreapp1.0\SharpDX.dll -C:\Users\tcroi\.nuget\packages\sharpdx.dxgi\4.0.1\lib\netcoreapp1.0\SharpDX.DXGI.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime.com\1.2.0\lib\netstandard1.1\SharpGen.Runtime.COM.dll -C:\Users\tcroi\.nuget\packages\sharpgen.runtime\1.2.1\lib\netstandard2.0\SharpGen.Runtime.dll -C:\Users\tcroi\.nuget\packages\skiasharp\1.68.0\lib\netstandard1.3\SkiaSharp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll -C:\Users\tcroi\.nuget\packages\system.drawing.common\4.5.0\ref\netstandard2.0\System.Drawing.Common.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll -C:\Users\tcroi\.nuget\packages\system.reactive\4.1.6\lib\netstandard2.0\System.Reactive.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll -C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.security.principal.windows\4.5.0\ref\netstandard2.0\System.Security.Principal.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll -C:\Users\tcroi\.nuget\packages\tmds.dbus\0.7.0\lib\netstandard2.0\Tmds.DBus.dll -C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/resources b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/resources deleted file mode 100644 index 0ca66c4..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/Avalonia/resources and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.AssemblyInfo.cs b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.AssemblyInfo.cs deleted file mode 100644 index c057267..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyTitleAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Généré par la classe MSBuild WriteCodeFragment. - diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.AssemblyInfoInputs.cache deleted file mode 100644 index c822213..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8abc1cc1652e907a91c1ae46be76ff18fe72ef6f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.assets.cache deleted file mode 100644 index f662156..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csproj.CoreCompileInputs.cache deleted file mode 100644 index 59120d9..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -81c1a4eceb837e20ffd02ef6dcc41dd90680b456 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csproj.FileListAbsolute.txt deleted file mode 100644 index 781d46b..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,840 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.DiaSymReader.Native.amd64.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-console-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-datetime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-debug-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l2-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-handle-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-interlocked-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-localization-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-memory-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-profile-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-timezone-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-util-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-conio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-convert-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-environment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-locale-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-math-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-private-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-process-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-runtime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-stdio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-time-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-utility-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\clrcompression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\clretwrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\clrjit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\coreclr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\dbgshim.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\hostfxr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\hostpolicy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscordaccore.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscordaccore_amd64_amd64_4.700.20.47201.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscordbi.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscorrc.debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscorrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\ucrtbase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.DiaSymReader.Native.amd64.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-console-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-datetime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-debug-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l2-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-handle-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-interlocked-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-localization-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-memory-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-profile-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-timezone-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-util-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-conio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-convert-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-environment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-locale-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-math-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-private-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-process-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-runtime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-stdio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-time-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-utility-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\clrcompression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\clretwrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\clrjit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\coreclr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\dbgshim.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\hostfxr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\hostpolicy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscordaccore.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscordaccore_amd64_amd64_4.700.20.47201.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscordbi.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscorrc.debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscorrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\ucrtbase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.genruntimeconfig.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\Microsoft.DiaSymReader.Native.amd64.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-console-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-datetime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-debug-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l2-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-handle-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-interlocked-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-localization-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-memory-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-profile-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-timezone-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-util-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-conio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-convert-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-environment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-locale-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-math-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-private-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-process-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-runtime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-stdio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-time-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-utility-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\clrcompression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\clretwrc.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\clrjit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\coreclr.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\dbgshim.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\hostfxr.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\hostpolicy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscordaccore.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscordaccore_amd64_amd64_4.700.20.47201.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscordbi.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscorrc.debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\mscorrc.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\bin\Release\netcoreapp3.1\win-x64\ucrtbase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\obj\Release\netcoreapp3.1\win-x64\PboViewer GUI.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csprojAssemblyReference.cache deleted file mode 100644 index e5c1398..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.csprojAssemblyReference.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.dll deleted file mode 100644 index bb871b6..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.genruntimeconfig.cache deleted file mode 100644 index 5ef680b..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -05989c28041934a2fa3227244dd3f2a6a1edcbb7 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.pdb deleted file mode 100644 index 01dc39d..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer GUI.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.AssemblyInfo.cs b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.AssemblyInfo.cs deleted file mode 100644 index c057267..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyTitleAttribute("PboViewer")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Généré par la classe MSBuild WriteCodeFragment. - diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.AssemblyInfoInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.AssemblyInfoInputs.cache deleted file mode 100644 index c822213..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8abc1cc1652e907a91c1ae46be76ff18fe72ef6f diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.assets.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.assets.cache deleted file mode 100644 index 81dc976..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.assets.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csproj.CopyComplete b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csproj.CoreCompileInputs.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csproj.CoreCompileInputs.cache deleted file mode 100644 index 5c934a8..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -813a2e290035ba0284aa2e13c48855e75c90c4f5 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csproj.FileListAbsolute.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csproj.FileListAbsolute.txt deleted file mode 100644 index 59ce6f2..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,280 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer.runtimeconfig.dev.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\libSkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\Microsoft.DiaSymReader.Native.amd64.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-console-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-datetime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-debug-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l2-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-handle-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-interlocked-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-localization-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-memory-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-profile-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-timezone-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-util-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-conio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-convert-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-environment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-locale-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-math-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-private-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-process-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-runtime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-stdio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-time-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-utility-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\clrcompression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\clretwrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\clrjit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\coreclr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\dbgshim.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\hostfxr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\hostpolicy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscordaccore.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscordaccore_amd64_amd64_4.700.20.47201.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscordbi.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscorrc.debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\mscorrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\bin\Release\netcoreapp3.1\win-x64\ucrtbase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer.csprojAssemblyReference.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer.AssemblyInfoInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer.AssemblyInfo.cs -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer.csproj.CoreCompileInputs.cache -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer.csproj.CopyComplete -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\obj\Release\netcoreapp3.1\win-x64\PboViewer.genruntimeconfig.cache diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csprojAssemblyReference.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csprojAssemblyReference.cache deleted file mode 100644 index 3dbecec..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.csprojAssemblyReference.cache and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.dll b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.dll deleted file mode 100644 index b512f74..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.dll and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.genruntimeconfig.cache b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.genruntimeconfig.cache deleted file mode 100644 index 918bb3f..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -7917f0def014887e2abf9e15b1b3bef8189fe1c5 diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.pdb b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.pdb deleted file mode 100644 index 34b09d2..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PboViewer.pdb and /dev/null differ diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.37f392e811.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.37f392e811.txt deleted file mode 100644 index a786f72..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.37f392e811.txt +++ /dev/null @@ -1,271 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\PboViewer GUI.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.DiaSymReader.Native.amd64.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-console-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-datetime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-debug-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-errorhandling-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-file-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-file-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-file-l2-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-handle-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-interlocked-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-libraryloader-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-localization-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-memory-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-namedpipe-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-processenvironment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-processthreads-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-processthreads-l1-1-1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-profile-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-rtlsupport-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-synch-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-synch-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-sysinfo-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-timezone-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-core-util-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-conio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-convert-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-environment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-filesystem-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-locale-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-math-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-multibyte-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-private-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-process-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-runtime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-stdio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-time-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\api-ms-win-crt-utility-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\clrcompression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\clretwrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\clrjit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\coreclr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\dbgshim.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\hostfxr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\hostpolicy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\mscordaccore.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\mscordaccore_amd64_amd64_4.700.20.47201.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\mscordbi.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\mscorrc.debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\mscorrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\ucrtbase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer GUI\publish\windows\libSkiaSharp.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.46b2f326a7.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.46b2f326a7.txt deleted file mode 100644 index 3d84d39..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.46b2f326a7.txt +++ /dev/null @@ -1,271 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\PboViewer GUI.exe -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\PboViewer GUI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\PboViewer GUI.deps.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\PboViewer GUI.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\PboViewer GUI.pdb -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Console.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Core.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Data.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.IO.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Net.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Security.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Web.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\netstandard.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.DiaSymReader.Native.amd64.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\SOS_README.md -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-console-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-datetime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-debug-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-errorhandling-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-file-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-file-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-file-l2-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-handle-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-interlocked-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-libraryloader-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-localization-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-memory-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-namedpipe-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-processenvironment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-processthreads-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-processthreads-l1-1-1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-profile-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-rtlsupport-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-synch-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-synch-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-sysinfo-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-timezone-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-core-util-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-conio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-convert-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-environment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-filesystem-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-locale-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-math-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-multibyte-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-private-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-process-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-runtime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-stdio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-time-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\api-ms-win-crt-utility-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\clrcompression.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\clretwrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\clrjit.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\coreclr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\dbgshim.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\hostfxr.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\hostpolicy.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\mscordaccore.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\mscordaccore_amd64_amd64_4.700.20.47201.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\mscordbi.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\mscorrc.debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\mscorrc.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\ucrtbase.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Serilog.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboMaker\PboViewer\publish\windows\libSkiaSharp.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.ab979bd87e.txt b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.ab979bd87e.txt deleted file mode 100644 index 3b31b27..0000000 --- a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.ab979bd87e.txt +++ /dev/null @@ -1,271 +0,0 @@ -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\PboViewer.exe -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\PboViewer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\PboViewer.deps.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\PboViewer.runtimeconfig.json -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\PboViewer.pdb -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.VisualBasic.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.Win32.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.Win32.Registry.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.AppContext.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Buffers.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Collections.Concurrent.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Collections.Immutable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Collections.NonGeneric.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Collections.Specialized.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Collections.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ComponentModel.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ComponentModel.DataAnnotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ComponentModel.EventBasedAsync.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ComponentModel.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ComponentModel.TypeConverter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ComponentModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Configuration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Console.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Core.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Data.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Data.DataSetExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Data.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.Contracts.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.DiagnosticSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.FileVersionInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.Process.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.StackTrace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.TextWriterTraceListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.Tools.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.TraceSource.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Diagnostics.Tracing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Drawing.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Drawing.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Dynamic.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Globalization.Calendars.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Globalization.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Globalization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.Compression.Brotli.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.Compression.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.Compression.ZipFile.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.Compression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.FileSystem.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.FileSystem.DriveInfo.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.FileSystem.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.FileSystem.Watcher.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.FileSystem.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.IsolatedStorage.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.MemoryMappedFiles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.Pipes.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.Pipes.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.UnmanagedMemoryStream.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.IO.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Linq.Expressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Linq.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Linq.Queryable.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Memory.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.Http.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.HttpListener.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.Mail.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.NameResolution.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.NetworkInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.Ping.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.Requests.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.ServicePoint.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.Sockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.WebClient.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.WebHeaderCollection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.WebProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.WebSockets.Client.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.WebSockets.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Net.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Numerics.Vectors.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ObjectModel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Private.DataContractSerialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Private.Uri.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Private.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Private.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.DispatchProxy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.Emit.ILGeneration.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.Emit.Lightweight.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.Emit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.Metadata.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.TypeExtensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reflection.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Resources.Reader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Resources.ResourceManager.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Resources.Writer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.CompilerServices.Unsafe.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.CompilerServices.VisualC.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Handles.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.InteropServices.RuntimeInformation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.InteropServices.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.InteropServices.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Intrinsics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Loader.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Numerics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Serialization.Formatters.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Serialization.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Serialization.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Serialization.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.WindowsRuntime.UI.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.WindowsRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.AccessControl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Claims.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Cryptography.Algorithms.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Cryptography.Cng.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Cryptography.Csp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Cryptography.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Cryptography.OpenSsl.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Cryptography.Primitives.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Cryptography.X509Certificates.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Principal.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.Principal.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.SecureString.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Security.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ServiceModel.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ServiceProcess.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Text.Encoding.CodePages.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Text.Encoding.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Text.Encoding.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Text.Encodings.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Text.Json.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Text.RegularExpressions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.Channels.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.Overlapped.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.Tasks.Dataflow.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.Tasks.Extensions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.Tasks.Parallel.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.Tasks.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.Thread.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.ThreadPool.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.Timer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Threading.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Transactions.Local.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Transactions.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.ValueTuple.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Web.HttpUtility.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Web.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Windows.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.Linq.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.ReaderWriter.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.Serialization.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.XPath.XDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.XPath.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.XmlDocument.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.XmlSerializer.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Xml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\WindowsBase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\mscorlib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\netstandard.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.DiaSymReader.Native.amd64.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\SOS_README.md -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Private.CoreLib.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-console-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-datetime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-debug-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-errorhandling-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-file-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-file-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-file-l2-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-handle-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-interlocked-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-libraryloader-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-localization-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-memory-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-namedpipe-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-processenvironment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-processthreads-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-processthreads-l1-1-1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-profile-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-rtlsupport-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-synch-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-synch-l1-2-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-sysinfo-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-timezone-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-core-util-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-conio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-convert-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-environment-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-filesystem-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-heap-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-locale-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-math-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-multibyte-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-private-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-process-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-runtime-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-stdio-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-string-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-time-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\api-ms-win-crt-utility-l1-1-0.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\clrcompression.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\clretwrc.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\clrjit.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\coreclr.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\dbgshim.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\hostfxr.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\hostpolicy.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\mscordaccore.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\mscordaccore_amd64_amd64_4.700.20.47201.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\mscordbi.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\mscorrc.debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\mscorrc.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\ucrtbase.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Animation.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Base.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Controls.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.DesignerSupport.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.DesktopRuntime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Diagnostics.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Dialogs.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Input.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Interactivity.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Layout.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Logging.Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Markup.Xaml.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Markup.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.OpenGL.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Styling.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Themes.Default.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Visuals.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Desktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.FreeDesktop.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Native.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Remote.Protocol.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Skia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.Win32.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Avalonia.X11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Citrus.Avalonia.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\JetBrains.Annotations.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.CodeAnalysis.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.CodeAnalysis.CSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.CodeAnalysis.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.VisualBasic.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Microsoft.Win32.SystemEvents.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Serilog.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Serilog.Sinks.Debug.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Serilog.Sinks.Trace.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\SharpDX.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\SharpDX.Direct2D1.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\SharpDX.Direct3D11.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\SharpDX.DXGI.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\SharpGen.Runtime.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\SharpGen.Runtime.COM.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\SkiaSharp.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Drawing.Common.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\System.Reactive.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\Tmds.DBus.dll -D:\Developpement\source\c#\avalonia\PboViewer\PboViewer GUI\publish\windows\libSkiaSharp.dll diff --git a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/apphost.exe b/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/apphost.exe deleted file mode 100644 index 952a3ed..0000000 Binary files a/src/PboViewer GUI/obj/Release/netcoreapp3.1/win-x64/apphost.exe and /dev/null differ diff --git a/src/PboViewer GUI/obj/project.assets.json b/src/PboViewer GUI/obj/project.assets.json index ee11b3b..eb2b330 100644 --- a/src/PboViewer GUI/obj/project.assets.json +++ b/src/PboViewer GUI/obj/project.assets.json @@ -1,19 +1,15 @@ { "version": 3, "targets": { - ".NETCoreApp,Version=v3.1": { - "Avalonia/0.9.12": { + "net5.0": { + "Avalonia/0.10.0": { "type": "package", "dependencies": { - "Avalonia.Remote.Protocol": "0.9.12", + "Avalonia.Remote.Protocol": "0.10.0", "JetBrains.Annotations": "10.3.0", - "Serilog": "2.5.0", - "Serilog.Sinks.Debug": "1.0.0", - "Serilog.Sinks.Trace": "2.1.0", "System.ComponentModel.Annotations": "4.5.0", "System.Memory": "4.5.3", - "System.Reactive": "4.1.6", - "System.Reflection.Emit": "4.3.0", + "System.Reactive": "5.0.0", "System.Runtime.CompilerServices.Unsafe": "4.6.0", "System.ValueTuple": "4.5.0" }, @@ -23,17 +19,17 @@ "lib/netcoreapp2.0/Avalonia.Controls.dll": {}, "lib/netcoreapp2.0/Avalonia.DesignerSupport.dll": {}, "lib/netcoreapp2.0/Avalonia.DesktopRuntime.dll": {}, - "lib/netcoreapp2.0/Avalonia.Diagnostics.dll": {}, "lib/netcoreapp2.0/Avalonia.Dialogs.dll": {}, "lib/netcoreapp2.0/Avalonia.Input.dll": {}, "lib/netcoreapp2.0/Avalonia.Interactivity.dll": {}, "lib/netcoreapp2.0/Avalonia.Layout.dll": {}, - "lib/netcoreapp2.0/Avalonia.Logging.Serilog.dll": {}, "lib/netcoreapp2.0/Avalonia.Markup.Xaml.dll": {}, "lib/netcoreapp2.0/Avalonia.Markup.dll": {}, + "lib/netcoreapp2.0/Avalonia.MicroCom.dll": {}, "lib/netcoreapp2.0/Avalonia.OpenGL.dll": {}, "lib/netcoreapp2.0/Avalonia.Styling.dll": {}, "lib/netcoreapp2.0/Avalonia.Themes.Default.dll": {}, + "lib/netcoreapp2.0/Avalonia.Themes.Fluent.dll": {}, "lib/netcoreapp2.0/Avalonia.Visuals.dll": {}, "lib/netcoreapp2.0/Avalonia.dll": {} }, @@ -43,65 +39,63 @@ "lib/netcoreapp2.0/Avalonia.Controls.dll": {}, "lib/netcoreapp2.0/Avalonia.DesignerSupport.dll": {}, "lib/netcoreapp2.0/Avalonia.DesktopRuntime.dll": {}, - "lib/netcoreapp2.0/Avalonia.Diagnostics.dll": {}, "lib/netcoreapp2.0/Avalonia.Dialogs.dll": {}, "lib/netcoreapp2.0/Avalonia.Input.dll": {}, "lib/netcoreapp2.0/Avalonia.Interactivity.dll": {}, "lib/netcoreapp2.0/Avalonia.Layout.dll": {}, - "lib/netcoreapp2.0/Avalonia.Logging.Serilog.dll": {}, "lib/netcoreapp2.0/Avalonia.Markup.Xaml.dll": {}, "lib/netcoreapp2.0/Avalonia.Markup.dll": {}, + "lib/netcoreapp2.0/Avalonia.MicroCom.dll": {}, "lib/netcoreapp2.0/Avalonia.OpenGL.dll": {}, "lib/netcoreapp2.0/Avalonia.Styling.dll": {}, "lib/netcoreapp2.0/Avalonia.Themes.Default.dll": {}, + "lib/netcoreapp2.0/Avalonia.Themes.Fluent.dll": {}, "lib/netcoreapp2.0/Avalonia.Visuals.dll": {}, "lib/netcoreapp2.0/Avalonia.dll": {} }, "build": { - "build/Avalonia.props": {}, - "build/Avalonia.targets": {} + "buildTransitive/Avalonia.props": {}, + "buildTransitive/Avalonia.targets": {} } }, - "Avalonia.Desktop/0.9.12": { + "Avalonia.Angle.Windows.Natives/2.1.0.2020091801": { "type": "package", - "dependencies": { - "Avalonia": "0.9.12", - "Avalonia.Direct2D1": "0.9.12", - "Avalonia.Native": "0.9.12", - "Avalonia.Skia": "0.9.12", - "Avalonia.Win32": "0.9.12", - "Avalonia.X11": "0.9.12" - }, - "compile": { - "lib/netstandard2.0/Avalonia.Desktop.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.Desktop.dll": {} + "runtimeTargets": { + "runtimes/win-arm64/native/av_libglesv2.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win7-x64/native/av_libglesv2.dll": { + "assetType": "native", + "rid": "win7-x64" + }, + "runtimes/win7-x86/native/av_libglesv2.dll": { + "assetType": "native", + "rid": "win7-x86" + } } }, - "Avalonia.Direct2D1/0.9.12": { + "Avalonia.Desktop/0.10.0": { "type": "package", "dependencies": { - "Avalonia": "0.9.12", - "JetBrains.Annotations": "10.3.0", - "SharpDX": "4.0.1", - "SharpDX.DXGI": "4.0.1", - "SharpDX.Direct2D1": "4.0.1", - "SharpDX.Direct3D11": "4.0.1", - "System.Reactive": "4.1.6" + "Avalonia": "0.10.0", + "Avalonia.Native": "0.10.0", + "Avalonia.Skia": "0.10.0", + "Avalonia.Win32": "0.10.0", + "Avalonia.X11": "0.10.0" }, "compile": { - "lib/netstandard2.0/Avalonia.Direct2D1.dll": {} + "lib/netstandard2.0/Avalonia.Desktop.dll": {} }, "runtime": { - "lib/netstandard2.0/Avalonia.Direct2D1.dll": {} + "lib/netstandard2.0/Avalonia.Desktop.dll": {} } }, - "Avalonia.FreeDesktop/0.9.12": { + "Avalonia.FreeDesktop/0.10.0": { "type": "package", "dependencies": { - "Avalonia": "0.9.12", - "Tmds.DBus": "0.7.0" + "Avalonia": "0.10.0", + "Tmds.DBus": "0.9.0" }, "compile": { "lib/netstandard2.0/Avalonia.FreeDesktop.dll": {} @@ -110,12 +104,10 @@ "lib/netstandard2.0/Avalonia.FreeDesktop.dll": {} } }, - "Avalonia.Native/0.9.12": { + "Avalonia.Native/0.10.0": { "type": "package", "dependencies": { - "Avalonia": "0.9.12", - "SharpGen.Runtime": "1.2.1", - "SharpGen.Runtime.COM": "1.2.0" + "Avalonia": "0.10.0" }, "compile": { "lib/netstandard2.0/Avalonia.Native.dll": {} @@ -123,9 +115,6 @@ "runtime": { "lib/netstandard2.0/Avalonia.Native.dll": {} }, - "build": { - "build/netstandard2.0/_._": {} - }, "runtimeTargets": { "runtimes/osx/native/libAvaloniaNative.dylib": { "assetType": "native", @@ -133,7 +122,7 @@ } } }, - "Avalonia.Remote.Protocol/0.9.12": { + "Avalonia.Remote.Protocol/0.10.0": { "type": "package", "compile": { "lib/netstandard2.0/Avalonia.Remote.Protocol.dll": {} @@ -142,12 +131,14 @@ "lib/netstandard2.0/Avalonia.Remote.Protocol.dll": {} } }, - "Avalonia.Skia/0.9.12": { + "Avalonia.Skia/0.10.0": { "type": "package", "dependencies": { - "Avalonia": "0.9.12", - "Avalonia.Skia.Linux.Natives": "1.68.0.2", - "SkiaSharp": "1.68.0" + "Avalonia": "0.10.0", + "HarfBuzzSharp": "2.6.1.7", + "HarfBuzzSharp.NativeAssets.Linux": "2.6.1.7", + "SkiaSharp": "2.80.2", + "SkiaSharp.NativeAssets.Linux": "2.80.2" }, "compile": { "lib/netstandard2.0/Avalonia.Skia.dll": {} @@ -156,34 +147,13 @@ "lib/netstandard2.0/Avalonia.Skia.dll": {} } }, - "Avalonia.Skia.Linux.Natives/1.68.0.2": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "SkiaSharp": "[1.68.0]" - }, - "compile": { - "lib/netcoreapp1.0/_._": {} - }, - "runtime": { - "lib/netcoreapp1.0/_._": {} - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-arm" - }, - "runtimes/linux-x64/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "Avalonia.Win32/0.9.12": { + "Avalonia.Win32/0.10.0": { "type": "package", "dependencies": { - "Avalonia": "0.9.12", - "System.Drawing.Common": "4.5.0" + "Avalonia": "0.10.0", + "Avalonia.Angle.Windows.Natives": "2.1.0.2020091801", + "System.Drawing.Common": "4.5.0", + "System.Numerics.Vectors": "4.5.0" }, "compile": { "lib/netstandard2.0/Avalonia.Win32.dll": {} @@ -192,12 +162,12 @@ "lib/netstandard2.0/Avalonia.Win32.dll": {} } }, - "Avalonia.X11/0.9.12": { + "Avalonia.X11/0.10.0": { "type": "package", "dependencies": { - "Avalonia": "0.9.12", - "Avalonia.FreeDesktop": "0.9.12", - "Avalonia.Skia": "0.9.12" + "Avalonia": "0.10.0", + "Avalonia.FreeDesktop": "0.10.0", + "Avalonia.Skia": "0.10.0" }, "compile": { "lib/netstandard2.0/Avalonia.X11.dll": {} @@ -206,247 +176,78 @@ "lib/netstandard2.0/Avalonia.X11.dll": {} } }, - "Citrus.Avalonia/1.2.6": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.0" - }, - "compile": { - "lib/netstandard2.0/Citrus.Avalonia.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Citrus.Avalonia.dll": {} - } - }, - "JetBrains.Annotations/10.3.0": { + "HarfBuzzSharp/2.6.1.7": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0" + "System.Memory": "4.5.3" }, "compile": { - "lib/netstandard1.0/JetBrains.Annotations.dll": {} + "lib/netstandard2.0/HarfBuzzSharp.dll": {} }, "runtime": { - "lib/netstandard1.0/JetBrains.Annotations.dll": {} - } - }, - "Libuv/1.9.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" + "lib/netstandard2.0/HarfBuzzSharp.dll": {} }, "runtimeTargets": { - "runtimes/debian-x64/native/libuv.so": { - "assetType": "native", - "rid": "debian-x64" - }, - "runtimes/fedora-x64/native/libuv.so": { - "assetType": "native", - "rid": "fedora-x64" - }, - "runtimes/opensuse-x64/native/libuv.so": { - "assetType": "native", - "rid": "opensuse-x64" - }, - "runtimes/osx/native/libuv.dylib": { + "runtimes/osx/native/libHarfBuzzSharp.dylib": { "assetType": "native", "rid": "osx" }, - "runtimes/rhel-x64/native/libuv.so": { - "assetType": "native", - "rid": "rhel-x64" - }, - "runtimes/win7-arm/native/libuv.dll": { + "runtimes/win-arm64/native/libHarfBuzzSharp.dll": { "assetType": "native", - "rid": "win7-arm" + "rid": "win-arm64" }, - "runtimes/win7-x64/native/libuv.dll": { + "runtimes/win-x64/native/libHarfBuzzSharp.dll": { "assetType": "native", - "rid": "win7-x64" + "rid": "win-x64" }, - "runtimes/win7-x86/native/libuv.dll": { + "runtimes/win-x86/native/libHarfBuzzSharp.dll": { "assetType": "native", - "rid": "win7-x86" + "rid": "win-x86" } } }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Collections.Immutable": "1.2.0", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.FileVersionInfo": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Diagnostics.Tools": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.CodePages": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath.XDocument": "4.0.1", - "System.Xml.XmlDocument": "4.0.1" - }, - "compile": { - "lib/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { + "HarfBuzzSharp.NativeAssets.Linux/2.6.1.7": { "type": "package", "dependencies": { - "Microsoft.CodeAnalysis.Common": "[1.3.0]" + "HarfBuzzSharp": "2.6.1.7" }, "compile": { "lib/netstandard1.3/_._": {} }, "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compile": { "lib/netstandard1.3/_._": {} }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} - } - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.0/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CSharp.dll": {} + "runtimeTargets": { + "runtimes/linux-arm/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } } }, - "Microsoft.NETCore.App/1.0.5": { + "JetBrains.Annotations/10.3.0": { "type": "package", "dependencies": { - "Libuv": "1.9.1", - "Microsoft.CSharp": "4.0.1", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0", - "Microsoft.NETCore.DotNetHostPolicy": "1.0.5", - "Microsoft.NETCore.Platforms": "1.0.2", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.7", - "Microsoft.VisualBasic": "10.0.1", - "NETStandard.Library": "1.6.0", - "System.Buffers": "4.0.0", - "System.Collections.Immutable": "1.2.0", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Annotations": "4.1.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.IO.MemoryMappedFiles": "4.0.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Linq.Expressions": "4.1.1", - "System.Linq.Parallel": "4.0.1", - "System.Linq.Queryable": "4.0.1", - "System.Net.Http": "4.1.2", - "System.Net.NameResolution": "4.0.0", - "System.Net.Requests": "4.0.11", - "System.Net.Security": "4.0.1", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Numerics.Vectors": "4.1.1", - "System.Reflection.DispatchProxy": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Tasks.Extensions": "4.0.0", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System.Security.Cryptography": "4.0.1" + "System.Runtime": "4.1.0" }, "compile": { - "lib/netcoreapp1.0/_._": {} + "lib/netstandard1.0/JetBrains.Annotations.dll": {} }, "runtime": { - "lib/netcoreapp1.0/_._": {} - } - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "type": "package" - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.5": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "1.0.1" - } - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.DotNetHost": "1.0.1" + "lib/netstandard1.0/JetBrains.Annotations.dll": {} } }, - "Microsoft.NETCore.Jit/1.0.7": { - "type": "package" - }, "Microsoft.NETCore.Platforms/2.0.0": { "type": "package", "compile": { @@ -456,14 +257,7 @@ "lib/netstandard1.0/_._": {} } }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.7": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Jit": "1.0.7", - "Microsoft.NETCore.Windows.ApiSets": "1.0.1" - } - }, - "Microsoft.NETCore.Targets/1.1.0": { + "Microsoft.NETCore.Targets/1.0.1": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} @@ -472,10302 +266,871 @@ "lib/netstandard1.0/_._": {} } }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "type": "package" - }, - "Microsoft.VisualBasic/10.0.1": { + "Microsoft.Win32.SystemEvents/4.5.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" + "Microsoft.NETCore.Platforms": "2.0.0" }, "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} + "ref/netstandard2.0/_._": {} }, "runtime": { - "lib/netstandard1.3/Microsoft.VisualBasic.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} - } - }, - "Microsoft.Win32.Registry/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {} }, "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { + "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll": { "assetType": "runtime", "rid": "win" } } }, - "Microsoft.Win32.SystemEvents/4.5.0": { + "SkiaSharp/2.80.2": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" + "System.Memory": "4.5.3" }, "compile": { - "ref/netstandard2.0/_._": {} + "lib/netstandard2.0/SkiaSharp.dll": {} }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {} + "lib/netstandard2.0/SkiaSharp.dll": {} }, "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" } } }, - "NETStandard.Library/1.6.1": { + "SkiaSharp.NativeAssets.Linux/2.80.2": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", + "SkiaSharp": "2.80.2" + }, + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/_._": {} + }, "runtimeTargets": { - "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "runtimes/linux-arm/native/libSkiaSharp.so": { "assetType": "native", - "rid": "debian.8-x64" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSkiaSharp.so": { "assetType": "native", - "rid": "fedora.23-x64" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libSkiaSharp.so": { "assetType": "native", - "rid": "fedora.24-x64" + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-x64" } } }, - "runtime.native.System/4.3.0": { + "System.ComponentModel.Annotations/4.5.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, "compile": { - "lib/netstandard1.0/_._": {} + "ref/netcoreapp2.0/_._": {} }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netcoreapp2.0/_._": {} } }, - "runtime.native.System.IO.Compression/4.3.0": { + "System.Drawing.Common/4.5.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Microsoft.NETCore.Platforms": "2.0.0", + "Microsoft.Win32.SystemEvents": "4.5.0" }, "compile": { - "lib/netstandard1.0/_._": {} + "ref/netstandard2.0/System.Drawing.Common.dll": {} }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netstandard2.0/System.Drawing.Common.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll": { + "assetType": "runtime", + "rid": "win" + } } }, - "runtime.native.System.Net.Http/4.3.0": { + "System.Memory/4.5.3": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, "compile": { - "lib/netstandard1.0/_._": {} + "ref/netcoreapp2.1/_._": {} }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netcoreapp2.1/_._": {} } }, - "runtime.native.System.Net.Security/4.0.1": { + "System.Numerics.Vectors/4.5.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, "compile": { - "lib/netstandard1.0/_._": {} + "ref/netcoreapp2.0/_._": {} }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netcoreapp2.0/_._": {} } }, - "runtime.native.System.Security.Cryptography/4.0.1": { + "System.Reactive/5.0.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2", - "Microsoft.NETCore.Targets": "1.0.3" - }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/net5.0/System.Reactive.dll": {} }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/net5.0/System.Reactive.dll": {} + }, + "build": { + "buildTransitive/net5.0/_._": {} } }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "System.Reflection.Emit/4.7.0": { "type": "package", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - }, "compile": { - "lib/netstandard1.0/_._": {} + "ref/netcoreapp2.0/_._": {} }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netcoreapp2.0/_._": {} } }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "System.Runtime/4.1.0": { "type": "package", "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" }, "compile": { - "lib/netstandard1.0/_._": {} + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "System.Runtime.CompilerServices.Unsafe/4.6.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} }, "runtime": { - "lib/netstandard1.0/_._": {} + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {} } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "System.Security.Principal.Windows/4.7.0": { "type": "package", - "runtimeTargets": { - "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "opensuse.13.2-x64" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "opensuse.42.1-x64" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { - "assetType": "native", - "rid": "osx.10.10-x64" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { - "assetType": "native", - "rid": "osx.10.10-x64" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "rhel.7-x64" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.14.04-x64" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.16.04-x64" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "runtimeTargets": { - "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { - "assetType": "native", - "rid": "ubuntu.16.10-x64" - } - } - }, - "Serilog/2.5.0": { - "type": "package", - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Serilog.dll": {} - }, - "runtime": { - "lib/netstandard1.3/Serilog.dll": {} - } - }, - "Serilog.Sinks.Debug/1.0.0": { - "type": "package", - "dependencies": { - "Serilog": "2.5.0", - "System.Diagnostics.Debug": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/Serilog.Sinks.Debug.dll": {} - }, - "runtime": { - "lib/netstandard1.0/Serilog.Sinks.Debug.dll": {} - } - }, - "Serilog.Sinks.Trace/2.1.0": { - "type": "package", - "dependencies": { - "Serilog": "2.0.0", - "System.Diagnostics.TraceSource": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Serilog.Sinks.Trace.dll": {} - }, - "runtime": { - "lib/netstandard1.3/Serilog.Sinks.Trace.dll": {} - } - }, - "SharpDX/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.App": "1.0.5" - }, - "compile": { - "lib/netcoreapp1.0/SharpDX.dll": {} - }, - "runtime": { - "lib/netcoreapp1.0/SharpDX.dll": {} - } - }, - "SharpDX.Direct2D1/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.App": "1.0.5", - "SharpDX": "4.0.1", - "SharpDX.DXGI": "4.0.1" - }, - "compile": { - "lib/netcoreapp1.0/SharpDX.Direct2D1.dll": {} - }, - "runtime": { - "lib/netcoreapp1.0/SharpDX.Direct2D1.dll": {} - } - }, - "SharpDX.Direct3D11/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.App": "1.0.5", - "SharpDX": "4.0.1", - "SharpDX.DXGI": "4.0.1" - }, - "compile": { - "lib/netcoreapp1.0/SharpDX.Direct3D11.dll": {} - }, - "runtime": { - "lib/netcoreapp1.0/SharpDX.Direct3D11.dll": {} - } - }, - "SharpDX.DXGI/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.App": "1.0.5", - "SharpDX": "4.0.1" - }, - "compile": { - "lib/netcoreapp1.0/SharpDX.DXGI.dll": {} - }, - "runtime": { - "lib/netcoreapp1.0/SharpDX.DXGI.dll": {} - } - }, - "SharpGen.Runtime/1.2.1": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.0", - "System.Runtime.CompilerServices.Unsafe": "4.5.0" - }, - "compile": { - "lib/netstandard2.0/SharpGen.Runtime.dll": {} - }, - "runtime": { - "lib/netstandard2.0/SharpGen.Runtime.dll": {} - }, - "build": { - "build/_._": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/_._": {} - } - }, - "SharpGen.Runtime.COM/1.2.0": { - "type": "package", - "dependencies": { - "NETStandard.Library": "1.6.1", - "SharpGen.Runtime": "1.2.0", - "System.Memory": "4.5.2" - }, - "compile": { - "lib/netstandard1.1/SharpGen.Runtime.COM.dll": {} - }, - "runtime": { - "lib/netstandard1.1/SharpGen.Runtime.COM.dll": {} - }, - "build": { - "build/netstandard1.1/_._": {} - } - }, - "SkiaSharp/1.68.0": { - "type": "package", - "compile": { - "lib/netstandard1.3/SkiaSharp.dll": {} - }, - "runtime": { - "lib/netstandard1.3/SkiaSharp.dll": {} - }, - "runtimeTargets": { - "runtimes/osx/native/libSkiaSharp.dylib": { - "assetType": "native", - "rid": "osx" - }, - "runtimes/tizen-armel/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "tizen-armel" - }, - "runtimes/tizen-x86/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "tizen-x86" - }, - "runtimes/win-x64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x86" - } - } - }, - "System.AppContext/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.AppContext.dll": {} - } - }, - "System.Buffers/4.3.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Collections.Immutable.dll": {} - }, - "runtime": { - "lib/netstandard1.0/System.Collections.Immutable.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.1": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Annotations/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Console/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, "compile": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {} }, "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} + "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} }, "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { "assetType": "runtime", "rid": "unix" }, - "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Diagnostics.Process/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} - }, - "runtimeTargets": { - "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { - "assetType": "runtime", - "rid": "linux" - }, - "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Diagnostics.StackTrace/4.0.1": { + "System.ValueTuple/4.5.0": { "type": "package", - "dependencies": { - "System.Collections.Immutable": "1.2.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netcoreapp2.0/_._": {} }, "runtime": { - "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + "lib/netcoreapp2.0/_._": {} } }, - "System.Diagnostics.Tools/4.3.0": { + "Tmds.DBus/0.9.0": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.TraceSource/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Drawing.Common/4.5.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.Win32.SystemEvents": "4.5.0" - }, - "compile": { - "ref/netstandard2.0/System.Drawing.Common.dll": {} - }, - "runtime": { - "lib/netstandard2.0/System.Drawing.Common.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} - } - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.IO.dll": {} - } - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - } - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} - }, - "runtimeTargets": { - "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { - "assetType": "runtime", - "rid": "linux" - }, - "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "type": "package", - "dependencies": { - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} - } - }, - "System.Linq/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Linq.Parallel.dll": {} - } - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Linq.Queryable.dll": {} - } - }, - "System.Memory/4.5.3": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Net.Http/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Net.NameResolution/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} - } - }, - "System.Net.Requests/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Net.Security/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Net.Security.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} - } - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Numerics.Vectors.dll": {} - }, - "runtime": { - "lib/netstandard1.0/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} - } - }, - "System.Reactive/4.1.6": { - "type": "package", - "dependencies": { - "System.Runtime.InteropServices.WindowsRuntime": "4.3.0", - "System.Threading.Tasks.Extensions": "4.5.2" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.dll": {} - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.dll": {} - } - }, - "System.Reflection/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} - } - }, - "System.Reflection.DispatchProxy/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} - } - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Reflection.Metadata.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Resources.Reader.dll": {} - }, - "runtime": { - "lib/netstandard1.0/System.Resources.Reader.dll": {} - } - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/4.6.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "runtime": { - "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Runtime.InteropServices.WindowsRuntime/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Runtime.InteropServices.WindowsRuntime.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.InteropServices.WindowsRuntime.dll": {} - } - }, - "System.Runtime.Loader/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Runtime.Loader.dll": {} - } - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Numerics.dll": {} - } - }, - "System.Security.Claims/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Principal": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} - }, - "runtimeTargets": { - "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtime": { - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { - "assetType": "runtime", - "rid": "unix" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} - }, - "runtime": { - "lib/netstandard1.0/System.Security.Principal.dll": {} - } - }, - "System.Security.Principal.Windows/4.5.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} - }, - "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.CodePages/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.5.2": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} - } - }, - "System.Threading.Thread/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} - } - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} - } - }, - "System.ValueTuple/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XDocument.dll": {} - } - }, - "System.Xml.XmlDocument/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} - } - }, - "System.Xml.XPath/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.dll": {} - } - }, - "System.Xml.XPath.XDocument/4.0.1": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {} - } - }, - "Tmds.DBus/0.7.0": { - "type": "package", - "dependencies": { - "System.Reflection.Emit": "4.3.0", - "System.Security.Principal.Windows": "4.5.0" - }, - "compile": { - "lib/netstandard2.0/Tmds.DBus.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Tmds.DBus.dll": {} - } - } - }, - ".NETCoreApp,Version=v3.1/ubuntu-x64": { - "Avalonia/0.9.12": { - "type": "package", - "dependencies": { - "Avalonia.Remote.Protocol": "0.9.12", - "JetBrains.Annotations": "10.3.0", - "Serilog": "2.5.0", - "Serilog.Sinks.Debug": "1.0.0", - "Serilog.Sinks.Trace": "2.1.0", - "System.ComponentModel.Annotations": "4.5.0", - "System.Memory": "4.5.3", - "System.Reactive": "4.1.6", - "System.Reflection.Emit": "4.3.0", - "System.Runtime.CompilerServices.Unsafe": "4.6.0", - "System.ValueTuple": "4.5.0" - }, - "compile": { - "lib/netcoreapp2.0/Avalonia.Animation.dll": {}, - "lib/netcoreapp2.0/Avalonia.Base.dll": {}, - "lib/netcoreapp2.0/Avalonia.Controls.dll": {}, - "lib/netcoreapp2.0/Avalonia.DesignerSupport.dll": {}, - "lib/netcoreapp2.0/Avalonia.DesktopRuntime.dll": {}, - "lib/netcoreapp2.0/Avalonia.Diagnostics.dll": {}, - "lib/netcoreapp2.0/Avalonia.Dialogs.dll": {}, - "lib/netcoreapp2.0/Avalonia.Input.dll": {}, - "lib/netcoreapp2.0/Avalonia.Interactivity.dll": {}, - "lib/netcoreapp2.0/Avalonia.Layout.dll": {}, - "lib/netcoreapp2.0/Avalonia.Logging.Serilog.dll": {}, - "lib/netcoreapp2.0/Avalonia.Markup.Xaml.dll": {}, - "lib/netcoreapp2.0/Avalonia.Markup.dll": {}, - "lib/netcoreapp2.0/Avalonia.OpenGL.dll": {}, - "lib/netcoreapp2.0/Avalonia.Styling.dll": {}, - "lib/netcoreapp2.0/Avalonia.Themes.Default.dll": {}, - "lib/netcoreapp2.0/Avalonia.Visuals.dll": {}, - "lib/netcoreapp2.0/Avalonia.dll": {} - }, - "runtime": { - "lib/netcoreapp2.0/Avalonia.Animation.dll": {}, - "lib/netcoreapp2.0/Avalonia.Base.dll": {}, - "lib/netcoreapp2.0/Avalonia.Controls.dll": {}, - "lib/netcoreapp2.0/Avalonia.DesignerSupport.dll": {}, - "lib/netcoreapp2.0/Avalonia.DesktopRuntime.dll": {}, - "lib/netcoreapp2.0/Avalonia.Diagnostics.dll": {}, - "lib/netcoreapp2.0/Avalonia.Dialogs.dll": {}, - "lib/netcoreapp2.0/Avalonia.Input.dll": {}, - "lib/netcoreapp2.0/Avalonia.Interactivity.dll": {}, - "lib/netcoreapp2.0/Avalonia.Layout.dll": {}, - "lib/netcoreapp2.0/Avalonia.Logging.Serilog.dll": {}, - "lib/netcoreapp2.0/Avalonia.Markup.Xaml.dll": {}, - "lib/netcoreapp2.0/Avalonia.Markup.dll": {}, - "lib/netcoreapp2.0/Avalonia.OpenGL.dll": {}, - "lib/netcoreapp2.0/Avalonia.Styling.dll": {}, - "lib/netcoreapp2.0/Avalonia.Themes.Default.dll": {}, - "lib/netcoreapp2.0/Avalonia.Visuals.dll": {}, - "lib/netcoreapp2.0/Avalonia.dll": {} - }, - "build": { - "build/Avalonia.props": {}, - "build/Avalonia.targets": {} - } - }, - "Avalonia.Desktop/0.9.12": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.12", - "Avalonia.Direct2D1": "0.9.12", - "Avalonia.Native": "0.9.12", - "Avalonia.Skia": "0.9.12", - "Avalonia.Win32": "0.9.12", - "Avalonia.X11": "0.9.12" - }, - "compile": { - "lib/netstandard2.0/Avalonia.Desktop.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.Desktop.dll": {} - } - }, - "Avalonia.Direct2D1/0.9.12": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.12", - "JetBrains.Annotations": "10.3.0", - "SharpDX": "4.0.1", - "SharpDX.DXGI": "4.0.1", - "SharpDX.Direct2D1": "4.0.1", - "SharpDX.Direct3D11": "4.0.1", - "System.Reactive": "4.1.6" - }, - "compile": { - "lib/netstandard2.0/Avalonia.Direct2D1.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.Direct2D1.dll": {} - } - }, - "Avalonia.FreeDesktop/0.9.12": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.12", - "Tmds.DBus": "0.7.0" - }, - "compile": { - "lib/netstandard2.0/Avalonia.FreeDesktop.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.FreeDesktop.dll": {} - } - }, - "Avalonia.Native/0.9.12": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.12", - "SharpGen.Runtime": "1.2.1", - "SharpGen.Runtime.COM": "1.2.0" - }, - "compile": { - "lib/netstandard2.0/Avalonia.Native.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.Native.dll": {} - }, - "build": { - "build/netstandard2.0/_._": {} - } - }, - "Avalonia.Remote.Protocol/0.9.12": { - "type": "package", - "compile": { - "lib/netstandard2.0/Avalonia.Remote.Protocol.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.Remote.Protocol.dll": {} - } - }, - "Avalonia.Skia/0.9.12": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.12", - "Avalonia.Skia.Linux.Natives": "1.68.0.2", - "SkiaSharp": "1.68.0" - }, - "compile": { - "lib/netstandard2.0/Avalonia.Skia.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.Skia.dll": {} - } - }, - "Avalonia.Skia.Linux.Natives/1.68.0.2": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "SkiaSharp": "[1.68.0]" - }, - "compile": { - "lib/netcoreapp1.0/_._": {} - }, - "runtime": { - "lib/netcoreapp1.0/_._": {} - }, - "native": { - "runtimes/linux-x64/native/libSkiaSharp.so": {} - } - }, - "Avalonia.Win32/0.9.12": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.12", - "System.Drawing.Common": "4.5.0" - }, - "compile": { - "lib/netstandard2.0/Avalonia.Win32.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.Win32.dll": {} - } - }, - "Avalonia.X11/0.9.12": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.12", - "Avalonia.FreeDesktop": "0.9.12", - "Avalonia.Skia": "0.9.12" - }, - "compile": { - "lib/netstandard2.0/Avalonia.X11.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Avalonia.X11.dll": {} - } - }, - "Citrus.Avalonia/1.2.6": { - "type": "package", - "dependencies": { - "Avalonia": "0.9.0" - }, - "compile": { - "lib/netstandard2.0/Citrus.Avalonia.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Citrus.Avalonia.dll": {} - } - }, - "JetBrains.Annotations/10.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "lib/netstandard1.0/JetBrains.Annotations.dll": {} - }, - "runtime": { - "lib/netstandard1.0/JetBrains.Annotations.dll": {} - } - }, - "Libuv/1.9.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1" - }, - "native": { - "runtimes/debian-x64/native/libuv.so": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package" - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Collections.Immutable": "1.2.0", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.FileVersionInfo": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Diagnostics.Tools": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.CodePages": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath.XDocument": "4.0.1", - "System.Xml.XmlDocument": "4.0.1" - }, - "compile": { - "lib/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[1.3.0]" - }, - "compile": { - "lib/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.3.0" - }, - "compile": { - "lib/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} - } - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.0/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.NETCore.App/1.0.5": { - "type": "package", - "dependencies": { - "Libuv": "1.9.1", - "Microsoft.CSharp": "4.0.1", - "Microsoft.CodeAnalysis.CSharp": "1.3.0", - "Microsoft.CodeAnalysis.VisualBasic": "1.3.0", - "Microsoft.NETCore.DotNetHostPolicy": "1.0.5", - "Microsoft.NETCore.Platforms": "1.0.2", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.7", - "Microsoft.VisualBasic": "10.0.1", - "NETStandard.Library": "1.6.0", - "System.Buffers": "4.0.0", - "System.Collections.Immutable": "1.2.0", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Annotations": "4.1.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO.FileSystem.Watcher": "4.0.0", - "System.IO.MemoryMappedFiles": "4.0.0", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Linq.Expressions": "4.1.1", - "System.Linq.Parallel": "4.0.1", - "System.Linq.Queryable": "4.0.1", - "System.Net.Http": "4.1.2", - "System.Net.NameResolution": "4.0.0", - "System.Net.Requests": "4.0.11", - "System.Net.Security": "4.0.1", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Numerics.Vectors": "4.1.1", - "System.Reflection.DispatchProxy": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Loader": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Tasks.Extensions": "4.0.0", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System.Security.Cryptography": "4.0.1" - }, - "compile": { - "lib/netcoreapp1.0/_._": {} - }, - "runtime": { - "lib/netcoreapp1.0/_._": {} - } - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "type": "package" - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.5": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "1.0.1" - } - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.DotNetHost": "1.0.1" - } - }, - "Microsoft.NETCore.Jit/1.0.7": { - "type": "package" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.7": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Jit": "1.0.7", - "Microsoft.NETCore.Windows.ApiSets": "1.0.1" - } - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "type": "package" - }, - "Microsoft.VisualBasic/10.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/Microsoft.VisualBasic.dll": {} - }, - "runtime": { - "lib/netstandard1.3/Microsoft.VisualBasic.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.unix.Microsoft.Win32.Primitives": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} - } - }, - "Microsoft.Win32.Registry/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {} - } - }, - "Microsoft.Win32.SystemEvents/4.5.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "compile": { - "ref/netstandard2.0/_._": {} - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {} - } - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "runtime.any.System.Collections/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Collections.dll": {} - } - }, - "runtime.any.System.Diagnostics.Tools/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.Tools.dll": {} - } - }, - "runtime.any.System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} - } - }, - "runtime.any.System.Globalization/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Globalization.dll": {} - } - }, - "runtime.any.System.Globalization.Calendars/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Globalization.Calendars.dll": {} - } - }, - "runtime.any.System.IO/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.IO.dll": {} - } - }, - "runtime.any.System.Reflection/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Reflection.dll": {} - } - }, - "runtime.any.System.Reflection.Extensions/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Extensions.dll": {} - } - }, - "runtime.any.System.Reflection.Primitives/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Primitives.dll": {} - } - }, - "runtime.any.System.Resources.ResourceManager/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} - } - }, - "runtime.any.System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Runtime.dll": {} - } - }, - "runtime.any.System.Runtime.Handles/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Handles.dll": {} - } - }, - "runtime.any.System.Runtime.InteropServices/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} - } - }, - "runtime.any.System.Text.Encoding/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Text.Encoding.dll": {} - } - }, - "runtime.any.System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} - } - }, - "runtime.any.System.Threading.Tasks/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Tasks.dll": {} - } - }, - "runtime.any.System.Threading.Timer/4.3.0": { - "type": "package", - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Timer.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Net.Security/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2", - "Microsoft.NETCore.Targets": "1.0.3" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package" - }, - "runtime.unix.Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {} - } - }, - "runtime.unix.System.Console/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Console.dll": {} - } - }, - "runtime.unix.System.Diagnostics.Debug/4.3.0": { - "type": "package", - "dependencies": { - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} - } - }, - "runtime.unix.System.IO.FileSystem/4.3.0": { - "type": "package", - "dependencies": { - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {} - } - }, - "runtime.unix.System.Net.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Net.Primitives.dll": {} - } - }, - "runtime.unix.System.Net.Sockets/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Net.Sockets.dll": {} - } - }, - "runtime.unix.System.Private.Uri/4.3.0": { - "type": "package", - "dependencies": { - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {} - } - }, - "runtime.unix.System.Runtime.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {} - } - }, - "Serilog/2.5.0": { - "type": "package", - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/Serilog.dll": {} - }, - "runtime": { - "lib/netstandard1.3/Serilog.dll": {} - } - }, - "Serilog.Sinks.Debug/1.0.0": { - "type": "package", - "dependencies": { - "Serilog": "2.5.0", - "System.Diagnostics.Debug": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/Serilog.Sinks.Debug.dll": {} - }, - "runtime": { - "lib/netstandard1.0/Serilog.Sinks.Debug.dll": {} - } - }, - "Serilog.Sinks.Trace/2.1.0": { - "type": "package", - "dependencies": { - "Serilog": "2.0.0", - "System.Diagnostics.TraceSource": "4.0.0" - }, - "compile": { - "lib/netstandard1.3/Serilog.Sinks.Trace.dll": {} - }, - "runtime": { - "lib/netstandard1.3/Serilog.Sinks.Trace.dll": {} - } - }, - "SharpDX/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.App": "1.0.5" - }, - "compile": { - "lib/netcoreapp1.0/SharpDX.dll": {} - }, - "runtime": { - "lib/netcoreapp1.0/SharpDX.dll": {} - } - }, - "SharpDX.Direct2D1/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.App": "1.0.5", - "SharpDX": "4.0.1", - "SharpDX.DXGI": "4.0.1" - }, - "compile": { - "lib/netcoreapp1.0/SharpDX.Direct2D1.dll": {} - }, - "runtime": { - "lib/netcoreapp1.0/SharpDX.Direct2D1.dll": {} - } - }, - "SharpDX.Direct3D11/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.App": "1.0.5", - "SharpDX": "4.0.1", - "SharpDX.DXGI": "4.0.1" - }, - "compile": { - "lib/netcoreapp1.0/SharpDX.Direct3D11.dll": {} - }, - "runtime": { - "lib/netcoreapp1.0/SharpDX.Direct3D11.dll": {} - } - }, - "SharpDX.DXGI/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.App": "1.0.5", - "SharpDX": "4.0.1" - }, - "compile": { - "lib/netcoreapp1.0/SharpDX.DXGI.dll": {} - }, - "runtime": { - "lib/netcoreapp1.0/SharpDX.DXGI.dll": {} - } - }, - "SharpGen.Runtime/1.2.1": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.0", - "System.Runtime.CompilerServices.Unsafe": "4.5.0" - }, - "compile": { - "lib/netstandard2.0/SharpGen.Runtime.dll": {} - }, - "runtime": { - "lib/netstandard2.0/SharpGen.Runtime.dll": {} - }, - "build": { - "build/_._": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/_._": {} - } - }, - "SharpGen.Runtime.COM/1.2.0": { - "type": "package", - "dependencies": { - "NETStandard.Library": "1.6.1", - "SharpGen.Runtime": "1.2.0", - "System.Memory": "4.5.2" - }, - "compile": { - "lib/netstandard1.1/SharpGen.Runtime.COM.dll": {} - }, - "runtime": { - "lib/netstandard1.1/SharpGen.Runtime.COM.dll": {} - }, - "build": { - "build/netstandard1.1/_._": {} - } - }, - "SkiaSharp/1.68.0": { - "type": "package", - "compile": { - "lib/netstandard1.3/SkiaSharp.dll": {} - }, - "runtime": { - "lib/netstandard1.3/SkiaSharp.dll": {} - } - }, - "System.AppContext/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.AppContext.dll": {} - } - }, - "System.Buffers/4.3.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "lib/netstandard1.1/System.Buffers.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Collections": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Collections.Immutable.dll": {} - }, - "runtime": { - "lib/netstandard1.0/System.Collections.Immutable.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.1": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.Annotations/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Console/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.unix.System.Console": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.unix.System.Diagnostics.Debug": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": {} - } - }, - "System.Diagnostics.Process/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.4/System.Diagnostics.Process.dll": {} - }, - "runtime": { - "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": {} - } - }, - "System.Diagnostics.StackTrace/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections.Immutable": "1.2.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} - } - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Diagnostics.Tools": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.TraceSource/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Diagnostics.Tracing": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Drawing.Common/4.5.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", - "Microsoft.Win32.SystemEvents": "4.5.0" - }, - "compile": { - "ref/netstandard2.0/System.Drawing.Common.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll": {} - } - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Globalization": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Globalization.Calendars": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} - } - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Extensions.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": {} - } - }, - "System.IO/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.any.System.IO": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.IO.dll": {} - } - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {} - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - } - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.unix.System.IO.FileSystem": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} - }, - "runtime": { - "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} - } - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.IO.UnmanagedMemoryStream": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} - } - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "type": "package", - "dependencies": { - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} - } - }, - "System.Linq/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/System.Linq.Parallel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Linq.Parallel.dll": {} - } - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Linq.Queryable.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Linq.Queryable.dll": {} - } - }, - "System.Memory/4.5.3": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Net.Http/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": {} - } - }, - "System.Net.NameResolution/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.NameResolution.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": {} - } - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "runtime.unix.System.Net.Primitives": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} - } - }, - "System.Net.Requests/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Requests.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": {} - } - }, - "System.Net.Security/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Security.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": {} - } - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.unix.System.Net.Sockets": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} - } - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} - } - }, - "System.Numerics.Vectors/4.1.1": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Numerics.Vectors.dll": {} - }, - "runtime": { - "lib/netstandard1.0/System.Numerics.Vectors.dll": {} - } - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} - } - }, - "System.Private.Uri/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "runtime.unix.System.Private.Uri": "4.3.0" - }, - "compile": { - "ref/netstandard/_._": {} - } - }, - "System.Reactive/4.1.6": { - "type": "package", - "dependencies": { - "System.Runtime.InteropServices.WindowsRuntime": "4.3.0", - "System.Threading.Tasks.Extensions": "4.5.2" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.dll": {} - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.dll": {} - } - }, - "System.Reflection/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Reflection": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} - } - }, - "System.Reflection.DispatchProxy/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} - } - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Reflection.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Reflection.Metadata.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Reflection.Primitives": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/System.Resources.Reader.dll": {} - }, - "runtime": { - "lib/netstandard1.0/System.Resources.Reader.dll": {} - } - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Resources.ResourceManager": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "runtime.any.System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/4.6.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "runtime": { - "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.unix.System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "runtime.any.System.Runtime.InteropServices": "4.3.0" - }, - "compile": { - "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.InteropServices.WindowsRuntime/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Runtime.InteropServices.WindowsRuntime.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.InteropServices.WindowsRuntime.dll": {} - } - }, - "System.Runtime.Loader/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Runtime.Loader.dll": {} - } - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Numerics.dll": {} - } - }, - "System.Security.Claims/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Principal": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {} - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Security.Principal.dll": {} - }, - "runtime": { - "lib/netstandard1.0/System.Security.Principal.dll": {} - } - }, - "System.Security.Principal.Windows/4.5.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - }, - "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} - }, - "runtime": { - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.CodePages/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.any.System.Text.Encoding.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} - }, - "runtime": { - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.5.2": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} - } - }, - "System.Threading.Thread/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} - } - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Threading.Timer": "4.3.0" - }, - "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} - } - }, - "System.ValueTuple/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XDocument.dll": {} - } - }, - "System.Xml.XmlDocument/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} - } - }, - "System.Xml.XPath/4.0.1": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.dll": {} - } - }, - "System.Xml.XPath.XDocument/4.0.1": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11", - "System.Xml.XPath": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {} - } - }, - "Tmds.DBus/0.7.0": { - "type": "package", - "dependencies": { - "System.Reflection.Emit": "4.3.0", - "System.Security.Principal.Windows": "4.5.0" - }, - "compile": { - "lib/netstandard2.0/Tmds.DBus.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Tmds.DBus.dll": {} - } - } - } - }, - "libraries": { - "Avalonia/0.9.12": { - "sha512": "DfqzTQVI5x7Uu6WpxQNdSqkCYsrOp45O4lcVIXxhuBb7IXfL9ax+8LU+rRzRBC/SeZGFD60g20HI9nhiFDoSDg==", - "type": "package", - "path": "avalonia/0.9.12", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.0.9.12.nupkg.sha512", - "avalonia.nuspec", - "build/Avalonia.props", - "build/Avalonia.targets", - "build/AvaloniaBuildTasks.props", - "build/AvaloniaBuildTasks.targets", - "build/AvaloniaItemSchema.xaml", - "lib/net461/Avalonia.Animation.dll", - "lib/net461/Avalonia.Animation.pdb", - "lib/net461/Avalonia.Animation.xml", - "lib/net461/Avalonia.Base.dll", - "lib/net461/Avalonia.Base.pdb", - "lib/net461/Avalonia.Base.xml", - "lib/net461/Avalonia.Controls.dll", - "lib/net461/Avalonia.Controls.pdb", - "lib/net461/Avalonia.Controls.xml", - "lib/net461/Avalonia.DesignerSupport.dll", - "lib/net461/Avalonia.DesignerSupport.pdb", - "lib/net461/Avalonia.DesignerSupport.xml", - "lib/net461/Avalonia.DesktopRuntime.dll", - "lib/net461/Avalonia.DesktopRuntime.pdb", - "lib/net461/Avalonia.DesktopRuntime.xml", - "lib/net461/Avalonia.Diagnostics.dll", - "lib/net461/Avalonia.Diagnostics.pdb", - "lib/net461/Avalonia.Diagnostics.xml", - "lib/net461/Avalonia.Dialogs.dll", - "lib/net461/Avalonia.Dialogs.pdb", - "lib/net461/Avalonia.Dialogs.xml", - "lib/net461/Avalonia.Input.dll", - "lib/net461/Avalonia.Input.pdb", - "lib/net461/Avalonia.Input.xml", - "lib/net461/Avalonia.Interactivity.dll", - "lib/net461/Avalonia.Interactivity.pdb", - "lib/net461/Avalonia.Interactivity.xml", - "lib/net461/Avalonia.Layout.dll", - "lib/net461/Avalonia.Layout.pdb", - "lib/net461/Avalonia.Layout.xml", - "lib/net461/Avalonia.Logging.Serilog.dll", - "lib/net461/Avalonia.Logging.Serilog.pdb", - "lib/net461/Avalonia.Logging.Serilog.xml", - "lib/net461/Avalonia.Markup.Xaml.dll", - "lib/net461/Avalonia.Markup.Xaml.pdb", - "lib/net461/Avalonia.Markup.Xaml.xml", - "lib/net461/Avalonia.Markup.dll", - "lib/net461/Avalonia.Markup.pdb", - "lib/net461/Avalonia.Markup.xml", - "lib/net461/Avalonia.OpenGL.dll", - "lib/net461/Avalonia.OpenGL.pdb", - "lib/net461/Avalonia.OpenGL.xml", - "lib/net461/Avalonia.Styling.dll", - "lib/net461/Avalonia.Styling.pdb", - "lib/net461/Avalonia.Styling.xml", - "lib/net461/Avalonia.Themes.Default.dll", - "lib/net461/Avalonia.Themes.Default.pdb", - "lib/net461/Avalonia.Themes.Default.xml", - "lib/net461/Avalonia.Visuals.dll", - "lib/net461/Avalonia.Visuals.pdb", - "lib/net461/Avalonia.Visuals.xml", - "lib/net461/Avalonia.dll", - "lib/net461/Avalonia.xml", - "lib/netcoreapp2.0/Avalonia.Animation.dll", - "lib/netcoreapp2.0/Avalonia.Animation.pdb", - "lib/netcoreapp2.0/Avalonia.Animation.xml", - "lib/netcoreapp2.0/Avalonia.Base.dll", - "lib/netcoreapp2.0/Avalonia.Base.pdb", - "lib/netcoreapp2.0/Avalonia.Base.xml", - "lib/netcoreapp2.0/Avalonia.Controls.dll", - "lib/netcoreapp2.0/Avalonia.Controls.pdb", - "lib/netcoreapp2.0/Avalonia.Controls.xml", - "lib/netcoreapp2.0/Avalonia.DesignerSupport.dll", - "lib/netcoreapp2.0/Avalonia.DesignerSupport.pdb", - "lib/netcoreapp2.0/Avalonia.DesignerSupport.xml", - "lib/netcoreapp2.0/Avalonia.DesktopRuntime.dll", - "lib/netcoreapp2.0/Avalonia.DesktopRuntime.pdb", - "lib/netcoreapp2.0/Avalonia.DesktopRuntime.xml", - "lib/netcoreapp2.0/Avalonia.Diagnostics.dll", - "lib/netcoreapp2.0/Avalonia.Diagnostics.pdb", - "lib/netcoreapp2.0/Avalonia.Diagnostics.xml", - "lib/netcoreapp2.0/Avalonia.Dialogs.dll", - "lib/netcoreapp2.0/Avalonia.Dialogs.pdb", - "lib/netcoreapp2.0/Avalonia.Dialogs.xml", - "lib/netcoreapp2.0/Avalonia.Input.dll", - "lib/netcoreapp2.0/Avalonia.Input.pdb", - "lib/netcoreapp2.0/Avalonia.Input.xml", - "lib/netcoreapp2.0/Avalonia.Interactivity.dll", - "lib/netcoreapp2.0/Avalonia.Interactivity.pdb", - "lib/netcoreapp2.0/Avalonia.Interactivity.xml", - "lib/netcoreapp2.0/Avalonia.Layout.dll", - "lib/netcoreapp2.0/Avalonia.Layout.pdb", - "lib/netcoreapp2.0/Avalonia.Layout.xml", - "lib/netcoreapp2.0/Avalonia.Logging.Serilog.dll", - "lib/netcoreapp2.0/Avalonia.Logging.Serilog.pdb", - "lib/netcoreapp2.0/Avalonia.Logging.Serilog.xml", - "lib/netcoreapp2.0/Avalonia.Markup.Xaml.dll", - "lib/netcoreapp2.0/Avalonia.Markup.Xaml.pdb", - "lib/netcoreapp2.0/Avalonia.Markup.Xaml.xml", - "lib/netcoreapp2.0/Avalonia.Markup.dll", - "lib/netcoreapp2.0/Avalonia.Markup.pdb", - "lib/netcoreapp2.0/Avalonia.Markup.xml", - "lib/netcoreapp2.0/Avalonia.OpenGL.dll", - "lib/netcoreapp2.0/Avalonia.OpenGL.pdb", - "lib/netcoreapp2.0/Avalonia.OpenGL.xml", - "lib/netcoreapp2.0/Avalonia.Styling.dll", - "lib/netcoreapp2.0/Avalonia.Styling.pdb", - "lib/netcoreapp2.0/Avalonia.Styling.xml", - "lib/netcoreapp2.0/Avalonia.Themes.Default.dll", - "lib/netcoreapp2.0/Avalonia.Themes.Default.pdb", - "lib/netcoreapp2.0/Avalonia.Themes.Default.xml", - "lib/netcoreapp2.0/Avalonia.Visuals.dll", - "lib/netcoreapp2.0/Avalonia.Visuals.pdb", - "lib/netcoreapp2.0/Avalonia.Visuals.xml", - "lib/netcoreapp2.0/Avalonia.dll", - "lib/netcoreapp2.0/Avalonia.xml", - "lib/netstandard2.0/Avalonia.Animation.dll", - "lib/netstandard2.0/Avalonia.Animation.pdb", - "lib/netstandard2.0/Avalonia.Animation.xml", - "lib/netstandard2.0/Avalonia.Base.dll", - "lib/netstandard2.0/Avalonia.Base.pdb", - "lib/netstandard2.0/Avalonia.Base.xml", - "lib/netstandard2.0/Avalonia.Controls.dll", - "lib/netstandard2.0/Avalonia.Controls.pdb", - "lib/netstandard2.0/Avalonia.Controls.xml", - "lib/netstandard2.0/Avalonia.DesignerSupport.dll", - "lib/netstandard2.0/Avalonia.DesignerSupport.pdb", - "lib/netstandard2.0/Avalonia.DesignerSupport.xml", - "lib/netstandard2.0/Avalonia.Diagnostics.dll", - "lib/netstandard2.0/Avalonia.Diagnostics.pdb", - "lib/netstandard2.0/Avalonia.Diagnostics.xml", - "lib/netstandard2.0/Avalonia.Dialogs.dll", - "lib/netstandard2.0/Avalonia.Dialogs.pdb", - "lib/netstandard2.0/Avalonia.Dialogs.xml", - "lib/netstandard2.0/Avalonia.Input.dll", - "lib/netstandard2.0/Avalonia.Input.pdb", - "lib/netstandard2.0/Avalonia.Input.xml", - "lib/netstandard2.0/Avalonia.Interactivity.dll", - "lib/netstandard2.0/Avalonia.Interactivity.pdb", - "lib/netstandard2.0/Avalonia.Interactivity.xml", - "lib/netstandard2.0/Avalonia.Layout.dll", - "lib/netstandard2.0/Avalonia.Layout.pdb", - "lib/netstandard2.0/Avalonia.Layout.xml", - "lib/netstandard2.0/Avalonia.Logging.Serilog.dll", - "lib/netstandard2.0/Avalonia.Logging.Serilog.pdb", - "lib/netstandard2.0/Avalonia.Logging.Serilog.xml", - "lib/netstandard2.0/Avalonia.Markup.Xaml.dll", - "lib/netstandard2.0/Avalonia.Markup.Xaml.pdb", - "lib/netstandard2.0/Avalonia.Markup.Xaml.xml", - "lib/netstandard2.0/Avalonia.Markup.dll", - "lib/netstandard2.0/Avalonia.Markup.pdb", - "lib/netstandard2.0/Avalonia.Markup.xml", - "lib/netstandard2.0/Avalonia.OpenGL.dll", - "lib/netstandard2.0/Avalonia.OpenGL.pdb", - "lib/netstandard2.0/Avalonia.OpenGL.xml", - "lib/netstandard2.0/Avalonia.Styling.dll", - "lib/netstandard2.0/Avalonia.Styling.pdb", - "lib/netstandard2.0/Avalonia.Styling.xml", - "lib/netstandard2.0/Avalonia.Themes.Default.dll", - "lib/netstandard2.0/Avalonia.Themes.Default.pdb", - "lib/netstandard2.0/Avalonia.Themes.Default.xml", - "lib/netstandard2.0/Avalonia.Visuals.dll", - "lib/netstandard2.0/Avalonia.Visuals.pdb", - "lib/netstandard2.0/Avalonia.Visuals.xml", - "lib/netstandard2.0/Avalonia.dll", - "lib/netstandard2.0/Avalonia.xml", - "tools/net461/designer/Avalonia.Designer.HostApp.exe", - "tools/netcoreapp2.0/designer/Avalonia.Designer.HostApp.dll", - "tools/netstandard2.0/Avalonia.Build.Tasks.dll", - "tools/netstandard2.0/Avalonia.Build.Tasks.pdb" - ] - }, - "Avalonia.Desktop/0.9.12": { - "sha512": "e30JwlGf9bUa/4Aizpuy6a2WlIfdoTSy+OwdZDyiayg1kN8tG6py9vNctvWNgC/5QnhRXAzFk1YzWvgLpma0Pg==", - "type": "package", - "path": "avalonia.desktop/0.9.12", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.desktop.0.9.12.nupkg.sha512", - "avalonia.desktop.nuspec", - "lib/netstandard2.0/Avalonia.Desktop.dll", - "lib/netstandard2.0/Avalonia.Desktop.pdb", - "lib/netstandard2.0/Avalonia.Desktop.xml" - ] - }, - "Avalonia.Direct2D1/0.9.12": { - "sha512": "qaWmmkV6O14gDofOVSPweMvPeH0rqDQULPwnvXsQ8obJIFRpD4XkQXtdNX4jS+vi7cKuE/c8u6rbg7FtbfO7BQ==", - "type": "package", - "path": "avalonia.direct2d1/0.9.12", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.direct2d1.0.9.12.nupkg.sha512", - "avalonia.direct2d1.nuspec", - "lib/netstandard2.0/Avalonia.Direct2D1.dll", - "lib/netstandard2.0/Avalonia.Direct2D1.pdb", - "lib/netstandard2.0/Avalonia.Direct2D1.xml" - ] - }, - "Avalonia.FreeDesktop/0.9.12": { - "sha512": "kGFGvXFxE78vDfV8kxlkU1iNEbN+3l14xoC0rj1CBn3HHgp7smJaEumtJ64ckuVqaXY1BGat9WLlp0h3G+QJAQ==", - "type": "package", - "path": "avalonia.freedesktop/0.9.12", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.freedesktop.0.9.12.nupkg.sha512", - "avalonia.freedesktop.nuspec", - "lib/netstandard2.0/Avalonia.FreeDesktop.dll", - "lib/netstandard2.0/Avalonia.FreeDesktop.pdb", - "lib/netstandard2.0/Avalonia.FreeDesktop.xml" - ] - }, - "Avalonia.Native/0.9.12": { - "sha512": "K8ZkaT+CPnhF7TjMmYY2taXrSNkQAMoZdTpgUXlxW5hk6K4pD8oN1mEXuM0MY0BPzXNh8fUNhEEHktt7+D2SHg==", - "type": "package", - "path": "avalonia.native/0.9.12", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.native.0.9.12.nupkg.sha512", - "avalonia.native.nuspec", - "build/netstandard2.0/Avalonia.Native.BindMapping.xml", - "build/netstandard2.0/Avalonia.Native.props", - "buildMultiTargeting/netstandard2.0/Avalonia.Native.BindMapping.xml", - "buildMultiTargeting/netstandard2.0/Avalonia.Native.props", - "lib/netstandard2.0/Avalonia.Native.dll", - "lib/netstandard2.0/Avalonia.Native.pdb", - "lib/netstandard2.0/Avalonia.Native.xml", - "runtimes/osx/native/libAvaloniaNative.dylib" - ] - }, - "Avalonia.Remote.Protocol/0.9.12": { - "sha512": "ebj8S6zs0iJUiyegQMrEZlIrEulFuilSHWdxnascTfCZUwUqq5v88di14ksyYtLe49S8gWPsIb4pLeBJsUTQlg==", - "type": "package", - "path": "avalonia.remote.protocol/0.9.12", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.remote.protocol.0.9.12.nupkg.sha512", - "avalonia.remote.protocol.nuspec", - "lib/netstandard2.0/Avalonia.Remote.Protocol.dll", - "lib/netstandard2.0/Avalonia.Remote.Protocol.pdb", - "lib/netstandard2.0/Avalonia.Remote.Protocol.xml" - ] - }, - "Avalonia.Skia/0.9.12": { - "sha512": "WiBKVRiroYXCxGvV57lJiut9ISis0zmNWBp0/T56vEGhJkjuZuvImGYG72mKXe/IktzEOpAjs5U4fLCNCJub/Q==", - "type": "package", - "path": "avalonia.skia/0.9.12", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.skia.0.9.12.nupkg.sha512", - "avalonia.skia.nuspec", - "lib/netstandard2.0/Avalonia.Skia.dll", - "lib/netstandard2.0/Avalonia.Skia.pdb", - "lib/netstandard2.0/Avalonia.Skia.xml" - ] - }, - "Avalonia.Skia.Linux.Natives/1.68.0.2": { - "sha512": "+QOEmxgocpdXCeDp9e/dP1ZW+J9G4U3IcnwRHBD5tn6hYCGoroE1Wsdws49EE1qF5UjfxhMzy3cgoxuXC/D3pA==", - "type": "package", - "path": "avalonia.skia.linux.natives/1.68.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.skia.linux.natives.1.68.0.2.nupkg.sha512", - "avalonia.skia.linux.natives.nuspec", - "build/net45/Avalonia.Skia.Linux.Natives.targets", - "lib/net45/_._", - "lib/netcoreapp1.0/_._", - "lib/netstandard1.1/_._", - "runtimes/linux-arm/native/libSkiaSharp.so", - "runtimes/linux-x64/native/libSkiaSharp.so" - ] - }, - "Avalonia.Win32/0.9.12": { - "sha512": "idimBlkjqFNR6PvobwB6fNimquClk3ur+JYDPHvP44dhc9Vlz4dd0luWVyekayZAor/rGUAx/zEBWDuEXpckvQ==", - "type": "package", - "path": "avalonia.win32/0.9.12", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.win32.0.9.12.nupkg.sha512", - "avalonia.win32.nuspec", - "lib/netstandard2.0/Avalonia.Win32.dll", - "lib/netstandard2.0/Avalonia.Win32.pdb", - "lib/netstandard2.0/Avalonia.Win32.xml" - ] - }, - "Avalonia.X11/0.9.12": { - "sha512": "Wyzk+aWgtBa0tQbQQ+EQ3K72cRBDPwXN5usWNQ9vCf0OwxyKET36Q+RpVIyaSdvPCjpjRqZ7ChtMIrHQaFVcPw==", - "type": "package", - "path": "avalonia.x11/0.9.12", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "avalonia.x11.0.9.12.nupkg.sha512", - "avalonia.x11.nuspec", - "lib/netstandard2.0/Avalonia.X11.dll", - "lib/netstandard2.0/Avalonia.X11.pdb", - "lib/netstandard2.0/Avalonia.X11.xml" - ] - }, - "Citrus.Avalonia/1.2.6": { - "sha512": "NbqxoNgQz6JlUX9U2hKwmdyRUzGEyZWz4RkaixVatqEBJXQ2bIZZJaRY7gqFnbT6ItdrijcHx6FXQMZEZ2zwTQ==", - "type": "package", - "path": "citrus.avalonia/1.2.6", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "citrus.avalonia.1.2.6.nupkg.sha512", - "citrus.avalonia.nuspec", - "lib/netstandard2.0/Citrus.Avalonia.dll" - ] - }, - "JetBrains.Annotations/10.3.0": { - "sha512": "0GLU9lwGVXjUNlr9ZIdAgjqLI2Zm/XFGJFaqJ1T1sU+kwfeMLhm68+rblUrNUP9psRl4i8yM7Ghb4ia4oI2E5g==", - "type": "package", - "path": "jetbrains.annotations/10.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "jetbrains.annotations.10.3.0.nupkg.sha512", - "jetbrains.annotations.nuspec", - "lib/net/JetBrains.Annotations.dll", - "lib/net/JetBrains.Annotations.xml", - "lib/netstandard1.0/JetBrains.Annotations.dll", - "lib/netstandard1.0/JetBrains.Annotations.xml", - "lib/portable-net4+sl4+wp7+netcore45/JetBrains.Annotations.dll", - "lib/portable-net4+sl4+wp7+netcore45/JetBrains.Annotations.xml", - "lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/JetBrains.Annotations.dll", - "lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/JetBrains.Annotations.xml" - ] - }, - "Libuv/1.9.1": { - "sha512": "uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==", - "type": "package", - "path": "libuv/1.9.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "License.txt", - "libuv.1.9.1.nupkg.sha512", - "libuv.nuspec", - "runtimes/debian-x64/native/libuv.so", - "runtimes/fedora-x64/native/libuv.so", - "runtimes/opensuse-x64/native/libuv.so", - "runtimes/osx/native/libuv.dylib", - "runtimes/rhel-x64/native/libuv.so", - "runtimes/win7-arm/native/libuv.dll", - "runtimes/win7-x64/native/libuv.dll", - "runtimes/win7-x86/native/libuv.dll" - ] - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "sha512": "HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "type": "package", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hasTools": true, - "files": [ - ".nupkg.metadata", - "ThirdPartyNotices.rtf", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", - "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512", - "microsoft.codeanalysis.analyzers.nuspec", - "tools/install.ps1", - "tools/uninstall.ps1" - ] - }, - "Microsoft.CodeAnalysis.Common/1.3.0": { - "sha512": "V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==", - "type": "package", - "path": "microsoft.codeanalysis.common/1.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.rtf", - "lib/net45/Microsoft.CodeAnalysis.dll", - "lib/net45/Microsoft.CodeAnalysis.xml", - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll", - "lib/netstandard1.3/Microsoft.CodeAnalysis.xml", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml", - "microsoft.codeanalysis.common.1.3.0.nupkg.sha512", - "microsoft.codeanalysis.common.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp/1.3.0": { - "sha512": "BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==", - "type": "package", - "path": "microsoft.codeanalysis.csharp/1.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.rtf", - "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net45/Microsoft.CodeAnalysis.CSharp.xml", - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml", - "microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512", - "microsoft.codeanalysis.csharp.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic/1.3.0": { - "sha512": "Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic/1.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.rtf", - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll", - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml", - "microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.nuspec" - ] - }, - "Microsoft.CSharp/4.0.1": { - "sha512": "17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "type": "package", - "path": "microsoft.csharp/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netstandard1.3/Microsoft.CSharp.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.csharp.4.0.1.nupkg.sha512", - "microsoft.csharp.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netstandard1.0/Microsoft.CSharp.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "Microsoft.NETCore.App/1.0.5": { - "sha512": "rqd+4QNUIdrauKaP8KVo2Ut5OeEGoyOsAMZr7u1IEtSRx5LeA1omVCLpY0TJ5Z47jfMm/MRuD/RG5Ahg8WwX2w==", - "type": "package", - "path": "microsoft.netcore.app/1.0.5", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netcoreapp1.0/_._", - "microsoft.netcore.app.1.0.5.nupkg.sha512", - "microsoft.netcore.app.nuspec" - ] - }, - "Microsoft.NETCore.DotNetHost/1.0.1": { - "sha512": "uaMgykq6AckP3hZW4dsD6zjocxyXPz0tcTl8OX7mlSUWsyFXdtf45sjdwI0JIHxt3gnI6GihAlOAwYK8HE4niQ==", - "type": "package", - "path": "microsoft.netcore.dotnethost/1.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", - "microsoft.netcore.dotnethost.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.DotNetHostPolicy/1.0.5": { - "sha512": "KR8e8+lh/YnhD0wDCMBRUjn0/VnryxHbu6I61U6m7PAyz9HbRr+iX3BYL925OHMFuFmk1atc/RRGjGtVOVrvrg==", - "type": "package", - "path": "microsoft.netcore.dotnethostpolicy/1.0.5", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512", - "microsoft.netcore.dotnethostpolicy.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.DotNetHostResolver/1.0.1": { - "sha512": "GEXgpAHB9E0OhfcmNJ664Xcd2bJkz2qkGIAFmCgEI5ANlQy4qEEmBVfUqA+Z9HB85ZwWxZc1eIJ6fxdxcjrctg==", - "type": "package", - "path": "microsoft.netcore.dotnethostresolver/1.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512", - "microsoft.netcore.dotnethostresolver.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.Jit/1.0.7": { - "sha512": "pNYSZFvX14x4ubToTLxj9O9xNIEg1kHaL6gkMr8urWKIY65cu8272KRlT3cgJCKLbzFO0XZDjvPlRBCFrbJm7Q==", - "type": "package", - "path": "microsoft.netcore.jit/1.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "microsoft.netcore.jit.1.0.7.nupkg.sha512", - "microsoft.netcore.jit.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "type": "package", - "path": "microsoft.netcore.platforms/2.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.2.0.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.7": { - "sha512": "t81co+R1xDubSQDDYP+zddd1Eya7xGeN2XlJMSsNFUCKRm35/5u8knnXOQTdfE1nf6bYqPROt18WlhdZui1FLA==", - "type": "package", - "path": "microsoft.netcore.runtime.coreclr/1.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512", - "microsoft.netcore.runtime.coreclr.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.Targets/1.1.0": { - "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "type": "package", - "path": "microsoft.netcore.targets/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.0.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1": { - "sha512": "SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==", - "type": "package", - "path": "microsoft.netcore.windows.apisets/1.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", - "microsoft.netcore.windows.apisets.nuspec", - "runtime.json" - ] - }, - "Microsoft.VisualBasic/10.0.1": { - "sha512": "HpNyOf/4Tp2lh4FyywB55VITk0SqVxEjDzsVDDyF1yafDN6Bq18xcHowzCPINyYHUTgGcEtmpYiRsFdSo0KKdQ==", - "type": "package", - "path": "microsoft.visualbasic/10.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net45/_._", - "lib/netcore50/Microsoft.VisualBasic.dll", - "lib/netstandard1.3/Microsoft.VisualBasic.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "microsoft.visualbasic.10.0.1.nupkg.sha512", - "microsoft.visualbasic.nuspec", - "ref/net45/_._", - "ref/netcore50/Microsoft.VisualBasic.dll", - "ref/netcore50/Microsoft.VisualBasic.xml", - "ref/netcore50/de/Microsoft.VisualBasic.xml", - "ref/netcore50/es/Microsoft.VisualBasic.xml", - "ref/netcore50/fr/Microsoft.VisualBasic.xml", - "ref/netcore50/it/Microsoft.VisualBasic.xml", - "ref/netcore50/ja/Microsoft.VisualBasic.xml", - "ref/netcore50/ko/Microsoft.VisualBasic.xml", - "ref/netcore50/ru/Microsoft.VisualBasic.xml", - "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml", - "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/Microsoft.VisualBasic.dll", - "ref/netstandard1.1/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/de/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/es/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/it/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml", - "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._" - ] - }, - "Microsoft.Win32.Primitives/4.3.0": { - "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "type": "package", - "path": "microsoft.win32.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.win32.primitives.4.3.0.nupkg.sha512", - "microsoft.win32.primitives.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "Microsoft.Win32.Registry/4.0.0": { - "sha512": "q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==", - "type": "package", - "path": "microsoft.win32.registry/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/Microsoft.Win32.Registry.dll", - "microsoft.win32.registry.4.0.0.nupkg.sha512", - "microsoft.win32.registry.nuspec", - "ref/net46/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", - "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netcore50/_._", - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll" - ] - }, - "Microsoft.Win32.SystemEvents/4.5.0": { - "sha512": "LuI1oG+24TUj1ZRQQjM5Ew73BKnZE5NZ/7eAdh1o8ST5dPhUnJvIkiIn2re3MwnkRy6ELRnvEbBxHP8uALKhJw==", - "type": "package", - "path": "microsoft.win32.systemevents/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "microsoft.win32.systemevents.4.5.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "ref/net461/Microsoft.Win32.SystemEvents.dll", - "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "NETStandard.Library/1.6.1": { - "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "type": "package", - "path": "netstandard.library/1.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "netstandard.library.1.6.1.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "runtime.any.System.Collections/4.3.0": { - "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", - "type": "package", - "path": "runtime.any.system.collections/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.dll", - "lib/netstandard1.3/System.Collections.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.collections.4.3.0.nupkg.sha512", - "runtime.any.system.collections.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Diagnostics.Tools/4.3.0": { - "sha512": "S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==", - "type": "package", - "path": "runtime.any.system.diagnostics.tools/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tools.dll", - "lib/netstandard1.3/System.Diagnostics.Tools.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512", - "runtime.any.system.diagnostics.tools.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Diagnostics.Tracing/4.3.0": { - "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", - "type": "package", - "path": "runtime.any.system.diagnostics.tracing/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/netstandard1.5/System.Diagnostics.Tracing.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", - "runtime.any.system.diagnostics.tracing.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Globalization/4.3.0": { - "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", - "type": "package", - "path": "runtime.any.system.globalization/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Globalization.dll", - "lib/netstandard1.3/System.Globalization.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.globalization.4.3.0.nupkg.sha512", - "runtime.any.system.globalization.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Globalization.Calendars/4.3.0": { - "sha512": "M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==", - "type": "package", - "path": "runtime.any.system.globalization.calendars/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net/_._", - "lib/netcore50/System.Globalization.Calendars.dll", - "lib/netstandard1.3/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512", - "runtime.any.system.globalization.calendars.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.IO/4.3.0": { - "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", - "type": "package", - "path": "runtime.any.system.io/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.IO.dll", - "lib/netstandard1.5/System.IO.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.io.4.3.0.nupkg.sha512", - "runtime.any.system.io.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection/4.3.0": { - "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", - "type": "package", - "path": "runtime.any.system.reflection/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.dll", - "lib/netstandard1.5/System.Reflection.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.reflection.4.3.0.nupkg.sha512", - "runtime.any.system.reflection.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection.Extensions/4.3.0": { - "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", - "type": "package", - "path": "runtime.any.system.reflection.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", - "lib/netstandard1.3/System.Reflection.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", - "runtime.any.system.reflection.extensions.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection.Primitives/4.3.0": { - "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", - "type": "package", - "path": "runtime.any.system.reflection.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", - "lib/netstandard1.3/System.Reflection.Primitives.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", - "runtime.any.system.reflection.primitives.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Resources.ResourceManager/4.3.0": { - "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", - "type": "package", - "path": "runtime.any.system.resources.resourcemanager/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", - "lib/netstandard1.3/System.Resources.ResourceManager.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", - "runtime.any.system.resources.resourcemanager.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime/4.3.0": { - "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", - "type": "package", - "path": "runtime.any.system.runtime/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.dll", - "lib/netstandard1.5/System.Runtime.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.runtime.4.3.0.nupkg.sha512", - "runtime.any.system.runtime.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime.Handles/4.3.0": { - "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", - "type": "package", - "path": "runtime.any.system.runtime.handles/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netstandard1.3/System.Runtime.Handles.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", - "runtime.any.system.runtime.handles.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime.InteropServices/4.3.0": { - "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", - "type": "package", - "path": "runtime.any.system.runtime.interopservices/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/netstandard1.5/System.Runtime.InteropServices.dll", - "lib/netstandard1.6/System.Runtime.InteropServices.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", - "runtime.any.system.runtime.interopservices.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Text.Encoding/4.3.0": { - "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", - "type": "package", - "path": "runtime.any.system.text.encoding/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/netstandard1.3/System.Text.Encoding.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", - "runtime.any.system.text.encoding.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Text.Encoding.Extensions/4.3.0": { - "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", - "type": "package", - "path": "runtime.any.system.text.encoding.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", - "runtime.any.system.text.encoding.extensions.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Threading.Tasks/4.3.0": { - "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", - "type": "package", - "path": "runtime.any.system.threading.tasks/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.dll", - "lib/netstandard1.3/System.Threading.Tasks.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", - "runtime.any.system.threading.tasks.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Threading.Timer/4.3.0": { - "sha512": "w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==", - "type": "package", - "path": "runtime.any.system.threading.timer/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.Timer.dll", - "lib/netstandard1.3/System.Threading.Timer.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/netstandard/_._", - "runtime.any.system.threading.timer.4.3.0.nupkg.sha512", - "runtime.any.system.threading.timer.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "type": "package", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "type": "package", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "type": "package", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.native.System/4.3.0": { - "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "type": "package", - "path": "runtime.native.system/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.4.3.0.nupkg.sha512", - "runtime.native.system.nuspec" - ] - }, - "runtime.native.System.IO.Compression/4.3.0": { - "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "type": "package", - "path": "runtime.native.system.io.compression/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.io.compression.4.3.0.nupkg.sha512", - "runtime.native.system.io.compression.nuspec" - ] - }, - "runtime.native.System.Net.Http/4.3.0": { - "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "type": "package", - "path": "runtime.native.system.net.http/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.net.http.4.3.0.nupkg.sha512", - "runtime.native.system.net.http.nuspec" - ] - }, - "runtime.native.System.Net.Security/4.0.1": { - "sha512": "Az6Ff6rZFb8nYGAaejFR6jr8ktt9f3e1Q/yKdw0pwHNTLaO/1eCAC9vzBoR9YAb0QeZD6fZXl1A9tRB5stpzXA==", - "type": "package", - "path": "runtime.native.system.net.security/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.net.security.4.0.1.nupkg.sha512", - "runtime.native.system.net.security.nuspec" - ] - }, - "runtime.native.System.Security.Cryptography/4.0.1": { - "sha512": "6Z4SIheH5ziCRoMnLBE+fmcAPfyewKbteJQGTT86+dsBRSYZNuUmLS3Qg+rzo1nPdiK19VmOBne54j9kI7sI4Q==", - "type": "package", - "path": "runtime.native.system.security.cryptography/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.security.cryptography.4.0.1.nupkg.sha512", - "runtime.native.system.security.cryptography.nuspec" - ] - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "type": "package", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "runtime.native.system.security.cryptography.apple.nuspec" - ] - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "type": "package", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.native.system.security.cryptography.openssl.nuspec" - ] - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "type": "package", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "type": "package", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "type": "package", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" - ] - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "type": "package", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" - ] - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "type": "package", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "type": "package", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "type": "package", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "type": "package", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", - "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" - ] - }, - "runtime.unix.Microsoft.Win32.Primitives/4.3.0": { - "sha512": "2mI2Mfq+CVatgr4RWGvAWBjoCfUafy6VNFU7G9OA52DjO8x/okfIbsEq2UPgeGfdpO7X5gmPXKT8slx0tn0Mhw==", - "type": "package", - "path": "runtime.unix.microsoft.win32.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "runtime.unix.microsoft.win32.primitives.4.3.0.nupkg.sha512", - "runtime.unix.microsoft.win32.primitives.nuspec", - "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Primitives.dll" - ] - }, - "runtime.unix.System.Console/4.3.0": { - "sha512": "JSEiU9EvE2vJTHUuHnSg9le8XDbvZmjZ/3PhLviICzY1TTDE7c/uNYVtE9qTA9PAOZsqccy5lxvfaZOeBhT3tA==", - "type": "package", - "path": "runtime.unix.system.console/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "runtime.unix.system.console.4.3.0.nupkg.sha512", - "runtime.unix.system.console.nuspec", - "runtimes/unix/lib/netstandard1.3/System.Console.dll" - ] - }, - "runtime.unix.System.Diagnostics.Debug/4.3.0": { - "sha512": "WV8KLRHWVUVUDduFnvGMHt0FsEt2wK6xPl1EgDKlaMx2KnZ43A/O0GzP8wIuvAC7mq4T9V1mm90r+PXkL9FPdQ==", - "type": "package", - "path": "runtime.unix.system.diagnostics.debug/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "runtime.unix.system.diagnostics.debug.4.3.0.nupkg.sha512", - "runtime.unix.system.diagnostics.debug.nuspec", - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll" - ] - }, - "runtime.unix.System.IO.FileSystem/4.3.0": { - "sha512": "ajmTcjrqc3vgV1TH54DRioshbEniaFbOAJ0kReGuNsp9uIcqYle0RmUo6+Qlwqe3JIs4TDxgnqs3UzX3gRJ1rA==", - "type": "package", - "path": "runtime.unix.system.io.filesystem/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "runtime.unix.system.io.filesystem.4.3.0.nupkg.sha512", - "runtime.unix.system.io.filesystem.nuspec", - "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll" - ] - }, - "runtime.unix.System.Net.Primitives/4.3.0": { - "sha512": "AZcRXhH7Gamr+bckUfX3iHefPIrujJTt9XWQWo0elNiP1SNasX0KBWINZkDKY0GsOrsyJ7cB4MgIRTZzLlsTKg==", - "type": "package", - "path": "runtime.unix.system.net.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "runtime.unix.system.net.primitives.4.3.0.nupkg.sha512", - "runtime.unix.system.net.primitives.nuspec", - "runtimes/unix/lib/netstandard1.3/System.Net.Primitives.dll" - ] - }, - "runtime.unix.System.Net.Sockets/4.3.0": { - "sha512": "4NcLbqajFaD3PvhOdmbieeBlKY4d8/kBfgJ5g28n6k1jWEICabvLM62gvmUS/CvyfvcZxVanKPl+E9LhPzfXZw==", - "type": "package", - "path": "runtime.unix.system.net.sockets/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "runtime.unix.system.net.sockets.4.3.0.nupkg.sha512", - "runtime.unix.system.net.sockets.nuspec", - "runtimes/unix/lib/netstandard1.3/System.Net.Sockets.dll" - ] - }, - "runtime.unix.System.Private.Uri/4.3.0": { - "sha512": "ooWzobr5RAq34r9uan1r/WPXJYG1XWy9KanrxNvEnBzbFdQbMG7Y3bVi4QxR7xZMNLOxLLTAyXvnSkfj5boZSg==", - "type": "package", - "path": "runtime.unix.system.private.uri/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "runtime.unix.system.private.uri.4.3.0.nupkg.sha512", - "runtime.unix.system.private.uri.nuspec", - "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll" - ] - }, - "runtime.unix.System.Runtime.Extensions/4.3.0": { - "sha512": "zQiTBVpiLftTQZW8GFsV0gjYikB1WMkEPIxF5O6RkUrSV/OgvRRTYgeFQha/0keBpuS0HYweraGRwhfhJ7dj7w==", - "type": "package", - "path": "runtime.unix.system.runtime.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "runtime.unix.system.runtime.extensions.4.3.0.nupkg.sha512", - "runtime.unix.system.runtime.extensions.nuspec", - "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll" - ] - }, - "Serilog/2.5.0": { - "sha512": "JwwkgNYNFKT4kQZ3qBV3VqPgchUg1A6FnlFa9hgyanylwBhJ7eTFl3pgLVxijFEb+oHLImRcMaTsMzBt2AG0aQ==", - "type": "package", - "path": "serilog/2.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Serilog.dll", - "lib/net45/Serilog.xml", - "lib/net46/Serilog.dll", - "lib/net46/Serilog.xml", - "lib/netstandard1.0/Serilog.dll", - "lib/netstandard1.0/Serilog.xml", - "lib/netstandard1.3/Serilog.dll", - "lib/netstandard1.3/Serilog.xml", - "serilog.2.5.0.nupkg.sha512", - "serilog.nuspec" - ] - }, - "Serilog.Sinks.Debug/1.0.0": { - "sha512": "WNWAAaEbUm/kMc6bxI0HWGKQpKeeIRqI4mQAf9sg276ICa872aY5AAUe7XDv1I5JZZBq6a28x2PlR5jQT2vUUw==", - "type": "package", - "path": "serilog.sinks.debug/1.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netstandard1.0/Serilog.Sinks.Debug.dll", - "lib/netstandard1.0/Serilog.Sinks.Debug.xml", - "serilog.sinks.debug.1.0.0.nupkg.sha512", - "serilog.sinks.debug.nuspec" - ] - }, - "Serilog.Sinks.Trace/2.1.0": { - "sha512": "VgJNH1F3UOrmI8m32WFS9x5cxmYOrSfc+mLxXFmgN3bG1zg0jRf7jgbBB15NoJjfAn0nJMZgP0Hqx/w0bxKGvQ==", - "type": "package", - "path": "serilog.sinks.trace/2.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Serilog.Sinks.Trace.dll", - "lib/net45/Serilog.Sinks.Trace.xml", - "lib/netstandard1.3/Serilog.Sinks.Trace.dll", - "lib/netstandard1.3/Serilog.Sinks.Trace.xml", - "serilog.sinks.trace.2.1.0.nupkg.sha512", - "serilog.sinks.trace.nuspec" - ] - }, - "SharpDX/4.0.1": { - "sha512": "8YA1VFg1/K8Emb8FEZDobojcv1BLuppVo7CRJQEgA1V748VIMPBru0i0OnsCjLSThzTn7juOvH85qjFL9Grl1w==", - "type": "package", - "path": "sharpdx/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net40/SharpDX.dll", - "lib/net40/SharpDX.xml", - "lib/net45/SharpDX.dll", - "lib/net45/SharpDX.xml", - "lib/netcoreapp1.0/SharpDX.dll", - "lib/netcoreapp1.0/SharpDX.xml", - "lib/netstandard1.1/SharpDX.dll", - "lib/netstandard1.1/SharpDX.xml", - "lib/uap10.0/SharpDX.dll", - "lib/uap10.0/SharpDX.pri", - "lib/uap10.0/SharpDX.xml", - "sharpdx.4.0.1.nupkg.sha512", - "sharpdx.nuspec" - ] - }, - "SharpDX.Direct2D1/4.0.1": { - "sha512": "EDBYa9kAG+gaMB4cCH7WNpxS8WijSCejNz/SERs2P1sWEPZZdUiUIruQMjPCdW3lXxT508aYiH2UXHAaZtk00g==", - "type": "package", - "path": "sharpdx.direct2d1/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net40/SharpDX.Direct2D1.dll", - "lib/net40/SharpDX.Direct2D1.xml", - "lib/net45/SharpDX.Direct2D1.dll", - "lib/net45/SharpDX.Direct2D1.xml", - "lib/netcoreapp1.0/SharpDX.Direct2D1.dll", - "lib/netcoreapp1.0/SharpDX.Direct2D1.xml", - "lib/netstandard1.1/SharpDX.Direct2D1.dll", - "lib/netstandard1.1/SharpDX.Direct2D1.xml", - "lib/uap10.0/SharpDX.Direct2D1.dll", - "lib/uap10.0/SharpDX.Direct2D1.pri", - "lib/uap10.0/SharpDX.Direct2D1.xml", - "sharpdx.direct2d1.4.0.1.nupkg.sha512", - "sharpdx.direct2d1.nuspec" - ] - }, - "SharpDX.Direct3D11/4.0.1": { - "sha512": "7xIfeAhxPhbPgSiREfFbOOwIWonUt2GHR7XZN5p2DJMWuqjl0+h1oo2/sF+SH/c6D6APjdbt0J+dYSzoV0PA/w==", - "type": "package", - "path": "sharpdx.direct3d11/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net40/SharpDX.Direct3D11.dll", - "lib/net40/SharpDX.Direct3D11.xml", - "lib/net45/SharpDX.Direct3D11.dll", - "lib/net45/SharpDX.Direct3D11.xml", - "lib/netcoreapp1.0/SharpDX.Direct3D11.dll", - "lib/netcoreapp1.0/SharpDX.Direct3D11.xml", - "lib/netstandard1.1/SharpDX.Direct3D11.dll", - "lib/netstandard1.1/SharpDX.Direct3D11.xml", - "lib/uap10.0/SharpDX.Direct3D11.dll", - "lib/uap10.0/SharpDX.Direct3D11.pri", - "lib/uap10.0/SharpDX.Direct3D11.xml", - "sharpdx.direct3d11.4.0.1.nupkg.sha512", - "sharpdx.direct3d11.nuspec" - ] - }, - "SharpDX.DXGI/4.0.1": { - "sha512": "Av/kToUkVR1tDtIP9zmDGwCuCtyL04+PP7kes6aABzky1Y9vT03kR7mDeE83gl+E8GUmMMbVXbQ4AG2CVb66sg==", - "type": "package", - "path": "sharpdx.dxgi/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net40/SharpDX.DXGI.dll", - "lib/net40/SharpDX.DXGI.xml", - "lib/net45/SharpDX.DXGI.dll", - "lib/net45/SharpDX.DXGI.xml", - "lib/netcoreapp1.0/SharpDX.DXGI.dll", - "lib/netcoreapp1.0/SharpDX.DXGI.xml", - "lib/netstandard1.1/SharpDX.DXGI.dll", - "lib/netstandard1.1/SharpDX.DXGI.xml", - "lib/uap10.0/SharpDX.DXGI.dll", - "lib/uap10.0/SharpDX.DXGI.pri", - "lib/uap10.0/SharpDX.DXGI.xml", - "sharpdx.dxgi.4.0.1.nupkg.sha512", - "sharpdx.dxgi.nuspec" - ] - }, - "SharpGen.Runtime/1.2.1": { - "sha512": "x8vc4Xkx3uEiga6uDocS5yvS/iwUE6MaHNo6NIkDWZNd8oC3TnsRMgzIC/+quo95JE795OLGJ+22kq/bpjJzig==", - "type": "package", - "path": "sharpgen.runtime/1.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/Mapping.xml", - "build/SharpGen.Runtime.props", - "buildMultiTargeting/SharpGen.Runtime.props", - "lib/netstandard1.1/SharpGen.Runtime.dll", - "lib/netstandard1.1/SharpGen.Runtime.pdb", - "lib/netstandard2.0/SharpGen.Runtime.dll", - "lib/netstandard2.0/SharpGen.Runtime.pdb", - "sharpgen.runtime.1.2.1.nupkg.sha512", - "sharpgen.runtime.nuspec" - ] - }, - "SharpGen.Runtime.COM/1.2.0": { - "sha512": "gf3WxWUBwXhBKhEAoLNsDVsXPi92xXpIBrXOzz07BCqJgzcnFRrNTUCltJx9xd3Nu4jfY29PQ53SRDwGz1G6ug==", - "type": "package", - "path": "sharpgen.runtime.com/1.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/netstandard1.1/SharpGen.Runtime.COM.BindMapping.xml", - "build/netstandard1.1/SharpGen.Runtime.COM.props", - "buildMultiTargeting/netstandard1.1/SharpGen.Runtime.COM.BindMapping.xml", - "buildMultiTargeting/netstandard1.1/SharpGen.Runtime.COM.props", - "lib/netstandard1.1/SharpGen.Runtime.COM.dll", - "sharpgen.runtime.com.1.2.0.nupkg.sha512", - "sharpgen.runtime.com.nuspec" - ] - }, - "SkiaSharp/1.68.0": { - "sha512": "ptuxAKk9FiClNnAgWM8hVMCYw/B0hUJWZ8W6efnIAtJmJn/Xl4jvxxDF5WOqfQYCLVzxXw5gvBPVxvTLblFp0g==", - "type": "package", - "path": "skiasharp/1.68.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.txt", - "THIRD-PARTY-NOTICES.txt", - "build/net45/SkiaSharp.targets", - "build/tizen40/SkiaSharp.targets", - "lib/MonoAndroid/SkiaSharp.dll", - "lib/MonoAndroid/SkiaSharp.xml", - "lib/Xamarin.Mac20/SkiaSharp.dll", - "lib/Xamarin.Mac20/SkiaSharp.xml", - "lib/Xamarin.TVOS/SkiaSharp.dll", - "lib/Xamarin.TVOS/SkiaSharp.xml", - "lib/Xamarin.WatchOS/SkiaSharp.dll", - "lib/Xamarin.WatchOS/SkiaSharp.xml", - "lib/Xamarin.iOS/SkiaSharp.dll", - "lib/Xamarin.iOS/SkiaSharp.xml", - "lib/net45/SkiaSharp.dll", - "lib/net45/SkiaSharp.xml", - "lib/netstandard1.3/SkiaSharp.dll", - "lib/netstandard1.3/SkiaSharp.xml", - "lib/tizen40/SkiaSharp.dll", - "lib/tizen40/SkiaSharp.xml", - "lib/uap10.0/SkiaSharp.dll", - "lib/uap10.0/SkiaSharp.xml", - "runtimes/osx/native/libSkiaSharp.dylib", - "runtimes/tizen-armel/native/libSkiaSharp.so", - "runtimes/tizen-x86/native/libSkiaSharp.so", - "runtimes/win-x64/native/libSkiaSharp.dll", - "runtimes/win-x86/native/libSkiaSharp.dll", - "runtimes/win10-arm/nativeassets/uap10.0/libEGL.dll", - "runtimes/win10-arm/nativeassets/uap10.0/libGLESv2.dll", - "runtimes/win10-arm/nativeassets/uap10.0/libSkiaSharp.dll", - "runtimes/win10-x64/nativeassets/uap10.0/libEGL.dll", - "runtimes/win10-x64/nativeassets/uap10.0/libGLESv2.dll", - "runtimes/win10-x64/nativeassets/uap10.0/libSkiaSharp.dll", - "runtimes/win10-x86/nativeassets/uap10.0/libEGL.dll", - "runtimes/win10-x86/nativeassets/uap10.0/libGLESv2.dll", - "runtimes/win10-x86/nativeassets/uap10.0/libSkiaSharp.dll", - "skiasharp.1.68.0.nupkg.sha512", - "skiasharp.nuspec", - "xamarin.interactive/SkiaSharp.Workbooks.dll" - ] - }, - "System.AppContext/4.3.0": { - "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "type": "package", - "path": "system.appcontext/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.AppContext.dll", - "lib/net463/System.AppContext.dll", - "lib/netcore50/System.AppContext.dll", - "lib/netstandard1.6/System.AppContext.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.AppContext.dll", - "ref/net463/System.AppContext.dll", - "ref/netstandard/_._", - "ref/netstandard1.3/System.AppContext.dll", - "ref/netstandard1.6/System.AppContext.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.AppContext.dll", - "system.appcontext.4.3.0.nupkg.sha512", - "system.appcontext.nuspec" - ] - }, - "System.Buffers/4.3.0": { - "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "type": "package", - "path": "system.buffers/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.1/.xml", - "lib/netstandard1.1/System.Buffers.dll", - "system.buffers.4.3.0.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.Collections/4.3.0": { - "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "type": "package", - "path": "system.collections/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.dll", - "ref/netstandard1.0/System.Collections.dll", - "ref/netstandard1.3/System.Collections.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.collections.4.3.0.nupkg.sha512", - "system.collections.nuspec" - ] - }, - "System.Collections.Concurrent/4.3.0": { - "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "type": "package", - "path": "system.collections.concurrent/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.Concurrent.dll", - "lib/netstandard1.3/System.Collections.Concurrent.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.Concurrent.dll", - "ref/netstandard1.1/System.Collections.Concurrent.dll", - "ref/netstandard1.3/System.Collections.Concurrent.dll", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.collections.concurrent.4.3.0.nupkg.sha512", - "system.collections.concurrent.nuspec" - ] - }, - "System.Collections.Immutable/1.2.0": { - "sha512": "Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", - "type": "package", - "path": "system.collections.immutable/1.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/System.Collections.Immutable.dll", - "lib/netstandard1.0/System.Collections.Immutable.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "system.collections.immutable.1.2.0.nupkg.sha512", - "system.collections.immutable.nuspec" - ] - }, - "System.Collections.NonGeneric/4.0.1": { - "sha512": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "type": "package", - "path": "system.collections.nongeneric/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", - "lib/netstandard1.3/System.Collections.NonGeneric.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Collections.NonGeneric.dll", - "ref/netstandard1.3/System.Collections.NonGeneric.dll", - "ref/netstandard1.3/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/de/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/es/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/fr/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/it/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/ja/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/ko/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/ru/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml", - "ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.collections.nongeneric.4.0.1.nupkg.sha512", - "system.collections.nongeneric.nuspec" - ] - }, - "System.ComponentModel/4.0.1": { - "sha512": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "type": "package", - "path": "system.componentmodel/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.ComponentModel.dll", - "lib/netstandard1.3/System.ComponentModel.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.ComponentModel.dll", - "ref/netcore50/System.ComponentModel.xml", - "ref/netcore50/de/System.ComponentModel.xml", - "ref/netcore50/es/System.ComponentModel.xml", - "ref/netcore50/fr/System.ComponentModel.xml", - "ref/netcore50/it/System.ComponentModel.xml", - "ref/netcore50/ja/System.ComponentModel.xml", - "ref/netcore50/ko/System.ComponentModel.xml", - "ref/netcore50/ru/System.ComponentModel.xml", - "ref/netcore50/zh-hans/System.ComponentModel.xml", - "ref/netcore50/zh-hant/System.ComponentModel.xml", - "ref/netstandard1.0/System.ComponentModel.dll", - "ref/netstandard1.0/System.ComponentModel.xml", - "ref/netstandard1.0/de/System.ComponentModel.xml", - "ref/netstandard1.0/es/System.ComponentModel.xml", - "ref/netstandard1.0/fr/System.ComponentModel.xml", - "ref/netstandard1.0/it/System.ComponentModel.xml", - "ref/netstandard1.0/ja/System.ComponentModel.xml", - "ref/netstandard1.0/ko/System.ComponentModel.xml", - "ref/netstandard1.0/ru/System.ComponentModel.xml", - "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", - "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.componentmodel.4.0.1.nupkg.sha512", - "system.componentmodel.nuspec" - ] - }, - "System.ComponentModel.Annotations/4.5.0": { - "sha512": "UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==", - "type": "package", - "path": "system.componentmodel.annotations/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net461/System.ComponentModel.Annotations.dll", - "lib/netcore50/System.ComponentModel.Annotations.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.4/System.ComponentModel.Annotations.dll", - "lib/netstandard2.0/System.ComponentModel.Annotations.dll", - "lib/portable-net45+win8/_._", - "lib/uap10.0.16299/_._", - "lib/win8/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net461/System.ComponentModel.Annotations.dll", - "ref/net461/System.ComponentModel.Annotations.xml", - "ref/netcore50/System.ComponentModel.Annotations.dll", - "ref/netcore50/System.ComponentModel.Annotations.xml", - "ref/netcore50/de/System.ComponentModel.Annotations.xml", - "ref/netcore50/es/System.ComponentModel.Annotations.xml", - "ref/netcore50/fr/System.ComponentModel.Annotations.xml", - "ref/netcore50/it/System.ComponentModel.Annotations.xml", - "ref/netcore50/ja/System.ComponentModel.Annotations.xml", - "ref/netcore50/ko/System.ComponentModel.Annotations.xml", - "ref/netcore50/ru/System.ComponentModel.Annotations.xml", - "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.1/System.ComponentModel.Annotations.dll", - "ref/netstandard1.1/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/System.ComponentModel.Annotations.dll", - "ref/netstandard1.3/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/System.ComponentModel.Annotations.dll", - "ref/netstandard1.4/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard2.0/System.ComponentModel.Annotations.dll", - "ref/netstandard2.0/System.ComponentModel.Annotations.xml", - "ref/portable-net45+win8/_._", - "ref/uap10.0.16299/_._", - "ref/win8/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.componentmodel.annotations.4.5.0.nupkg.sha512", - "system.componentmodel.annotations.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Console/4.3.0": { - "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "type": "package", - "path": "system.console/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Console.dll", - "ref/netstandard1.3/System.Console.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.console.4.3.0.nupkg.sha512", - "system.console.nuspec" - ] - }, - "System.Diagnostics.Debug/4.3.0": { - "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "type": "package", - "path": "system.diagnostics.debug/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netstandard1.0/System.Diagnostics.Debug.dll", - "ref/netstandard1.3/System.Diagnostics.Debug.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.diagnostics.debug.4.3.0.nupkg.sha512", - "system.diagnostics.debug.nuspec" - ] - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", - "type": "package", - "path": "system.diagnostics.diagnosticsource/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", - "system.diagnostics.diagnosticsource.nuspec" - ] - }, - "System.Diagnostics.FileVersionInfo/4.0.0": { - "sha512": "qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==", - "type": "package", - "path": "system.diagnostics.fileversioninfo/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.FileVersionInfo.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.FileVersionInfo.dll", - "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", - "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", - "runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll", - "runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll", - "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", - "system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512", - "system.diagnostics.fileversioninfo.nuspec" - ] - }, - "System.Diagnostics.Process/4.1.0": { - "sha512": "mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==", - "type": "package", - "path": "system.diagnostics.process/4.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.Process.dll", - "lib/net461/System.Diagnostics.Process.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.Process.dll", - "ref/net461/System.Diagnostics.Process.dll", - "ref/netstandard1.3/System.Diagnostics.Process.dll", - "ref/netstandard1.3/System.Diagnostics.Process.xml", - "ref/netstandard1.3/de/System.Diagnostics.Process.xml", - "ref/netstandard1.3/es/System.Diagnostics.Process.xml", - "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", - "ref/netstandard1.3/it/System.Diagnostics.Process.xml", - "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", - "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", - "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", - "ref/netstandard1.4/System.Diagnostics.Process.dll", - "ref/netstandard1.4/System.Diagnostics.Process.xml", - "ref/netstandard1.4/de/System.Diagnostics.Process.xml", - "ref/netstandard1.4/es/System.Diagnostics.Process.xml", - "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", - "ref/netstandard1.4/it/System.Diagnostics.Process.xml", - "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", - "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", - "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", - "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", - "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll", - "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll", - "runtimes/win/lib/net46/System.Diagnostics.Process.dll", - "runtimes/win/lib/net461/System.Diagnostics.Process.dll", - "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll", - "runtimes/win7/lib/netcore50/_._", - "system.diagnostics.process.4.1.0.nupkg.sha512", - "system.diagnostics.process.nuspec" - ] - }, - "System.Diagnostics.StackTrace/4.0.1": { - "sha512": "6i2EbRq0lgGfiZ+FDf0gVaw9qeEU+7IS2+wbZJmFVpvVzVOgZEt0ScZtyenuBvs6iDYbGiF51bMAa0oDP/tujQ==", - "type": "package", - "path": "system.diagnostics.stacktrace/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.StackTrace.dll", - "lib/netstandard1.3/System.Diagnostics.StackTrace.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.StackTrace.dll", - "ref/netstandard1.3/System.Diagnostics.StackTrace.dll", - "ref/netstandard1.3/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll", - "system.diagnostics.stacktrace.4.0.1.nupkg.sha512", - "system.diagnostics.stacktrace.nuspec" - ] - }, - "System.Diagnostics.Tools/4.3.0": { - "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "type": "package", - "path": "system.diagnostics.tools/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Tools.dll", - "ref/netstandard1.0/System.Diagnostics.Tools.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.diagnostics.tools.4.3.0.nupkg.sha512", - "system.diagnostics.tools.nuspec" - ] - }, - "System.Diagnostics.TraceSource/4.0.0": { - "sha512": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", - "type": "package", - "path": "system.diagnostics.tracesource/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.TraceSource.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.TraceSource.dll", - "ref/netstandard1.3/System.Diagnostics.TraceSource.dll", - "ref/netstandard1.3/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", - "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll", - "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", - "system.diagnostics.tracesource.4.0.0.nupkg.sha512", - "system.diagnostics.tracesource.nuspec" - ] - }, - "System.Diagnostics.Tracing/4.3.0": { - "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "type": "package", - "path": "system.diagnostics.tracing/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Diagnostics.Tracing.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.dll", - "ref/netstandard1.1/System.Diagnostics.Tracing.dll", - "ref/netstandard1.2/System.Diagnostics.Tracing.dll", - "ref/netstandard1.3/System.Diagnostics.Tracing.dll", - "ref/netstandard1.5/System.Diagnostics.Tracing.dll", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.diagnostics.tracing.4.3.0.nupkg.sha512", - "system.diagnostics.tracing.nuspec" - ] - }, - "System.Drawing.Common/4.5.0": { - "sha512": "AiJFxxVPdeITstiRS5aAu8+8Dpf5NawTMoapZ53Gfirml24p7HIfhjmCRxdXnmmf3IUA3AX3CcW7G73CjWxW/Q==", - "type": "package", - "path": "system.drawing.common/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net461/System.Drawing.Common.dll", - "ref/netstandard2.0/System.Drawing.Common.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll", - "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll", - "system.drawing.common.4.5.0.nupkg.sha512", - "system.drawing.common.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Dynamic.Runtime/4.0.11": { - "sha512": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "type": "package", - "path": "system.dynamic.runtime/4.0.11", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Dynamic.Runtime.dll", - "lib/netstandard1.3/System.Dynamic.Runtime.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Dynamic.Runtime.dll", - "ref/netstandard1.0/System.Dynamic.Runtime.dll", - "ref/netstandard1.3/System.Dynamic.Runtime.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll", - "system.dynamic.runtime.4.0.11.nupkg.sha512", - "system.dynamic.runtime.nuspec" - ] - }, - "System.Globalization/4.3.0": { - "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "type": "package", - "path": "system.globalization/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Globalization.dll", - "ref/netstandard1.0/System.Globalization.dll", - "ref/netstandard1.3/System.Globalization.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.globalization.4.3.0.nupkg.sha512", - "system.globalization.nuspec" - ] - }, - "System.Globalization.Calendars/4.3.0": { - "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "type": "package", - "path": "system.globalization.calendars/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", - "ref/netstandard1.3/System.Globalization.Calendars.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.globalization.calendars.4.3.0.nupkg.sha512", - "system.globalization.calendars.nuspec" - ] - }, - "System.Globalization.Extensions/4.3.0": { - "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "type": "package", - "path": "system.globalization.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Extensions.dll", - "ref/netstandard1.3/System.Globalization.Extensions.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", - "runtimes/win/lib/net46/System.Globalization.Extensions.dll", - "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", - "system.globalization.extensions.4.3.0.nupkg.sha512", - "system.globalization.extensions.nuspec" - ] - }, - "System.IO/4.3.0": { - "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "type": "package", - "path": "system.io/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.IO.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.IO.dll", - "ref/netcore50/System.IO.dll", - "ref/netstandard1.0/System.IO.dll", - "ref/netstandard1.3/System.IO.dll", - "ref/netstandard1.5/System.IO.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.4.3.0.nupkg.sha512", - "system.io.nuspec" - ] - }, - "System.IO.Compression/4.3.0": { - "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "type": "package", - "path": "system.io.compression/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.IO.Compression.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net46/System.IO.Compression.dll", - "ref/netcore50/System.IO.Compression.dll", - "ref/netstandard1.1/System.IO.Compression.dll", - "ref/netstandard1.3/System.IO.Compression.dll", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", - "runtimes/win/lib/net46/System.IO.Compression.dll", - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", - "system.io.compression.4.3.0.nupkg.sha512", - "system.io.compression.nuspec" - ] - }, - "System.IO.Compression.ZipFile/4.3.0": { - "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "type": "package", - "path": "system.io.compression.zipfile/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.Compression.ZipFile.dll", - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.Compression.ZipFile.dll", - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.compression.zipfile.4.3.0.nupkg.sha512", - "system.io.compression.zipfile.nuspec" - ] - }, - "System.IO.FileSystem/4.3.0": { - "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "type": "package", - "path": "system.io.filesystem/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/netstandard1.3/System.IO.FileSystem.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.filesystem.4.3.0.nupkg.sha512", - "system.io.filesystem.nuspec" - ] - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "type": "package", - "path": "system.io.filesystem.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.filesystem.primitives.4.3.0.nupkg.sha512", - "system.io.filesystem.primitives.nuspec" - ] - }, - "System.IO.FileSystem.Watcher/4.0.0": { - "sha512": "qM4Wr3La+RYb/03B0mZZjbA7tHsGzDffnuXP8Sl48HW2JwCjn3kfD5qdw0sqyNNowUipcJMi9/q6sMUrOIJ6UQ==", - "type": "package", - "path": "system.io.filesystem.watcher/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Watcher.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Watcher.dll", - "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll", - "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml", - "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll", - "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll", - "runtimes/win/lib/net46/System.IO.FileSystem.Watcher.dll", - "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll", - "runtimes/win7/lib/netcore50/_._", - "system.io.filesystem.watcher.4.0.0.nupkg.sha512", - "system.io.filesystem.watcher.nuspec" - ] - }, - "System.IO.MemoryMappedFiles/4.0.0": { - "sha512": "Xqj4xaFAnLVpss9ZSUIvB/VdJAA7GxZDnFGDKJfiGAnZ5VnFROn6eOHWepFpujCYTsh6wlZ3B33bqYkF0QJ7Eg==", - "type": "package", - "path": "system.io.memorymappedfiles/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.MemoryMappedFiles.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.MemoryMappedFiles.dll", - "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll", - "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml", - "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll", - "runtimes/win/lib/net46/System.IO.MemoryMappedFiles.dll", - "runtimes/win/lib/netcore50/System.IO.MemoryMappedFiles.dll", - "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll", - "system.io.memorymappedfiles.4.0.0.nupkg.sha512", - "system.io.memorymappedfiles.nuspec" - ] - }, - "System.IO.UnmanagedMemoryStream/4.0.1": { - "sha512": "wcq0kXcpfJwdl1Y4/ZjDk7Dhx5HdLyRYYWYmD8Nn8skoGYYQd2BQWbXwjWSczip8AL4Z57o2dWWXAl4aABAKiQ==", - "type": "package", - "path": "system.io.unmanagedmemorystream/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.UnmanagedMemoryStream.dll", - "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.UnmanagedMemoryStream.dll", - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", - "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml", - "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.io.unmanagedmemorystream.4.0.1.nupkg.sha512", - "system.io.unmanagedmemorystream.nuspec" - ] - }, - "System.Linq/4.3.0": { - "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "type": "package", - "path": "system.linq/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Linq.dll", - "lib/netcore50/System.Linq.dll", - "lib/netstandard1.6/System.Linq.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Linq.dll", - "ref/netcore50/System.Linq.dll", - "ref/netstandard1.0/System.Linq.dll", - "ref/netstandard1.6/System.Linq.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.linq.4.3.0.nupkg.sha512", - "system.linq.nuspec" - ] - }, - "System.Linq.Expressions/4.3.0": { - "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "type": "package", - "path": "system.linq.expressions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Linq.Expressions.dll", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/netstandard1.6/System.Linq.Expressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.dll", - "ref/netstandard1.0/System.Linq.Expressions.dll", - "ref/netstandard1.3/System.Linq.Expressions.dll", - "ref/netstandard1.6/System.Linq.Expressions.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", - "system.linq.expressions.4.3.0.nupkg.sha512", - "system.linq.expressions.nuspec" - ] - }, - "System.Linq.Parallel/4.0.1": { - "sha512": "J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==", - "type": "package", - "path": "system.linq.parallel/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Linq.Parallel.dll", - "lib/netstandard1.3/System.Linq.Parallel.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Linq.Parallel.dll", - "ref/netcore50/System.Linq.Parallel.xml", - "ref/netcore50/de/System.Linq.Parallel.xml", - "ref/netcore50/es/System.Linq.Parallel.xml", - "ref/netcore50/fr/System.Linq.Parallel.xml", - "ref/netcore50/it/System.Linq.Parallel.xml", - "ref/netcore50/ja/System.Linq.Parallel.xml", - "ref/netcore50/ko/System.Linq.Parallel.xml", - "ref/netcore50/ru/System.Linq.Parallel.xml", - "ref/netcore50/zh-hans/System.Linq.Parallel.xml", - "ref/netcore50/zh-hant/System.Linq.Parallel.xml", - "ref/netstandard1.1/System.Linq.Parallel.dll", - "ref/netstandard1.1/System.Linq.Parallel.xml", - "ref/netstandard1.1/de/System.Linq.Parallel.xml", - "ref/netstandard1.1/es/System.Linq.Parallel.xml", - "ref/netstandard1.1/fr/System.Linq.Parallel.xml", - "ref/netstandard1.1/it/System.Linq.Parallel.xml", - "ref/netstandard1.1/ja/System.Linq.Parallel.xml", - "ref/netstandard1.1/ko/System.Linq.Parallel.xml", - "ref/netstandard1.1/ru/System.Linq.Parallel.xml", - "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml", - "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.linq.parallel.4.0.1.nupkg.sha512", - "system.linq.parallel.nuspec" - ] - }, - "System.Linq.Queryable/4.0.1": { - "sha512": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "type": "package", - "path": "system.linq.queryable/4.0.1", - "files": [ - ".nupkg.metadata", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/monoandroid10/_._", - "lib/monotouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Linq.Queryable.dll", - "lib/netstandard1.3/System.Linq.Queryable.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/monoandroid10/_._", - "ref/monotouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Linq.Queryable.dll", - "ref/netcore50/System.Linq.Queryable.xml", - "ref/netcore50/de/System.Linq.Queryable.xml", - "ref/netcore50/es/System.Linq.Queryable.xml", - "ref/netcore50/fr/System.Linq.Queryable.xml", - "ref/netcore50/it/System.Linq.Queryable.xml", - "ref/netcore50/ja/System.Linq.Queryable.xml", - "ref/netcore50/ko/System.Linq.Queryable.xml", - "ref/netcore50/ru/System.Linq.Queryable.xml", - "ref/netcore50/zh-hans/System.Linq.Queryable.xml", - "ref/netcore50/zh-hant/System.Linq.Queryable.xml", - "ref/netstandard1.0/System.Linq.Queryable.dll", - "ref/netstandard1.0/System.Linq.Queryable.xml", - "ref/netstandard1.0/de/System.Linq.Queryable.xml", - "ref/netstandard1.0/es/System.Linq.Queryable.xml", - "ref/netstandard1.0/fr/System.Linq.Queryable.xml", - "ref/netstandard1.0/it/System.Linq.Queryable.xml", - "ref/netstandard1.0/ja/System.Linq.Queryable.xml", - "ref/netstandard1.0/ko/System.Linq.Queryable.xml", - "ref/netstandard1.0/ru/System.Linq.Queryable.xml", - "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml", - "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.linq.queryable.4.0.1.nupkg.sha512", - "system.linq.queryable.nuspec" - ] - }, - "System.Memory/4.5.3": { - "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", - "type": "package", - "path": "system.memory/4.5.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.1/System.Memory.dll", - "lib/netstandard1.1/System.Memory.xml", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "ref/netcoreapp2.1/_._", - "system.memory.4.5.3.nupkg.sha512", - "system.memory.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Net.Http/4.3.0": { - "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "type": "package", - "path": "system.net.http/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/Xamarinmac20/_._", - "lib/monoandroid10/_._", - "lib/monotouch10/_._", - "lib/net45/_._", - "lib/net46/System.Net.Http.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/Xamarinmac20/_._", - "ref/monoandroid10/_._", - "ref/monotouch10/_._", - "ref/net45/_._", - "ref/net46/System.Net.Http.dll", - "ref/net46/System.Net.Http.xml", - "ref/net46/de/System.Net.Http.xml", - "ref/net46/es/System.Net.Http.xml", - "ref/net46/fr/System.Net.Http.xml", - "ref/net46/it/System.Net.Http.xml", - "ref/net46/ja/System.Net.Http.xml", - "ref/net46/ko/System.Net.Http.xml", - "ref/net46/ru/System.Net.Http.xml", - "ref/net46/zh-hans/System.Net.Http.xml", - "ref/net46/zh-hant/System.Net.Http.xml", - "ref/netcore50/System.Net.Http.dll", - "ref/netcore50/System.Net.Http.xml", - "ref/netcore50/de/System.Net.Http.xml", - "ref/netcore50/es/System.Net.Http.xml", - "ref/netcore50/fr/System.Net.Http.xml", - "ref/netcore50/it/System.Net.Http.xml", - "ref/netcore50/ja/System.Net.Http.xml", - "ref/netcore50/ko/System.Net.Http.xml", - "ref/netcore50/ru/System.Net.Http.xml", - "ref/netcore50/zh-hans/System.Net.Http.xml", - "ref/netcore50/zh-hant/System.Net.Http.xml", - "ref/netstandard1.1/System.Net.Http.dll", - "ref/netstandard1.1/System.Net.Http.xml", - "ref/netstandard1.1/de/System.Net.Http.xml", - "ref/netstandard1.1/es/System.Net.Http.xml", - "ref/netstandard1.1/fr/System.Net.Http.xml", - "ref/netstandard1.1/it/System.Net.Http.xml", - "ref/netstandard1.1/ja/System.Net.Http.xml", - "ref/netstandard1.1/ko/System.Net.Http.xml", - "ref/netstandard1.1/ru/System.Net.Http.xml", - "ref/netstandard1.1/zh-hans/System.Net.Http.xml", - "ref/netstandard1.1/zh-hant/System.Net.Http.xml", - "ref/netstandard1.3/System.Net.Http.dll", - "ref/netstandard1.3/System.Net.Http.xml", - "ref/netstandard1.3/de/System.Net.Http.xml", - "ref/netstandard1.3/es/System.Net.Http.xml", - "ref/netstandard1.3/fr/System.Net.Http.xml", - "ref/netstandard1.3/it/System.Net.Http.xml", - "ref/netstandard1.3/ja/System.Net.Http.xml", - "ref/netstandard1.3/ko/System.Net.Http.xml", - "ref/netstandard1.3/ru/System.Net.Http.xml", - "ref/netstandard1.3/zh-hans/System.Net.Http.xml", - "ref/netstandard1.3/zh-hant/System.Net.Http.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", - "runtimes/win/lib/net46/System.Net.Http.dll", - "runtimes/win/lib/netcore50/System.Net.Http.dll", - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", - "system.net.http.4.3.0.nupkg.sha512", - "system.net.http.nuspec" - ] - }, - "System.Net.NameResolution/4.0.0": { - "sha512": "JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", - "type": "package", - "path": "system.net.nameresolution/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.NameResolution.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.NameResolution.dll", - "ref/netstandard1.3/System.Net.NameResolution.dll", - "ref/netstandard1.3/System.Net.NameResolution.xml", - "ref/netstandard1.3/de/System.Net.NameResolution.xml", - "ref/netstandard1.3/es/System.Net.NameResolution.xml", - "ref/netstandard1.3/fr/System.Net.NameResolution.xml", - "ref/netstandard1.3/it/System.Net.NameResolution.xml", - "ref/netstandard1.3/ja/System.Net.NameResolution.xml", - "ref/netstandard1.3/ko/System.Net.NameResolution.xml", - "ref/netstandard1.3/ru/System.Net.NameResolution.xml", - "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", - "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", - "runtimes/win/lib/net46/System.Net.NameResolution.dll", - "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", - "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", - "system.net.nameresolution.4.0.0.nupkg.sha512", - "system.net.nameresolution.nuspec" - ] - }, - "System.Net.NameResolution/4.3.0": { - "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "type": "package", - "path": "system.net.nameresolution/4.3.0", - "files": [ - ".nupkg.metadata", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.NameResolution.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.NameResolution.dll", - "ref/netstandard1.3/System.Net.NameResolution.dll", - "ref/netstandard1.3/System.Net.NameResolution.xml", - "ref/netstandard1.3/de/System.Net.NameResolution.xml", - "ref/netstandard1.3/es/System.Net.NameResolution.xml", - "ref/netstandard1.3/fr/System.Net.NameResolution.xml", - "ref/netstandard1.3/it/System.Net.NameResolution.xml", - "ref/netstandard1.3/ja/System.Net.NameResolution.xml", - "ref/netstandard1.3/ko/System.Net.NameResolution.xml", - "ref/netstandard1.3/ru/System.Net.NameResolution.xml", - "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", - "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", - "runtimes/win/lib/net46/System.Net.NameResolution.dll", - "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", - "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", - "system.net.nameresolution.4.3.0.nupkg.sha512", - "system.net.nameresolution.nuspec" - ] - }, - "System.Net.Primitives/4.3.0": { - "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "type": "package", - "path": "system.net.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Net.Primitives.dll", - "ref/netstandard1.0/System.Net.Primitives.dll", - "ref/netstandard1.1/System.Net.Primitives.dll", - "ref/netstandard1.3/System.Net.Primitives.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.net.primitives.4.3.0.nupkg.sha512", - "system.net.primitives.nuspec" - ] - }, - "System.Net.Requests/4.0.11": { - "sha512": "vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==", - "type": "package", - "path": "system.net.requests/4.0.11", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net46/_._", - "ref/netcore50/System.Net.Requests.dll", - "ref/netcore50/System.Net.Requests.xml", - "ref/netcore50/de/System.Net.Requests.xml", - "ref/netcore50/es/System.Net.Requests.xml", - "ref/netcore50/fr/System.Net.Requests.xml", - "ref/netcore50/it/System.Net.Requests.xml", - "ref/netcore50/ja/System.Net.Requests.xml", - "ref/netcore50/ko/System.Net.Requests.xml", - "ref/netcore50/ru/System.Net.Requests.xml", - "ref/netcore50/zh-hans/System.Net.Requests.xml", - "ref/netcore50/zh-hant/System.Net.Requests.xml", - "ref/netstandard1.0/System.Net.Requests.dll", - "ref/netstandard1.0/System.Net.Requests.xml", - "ref/netstandard1.0/de/System.Net.Requests.xml", - "ref/netstandard1.0/es/System.Net.Requests.xml", - "ref/netstandard1.0/fr/System.Net.Requests.xml", - "ref/netstandard1.0/it/System.Net.Requests.xml", - "ref/netstandard1.0/ja/System.Net.Requests.xml", - "ref/netstandard1.0/ko/System.Net.Requests.xml", - "ref/netstandard1.0/ru/System.Net.Requests.xml", - "ref/netstandard1.0/zh-hans/System.Net.Requests.xml", - "ref/netstandard1.0/zh-hant/System.Net.Requests.xml", - "ref/netstandard1.1/System.Net.Requests.dll", - "ref/netstandard1.1/System.Net.Requests.xml", - "ref/netstandard1.1/de/System.Net.Requests.xml", - "ref/netstandard1.1/es/System.Net.Requests.xml", - "ref/netstandard1.1/fr/System.Net.Requests.xml", - "ref/netstandard1.1/it/System.Net.Requests.xml", - "ref/netstandard1.1/ja/System.Net.Requests.xml", - "ref/netstandard1.1/ko/System.Net.Requests.xml", - "ref/netstandard1.1/ru/System.Net.Requests.xml", - "ref/netstandard1.1/zh-hans/System.Net.Requests.xml", - "ref/netstandard1.1/zh-hant/System.Net.Requests.xml", - "ref/netstandard1.3/System.Net.Requests.dll", - "ref/netstandard1.3/System.Net.Requests.xml", - "ref/netstandard1.3/de/System.Net.Requests.xml", - "ref/netstandard1.3/es/System.Net.Requests.xml", - "ref/netstandard1.3/fr/System.Net.Requests.xml", - "ref/netstandard1.3/it/System.Net.Requests.xml", - "ref/netstandard1.3/ja/System.Net.Requests.xml", - "ref/netstandard1.3/ko/System.Net.Requests.xml", - "ref/netstandard1.3/ru/System.Net.Requests.xml", - "ref/netstandard1.3/zh-hans/System.Net.Requests.xml", - "ref/netstandard1.3/zh-hant/System.Net.Requests.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll", - "runtimes/win/lib/net46/_._", - "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll", - "system.net.requests.4.0.11.nupkg.sha512", - "system.net.requests.nuspec" - ] - }, - "System.Net.Security/4.0.1": { - "sha512": "nMs9dUDrJFr18+wgUB3lUpaMcJDqutsuO1C4g3OTuQYZJdnszgmHtjvBAI6eNXK0ZPLIA6sp8axMkd2T2dlzgg==", - "type": "package", - "path": "system.net.security/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Security.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Security.dll", - "ref/netstandard1.3/System.Net.Security.dll", - "ref/netstandard1.3/System.Net.Security.xml", - "ref/netstandard1.3/de/System.Net.Security.xml", - "ref/netstandard1.3/es/System.Net.Security.xml", - "ref/netstandard1.3/fr/System.Net.Security.xml", - "ref/netstandard1.3/it/System.Net.Security.xml", - "ref/netstandard1.3/ja/System.Net.Security.xml", - "ref/netstandard1.3/ko/System.Net.Security.xml", - "ref/netstandard1.3/ru/System.Net.Security.xml", - "ref/netstandard1.3/zh-hans/System.Net.Security.xml", - "ref/netstandard1.3/zh-hant/System.Net.Security.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll", - "runtimes/win/lib/net46/System.Net.Security.dll", - "runtimes/win/lib/netstandard1.3/System.Net.Security.dll", - "runtimes/win7/lib/netcore50/_._", - "system.net.security.4.0.1.nupkg.sha512", - "system.net.security.nuspec" - ] - }, - "System.Net.Sockets/4.3.0": { - "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "type": "package", - "path": "system.net.sockets/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Sockets.dll", - "ref/netstandard1.3/System.Net.Sockets.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.net.sockets.4.3.0.nupkg.sha512", - "system.net.sockets.nuspec" - ] - }, - "System.Net.WebHeaderCollection/4.0.1": { - "sha512": "XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==", - "type": "package", - "path": "system.net.webheadercollection/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netstandard1.3/System.Net.WebHeaderCollection.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/netstandard1.3/System.Net.WebHeaderCollection.dll", - "ref/netstandard1.3/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml", - "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.net.webheadercollection.4.0.1.nupkg.sha512", - "system.net.webheadercollection.nuspec" - ] - }, - "System.Numerics.Vectors/4.1.1": { - "sha512": "Ex1NSKycC2wi5XBMWUGWPc3lumh6OQWFFmmpZFZz0oLht5lQ+wWPHVZumOrMJuckfUiVMd4p67BrkBos8lcF+Q==", - "type": "package", - "path": "system.numerics.vectors/4.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Numerics.Vectors.dll", - "lib/net46/System.Numerics.Vectors.xml", - "lib/netstandard1.0/System.Numerics.Vectors.dll", - "lib/netstandard1.0/System.Numerics.Vectors.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Numerics.Vectors.dll", - "ref/net46/System.Numerics.Vectors.xml", - "ref/netstandard1.0/System.Numerics.Vectors.dll", - "ref/netstandard1.0/System.Numerics.Vectors.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.numerics.vectors.4.1.1.nupkg.sha512", - "system.numerics.vectors.nuspec" - ] - }, - "System.ObjectModel/4.3.0": { - "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "type": "package", - "path": "system.objectmodel/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.ObjectModel.dll", - "lib/netstandard1.3/System.ObjectModel.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.ObjectModel.dll", - "ref/netstandard1.0/System.ObjectModel.dll", - "ref/netstandard1.3/System.ObjectModel.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.objectmodel.4.3.0.nupkg.sha512", - "system.objectmodel.nuspec" - ] - }, - "System.Private.Uri/4.3.0": { - "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", - "type": "package", - "path": "system.private.uri/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/netstandard/_._", - "system.private.uri.4.3.0.nupkg.sha512", - "system.private.uri.nuspec" - ] - }, - "System.Reactive/4.1.6": { - "sha512": "mPLRPf2tql0Af4RcJRVPWiGxhJCbPQFNr74Qq0rDf+QXt8KV/SzYl9/NK604zf0s8Yu3hwelmCsDCjqp5SJoJA==", - "type": "package", - "path": "system.reactive/4.1.6", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net46/System.Reactive.dll", - "lib/net46/System.Reactive.xml", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "lib/uap10.0/System.Reactive.dll", - "lib/uap10.0/System.Reactive.pri", - "lib/uap10.0/System.Reactive.xml", - "system.reactive.4.1.6.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reflection/4.3.0": { - "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "type": "package", - "path": "system.reflection/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Reflection.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Reflection.dll", - "ref/netcore50/System.Reflection.dll", - "ref/netstandard1.0/System.Reflection.dll", - "ref/netstandard1.3/System.Reflection.dll", - "ref/netstandard1.5/System.Reflection.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.reflection.4.3.0.nupkg.sha512", - "system.reflection.nuspec" - ] - }, - "System.Reflection.DispatchProxy/4.0.1": { - "sha512": "GPPgWoSxQEU3aCKSOvsAc1dhTTi4iq92PUVEVfnGPGwqCf6synaAJGYLKMs5E3CuRfel8ufACWUijXqDpOlGrA==", - "type": "package", - "path": "system.reflection.dispatchproxy/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/netstandard1.3/System.Reflection.DispatchProxy.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netstandard1.3/System.Reflection.DispatchProxy.dll", - "ref/netstandard1.3/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml", - "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll", - "system.reflection.dispatchproxy.4.0.1.nupkg.sha512", - "system.reflection.dispatchproxy.nuspec" - ] - }, - "System.Reflection.Emit/4.3.0": { - "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "type": "package", - "path": "system.reflection.emit/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/monotouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/netstandard1.3/System.Reflection.Emit.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/net45/_._", - "ref/netstandard1.1/System.Reflection.Emit.dll", - "ref/xamarinmac20/_._", - "system.reflection.emit.4.3.0.nupkg.sha512", - "system.reflection.emit.nuspec" - ] - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "type": "package", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", - "lib/portable-net45+wp8/_._", - "lib/wp80/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", - "ref/portable-net45+wp8/_._", - "ref/wp80/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/_._", - "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", - "system.reflection.emit.ilgeneration.nuspec" - ] - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "type": "package", - "path": "system.reflection.emit.lightweight/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.Lightweight.dll", - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", - "lib/portable-net45+wp8/_._", - "lib/wp80/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", - "ref/portable-net45+wp8/_._", - "ref/wp80/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/_._", - "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", - "system.reflection.emit.lightweight.nuspec" - ] - }, - "System.Reflection.Extensions/4.3.0": { - "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "type": "package", - "path": "system.reflection.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netstandard1.0/System.Reflection.Extensions.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.reflection.extensions.4.3.0.nupkg.sha512", - "system.reflection.extensions.nuspec" - ] - }, - "System.Reflection.Metadata/1.3.0": { - "sha512": "jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==", - "type": "package", - "path": "system.reflection.metadata/1.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.1/System.Reflection.Metadata.dll", - "lib/netstandard1.1/System.Reflection.Metadata.xml", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "system.reflection.metadata.1.3.0.nupkg.sha512", - "system.reflection.metadata.nuspec" - ] - }, - "System.Reflection.Primitives/4.3.0": { - "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "type": "package", - "path": "system.reflection.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netstandard1.0/System.Reflection.Primitives.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.reflection.primitives.4.3.0.nupkg.sha512", - "system.reflection.primitives.nuspec" - ] - }, - "System.Reflection.TypeExtensions/4.3.0": { - "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "type": "package", - "path": "system.reflection.typeextensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/net462/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.dll", - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", - "ref/net462/System.Reflection.TypeExtensions.dll", - "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", - "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "system.reflection.typeextensions.4.3.0.nupkg.sha512", - "system.reflection.typeextensions.nuspec" - ] - }, - "System.Resources.Reader/4.0.0": { - "sha512": "VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==", - "type": "package", - "path": "system.resources.reader/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/System.Resources.Reader.dll", - "system.resources.reader.4.0.0.nupkg.sha512", - "system.resources.reader.nuspec" - ] - }, - "System.Resources.ResourceManager/4.3.0": { - "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "type": "package", - "path": "system.resources.resourcemanager/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netstandard1.0/System.Resources.ResourceManager.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.resources.resourcemanager.4.3.0.nupkg.sha512", - "system.resources.resourcemanager.nuspec" - ] - }, - "System.Runtime/4.3.0": { - "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "type": "package", - "path": "system.runtime/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.dll", - "lib/portable-net45+win8+wp80+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netstandard1.0/System.Runtime.dll", - "ref/netstandard1.2/System.Runtime.dll", - "ref/netstandard1.3/System.Runtime.dll", - "ref/netstandard1.5/System.Runtime.dll", - "ref/portable-net45+win8+wp80+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.4.3.0.nupkg.sha512", - "system.runtime.nuspec" - ] - }, - "System.Runtime.CompilerServices.Unsafe/4.6.0": { - "sha512": "HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/4.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", - "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Runtime.Extensions/4.3.0": { - "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "type": "package", - "path": "system.runtime.extensions/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netstandard1.0/System.Runtime.Extensions.dll", - "ref/netstandard1.3/System.Runtime.Extensions.dll", - "ref/netstandard1.5/System.Runtime.Extensions.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.extensions.4.3.0.nupkg.sha512", - "system.runtime.extensions.nuspec" - ] - }, - "System.Runtime.Handles/4.3.0": { - "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "type": "package", - "path": "system.runtime.handles/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/netstandard1.3/System.Runtime.Handles.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.handles.4.3.0.nupkg.sha512", - "system.runtime.handles.nuspec" - ] - }, - "System.Runtime.InteropServices/4.3.0": { - "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "type": "package", - "path": "system.runtime.interopservices/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.InteropServices.dll", - "lib/net463/System.Runtime.InteropServices.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.InteropServices.dll", - "ref/net463/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", - "ref/netstandard1.1/System.Runtime.InteropServices.dll", - "ref/netstandard1.2/System.Runtime.InteropServices.dll", - "ref/netstandard1.3/System.Runtime.InteropServices.dll", - "ref/netstandard1.5/System.Runtime.InteropServices.dll", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.interopservices.4.3.0.nupkg.sha512", - "system.runtime.interopservices.nuspec" - ] - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "type": "package", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "system.runtime.interopservices.runtimeinformation.nuspec" - ] - }, - "System.Runtime.InteropServices.WindowsRuntime/4.3.0": { - "sha512": "J4GUi3xZQLUBasNwZnjrffN8i5wpHrBtZoLG+OhRyGo/+YunMRWWtwoMDlUAIdmX0uRfpHIBDSV6zyr3yf00TA==", - "type": "package", - "path": "system.runtime.interopservices.windowsruntime/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll", - "lib/netstandard1.3/System.Runtime.InteropServices.WindowsRuntime.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios1/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll", - "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/de/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/es/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/it/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/System.Runtime.InteropServices.WindowsRuntime.dll", - "ref/netstandard1.0/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/de/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/es/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/fr/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/it/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/ja/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/ko/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/ru/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll", - "system.runtime.interopservices.windowsruntime.4.3.0.nupkg.sha512", - "system.runtime.interopservices.windowsruntime.nuspec" - ] - }, - "System.Runtime.Loader/4.0.0": { - "sha512": "4UN78GOVU/mbDFcXkEWtetJT/sJ0yic2gGk1HSlSpWI0TDf421xnrZTDZnwNBapk1GQeYN7U1lTj/aQB1by6ow==", - "type": "package", - "path": "system.runtime.loader/4.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net462/_._", - "lib/netstandard1.5/System.Runtime.Loader.dll", - "ref/netstandard1.5/System.Runtime.Loader.dll", - "ref/netstandard1.5/System.Runtime.Loader.xml", - "ref/netstandard1.5/de/System.Runtime.Loader.xml", - "ref/netstandard1.5/es/System.Runtime.Loader.xml", - "ref/netstandard1.5/fr/System.Runtime.Loader.xml", - "ref/netstandard1.5/it/System.Runtime.Loader.xml", - "ref/netstandard1.5/ja/System.Runtime.Loader.xml", - "ref/netstandard1.5/ko/System.Runtime.Loader.xml", - "ref/netstandard1.5/ru/System.Runtime.Loader.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml", - "system.runtime.loader.4.0.0.nupkg.sha512", - "system.runtime.loader.nuspec" - ] - }, - "System.Runtime.Numerics/4.3.0": { - "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "type": "package", - "path": "system.runtime.numerics/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", - "lib/netstandard1.3/System.Runtime.Numerics.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Runtime.Numerics.dll", - "ref/netstandard1.1/System.Runtime.Numerics.dll", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.numerics.4.3.0.nupkg.sha512", - "system.runtime.numerics.nuspec" - ] - }, - "System.Security.Claims/4.0.1": { - "sha512": "4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==", - "type": "package", - "path": "system.security.claims/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Claims.dll", - "lib/netstandard1.3/System.Security.Claims.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Claims.dll", - "ref/netstandard1.3/System.Security.Claims.dll", - "ref/netstandard1.3/System.Security.Claims.xml", - "ref/netstandard1.3/de/System.Security.Claims.xml", - "ref/netstandard1.3/es/System.Security.Claims.xml", - "ref/netstandard1.3/fr/System.Security.Claims.xml", - "ref/netstandard1.3/it/System.Security.Claims.xml", - "ref/netstandard1.3/ja/System.Security.Claims.xml", - "ref/netstandard1.3/ko/System.Security.Claims.xml", - "ref/netstandard1.3/ru/System.Security.Claims.xml", - "ref/netstandard1.3/zh-hans/System.Security.Claims.xml", - "ref/netstandard1.3/zh-hant/System.Security.Claims.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.security.claims.4.0.1.nupkg.sha512", - "system.security.claims.nuspec" - ] - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "type": "package", - "path": "system.security.cryptography.algorithms/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", - "lib/net461/System.Security.Cryptography.Algorithms.dll", - "lib/net463/System.Security.Cryptography.Algorithms.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", - "ref/net461/System.Security.Cryptography.Algorithms.dll", - "ref/net463/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "system.security.cryptography.algorithms.4.3.0.nupkg.sha512", - "system.security.cryptography.algorithms.nuspec" - ] - }, - "System.Security.Cryptography.Cng/4.3.0": { - "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "type": "package", - "path": "system.security.cryptography.cng/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.dll", - "lib/net463/System.Security.Cryptography.Cng.dll", - "ref/net46/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.dll", - "ref/net463/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "system.security.cryptography.cng.4.3.0.nupkg.sha512", - "system.security.cryptography.cng.nuspec" - ] - }, - "System.Security.Cryptography.Csp/4.3.0": { - "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "type": "package", - "path": "system.security.cryptography.csp/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Csp.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Csp.dll", - "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", - "runtimes/win/lib/netcore50/_._", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", - "system.security.cryptography.csp.4.3.0.nupkg.sha512", - "system.security.cryptography.csp.nuspec" - ] - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "type": "package", - "path": "system.security.cryptography.encoding/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Encoding.dll", - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "system.security.cryptography.encoding.4.3.0.nupkg.sha512", - "system.security.cryptography.encoding.nuspec" - ] - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "type": "package", - "path": "system.security.cryptography.openssl/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", - "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", - "system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "system.security.cryptography.openssl.nuspec" - ] - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "type": "package", - "path": "system.security.cryptography.primitives/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.security.cryptography.primitives.4.3.0.nupkg.sha512", - "system.security.cryptography.primitives.nuspec" - ] - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", + "dependencies": { + "System.Reflection.Emit": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/Tmds.DBus.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Tmds.DBus.dll": {} + } + } + } + }, + "libraries": { + "Avalonia/0.10.0": { + "sha512": "g+NHO2du6hjzkWHgoGt1J0i2AGW0M+Qig+wXtFubXJPgRkYU6wcdtGsw46KYGqQIZBJ8DuM6GYrfy8G0/0mafg==", "type": "package", - "path": "system.security.cryptography.x509certificates/4.3.0", + "path": "avalonia/0.10.0", + "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.X509Certificates.dll", - "lib/net461/System.Security.Cryptography.X509Certificates.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.X509Certificates.dll", - "ref/net461/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", - "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "system.security.cryptography.x509certificates.nuspec" + "Icon.png", + "avalonia.0.10.0.nupkg.sha512", + "avalonia.nuspec", + "build/Avalonia.props", + "build/Avalonia.targets", + "build/AvaloniaBuildTasks.props", + "build/AvaloniaBuildTasks.targets", + "build/AvaloniaItemSchema.xaml", + "buildTransitive/Avalonia.props", + "buildTransitive/Avalonia.targets", + "buildTransitive/AvaloniaBuildTasks.props", + "buildTransitive/AvaloniaBuildTasks.targets", + "buildTransitive/AvaloniaItemSchema.xaml", + "lib/net461/Avalonia.Animation.dll", + "lib/net461/Avalonia.Animation.xml", + "lib/net461/Avalonia.Base.dll", + "lib/net461/Avalonia.Base.xml", + "lib/net461/Avalonia.Controls.dll", + "lib/net461/Avalonia.Controls.xml", + "lib/net461/Avalonia.DesignerSupport.dll", + "lib/net461/Avalonia.DesignerSupport.xml", + "lib/net461/Avalonia.DesktopRuntime.dll", + "lib/net461/Avalonia.DesktopRuntime.xml", + "lib/net461/Avalonia.Dialogs.dll", + "lib/net461/Avalonia.Dialogs.xml", + "lib/net461/Avalonia.Input.dll", + "lib/net461/Avalonia.Input.xml", + "lib/net461/Avalonia.Interactivity.dll", + "lib/net461/Avalonia.Interactivity.xml", + "lib/net461/Avalonia.Layout.dll", + "lib/net461/Avalonia.Layout.xml", + "lib/net461/Avalonia.Markup.Xaml.dll", + "lib/net461/Avalonia.Markup.Xaml.xml", + "lib/net461/Avalonia.Markup.dll", + "lib/net461/Avalonia.Markup.xml", + "lib/net461/Avalonia.MicroCom.dll", + "lib/net461/Avalonia.MicroCom.xml", + "lib/net461/Avalonia.OpenGL.dll", + "lib/net461/Avalonia.OpenGL.xml", + "lib/net461/Avalonia.Styling.dll", + "lib/net461/Avalonia.Styling.xml", + "lib/net461/Avalonia.Themes.Default.dll", + "lib/net461/Avalonia.Themes.Default.xml", + "lib/net461/Avalonia.Themes.Fluent.dll", + "lib/net461/Avalonia.Themes.Fluent.xml", + "lib/net461/Avalonia.Visuals.dll", + "lib/net461/Avalonia.Visuals.xml", + "lib/net461/Avalonia.dll", + "lib/net461/Avalonia.xml", + "lib/netcoreapp2.0/Avalonia.Animation.dll", + "lib/netcoreapp2.0/Avalonia.Animation.xml", + "lib/netcoreapp2.0/Avalonia.Base.dll", + "lib/netcoreapp2.0/Avalonia.Base.xml", + "lib/netcoreapp2.0/Avalonia.Controls.dll", + "lib/netcoreapp2.0/Avalonia.Controls.xml", + "lib/netcoreapp2.0/Avalonia.DesignerSupport.dll", + "lib/netcoreapp2.0/Avalonia.DesignerSupport.xml", + "lib/netcoreapp2.0/Avalonia.DesktopRuntime.dll", + "lib/netcoreapp2.0/Avalonia.DesktopRuntime.xml", + "lib/netcoreapp2.0/Avalonia.Dialogs.dll", + "lib/netcoreapp2.0/Avalonia.Dialogs.xml", + "lib/netcoreapp2.0/Avalonia.Input.dll", + "lib/netcoreapp2.0/Avalonia.Input.xml", + "lib/netcoreapp2.0/Avalonia.Interactivity.dll", + "lib/netcoreapp2.0/Avalonia.Interactivity.xml", + "lib/netcoreapp2.0/Avalonia.Layout.dll", + "lib/netcoreapp2.0/Avalonia.Layout.xml", + "lib/netcoreapp2.0/Avalonia.Markup.Xaml.dll", + "lib/netcoreapp2.0/Avalonia.Markup.Xaml.xml", + "lib/netcoreapp2.0/Avalonia.Markup.dll", + "lib/netcoreapp2.0/Avalonia.Markup.xml", + "lib/netcoreapp2.0/Avalonia.MicroCom.dll", + "lib/netcoreapp2.0/Avalonia.MicroCom.xml", + "lib/netcoreapp2.0/Avalonia.OpenGL.dll", + "lib/netcoreapp2.0/Avalonia.OpenGL.xml", + "lib/netcoreapp2.0/Avalonia.Styling.dll", + "lib/netcoreapp2.0/Avalonia.Styling.xml", + "lib/netcoreapp2.0/Avalonia.Themes.Default.dll", + "lib/netcoreapp2.0/Avalonia.Themes.Default.xml", + "lib/netcoreapp2.0/Avalonia.Themes.Fluent.dll", + "lib/netcoreapp2.0/Avalonia.Themes.Fluent.xml", + "lib/netcoreapp2.0/Avalonia.Visuals.dll", + "lib/netcoreapp2.0/Avalonia.Visuals.xml", + "lib/netcoreapp2.0/Avalonia.dll", + "lib/netcoreapp2.0/Avalonia.xml", + "lib/netstandard2.0/Avalonia.Animation.dll", + "lib/netstandard2.0/Avalonia.Animation.xml", + "lib/netstandard2.0/Avalonia.Base.dll", + "lib/netstandard2.0/Avalonia.Base.xml", + "lib/netstandard2.0/Avalonia.Controls.dll", + "lib/netstandard2.0/Avalonia.Controls.xml", + "lib/netstandard2.0/Avalonia.DesignerSupport.dll", + "lib/netstandard2.0/Avalonia.DesignerSupport.xml", + "lib/netstandard2.0/Avalonia.Dialogs.dll", + "lib/netstandard2.0/Avalonia.Dialogs.xml", + "lib/netstandard2.0/Avalonia.Input.dll", + "lib/netstandard2.0/Avalonia.Input.xml", + "lib/netstandard2.0/Avalonia.Interactivity.dll", + "lib/netstandard2.0/Avalonia.Interactivity.xml", + "lib/netstandard2.0/Avalonia.Layout.dll", + "lib/netstandard2.0/Avalonia.Layout.xml", + "lib/netstandard2.0/Avalonia.Markup.Xaml.dll", + "lib/netstandard2.0/Avalonia.Markup.Xaml.xml", + "lib/netstandard2.0/Avalonia.Markup.dll", + "lib/netstandard2.0/Avalonia.Markup.xml", + "lib/netstandard2.0/Avalonia.MicroCom.dll", + "lib/netstandard2.0/Avalonia.MicroCom.xml", + "lib/netstandard2.0/Avalonia.OpenGL.dll", + "lib/netstandard2.0/Avalonia.OpenGL.xml", + "lib/netstandard2.0/Avalonia.Styling.dll", + "lib/netstandard2.0/Avalonia.Styling.xml", + "lib/netstandard2.0/Avalonia.Themes.Default.dll", + "lib/netstandard2.0/Avalonia.Themes.Default.xml", + "lib/netstandard2.0/Avalonia.Themes.Fluent.dll", + "lib/netstandard2.0/Avalonia.Themes.Fluent.xml", + "lib/netstandard2.0/Avalonia.Visuals.dll", + "lib/netstandard2.0/Avalonia.Visuals.xml", + "lib/netstandard2.0/Avalonia.dll", + "lib/netstandard2.0/Avalonia.xml", + "tools/net461/designer/Avalonia.Designer.HostApp.exe", + "tools/netcoreapp2.0/designer/Avalonia.Designer.HostApp.dll", + "tools/netstandard2.0/Avalonia.Build.Tasks.dll" ] }, - "System.Security.Principal/4.0.1": { - "sha512": "On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", + "Avalonia.Angle.Windows.Natives/2.1.0.2020091801": { + "sha512": "nGsCPI8FuUknU/e6hZIqlsKRDxClXHZyztmgM8vuwslFC/BIV3LqM2wKefWbr6SORX4Lct4nivhSMkdF/TrKgg==", "type": "package", - "path": "system.security.principal/4.0.1", + "path": "avalonia.angle.windows.natives/2.1.0.2020091801", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Security.Principal.dll", - "lib/netstandard1.0/System.Security.Principal.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Security.Principal.dll", - "ref/netcore50/System.Security.Principal.xml", - "ref/netcore50/de/System.Security.Principal.xml", - "ref/netcore50/es/System.Security.Principal.xml", - "ref/netcore50/fr/System.Security.Principal.xml", - "ref/netcore50/it/System.Security.Principal.xml", - "ref/netcore50/ja/System.Security.Principal.xml", - "ref/netcore50/ko/System.Security.Principal.xml", - "ref/netcore50/ru/System.Security.Principal.xml", - "ref/netcore50/zh-hans/System.Security.Principal.xml", - "ref/netcore50/zh-hant/System.Security.Principal.xml", - "ref/netstandard1.0/System.Security.Principal.dll", - "ref/netstandard1.0/System.Security.Principal.xml", - "ref/netstandard1.0/de/System.Security.Principal.xml", - "ref/netstandard1.0/es/System.Security.Principal.xml", - "ref/netstandard1.0/fr/System.Security.Principal.xml", - "ref/netstandard1.0/it/System.Security.Principal.xml", - "ref/netstandard1.0/ja/System.Security.Principal.xml", - "ref/netstandard1.0/ko/System.Security.Principal.xml", - "ref/netstandard1.0/ru/System.Security.Principal.xml", - "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", - "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.security.principal.4.0.1.nupkg.sha512", - "system.security.principal.nuspec" + "avalonia.angle.windows.natives.2.1.0.2020091801.nupkg.sha512", + "avalonia.angle.windows.natives.nuspec", + "runtimes/win-arm64/native/av_libglesv2.dll", + "runtimes/win7-x64/native/av_libglesv2.dll", + "runtimes/win7-x86/native/av_libglesv2.dll" ] }, - "System.Security.Principal.Windows/4.5.0": { - "sha512": "U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", + "Avalonia.Desktop/0.10.0": { + "sha512": "ypCPwtEJs0R9+dgvxU0nCdtOyUe5LIViumEIHqwcUwoG13N4Pl2moU2Pf+ic3RgzGqE7Bfn488mnCEO3EzTJsg==", "type": "package", - "path": "system.security.principal.windows/4.5.0", + "path": "avalonia.desktop/0.10.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.dll", - "lib/netstandard1.3/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.dll", - "lib/uap10.0.16299/_._", - "ref/net46/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/System.Security.Principal.Windows.dll", - "ref/netstandard1.3/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", - "ref/netstandard2.0/System.Security.Principal.Windows.dll", - "ref/netstandard2.0/System.Security.Principal.Windows.xml", - "ref/uap10.0.16299/_._", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.4.5.0.nupkg.sha512", - "system.security.principal.windows.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "Icon.png", + "avalonia.desktop.0.10.0.nupkg.sha512", + "avalonia.desktop.nuspec", + "lib/netstandard2.0/Avalonia.Desktop.dll", + "lib/netstandard2.0/Avalonia.Desktop.xml" ] }, - "System.Text.Encoding/4.3.0": { - "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "Avalonia.FreeDesktop/0.10.0": { + "sha512": "v9IottyEUwXGuonnIkPwi/BEAfCz7O+Gaq8QlNOy/SyB7ZUijbUoW7iNhkgAyAH34Ol2Yl+bXLSqHaLB4A5XQw==", "type": "package", - "path": "system.text.encoding/4.3.0", + "path": "avalonia.freedesktop/0.10.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netstandard1.0/System.Text.Encoding.dll", - "ref/netstandard1.3/System.Text.Encoding.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.encoding.4.3.0.nupkg.sha512", - "system.text.encoding.nuspec" + "Icon.png", + "avalonia.freedesktop.0.10.0.nupkg.sha512", + "avalonia.freedesktop.nuspec", + "lib/netstandard2.0/Avalonia.FreeDesktop.dll", + "lib/netstandard2.0/Avalonia.FreeDesktop.xml" ] }, - "System.Text.Encoding.CodePages/4.0.1": { - "sha512": "h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==", + "Avalonia.Native/0.10.0": { + "sha512": "M/X7DU6woPbGPLrXLxoKJbR/CifXWzj9JT+otnf15pDE/39ji2hWg8rJWYHxPxijHskla840lSMxPc0GltUJGg==", "type": "package", - "path": "system.text.encoding.codepages/4.0.1", + "path": "avalonia.native/0.10.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Text.Encoding.CodePages.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netstandard1.3/System.Text.Encoding.CodePages.dll", - "ref/netstandard1.3/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", - "system.text.encoding.codepages.4.0.1.nupkg.sha512", - "system.text.encoding.codepages.nuspec" + "Icon.png", + "avalonia.native.0.10.0.nupkg.sha512", + "avalonia.native.nuspec", + "lib/netstandard2.0/Avalonia.Native.dll", + "lib/netstandard2.0/Avalonia.Native.xml", + "runtimes/osx/native/libAvaloniaNative.dylib" ] }, - "System.Text.Encoding.Extensions/4.3.0": { - "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "Avalonia.Remote.Protocol/0.10.0": { + "sha512": "79a4nP66W8GP8DERv2hN9dcjCqElPNggcOnIpbc5QNKcHWXCF7fNXRmqveaPH8Ot5QDGh54OBIFTuSiF+90vyw==", "type": "package", - "path": "system.text.encoding.extensions/4.3.0", + "path": "avalonia.remote.protocol/0.10.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.encoding.extensions.4.3.0.nupkg.sha512", - "system.text.encoding.extensions.nuspec" + "Icon.png", + "avalonia.remote.protocol.0.10.0.nupkg.sha512", + "avalonia.remote.protocol.nuspec", + "lib/netstandard2.0/Avalonia.Remote.Protocol.dll", + "lib/netstandard2.0/Avalonia.Remote.Protocol.xml" + ] + }, + "Avalonia.Skia/0.10.0": { + "sha512": "RitaTRbah6TwX02HC8zFI28D5azQj3BmDGyoQeHm2xcDRbg921bKUkU4GrF+XVCy87JvFsQfSASkYeMBnjB7dQ==", + "type": "package", + "path": "avalonia.skia/0.10.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "avalonia.skia.0.10.0.nupkg.sha512", + "avalonia.skia.nuspec", + "lib/netstandard2.0/Avalonia.Skia.dll", + "lib/netstandard2.0/Avalonia.Skia.xml" ] }, - "System.Text.RegularExpressions/4.3.0": { - "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "Avalonia.Win32/0.10.0": { + "sha512": "K7ou9bmBKq42WjuWrxlyBynHy+YMIFmth3BA4bGysOkMpQOsDdUO5MLNf30ZurW98j2PzDZx7BCaPrjwKd30pA==", "type": "package", - "path": "system.text.regularexpressions/4.3.0", + "path": "avalonia.win32/0.10.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Text.RegularExpressions.dll", - "lib/netcore50/System.Text.RegularExpressions.dll", - "lib/netstandard1.6/System.Text.RegularExpressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.dll", - "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", - "ref/netstandard1.0/System.Text.RegularExpressions.dll", - "ref/netstandard1.3/System.Text.RegularExpressions.dll", - "ref/netstandard1.6/System.Text.RegularExpressions.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.regularexpressions.4.3.0.nupkg.sha512", - "system.text.regularexpressions.nuspec" + "Icon.png", + "avalonia.win32.0.10.0.nupkg.sha512", + "avalonia.win32.nuspec", + "lib/netstandard2.0/Avalonia.Win32.dll", + "lib/netstandard2.0/Avalonia.Win32.xml" ] }, - "System.Threading/4.3.0": { - "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "Avalonia.X11/0.10.0": { + "sha512": "rhgOcdSWFaCBhRRh97NHqltSBaz2ddCu4sr6SDPj2iT7BRgUs9a3ri0r4+2bkpWBBU0wBqEAyUg9JngfUMls9g==", "type": "package", - "path": "system.threading/4.3.0", + "path": "avalonia.x11/0.10.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.dll", - "lib/netstandard1.3/System.Threading.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.dll", - "ref/netstandard1.0/System.Threading.dll", - "ref/netstandard1.3/System.Threading.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Threading.dll", - "system.threading.4.3.0.nupkg.sha512", - "system.threading.nuspec" + "Icon.png", + "avalonia.x11.0.10.0.nupkg.sha512", + "avalonia.x11.nuspec", + "lib/netstandard2.0/Avalonia.X11.dll", + "lib/netstandard2.0/Avalonia.X11.xml" ] }, - "System.Threading.Overlapped/4.0.1": { - "sha512": "f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==", + "HarfBuzzSharp/2.6.1.7": { + "sha512": "/ZDcKBMxStEjQs9MpSP3abSBJsdoWzkCQFZ8zRpDFAvblDysHazEhUTRyUYD/fVczlH6jX5V1EYCiITtdPz00w==", "type": "package", - "path": "system.threading.overlapped/4.0.1", + "path": "harfbuzzsharp/2.6.1.7", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/System.Threading.Overlapped.dll", - "ref/net46/System.Threading.Overlapped.dll", - "ref/netstandard1.3/System.Threading.Overlapped.dll", - "ref/netstandard1.3/System.Threading.Overlapped.xml", - "ref/netstandard1.3/de/System.Threading.Overlapped.xml", - "ref/netstandard1.3/es/System.Threading.Overlapped.xml", - "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", - "ref/netstandard1.3/it/System.Threading.Overlapped.xml", - "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", - "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", - "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", - "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", - "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", - "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", - "runtimes/win/lib/net46/System.Threading.Overlapped.dll", - "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", - "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", - "system.threading.overlapped.4.0.1.nupkg.sha512", - "system.threading.overlapped.nuspec" + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/monoandroid1.0/HarfBuzzSharp.targets", + "build/monoandroid1.0/arm/libHarfBuzzSharp.so", + "build/monoandroid1.0/arm64/libHarfBuzzSharp.so", + "build/monoandroid1.0/x64/libHarfBuzzSharp.so", + "build/monoandroid1.0/x86/libHarfBuzzSharp.so", + "build/net462/HarfBuzzSharp.targets", + "build/tizen40/HarfBuzzSharp.targets", + "build/tizen40/arm/libHarfBuzzSharp.so", + "build/tizen40/x86/libHarfBuzzSharp.so", + "build/xamarinios1.0/HarfBuzzSharp.targets", + "build/xamarinios1.0/libHarfBuzzSharp.a", + "build/xamarinmac2.0/HarfBuzzSharp.targets", + "build/xamarintvos1.0/HarfBuzzSharp.targets", + "build/xamarintvos1.0/libHarfBuzzSharp.a", + "build/xamarinwatchos1.0/HarfBuzzSharp.targets", + "build/xamarinwatchos1.0/libHarfBuzzSharp.a", + "buildTransitive/monoandroid1.0/HarfBuzzSharp.targets", + "buildTransitive/net462/HarfBuzzSharp.targets", + "buildTransitive/tizen40/HarfBuzzSharp.targets", + "buildTransitive/xamarinios1.0/HarfBuzzSharp.targets", + "buildTransitive/xamarinmac2.0/HarfBuzzSharp.targets", + "buildTransitive/xamarintvos1.0/HarfBuzzSharp.targets", + "buildTransitive/xamarinwatchos1.0/HarfBuzzSharp.targets", + "harfbuzzsharp.2.6.1.7.nupkg.sha512", + "harfbuzzsharp.nuspec", + "lib/monoandroid1.0/HarfBuzzSharp.dll", + "lib/monoandroid1.0/HarfBuzzSharp.xml", + "lib/net462/HarfBuzzSharp.dll", + "lib/net462/HarfBuzzSharp.xml", + "lib/netstandard1.3/HarfBuzzSharp.dll", + "lib/netstandard1.3/HarfBuzzSharp.xml", + "lib/netstandard2.0/HarfBuzzSharp.dll", + "lib/netstandard2.0/HarfBuzzSharp.xml", + "lib/tizen40/HarfBuzzSharp.dll", + "lib/tizen40/HarfBuzzSharp.xml", + "lib/uap10.0.10240/HarfBuzzSharp.dll", + "lib/uap10.0.10240/HarfBuzzSharp.xml", + "lib/uap10.0.16299/HarfBuzzSharp.dll", + "lib/uap10.0.16299/HarfBuzzSharp.xml", + "lib/xamarinios1.0/HarfBuzzSharp.dll", + "lib/xamarinios1.0/HarfBuzzSharp.xml", + "lib/xamarinmac2.0/HarfBuzzSharp.dll", + "lib/xamarinmac2.0/HarfBuzzSharp.xml", + "lib/xamarintvos1.0/HarfBuzzSharp.dll", + "lib/xamarintvos1.0/HarfBuzzSharp.xml", + "lib/xamarinwatchos1.0/HarfBuzzSharp.dll", + "lib/xamarinwatchos1.0/HarfBuzzSharp.xml", + "runtimes/osx/native/libHarfBuzzSharp.dylib", + "runtimes/win-arm64/native/libHarfBuzzSharp.dll", + "runtimes/win-x64/native/libHarfBuzzSharp.dll", + "runtimes/win-x86/native/libHarfBuzzSharp.dll", + "runtimes/win10-arm/nativeassets/uap10.0/libHarfBuzzSharp.dll", + "runtimes/win10-arm64/nativeassets/uap10.0/libHarfBuzzSharp.dll", + "runtimes/win10-x64/nativeassets/uap10.0/libHarfBuzzSharp.dll", + "runtimes/win10-x86/nativeassets/uap10.0/libHarfBuzzSharp.dll" + ] + }, + "HarfBuzzSharp.NativeAssets.Linux/2.6.1.7": { + "sha512": "Aef8YgAqJ5dW0CNWCtaPNKHdJlhl+w83LmqDpaan9NmmKhG/px6Zta06iu0R2n4RrBHCRDly/Q/6kc0xQOfT9A==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.linux/2.6.1.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "harfbuzzsharp.nativeassets.linux.2.6.1.7.nupkg.sha512", + "harfbuzzsharp.nativeassets.linux.nuspec", + "lib/net462/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libHarfBuzzSharp.so", + "runtimes/linux-arm64/native/libHarfBuzzSharp.so", + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so", + "runtimes/linux-x64/native/libHarfBuzzSharp.so" ] }, - "System.Threading.Tasks/4.3.0": { - "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "JetBrains.Annotations/10.3.0": { + "sha512": "0GLU9lwGVXjUNlr9ZIdAgjqLI2Zm/XFGJFaqJ1T1sU+kwfeMLhm68+rblUrNUP9psRl4i8yM7Ghb4ia4oI2E5g==", "type": "package", - "path": "system.threading.tasks/4.3.0", + "path": "jetbrains.annotations/10.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.Tasks.dll", - "ref/netstandard1.0/System.Threading.Tasks.dll", - "ref/netstandard1.3/System.Threading.Tasks.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.4.3.0.nupkg.sha512", - "system.threading.tasks.nuspec" + "jetbrains.annotations.10.3.0.nupkg.sha512", + "jetbrains.annotations.nuspec", + "lib/net/JetBrains.Annotations.dll", + "lib/net/JetBrains.Annotations.xml", + "lib/netstandard1.0/JetBrains.Annotations.dll", + "lib/netstandard1.0/JetBrains.Annotations.xml", + "lib/portable-net4+sl4+wp7+netcore45/JetBrains.Annotations.dll", + "lib/portable-net4+sl4+wp7+netcore45/JetBrains.Annotations.xml", + "lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/JetBrains.Annotations.dll", + "lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/JetBrains.Annotations.xml" ] }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "sha512": "2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==", + "Microsoft.NETCore.Platforms/2.0.0": { + "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", "type": "package", - "path": "system.threading.tasks.dataflow/4.6.0", + "path": "microsoft.netcore.platforms/2.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.2.0.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.0.1": { + "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==", + "type": "package", + "path": "microsoft.netcore.targets/1.0.1", + "files": [ + ".nupkg.metadata", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/netstandard1.0/System.Threading.Tasks.Dataflow.XML", - "lib/netstandard1.0/System.Threading.Tasks.Dataflow.dll", - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.XML", - "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll", - "system.threading.tasks.dataflow.4.6.0.nupkg.sha512", - "system.threading.tasks.dataflow.nuspec" + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.0.1.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" ] }, - "System.Threading.Tasks.Extensions/4.5.2": { - "sha512": "BG/TNxDFv0svAzx8OiMXDlsHfGw623BZ8tCXw4YLhDFDvDhNUEV58jKYMGRnkbJNm7c3JNNJDiN7JBMzxRBR2w==", + "Microsoft.Win32.SystemEvents/4.5.0": { + "sha512": "LuI1oG+24TUj1ZRQQjM5Ew73BKnZE5NZ/7eAdh1o8ST5dPhUnJvIkiIn2re3MwnkRy6ELRnvEbBxHP8uALKhJw==", "type": "package", - "path": "system.threading.tasks.extensions/4.5.2", + "path": "microsoft.win32.systemevents/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.2.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", + "lib/net461/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "microsoft.win32.systemevents.4.5.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "ref/net461/Microsoft.Win32.SystemEvents.dll", + "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll", "useSharedDesignerContext.txt", "version.txt" ] }, - "System.Threading.Tasks.Parallel/4.0.1": { - "sha512": "7Pc9t25bcynT9FpMvkUw4ZjYwUiGup/5cJFW72/5MgCG+np2cfVUMdh29u8d7onxX7d8PS3J+wL73zQRqkdrSA==", + "SkiaSharp/2.80.2": { + "sha512": "D25rzdCwh+3L+XyXqpNa+H/yiLJbE3/R3K/XexwHyQjGdzZvSufFW3oqf3En7hhqSIsxsJ8f5NEZ0J5W5wlGBg==", "type": "package", - "path": "system.threading.tasks.parallel/4.0.1", + "path": "skiasharp/2.80.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.Parallel.dll", - "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.Tasks.Parallel.dll", - "ref/netcore50/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/de/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/es/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/it/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml", - "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll", - "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml", - "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.parallel.4.0.1.nupkg.sha512", - "system.threading.tasks.parallel.nuspec" + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/monoandroid1.0/SkiaSharp.targets", + "build/monoandroid1.0/arm/libSkiaSharp.so", + "build/monoandroid1.0/arm64/libSkiaSharp.so", + "build/monoandroid1.0/x64/libSkiaSharp.so", + "build/monoandroid1.0/x86/libSkiaSharp.so", + "build/net462/SkiaSharp.targets", + "build/tizen40/SkiaSharp.targets", + "build/tizen40/arm/libSkiaSharp.so", + "build/tizen40/x86/libSkiaSharp.so", + "build/xamarinios1.0/SkiaSharp.targets", + "build/xamarinios1.0/libSkiaSharp.framework/Info.plist", + "build/xamarinios1.0/libSkiaSharp.framework/Modules/module.modulemap", + "build/xamarinios1.0/libSkiaSharp.framework/_CodeSignature/CodeResources", + "build/xamarinios1.0/libSkiaSharp.framework/libSkiaSharp", + "build/xamarinmac2.0/SkiaSharp.targets", + "build/xamarintvos1.0/SkiaSharp.targets", + "build/xamarintvos1.0/libSkiaSharp.framework/Info.plist", + "build/xamarintvos1.0/libSkiaSharp.framework/Modules/module.modulemap", + "build/xamarintvos1.0/libSkiaSharp.framework/_CodeSignature/CodeResources", + "build/xamarintvos1.0/libSkiaSharp.framework/libSkiaSharp", + "build/xamarinwatchos1.0/SkiaSharp.targets", + "build/xamarinwatchos1.0/libSkiaSharp.framework/Info.plist", + "build/xamarinwatchos1.0/libSkiaSharp.framework/Modules/module.modulemap", + "build/xamarinwatchos1.0/libSkiaSharp.framework/_CodeSignature/CodeResources", + "build/xamarinwatchos1.0/libSkiaSharp.framework/libSkiaSharp", + "buildTransitive/monoandroid1.0/SkiaSharp.targets", + "buildTransitive/net462/SkiaSharp.targets", + "buildTransitive/tizen40/SkiaSharp.targets", + "buildTransitive/xamarinios1.0/SkiaSharp.targets", + "buildTransitive/xamarinmac2.0/SkiaSharp.targets", + "buildTransitive/xamarintvos1.0/SkiaSharp.targets", + "buildTransitive/xamarinwatchos1.0/SkiaSharp.targets", + "lib/monoandroid1.0/SkiaSharp.dll", + "lib/monoandroid1.0/SkiaSharp.xml", + "lib/net462/SkiaSharp.dll", + "lib/net462/SkiaSharp.xml", + "lib/netstandard1.3/SkiaSharp.dll", + "lib/netstandard1.3/SkiaSharp.xml", + "lib/netstandard2.0/SkiaSharp.dll", + "lib/netstandard2.0/SkiaSharp.xml", + "lib/tizen40/SkiaSharp.dll", + "lib/tizen40/SkiaSharp.xml", + "lib/uap10.0.10240/SkiaSharp.dll", + "lib/uap10.0.10240/SkiaSharp.xml", + "lib/uap10.0.16299/SkiaSharp.dll", + "lib/uap10.0.16299/SkiaSharp.xml", + "lib/xamarinios1.0/SkiaSharp.dll", + "lib/xamarinios1.0/SkiaSharp.xml", + "lib/xamarinmac2.0/SkiaSharp.dll", + "lib/xamarinmac2.0/SkiaSharp.xml", + "lib/xamarintvos1.0/SkiaSharp.dll", + "lib/xamarintvos1.0/SkiaSharp.xml", + "lib/xamarinwatchos1.0/SkiaSharp.dll", + "lib/xamarinwatchos1.0/SkiaSharp.xml", + "runtimes/osx/native/libSkiaSharp.dylib", + "runtimes/win-arm64/native/libSkiaSharp.dll", + "runtimes/win-x64/native/libSkiaSharp.dll", + "runtimes/win-x86/native/libSkiaSharp.dll", + "runtimes/win10-arm/nativeassets/uap10.0/libEGL.dll", + "runtimes/win10-arm/nativeassets/uap10.0/libGLESv2.dll", + "runtimes/win10-arm/nativeassets/uap10.0/libSkiaSharp.dll", + "runtimes/win10-arm64/nativeassets/uap10.0/libEGL.dll", + "runtimes/win10-arm64/nativeassets/uap10.0/libGLESv2.dll", + "runtimes/win10-arm64/nativeassets/uap10.0/libSkiaSharp.dll", + "runtimes/win10-x64/nativeassets/uap10.0/libEGL.dll", + "runtimes/win10-x64/nativeassets/uap10.0/libGLESv2.dll", + "runtimes/win10-x64/nativeassets/uap10.0/libSkiaSharp.dll", + "runtimes/win10-x86/nativeassets/uap10.0/libEGL.dll", + "runtimes/win10-x86/nativeassets/uap10.0/libGLESv2.dll", + "runtimes/win10-x86/nativeassets/uap10.0/libSkiaSharp.dll", + "skiasharp.2.80.2.nupkg.sha512", + "skiasharp.nuspec" ] }, - "System.Threading.Thread/4.0.0": { - "sha512": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==", + "SkiaSharp.NativeAssets.Linux/2.80.2": { + "sha512": "uQSxFy5iVTK6tENWrlc+HCKGSCLgJ+d2KGXUlC1OMCXlKOVkzMqdwa0gMukrEA6HYdO+qk6IUq3ya4fk70EB4g==", "type": "package", - "path": "system.threading.thread/4.0.0", + "path": "skiasharp.nativeassets.linux/2.80.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Threading.Thread.dll", - "lib/netcore50/_._", - "lib/netstandard1.3/System.Threading.Thread.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Threading.Thread.dll", - "ref/netstandard1.3/System.Threading.Thread.dll", - "ref/netstandard1.3/System.Threading.Thread.xml", - "ref/netstandard1.3/de/System.Threading.Thread.xml", - "ref/netstandard1.3/es/System.Threading.Thread.xml", - "ref/netstandard1.3/fr/System.Threading.Thread.xml", - "ref/netstandard1.3/it/System.Threading.Thread.xml", - "ref/netstandard1.3/ja/System.Threading.Thread.xml", - "ref/netstandard1.3/ko/System.Threading.Thread.xml", - "ref/netstandard1.3/ru/System.Threading.Thread.xml", - "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", - "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.thread.4.0.0.nupkg.sha512", - "system.threading.thread.nuspec" + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Linux.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Linux.targets", + "lib/net462/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libSkiaSharp.so", + "runtimes/linux-arm64/native/libSkiaSharp.so", + "runtimes/linux-musl-x64/native/libSkiaSharp.so", + "runtimes/linux-x64/native/libSkiaSharp.so", + "skiasharp.nativeassets.linux.2.80.2.nupkg.sha512", + "skiasharp.nativeassets.linux.nuspec" ] }, - "System.Threading.ThreadPool/4.0.10": { - "sha512": "IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==", + "System.ComponentModel.Annotations/4.5.0": { + "sha512": "UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==", "type": "package", - "path": "system.threading.threadpool/4.0.10", + "path": "system.componentmodel.annotations/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Threading.ThreadPool.dll", - "lib/netcore50/_._", - "lib/netstandard1.3/System.Threading.ThreadPool.dll", + "lib/net45/_._", + "lib/net461/System.ComponentModel.Annotations.dll", + "lib/netcore50/System.ComponentModel.Annotations.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.4/System.ComponentModel.Annotations.dll", + "lib/netstandard2.0/System.ComponentModel.Annotations.dll", + "lib/portable-net45+win8/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Threading.ThreadPool.dll", - "ref/netstandard1.3/System.Threading.ThreadPool.dll", - "ref/netstandard1.3/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", - "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", + "ref/net45/_._", + "ref/net461/System.ComponentModel.Annotations.dll", + "ref/net461/System.ComponentModel.Annotations.xml", + "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard2.0/System.ComponentModel.Annotations.dll", + "ref/netstandard2.0/System.ComponentModel.Annotations.xml", + "ref/portable-net45+win8/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", - "system.threading.threadpool.4.0.10.nupkg.sha512", - "system.threading.threadpool.nuspec" + "system.componentmodel.annotations.4.5.0.nupkg.sha512", + "system.componentmodel.annotations.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Threading.ThreadPool/4.3.0": { - "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", + "System.Drawing.Common/4.5.0": { + "sha512": "AiJFxxVPdeITstiRS5aAu8+8Dpf5NawTMoapZ53Gfirml24p7HIfhjmCRxdXnmmf3IUA3AX3CcW7G73CjWxW/Q==", "type": "package", - "path": "system.threading.threadpool/4.3.0", + "path": "system.drawing.common/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Threading.ThreadPool.dll", - "lib/netcore50/_._", - "lib/netstandard1.3/System.Threading.ThreadPool.dll", + "lib/net461/System.Drawing.Common.dll", + "lib/netstandard2.0/System.Drawing.Common.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Threading.ThreadPool.dll", - "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/net461/System.Drawing.Common.dll", + "ref/netstandard2.0/System.Drawing.Common.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", - "system.threading.threadpool.4.3.0.nupkg.sha512", - "system.threading.threadpool.nuspec" + "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll", + "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll", + "system.drawing.common.4.5.0.nupkg.sha512", + "system.drawing.common.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Threading.Timer/4.3.0": { - "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "System.Memory/4.5.3": { + "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", "type": "package", - "path": "system.threading.timer/4.3.0", + "path": "system.memory/4.5.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net451/_._", - "lib/portable-net451+win81+wpa81/_._", - "lib/win81/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net451/_._", - "ref/netcore50/System.Threading.Timer.dll", - "ref/netstandard1.2/System.Threading.Timer.dll", - "ref/portable-net451+win81+wpa81/_._", - "ref/win81/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.timer.4.3.0.nupkg.sha512", - "system.threading.timer.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.3.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.ValueTuple/4.5.0": { - "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "System.Numerics.Vectors/4.5.0": { + "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", "type": "package", - "path": "system.valuetuple/4.5.0", + "path": "system.numerics.vectors/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10775,16 +1138,15 @@ "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net461/System.ValueTuple.dll", - "lib/net461/System.ValueTuple.xml", - "lib/net47/System.ValueTuple.dll", - "lib/net47/System.ValueTuple.xml", + "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", - "lib/netstandard1.0/System.ValueTuple.dll", - "lib/netstandard1.0/System.ValueTuple.xml", - "lib/netstandard2.0/_._", - "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", - "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", + "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", @@ -10792,41 +1154,75 @@ "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net461/System.ValueTuple.dll", - "ref/net47/System.ValueTuple.dll", + "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", + "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", - "ref/netstandard2.0/_._", - "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", + "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", - "system.valuetuple.4.5.0.nupkg.sha512", - "system.valuetuple.nuspec", + "system.numerics.vectors.4.5.0.nupkg.sha512", + "system.numerics.vectors.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, - "System.Xml.ReaderWriter/4.3.0": { - "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "System.Reactive/5.0.0": { + "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", "type": "package", - "path": "system.xml.readerwriter/4.3.0", + "path": "system.reactive/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "build/net5.0/_._", + "build/netcoreapp3.1/System.Reactive.dll", + "build/netcoreapp3.1/System.Reactive.targets", + "build/netcoreapp3.1/System.Reactive.xml", + "buildTransitive/net5.0/_._", + "buildTransitive/netcoreapp3.1/System.Reactive.targets", + "lib/net472/System.Reactive.dll", + "lib/net472/System.Reactive.xml", + "lib/net5.0-windows10.0.19041/System.Reactive.dll", + "lib/net5.0-windows10.0.19041/System.Reactive.xml", + "lib/net5.0/System.Reactive.dll", + "lib/net5.0/System.Reactive.xml", + "lib/netcoreapp3.1/_._", + "lib/netstandard2.0/System.Reactive.dll", + "lib/netstandard2.0/System.Reactive.xml", + "lib/uap10.0.16299/System.Reactive.dll", + "lib/uap10.0.16299/System.Reactive.pri", + "lib/uap10.0.16299/System.Reactive.xml", + "system.reactive.5.0.0.nupkg.sha512", + "system.reactive.nuspec" + ] + }, + "System.Reflection.Emit/4.7.0": { + "sha512": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", + "type": "package", + "path": "system.reflection.emit/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/net46/System.Xml.ReaderWriter.dll", - "lib/netcore50/System.Xml.ReaderWriter.dll", - "lib/netstandard1.3/System.Xml.ReaderWriter.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.1/System.Reflection.Emit.dll", + "lib/netstandard1.1/System.Reflection.Emit.xml", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/netstandard2.0/System.Reflection.Emit.dll", + "lib/netstandard2.0/System.Reflection.Emit.xml", + "lib/netstandard2.1/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", @@ -10834,26 +1230,37 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/net46/System.Xml.ReaderWriter.dll", - "ref/netcore50/System.Xml.ReaderWriter.dll", - "ref/netstandard1.0/System.Xml.ReaderWriter.dll", - "ref/netstandard1.3/System.Xml.ReaderWriter.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.xml.readerwriter.4.3.0.nupkg.sha512", - "system.xml.readerwriter.nuspec" + "ref/netcoreapp2.0/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/netstandard2.0/System.Reflection.Emit.dll", + "ref/netstandard2.0/System.Reflection.Emit.xml", + "ref/netstandard2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.dll", + "runtimes/aot/lib/netcore50/System.Reflection.Emit.xml", + "system.reflection.emit.4.7.0.nupkg.sha512", + "system.reflection.emit.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Xml.XDocument/4.3.0": { - "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "System.Runtime/4.1.0": { + "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==", "type": "package", - "path": "system.xml.xdocument/4.3.0", + "path": "system.runtime/4.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10862,9 +1269,8 @@ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Xml.XDocument.dll", - "lib/netstandard1.3/System.Xml.XDocument.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", @@ -10875,10 +1281,63 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/System.Xml.XDocument.dll", - "ref/netstandard1.0/System.Xml.XDocument.dll", - "ref/netstandard1.3/System.Xml.XDocument.dll", - "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", @@ -10886,184 +1345,186 @@ "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", - "system.xml.xdocument.4.3.0.nupkg.sha512", - "system.xml.xdocument.nuspec" + "system.runtime.4.1.0.nupkg.sha512", + "system.runtime.nuspec" ] }, - "System.Xml.XmlDocument/4.0.1": { - "sha512": "2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==", + "System.Runtime.CompilerServices.Unsafe/4.6.0": { + "sha512": "HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==", "type": "package", - "path": "system.xml.xmldocument/4.0.1", + "path": "system.runtime.compilerservices.unsafe/4.6.0", "files": [ ".nupkg.metadata", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Xml.XmlDocument.dll", - "lib/netstandard1.3/System.Xml.XmlDocument.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Xml.XmlDocument.dll", - "ref/netstandard1.3/System.Xml.XmlDocument.dll", - "ref/netstandard1.3/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", - "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.xml.xmldocument.4.0.1.nupkg.sha512", - "system.xml.xmldocument.nuspec" + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Xml.XPath/4.0.1": { - "sha512": "UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==", + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", "type": "package", - "path": "system.xml.xpath/4.0.1", + "path": "system.security.principal.windows/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Xml.XPath.dll", - "lib/netstandard1.3/System.Xml.XPath.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Xml.XPath.dll", - "ref/netstandard1.3/System.Xml.XPath.dll", - "ref/netstandard1.3/System.Xml.XPath.xml", - "ref/netstandard1.3/de/System.Xml.XPath.xml", - "ref/netstandard1.3/es/System.Xml.XPath.xml", - "ref/netstandard1.3/fr/System.Xml.XPath.xml", - "ref/netstandard1.3/it/System.Xml.XPath.xml", - "ref/netstandard1.3/ja/System.Xml.XPath.xml", - "ref/netstandard1.3/ko/System.Xml.XPath.xml", - "ref/netstandard1.3/ru/System.Xml.XPath.xml", - "ref/netstandard1.3/zh-hans/System.Xml.XPath.xml", - "ref/netstandard1.3/zh-hant/System.Xml.XPath.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.xml.xpath.4.0.1.nupkg.sha512", - "system.xml.xpath.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.4.7.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "System.Xml.XPath.XDocument/4.0.1": { - "sha512": "FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==", + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", "type": "package", - "path": "system.xml.xpath.xdocument/4.0.1", + "path": "system.valuetuple/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Xml.XPath.XDocument.dll", - "lib/netstandard1.3/System.Xml.XPath.XDocument.dll", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Xml.XPath.XDocument.dll", - "ref/netstandard1.3/System.Xml.XPath.XDocument.dll", - "ref/netstandard1.3/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/de/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/es/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/fr/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/it/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/ja/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/ko/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/ru/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/zh-hans/System.Xml.XPath.XDocument.xml", - "ref/netstandard1.3/zh-hant/System.Xml.XPath.XDocument.xml", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", - "system.xml.xpath.xdocument.4.0.1.nupkg.sha512", - "system.xml.xpath.xdocument.nuspec" + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Tmds.DBus/0.7.0": { - "sha512": "tOidFxmHHALdPfwHP4iBZ3ojq5JXfUsuwO4QakZ5WnbYXLQI8xFWWwlhwGozHFl5PGkfd9W+PEzM+LISOFr9Bw==", + "Tmds.DBus/0.9.0": { + "sha512": "KcTWL9aKuob9Qo2sOTTKFePs1rKGTwZrcBvMFuGVIVR5RojX3oIFj5UBLYfSGjYgrcImC7LjQI3DdCFwUnhNXw==", "type": "package", - "path": "tmds.dbus/0.7.0", + "path": "tmds.dbus/0.9.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netstandard1.5/Tmds.DBus.dll", - "lib/netstandard1.5/Tmds.DBus.xml", "lib/netstandard2.0/Tmds.DBus.dll", "lib/netstandard2.0/Tmds.DBus.xml", - "tmds.dbus.0.7.0.nupkg.sha512", + "tmds.dbus.0.9.0.nupkg.sha512", "tmds.dbus.nuspec" ] } }, "projectFileDependencyGroups": { - ".NETCoreApp,Version=v3.1": [ - "Avalonia >= 0.9.12", - "Avalonia.Desktop >= 0.9.12", - "Citrus.Avalonia >= 1.2.6" + "net5.0": [ + "Avalonia >= 0.10.0", + "Avalonia.Desktop >= 0.10.0" ] }, "packageFolders": { "C:\\Users\\tcroi\\.nuget\\packages\\": {}, - "E:\\Microsoft\\Xamarin\\NuGet\\": {}, + "G:\\Logiciels\\Microsoft\\Xamarin\\NuGet": {}, "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", + "projectUniqueName": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", "projectName": "PboViewer", - "projectPath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", + "projectPath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", "packagesPath": "C:\\Users\\tcroi\\.nuget\\packages\\", - "outputPath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\obj\\", + "outputPath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "E:\\Microsoft\\Xamarin\\NuGet\\", + "G:\\Logiciels\\Microsoft\\Xamarin\\NuGet", "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" ], "configFilePaths": [ - "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\NuGet.Config", "C:\\Users\\tcroi\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" ], "originalTargetFrameworks": [ - "netcoreapp3.1" + "net5.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://www.myget.org/F/avalonia-ci/api/v2": {} + "https://api.nuget.org/v3/index.json": {} }, "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", + "net5.0": { + "targetAlias": "net5.0", "projectReferences": {} } }, @@ -11074,20 +1535,16 @@ } }, "frameworks": { - "netcoreapp3.1": { - "targetAlias": "netcoreapp3.1", + "net5.0": { + "targetAlias": "net5.0", "dependencies": { "Avalonia": { "target": "Package", - "version": "[0.9.12, )" + "version": "[0.10.0, )" }, "Avalonia.Desktop": { "target": "Package", - "version": "[0.9.12, )" - }, - "Citrus.Avalonia": { - "target": "Package", - "version": "[1.2.6, )" + "version": "[0.10.0, )" } }, "imports": [ @@ -11100,31 +1557,12 @@ ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "[3.1.9, 3.1.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[3.1.9, 3.1.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "[3.1.9, 3.1.9]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "ubuntu-x64": { - "#import": [] + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json" } } } diff --git a/src/PboViewer GUI/obj/project.nuget.cache b/src/PboViewer GUI/obj/project.nuget.cache index c17eb94..ae7e369 100644 --- a/src/PboViewer GUI/obj/project.nuget.cache +++ b/src/PboViewer GUI/obj/project.nuget.cache @@ -1,195 +1,37 @@ { "version": 2, - "dgSpecHash": "80oImvsG3SkjfN0eFLlsfSQvA0w+R9tazriFBuoyiIseOsnTNtCIi17h2a4fDUx7gbl1QwLcYEz/la922f4VeQ==", + "dgSpecHash": "P2hjFTUeDBcApgsbIp696pt8AakKQg6CQqtr4OcY+cCSJj4K5UCMHMqXNb5n1D6BnSgcOLgtwwYy0MoZ54zCFA==", "success": true, - "projectFilePath": "D:\\Developpement\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", + "projectFilePath": "G:\\source\\c#\\avalonia\\PboViewer\\PboViewer GUI\\PboViewer GUI.csproj", "expectedPackageFiles": [ - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia\\0.9.12\\avalonia.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.desktop\\0.9.12\\avalonia.desktop.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.direct2d1\\0.9.12\\avalonia.direct2d1.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.freedesktop\\0.9.12\\avalonia.freedesktop.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.native\\0.9.12\\avalonia.native.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.remote.protocol\\0.9.12\\avalonia.remote.protocol.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.skia\\0.9.12\\avalonia.skia.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.skia.linux.natives\\1.68.0.2\\avalonia.skia.linux.natives.1.68.0.2.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.win32\\0.9.12\\avalonia.win32.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.x11\\0.9.12\\avalonia.x11.0.9.12.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\citrus.avalonia\\1.2.6\\citrus.avalonia.1.2.6.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia\\0.10.0\\avalonia.0.10.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.angle.windows.natives\\2.1.0.2020091801\\avalonia.angle.windows.natives.2.1.0.2020091801.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.desktop\\0.10.0\\avalonia.desktop.0.10.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.freedesktop\\0.10.0\\avalonia.freedesktop.0.10.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.native\\0.10.0\\avalonia.native.0.10.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.remote.protocol\\0.10.0\\avalonia.remote.protocol.0.10.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.skia\\0.10.0\\avalonia.skia.0.10.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.win32\\0.10.0\\avalonia.win32.0.10.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\avalonia.x11\\0.10.0\\avalonia.x11.0.10.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\harfbuzzsharp\\2.6.1.7\\harfbuzzsharp.2.6.1.7.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\harfbuzzsharp.nativeassets.linux\\2.6.1.7\\harfbuzzsharp.nativeassets.linux.2.6.1.7.nupkg.sha512", "C:\\Users\\tcroi\\.nuget\\packages\\jetbrains.annotations\\10.3.0\\jetbrains.annotations.10.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\libuv\\1.9.1\\libuv.1.9.1.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.codeanalysis.analyzers\\1.1.0\\microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.codeanalysis.common\\1.3.0\\microsoft.codeanalysis.common.1.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.codeanalysis.csharp\\1.3.0\\microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.codeanalysis.visualbasic\\1.3.0\\microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.csharp\\4.0.1\\microsoft.csharp.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.app\\1.0.5\\microsoft.netcore.app.1.0.5.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.dotnethost\\1.0.1\\microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.dotnethostpolicy\\1.0.5\\microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.dotnethostresolver\\1.0.1\\microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.jit\\1.0.7\\microsoft.netcore.jit.1.0.7.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.runtime.coreclr\\1.0.7\\microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.windows.apisets\\1.0.1\\microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.visualbasic\\10.0.1\\microsoft.visualbasic.10.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.win32.registry\\4.0.0\\microsoft.win32.registry.4.0.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.netcore.targets\\1.0.1\\microsoft.netcore.targets.1.0.1.nupkg.sha512", "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.win32.systemevents\\4.5.0\\microsoft.win32.systemevents.4.5.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.collections\\4.3.0\\runtime.any.system.collections.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.diagnostics.tools\\4.3.0\\runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.diagnostics.tracing\\4.3.0\\runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.globalization\\4.3.0\\runtime.any.system.globalization.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.globalization.calendars\\4.3.0\\runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.io\\4.3.0\\runtime.any.system.io.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.reflection\\4.3.0\\runtime.any.system.reflection.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.reflection.extensions\\4.3.0\\runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.reflection.primitives\\4.3.0\\runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.resources.resourcemanager\\4.3.0\\runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.runtime\\4.3.0\\runtime.any.system.runtime.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.runtime.handles\\4.3.0\\runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.runtime.interopservices\\4.3.0\\runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.text.encoding\\4.3.0\\runtime.any.system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.text.encoding.extensions\\4.3.0\\runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.threading.tasks\\4.3.0\\runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.any.system.threading.timer\\4.3.0\\runtime.any.system.threading.timer.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.native.system.net.security\\4.0.1\\runtime.native.system.net.security.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.native.system.security.cryptography\\4.0.1\\runtime.native.system.security.cryptography.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "E:\\Microsoft\\Xamarin\\NuGet\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.unix.microsoft.win32.primitives\\4.3.0\\runtime.unix.microsoft.win32.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.unix.system.console\\4.3.0\\runtime.unix.system.console.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.unix.system.diagnostics.debug\\4.3.0\\runtime.unix.system.diagnostics.debug.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.unix.system.io.filesystem\\4.3.0\\runtime.unix.system.io.filesystem.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.unix.system.net.primitives\\4.3.0\\runtime.unix.system.net.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.unix.system.net.sockets\\4.3.0\\runtime.unix.system.net.sockets.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.unix.system.private.uri\\4.3.0\\runtime.unix.system.private.uri.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\runtime.unix.system.runtime.extensions\\4.3.0\\runtime.unix.system.runtime.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\serilog\\2.5.0\\serilog.2.5.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\serilog.sinks.debug\\1.0.0\\serilog.sinks.debug.1.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\serilog.sinks.trace\\2.1.0\\serilog.sinks.trace.2.1.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\sharpdx\\4.0.1\\sharpdx.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\sharpdx.direct2d1\\4.0.1\\sharpdx.direct2d1.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\sharpdx.direct3d11\\4.0.1\\sharpdx.direct3d11.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\sharpdx.dxgi\\4.0.1\\sharpdx.dxgi.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\sharpgen.runtime\\1.2.1\\sharpgen.runtime.1.2.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\sharpgen.runtime.com\\1.2.0\\sharpgen.runtime.com.1.2.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\skiasharp\\1.68.0\\skiasharp.1.68.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.collections.immutable\\1.2.0\\system.collections.immutable.1.2.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.collections.nongeneric\\4.0.1\\system.collections.nongeneric.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.componentmodel\\4.0.1\\system.componentmodel.4.0.1.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\skiasharp\\2.80.2\\skiasharp.2.80.2.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\skiasharp.nativeassets.linux\\2.80.2\\skiasharp.nativeassets.linux.2.80.2.nupkg.sha512", "C:\\Users\\tcroi\\.nuget\\packages\\system.componentmodel.annotations\\4.5.0\\system.componentmodel.annotations.4.5.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.diagnostics.fileversioninfo\\4.0.0\\system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.diagnostics.process\\4.1.0\\system.diagnostics.process.4.1.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.diagnostics.stacktrace\\4.0.1\\system.diagnostics.stacktrace.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.diagnostics.tracesource\\4.0.0\\system.diagnostics.tracesource.4.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", "C:\\Users\\tcroi\\.nuget\\packages\\system.drawing.common\\4.5.0\\system.drawing.common.4.5.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.io.filesystem.watcher\\4.0.0\\system.io.filesystem.watcher.4.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.io.memorymappedfiles\\4.0.0\\system.io.memorymappedfiles.4.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.io.unmanagedmemorystream\\4.0.1\\system.io.unmanagedmemorystream.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.linq.parallel\\4.0.1\\system.linq.parallel.4.0.1.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.linq.queryable\\4.0.1\\system.linq.queryable.4.0.1.nupkg.sha512", "C:\\Users\\tcroi\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.net.nameresolution\\4.0.0\\system.net.nameresolution.4.0.0.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.net.requests\\4.0.11\\system.net.requests.4.0.11.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.net.security\\4.0.1\\system.net.security.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.net.webheadercollection\\4.0.1\\system.net.webheadercollection.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.numerics.vectors\\4.1.1\\system.numerics.vectors.4.1.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.private.uri\\4.3.0\\system.private.uri.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reactive\\4.1.6\\system.reactive.4.1.6.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.dispatchproxy\\4.0.1\\system.reflection.dispatchproxy.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.metadata\\1.3.0\\system.reflection.metadata.1.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.resources.reader\\4.0.0\\system.resources.reader.4.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\system.reflection.emit\\4.7.0\\system.reflection.emit.4.7.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime\\4.1.0\\system.runtime.4.1.0.nupkg.sha512", "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.6.0\\system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime.interopservices.windowsruntime\\4.3.0\\system.runtime.interopservices.windowsruntime.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime.loader\\4.0.0\\system.runtime.loader.4.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.claims\\4.0.1\\system.security.claims.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.security.principal\\4.0.1\\system.security.principal.4.0.1.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.text.encoding.codepages\\4.0.1\\system.text.encoding.codepages.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.overlapped\\4.0.1\\system.threading.overlapped.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.tasks.dataflow\\4.6.0\\system.threading.tasks.dataflow.4.6.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.2\\system.threading.tasks.extensions.4.5.2.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.tasks.parallel\\4.0.1\\system.threading.tasks.parallel.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.thread\\4.0.0\\system.threading.thread.4.0.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.threadpool\\4.0.10\\system.threading.threadpool.4.0.10.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.threadpool\\4.3.0\\system.threading.threadpool.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\tcroi\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", "C:\\Users\\tcroi\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.xml.xmldocument\\4.0.1\\system.xml.xmldocument.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.xml.xpath\\4.0.1\\system.xml.xpath.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\system.xml.xpath.xdocument\\4.0.1\\system.xml.xpath.xdocument.4.0.1.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\tmds.dbus\\0.7.0\\tmds.dbus.0.7.0.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.app.runtime.linux-x64\\3.1.9\\microsoft.netcore.app.runtime.linux-x64.3.1.9.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.linux-x64\\3.1.9\\microsoft.aspnetcore.app.runtime.linux-x64.3.1.9.nupkg.sha512", - "C:\\Users\\tcroi\\.nuget\\packages\\microsoft.netcore.app.host.linux-x64\\3.1.9\\microsoft.netcore.app.host.linux-x64.3.1.9.nupkg.sha512" + "C:\\Users\\tcroi\\.nuget\\packages\\tmds.dbus\\0.9.0\\tmds.dbus.0.9.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file