-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Indevelopment
- Loading branch information
Showing
41 changed files
with
667 additions
and
761 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
2 changes: 1 addition & 1 deletion
2
EasyExtractUnitypackageRework/EasyExtract/Config/ConfigHelper.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 @@ | ||
using System.IO; | ||
using EasyExtract.Utilities; | ||
using Newtonsoft.Json; | ||
|
||
namespace EasyExtract.Config; | ||
|
4 changes: 1 addition & 3 deletions
4
EasyExtractUnitypackageRework/EasyExtract/Config/ConfigModel.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
2 changes: 0 additions & 2 deletions
2
EasyExtractUnitypackageRework/EasyExtract/Config/ExtractedFiles.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
2 changes: 0 additions & 2 deletions
2
EasyExtractUnitypackageRework/EasyExtract/Config/ExtractedUnitypackageModel.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
2 changes: 0 additions & 2 deletions
2
EasyExtractUnitypackageRework/EasyExtract/Config/UpdateModel.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,5 +1,3 @@ | ||
using System.Reflection; | ||
|
||
namespace EasyExtract.Config; | ||
|
||
public class UpdateModel | ||
|
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
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
4 changes: 1 addition & 3 deletions
4
EasyExtractUnitypackageRework/EasyExtract/Extraction/ExtractionHandler.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
2 changes: 1 addition & 1 deletion
2
EasyExtractUnitypackageRework/EasyExtract/Extraction/ExtractionHelper.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,5 +1,5 @@ | ||
using System.IO; | ||
using EasyExtract.Config; | ||
using EasyExtract.Utilities; | ||
|
||
namespace EasyExtract.Extraction; | ||
|
||
|
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,23 @@ | ||
// Global using directives | ||
|
||
global using System.ComponentModel; | ||
global using System.Diagnostics; | ||
global using System.Drawing; | ||
global using System.Drawing.Imaging; | ||
global using System.Drawing.Text; | ||
global using System.IO; | ||
global using System.Net.Http; | ||
global using System.Reflection; | ||
global using System.Runtime.CompilerServices; | ||
global using System.Runtime.InteropServices; | ||
global using System.Windows; | ||
global using System.Windows.Controls; | ||
global using System.Windows.Media.Imaging; | ||
global using System.Windows.Threading; | ||
global using Microsoft.Win32; | ||
global using Octokit; | ||
global using Serilog.Events; | ||
global using SharpCompress.Archives; | ||
global using SharpCompress.Common; | ||
global using Wpf.Ui.Appearance; | ||
global using FileMode = System.IO.FileMode; |
84 changes: 0 additions & 84 deletions
84
EasyExtractUnitypackageRework/EasyExtract/Services/CustomMessageBox/CustomMessageBox.xaml
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
EasyExtractUnitypackageRework/EasyExtract/Services/CustomMessageBox/CustomMessageBox.xaml.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.