-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New design - Explorer like window and features - Open folder AND PBO file - The project now use .Net 5
- Loading branch information
Showing
284 changed files
with
8,225 additions
and
20,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 1 addition & 1 deletion
2
...oreApp,Version=v3.1.AssemblyAttributes.cs → ...oreApp,Version=v5.0.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "")] |
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5b83118e10a8edd38dcbf67894c3525d36aa4940 |
19 changes: 19 additions & 0 deletions
19
src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 renamed
BIN
+424 Bytes
....1/PboMaker.csprojAssemblyReference.cache → ...oViewer CLI.csprojAssemblyReference.cache
Binary file not shown.
1 change: 1 addition & 0 deletions
1
src/PboViewer CLI/obj/Debug/net5.0/PboViewer CLI.genruntimeconfig.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7feef68eaf3f66e762d3e8048b5767ea932e1f86 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+9 Bytes
(100%)
src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.assets.cache
Binary file not shown.
Binary file modified
BIN
-102 KB
(1.8%)
src/PboViewer CLI/obj/Debug/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oreApp,Version=v3.1.AssemblyAttributes.cs → ...oreApp,Version=v5.0.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "")] |
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f9cd86f5dad7f0a637686871e4a1a99acdee7a22 |
19 changes: 19 additions & 0 deletions
19
src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 renamed
BIN
+424 Bytes
...1/PboViewer.csprojAssemblyReference.cache → ...oViewer CLI.csprojAssemblyReference.cache
Binary file not shown.
1 change: 1 addition & 0 deletions
1
src/PboViewer CLI/obj/Release/net5.0/PboViewer CLI.genruntimeconfig.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7feef68eaf3f66e762d3e8048b5767ea932e1f86 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+9 Bytes
(100%)
src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.assets.cache
Binary file not shown.
Binary file modified
BIN
-1.48 KB
(22%)
src/PboViewer CLI/obj/Release/netcoreapp3.1/PboViewer CLI.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+999 Bytes
src/PboViewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.assets.cache
Binary file not shown.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...ewer CLI/obj/Release/netcoreapp3.1/linux-x64/PboViewer CLI.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f124960e2589ab06b4821dab20ee336856f84f65 |
Oops, something went wrong.