summaryrefslogtreecommitdiff
path: root/shiftos_next/shiftos_next.vbproj
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-05-22 17:42:21 -0400
committerTheUltimateHacker <[email protected]>2015-05-22 17:42:21 -0400
commit02df35aba0fc3b92fdd72eca5a35c6744e993951 (patch)
tree234078d66b2a09b3a190da3497cfb19120b87491 /shiftos_next/shiftos_next.vbproj
parented36135241a8d6d8ab4005a55f89ab8765f1a969 (diff)
downloadshiftos-next-02df35aba0fc3b92fdd72eca5a35c6744e993951.tar.gz
shiftos-next-02df35aba0fc3b92fdd72eca5a35c6744e993951.tar.bz2
shiftos-next-02df35aba0fc3b92fdd72eca5a35c6744e993951.zip
New ways to earn Codepoints + Terminal Cleanup
Alrighty. This one's a small one. I've ported the two beginner apps from UltraDOS that helped you earn codepoints (scriptpoints in UltraDOS) to ShiftOS-Next. I've also moved some Terminal methods like AddLine() to an API.vb module. I've also hid the MathQuiz and GuessTheNumber code in the TerminalGames module.
Diffstat (limited to 'shiftos_next/shiftos_next.vbproj')
-rw-r--r--shiftos_next/shiftos_next.vbproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/shiftos_next/shiftos_next.vbproj b/shiftos_next/shiftos_next.vbproj
index 47f12ca..92a3fa7 100644
--- a/shiftos_next/shiftos_next.vbproj
+++ b/shiftos_next/shiftos_next.vbproj
@@ -70,6 +70,7 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="API.vb" />
<Compile Include="BasicWM_ColorTable.vb" />
<Compile Include="basicwm_infobox.Designer.vb">
<DependentUpon>basicwm_infobox.vb</DependentUpon>
@@ -120,6 +121,7 @@
<Compile Include="Terminal.vb">
<SubType>Form</SubType>
</Compile>
+ <Compile Include="TerminalGames.vb" />
<Compile Include="TextPad.Designer.vb">
<DependentUpon>TextPad.vb</DependentUpon>
</Compile>