aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
diff options
context:
space:
mode:
authorEverything Windows <[email protected]>2024-01-18 15:06:39 +0700
committerEverything Windows <[email protected]>2024-01-18 15:06:39 +0700
commit89343f67577f239042df8c1069ed74a9913fa102 (patch)
tree73d68566a6e47a8b72ce0604531a224579effed6 /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
parent540a9218830989293f0e5550235742fe3a6cc05e (diff)
downloadshiftos-therevival-old-freeroam-master.tar.gz
shiftos-therevival-old-freeroam-master.tar.bz2
shiftos-therevival-old-freeroam-master.zip
GUI lock, Multilanguage support, BackgroundWork early implementationfreeroam-master
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
-rw-r--r--ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
index 320f984..723980b 100644
--- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
+++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
@@ -99,6 +99,16 @@
<Compile Include="Functions\InGame\ROMs\GUISCustomizations.vb" />
<Compile Include="Functions\InGame\SystemManager\CodepointSystem.vb" />
<Compile Include="Functions\InGame\SystemManager\Terminate.vb" />
+ <Compile Include="Languages\lang_en.Designer.vb">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>lang_en.resx</DependentUpon>
+ </Compile>
+ <Compile Include="Languages\lang_id.Designer.vb">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>lang_id.resx</DependentUpon>
+ </Compile>
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.Designer.vb">
<DependentUpon>DuWM_Shifter_About.vb</DependentUpon>
</Compile>
@@ -267,6 +277,7 @@
<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_Lang.vb" />
<Compile Include="TerminalApplications\Internal\Com_Manual.vb" />
<Compile Include="TerminalApplications\Internal\Com_Mkdir.vb" />
<Compile Include="TerminalApplications\Internal\Com_Pwd.vb" />
@@ -302,6 +313,16 @@
<Compile Include="TerminalApplications\Internal\Com_Zip.vb" />
</ItemGroup>
<ItemGroup>
+ <EmbeddedResource Include="Languages\lang_en.resx">
+ <CustomToolNamespace>My.Resources</CustomToolNamespace>
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>lang_en.Designer.vb</LastGenOutput>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Languages\lang_id.resx">
+ <CustomToolNamespace>My.Resources</CustomToolNamespace>
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>lang_id.Designer.vb</LastGenOutput>
+ </EmbeddedResource>
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.resx">
<DependentUpon>DuWM_Shifter_About.vb</DependentUpon>
</EmbeddedResource>