diff options
| author | EverythingWindows <[email protected]> | 2022-11-03 14:40:32 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-03 14:40:32 +0700 |
| commit | f7533bbd5465954f670b210cc5e4b02d273a9908 (patch) | |
| tree | 13711d4bbe10c3805cc041ccd0ada3881cc78136 /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f (diff) | |
| download | shiftos-therevival-old-0.2.tar.gz shiftos-therevival-old-0.2.tar.bz2 shiftos-therevival-old-0.2.zip | |
Updater works now0.2
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index 0c96be9..d03e8c9 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -113,6 +113,12 @@ <DependentUpon>ShiftOSMenu.vb</DependentUpon> <SubType>Form</SubType> </Compile> + <Compile Include="MainForms\ShiftOSUpdater.Designer.vb"> + <DependentUpon>ShiftOSUpdater.vb</DependentUpon> + </Compile> + <Compile Include="MainForms\ShiftOSUpdater.vb"> + <SubType>Form</SubType> + </Compile> <Compile Include="MainForms\Strings.vb" /> <Compile Include="MainForms\Terminal.Designer.vb"> <DependentUpon>Terminal.vb</DependentUpon> @@ -145,6 +151,9 @@ <EmbeddedResource Include="MainForms\IntroStory.resx"> <DependentUpon>IntroStory.vb</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="MainForms\ShiftOSUpdater.resx"> + <DependentUpon>ShiftOSUpdater.vb</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="MainForms\Terminal.resx"> <DependentUpon>Terminal.vb</DependentUpon> </EmbeddedResource> @@ -185,6 +194,7 @@ </BootstrapperPackage> </ItemGroup> <ItemGroup> + <None Include="Resources\CurrentVersion.txt" /> <Content Include="ShiftOS.ico" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
