diff options
| author | EverythingWindows <[email protected]> | 2022-11-18 16:58:37 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-18 16:58:37 +0700 |
| commit | 996601e9cc2874b7aa6e38772bbb7ac23eed6413 (patch) | |
| tree | 26f54064983e2a20d487488784697ae5ad8e5e4e /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | 4beaaa1988db67f89ed55d52738fe0d465d6482f (diff) | |
| download | shiftos-therevival-old-996601e9cc2874b7aa6e38772bbb7ac23eed6413.tar.gz shiftos-therevival-old-996601e9cc2874b7aa6e38772bbb7ac23eed6413.tar.bz2 shiftos-therevival-old-996601e9cc2874b7aa6e38772bbb7ac23eed6413.zip | |
Moving majority functions of apps from TerminalExternalApp into its own separate module and fixing bug on ability to set hostname and username to blank
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index 8a84f82..ecedef6 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -160,6 +160,8 @@ </Compile> <Compile Include="API\ConsoleAPI.vb" /> <Compile Include="API\TerminalAPI.vb" /> + <Compile Include="TerminalApplications\External\BasicCalculator\App_BC.vb" /> + <Compile Include="TerminalApplications\External\GuessTheNumber\App_Guess.vb" /> <Compile Include="TerminalApplications\External\Textpad\App_TextPad.vb" /> <Compile Include="TerminalApplications\External\TerminalExternalApps.vb" /> <Compile Include="Functions\InGame\SystemManager\ColorSystem.vb" /> |
