mirror of
https://github.com/Deltafox79/Win_1337_Apply_Patch.git
synced 2024-12-22 03:51:46 -08:00
11d01e8693
- Error Handling: Standardized across methods, added descriptive error messages. - File Selection: Simplified `OpenFileDialog`, improved backup naming, added user-friendly prompts. - Ownership Management: Added ownership change feature with success messages. - UX: Added tooltips, enhanced drag-and-drop feedback. - Code Cleanup: Removed redundant code, modernized constructs, consistent formatting. - Config: Streamlined `app.config`, ensured .NET 4.8 target. - Checksum Refactor: Switched to 64-bit pointers, optimized resource management. - Version Update: Incremented assembly and file versions to 2.1.0.0. - Settings: Added `changeOwnership` setting with default `True`, scoped per user.
21 lines
921 B
XML
21 lines
921 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Win_1337_Patch.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="urlexe" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="url1337" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="fixoffset" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="backup" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="changeOwnership" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |