aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-17 11:03:57 +0700
committerEverythingWindows <[email protected]>2022-11-17 11:03:57 +0700
commitb6ad60f56854bdf720c1e7177f011329048516db (patch)
tree69c61110b7b2e24cce5260829eed80eb192debe1 /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
parente08f5e8e55a2c7061a638bba6428f6d9b495d4c7 (diff)
downloadshiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.tar.gz
shiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.tar.bz2
shiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.zip
CodepointSystem module, ColorSystem module, Completing TerminalInternalApps migrating to modules
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
-rw-r--r--ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
index 400da4f..4f5e7ba 100644
--- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
+++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
@@ -93,6 +93,7 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Functions\InGame\CodepointSystem.vb" />
<Compile Include="Functions\InGame\Terminate.vb" />
<Compile Include="MainForms\BugSlap.Designer.vb">
<DependentUpon>BugSlap.vb</DependentUpon>
@@ -160,13 +161,16 @@
<Compile Include="API\TerminalAPI.vb" />
<Compile Include="TerminalApplications\External\App_TextPad.vb" />
<Compile Include="TerminalApplications\External\TerminalExternalApps.vb" />
- <Compile Include="Functions\InGame\TerminalColorSystem.vb" />
+ <Compile Include="Functions\InGame\ColorSystem.vb" />
<Compile Include="TerminalApplications\Internal\Com_05tray.vb" />
<Compile Include="TerminalApplications\Internal\Com_Codepoint.vb" />
+ <Compile Include="TerminalApplications\Internal\Com_Color.vb" />
+ <Compile Include="TerminalApplications\Internal\Com_Colors.vb" />
<Compile Include="TerminalApplications\Internal\Com_Cowsay.vb" />
<Compile Include="TerminalApplications\Internal\Com_Help.vb" />
<Compile Include="TerminalApplications\Internal\Com_Hostname.vb" />
<Compile Include="TerminalApplications\Internal\Com_Infobar.vb" />
+ <Compile Include="TerminalApplications\Internal\Com_Manual.vb" />
<Compile Include="TerminalApplications\Internal\Com_Pwd.vb" />
<Compile Include="TerminalApplications\Internal\Com_Rev.vb" />
<Compile Include="TerminalApplications\Internal\Com_Shiftfetch.vb" />
@@ -175,7 +179,6 @@
<Compile Include="TerminalApplications\Internal\Com_Username.vb" />
<Compile Include="TerminalApplications\Internal\Com_Ver.vb" />
<Compile Include="TerminalApplications\Internal\Com_Date.vb" />
- <Compile Include="TerminalApplications\Internal\TerminalInternalApps.vb" />
<Compile Include="Functions\OutGame\TheUpdater.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">