diff options
| author | EverythingWindows <[email protected]> | 2022-11-14 13:50:43 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-14 13:50:43 +0700 |
| commit | bd4c45f316d11e124fe5d21d9c5f66e21149fc5d (patch) | |
| tree | c9b1a4ad85f7d8c6b3cbe05f7769cb04f907dfa3 /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | b37a6e60c9ffa266fc1fc9afc13cada7704100b0 (diff) | |
| download | shiftos-therevival-old-bd4c45f316d11e124fe5d21d9c5f66e21149fc5d.tar.gz shiftos-therevival-old-bd4c45f316d11e124fe5d21d9c5f66e21149fc5d.tar.bz2 shiftos-therevival-old-bd4c45f316d11e124fe5d21d9c5f66e21149fc5d.zip | |
More organized
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index e499099..c7756c3 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -111,14 +111,14 @@ <Compile Include="MainForms\DebugWindow.vb"> <SubType>Form</SubType> </Compile> - <Compile Include="MainForms\DirectoryManagements.vb" /> + <Compile Include="Functions\InGame\DirectoryManagements.vb" /> <Compile Include="MainForms\Epilepsy.Designer.vb"> <DependentUpon>Epilepsy.vb</DependentUpon> </Compile> <Compile Include="MainForms\Epilepsy.vb"> <SubType>Form</SubType> </Compile> - <Compile Include="MainForms\FileManagement.vb" /> + <Compile Include="Functions\InGame\FileManagement.vb" /> <Compile Include="MainForms\IntroStory.Designer.vb"> <DependentUpon>IntroStory.vb</DependentUpon> </Compile> @@ -126,7 +126,7 @@ <SubType>Form</SubType> </Compile> <Compile Include="MainForms\SaveLoadSystem.vb" /> - <Compile Include="MainForms\Shiftoriums.vb" /> + <Compile Include="Functions\InGame\Shiftoriums.vb" /> <Compile Include="MainForms\ShiftOSMenu.vb"> <SubType>Form</SubType> </Compile> @@ -140,19 +140,19 @@ <Compile Include="MainForms\ShiftOSUpdater.vb"> <SubType>Form</SubType> </Compile> - <Compile Include="MainForms\Strings.vb" /> + <Compile Include="Functions\InGame\Strings.vb" /> <Compile Include="MainForms\Console.Designer.vb"> <DependentUpon>Console.vb</DependentUpon> </Compile> <Compile Include="MainForms\Console.vb"> <SubType>Form</SubType> </Compile> - <Compile Include="MainForms\ConsoleAPI.vb" /> - <Compile Include="MainForms\TerminalAPI.vb" /> - <Compile Include="MainForms\TerminalExternalApps.vb" /> - <Compile Include="MainForms\TerminalColorSystem.vb" /> - <Compile Include="MainForms\TerminalInternalApps.vb" /> - <Compile Include="MainForms\TheUpdater.vb" /> + <Compile Include="API\ConsoleAPI.vb" /> + <Compile Include="API\TerminalAPI.vb" /> + <Compile Include="Functions\InGame\TerminalExternalApps.vb" /> + <Compile Include="Functions\InGame\TerminalColorSystem.vb" /> + <Compile Include="Functions\InGame\TerminalInternalApps.vb" /> + <Compile Include="Functions\OutGame\TheUpdater.vb" /> <Compile Include="My Project\AssemblyInfo.vb" /> <Compile Include="My Project\Application.Designer.vb"> <AutoGen>True</AutoGen> |
