Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
Removed Internal Updater + Added Immersive and Portable
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed Jan 27, 2021
1 parent 9439b51 commit e340033
Show file tree
Hide file tree
Showing 16 changed files with 251 additions and 596 deletions.
6 changes: 0 additions & 6 deletions InternalUpdater/App.config

This file was deleted.

112 changes: 0 additions & 112 deletions InternalUpdater/InternalUpdater.csproj

This file was deleted.

66 changes: 0 additions & 66 deletions InternalUpdater/Program.cs

This file was deleted.

36 changes: 0 additions & 36 deletions InternalUpdater/Properties/AssemblyInfo.cs

This file was deleted.

70 changes: 0 additions & 70 deletions InternalUpdater/Properties/app.manifest

This file was deleted.

16 changes: 0 additions & 16 deletions InternalUpdater/TimedWebClient.cs

This file was deleted.

18 changes: 2 additions & 16 deletions PrimeHack Updater.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrimeHack Updater", "PrimeHack Updater\PrimeHack Updater.csproj", "{BC203460-914A-46A0-90E3-97897438CE4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InternalUpdater", "InternalUpdater\InternalUpdater.csproj", "{9781BFB8-690F-498F-BE50-11279EB4571B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -29,18 +27,6 @@ Global
{BC203460-914A-46A0-90E3-97897438CE4E}.Release|x64.Build.0 = Release|Any CPU
{BC203460-914A-46A0-90E3-97897438CE4E}.Release|x86.ActiveCfg = Release|Any CPU
{BC203460-914A-46A0-90E3-97897438CE4E}.Release|x86.Build.0 = Release|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Debug|x64.ActiveCfg = Debug|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Debug|x64.Build.0 = Debug|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Debug|x86.ActiveCfg = Debug|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Debug|x86.Build.0 = Debug|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Release|Any CPU.Build.0 = Release|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Release|x64.ActiveCfg = Release|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Release|x64.Build.0 = Release|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Release|x86.ActiveCfg = Release|Any CPU
{9781BFB8-690F-498F-BE50-11279EB4571B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 1 addition & 2 deletions PrimeHack Updater/PrimeHack Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Source\CfgManager.cs" />
<Compile Include="Source\InternalUpdater.cs" />
<Compile Include="Source\Updater.cs" />
<Compile Include="Source\VersionCheck.cs" />
<Compile Include="Source\WinForms\UpdateUI.cs">
Expand All @@ -133,12 +132,12 @@
</ItemGroup>
<ItemGroup>
<Content Include="metroid_prime.ico" />
<Content Include="Resources\InternalUpdater.exe" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Source\WinForms\UpdateUI.resx">
<DependentUpon>UpdateUI.cs</DependentUpon>
Expand Down
10 changes: 0 additions & 10 deletions PrimeHack Updater/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions PrimeHack Updater/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,4 @@
<data name="Deface_Regular_v1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Deface_Regular_v1.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="InternalUpdater" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\InternalUpdater.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
Binary file removed PrimeHack Updater/Resources/InternalUpdater.exe
Binary file not shown.
Loading

0 comments on commit e340033

Please sign in to comment.