diff options
| author | EverythingWindows <[email protected]> | 2022-11-22 13:08:06 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-22 13:08:06 +0700 |
| commit | 3f387f7460b49ed12d906c932bf3a3156d3bd025 (patch) | |
| tree | f84e7a05438dac6fc1dd926c24ccdb4501e25255 /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | 804f2b7f7e952c73967511cfd397e33b71fff5ad (diff) | |
| download | shiftos-therevival-old-3f387f7460b49ed12d906c932bf3a3156d3bd025.tar.gz shiftos-therevival-old-3f387f7460b49ed12d906c932bf3a3156d3bd025.tar.bz2 shiftos-therevival-old-3f387f7460b49ed12d906c932bf3a3156d3bd025.zip | |
more refined DuWM
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index 6a76b8e..ad795ca 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -98,10 +98,16 @@ <Compile Include="Functions\InGame\Hardwares\KeyboardHandler.vb" /> <Compile Include="Functions\InGame\SystemManager\CodepointSystem.vb" /> <Compile Include="Functions\InGame\SystemManager\Terminate.vb" /> - <Compile Include="MainForms\Applications\Shifter.Designer.vb"> - <DependentUpon>Shifter.vb</DependentUpon> + <Compile Include="MainForms\Applications\Shifter\DuWM\Categories\DuWM_Shifter_Desktop.Designer.vb"> + <DependentUpon>DuWM_Shifter_Desktop.vb</DependentUpon> </Compile> - <Compile Include="MainForms\Applications\Shifter.vb"> + <Compile Include="MainForms\Applications\Shifter\DuWM\Categories\DuWM_Shifter_Desktop.vb"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="MainForms\Applications\Shifter\DuWM\DuWM_Shifter.Designer.vb"> + <DependentUpon>DuWM_Shifter.vb</DependentUpon> + </Compile> + <Compile Include="MainForms\Applications\Shifter\DuWM\DuWM_Shifter.vb"> <SubType>Form</SubType> </Compile> <Compile Include="MainForms\BugSlap.Designer.vb"> @@ -239,8 +245,11 @@ <Compile Include="TerminalApplications\Internal\Com_Zip.vb" /> </ItemGroup> <ItemGroup> - <EmbeddedResource Include="MainForms\Applications\Shifter.resx"> - <DependentUpon>Shifter.vb</DependentUpon> + <EmbeddedResource Include="MainForms\Applications\Shifter\DuWM\Categories\DuWM_Shifter_Desktop.resx"> + <DependentUpon>DuWM_Shifter_Desktop.vb</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="MainForms\Applications\Shifter\DuWM\DuWM_Shifter.resx"> + <DependentUpon>DuWM_Shifter.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="MainForms\BugSlap.resx"> <DependentUpon>BugSlap.vb</DependentUpon> |
