diff options
| author | EverythingWindows <[email protected]> | 2022-11-14 19:55:48 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-14 19:55:48 +0700 |
| commit | 52674dbd4d03161aba9cadb68f09b69fd71b8ecb (patch) | |
| tree | afe00cdce077273fbe537f973696e3f3c84299e7 /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | 75ae158b14df32ef41cebfce664dc5d0c50104f3 (diff) | |
| download | shiftos-therevival-old-52674dbd4d03161aba9cadb68f09b69fd71b8ecb.tar.gz shiftos-therevival-old-52674dbd4d03161aba9cadb68f09b69fd71b8ecb.tar.bz2 shiftos-therevival-old-52674dbd4d03161aba9cadb68f09b69fd71b8ecb.zip | |
All one-way commands are not separated into each own module
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index b165057..30eb21a 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -149,8 +149,16 @@ </Compile> <Compile Include="API\ConsoleAPI.vb" /> <Compile Include="API\TerminalAPI.vb" /> + <Compile Include="Terminal Applications\External\App_TextPad.vb" /> <Compile Include="Terminal Applications\External\TerminalExternalApps.vb" /> <Compile Include="Functions\InGame\TerminalColorSystem.vb" /> + <Compile Include="Terminal Applications\Internal\Com_Codepoint.vb" /> + <Compile Include="Terminal Applications\Internal\Com_Help.vb" /> + <Compile Include="Terminal Applications\Internal\Com_Pwd.vb" /> + <Compile Include="Terminal Applications\Internal\Com_Shiftfetch.vb" /> + <Compile Include="Terminal Applications\Internal\Com_Su.vb" /> + <Compile Include="Terminal Applications\Internal\Com_Ver.vb" /> + <Compile Include="Terminal Applications\Internal\Com_Date.vb" /> <Compile Include="Terminal Applications\Internal\TerminalInternalApps.vb" /> <Compile Include="Functions\OutGame\TheUpdater.vb" /> <Compile Include="My Project\AssemblyInfo.vb" /> @@ -169,6 +177,7 @@ <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> + <Compile Include="Terminal Applications\Internal\Com_Time.vb" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="MainForms\BugSlap.resx"> |
