diff options
| author | EverythingWindows <[email protected]> | 2022-11-04 08:56:41 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-04 08:56:41 +0700 |
| commit | cd741c3850b861c48fbb2a8e51f1189fb006b935 (patch) | |
| tree | ee348d0f05a2f6a1f37ef563080bc70d1af9adff /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | 37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4 (diff) | |
| download | shiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.tar.gz shiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.tar.bz2 shiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.zip | |
Terminal Display Driver added, migrating Shiftorium functions into Module
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index f847f01..a36a0d6 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -105,6 +105,7 @@ <Compile Include="MainForms\IntroStory.vb"> <SubType>Form</SubType> </Compile> + <Compile Include="MainForms\SaveLoadSystem.vb" /> <Compile Include="MainForms\Shiftoriums.vb" /> <Compile Include="MainForms\ShiftOSMenu.vb"> <SubType>Form</SubType> @@ -197,6 +198,13 @@ <None Include="Resources\CurrentVersion.txt" /> <Content Include="Resources\man Manuals\clear.txt" /> <Content Include="Resources\man Manuals\codepoint.txt" /> + <Content Include="Resources\man Manuals\guess.txt" /> + <Content Include="Resources\man Manuals\help.txt" /> + <Content Include="Resources\man Manuals\man.txt" /> + <Content Include="Resources\man Manuals\print.txt" /> + <Content Include="Resources\man Manuals\shiftorium.txt" /> + <Content Include="Resources\man Manuals\shutdown.txt" /> + <Content Include="Resources\man Manuals\ver.txt" /> <Content Include="ShiftOS.ico" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
