Skip to content

Commit

Permalink
New version of the GUI
Browse files Browse the repository at this point in the history
- New design
- Explorer like window and features
- Open folder AND PBO file
- The project now use .Net 5
  • Loading branch information
SteezCram committed Feb 21, 2021
1 parent 369ff78 commit a891969
Show file tree
Hide file tree
Showing 284 changed files with 8,225 additions and 20,806 deletions.
2 changes: 1 addition & 1 deletion src/PboViewer CLI/PboViewer CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>PboViewer</RootNamespace>
<AssemblyName>PboViewer</AssemblyName>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/PboViewer CLI/build.ps1
Original file line number Diff line number Diff line change
@@ -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
dotnet publish -c Release -o $directory/publish/linux --self-contained -r linux-x64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <autogenerated />
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 = "")]
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b83118e10a8edd38dcbf67894c3525d36aa4940
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7feef68eaf3f66e762d3e8048b5767ea932e1f86
Binary file added src/PboViewer CLI/obj/Debug/net5.0/PboViewer.dll
Binary file not shown.
Binary file added src/PboViewer CLI/obj/Debug/net5.0/PboViewer.pdb
Binary file not shown.
Binary file added src/PboViewer CLI/obj/Debug/net5.0/apphost.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/PboViewer CLI/obj/Debug/netcoreapp3.1/apphost.exe
Binary file not shown.
24 changes: 12 additions & 12 deletions src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {}
}
},
Expand All @@ -42,8 +42,8 @@
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"net5.0": {
"targetAlias": "net5.0",
"dependencies": {
"ManyConsole": {
"target": "Package",
Expand All @@ -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"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/PboViewer CLI/obj/PboViewer CLI.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\tcroi\.nuget\packages\;E:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\tcroi\.nuget\packages\;G:\Logiciels\Microsoft\Xamarin\NuGet;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.8.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.8.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <autogenerated />
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 = "")]
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9cd86f5dad7f0a637686871e4a1a99acdee7a22
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7feef68eaf3f66e762d3e8048b5767ea932e1f86
Binary file not shown.
Binary file not shown.
Binary file added src/PboViewer CLI/obj/Release/net5.0/apphost.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/PboViewer CLI/obj/Release/netcoreapp3.1/apphost.exe
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f124960e2589ab06b4821dab20ee336856f84f65
Loading

0 comments on commit a891969

Please sign in to comment.