├── .gitignore ├── AutoShortcut.cs ├── Form1.Designer.cs ├── Form1.cs ├── IniEditor.cs ├── IniEditor2.cs ├── IniEditor3.cs ├── Program.cs ├── README.md ├── formEditorToml.Designer.cs ├── formEditorToml.cs ├── formGuide.Designer.cs ├── formGuide.cs ├── formHome.Designer.cs ├── formHome.cs ├── formLibrary.Designer.cs ├── formLibrary.cs ├── formSettings.Designer.cs └── formSettings.cs /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/.gitignore -------------------------------------------------------------------------------- /AutoShortcut.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/AutoShortcut.cs -------------------------------------------------------------------------------- /Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/Form1.Designer.cs -------------------------------------------------------------------------------- /Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/Form1.cs -------------------------------------------------------------------------------- /IniEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/IniEditor.cs -------------------------------------------------------------------------------- /IniEditor2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/IniEditor2.cs -------------------------------------------------------------------------------- /IniEditor3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/IniEditor3.cs -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/Program.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/README.md -------------------------------------------------------------------------------- /formEditorToml.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formEditorToml.Designer.cs -------------------------------------------------------------------------------- /formEditorToml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formEditorToml.cs -------------------------------------------------------------------------------- /formGuide.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formGuide.Designer.cs -------------------------------------------------------------------------------- /formGuide.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formGuide.cs -------------------------------------------------------------------------------- /formHome.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formHome.Designer.cs -------------------------------------------------------------------------------- /formHome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formHome.cs -------------------------------------------------------------------------------- /formLibrary.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formLibrary.Designer.cs -------------------------------------------------------------------------------- /formLibrary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formLibrary.cs -------------------------------------------------------------------------------- /formSettings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formSettings.Designer.cs -------------------------------------------------------------------------------- /formSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4TOLINO06/FSR3-Mod-Setup-Utility-Enhanced/HEAD/formSettings.cs --------------------------------------------------------------------------------