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

Commit

Permalink
Introduced UI & Large code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed Feb 23, 2020
1 parent bc3df82 commit c802333
Show file tree
Hide file tree
Showing 13 changed files with 3,081 additions and 605 deletions.
12 changes: 7 additions & 5 deletions PrimeHack Updater/PrimeHack Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\Resources.Designer.cs">
Expand All @@ -110,11 +111,11 @@
<Compile Include="Source\InternalUpdater.cs" />
<Compile Include="Source\Updater.cs" />
<Compile Include="Source\VersionCheck.cs" />
<Compile Include="Source\WinForms\ISOSelectionDialog.cs">
<Compile Include="Source\WinForms\UpdateUI.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Source\WinForms\ISOSelectionDialog.designer.cs">
<DependentUpon>ISOSelectionDialog.cs</DependentUpon>
<Compile Include="Source\WinForms\UpdateUI.Designer.cs">
<DependentUpon>UpdateUI.cs</DependentUpon>
</Compile>
<Compile Include="Source\TimedWebClient.cs">
<SubType>Component</SubType>
Expand All @@ -128,6 +129,7 @@
<None Include="Properties\app.manifest">
<SubType>Designer</SubType>
</None>
<None Include="Resources\Deface_Regular_v1.ttf" />
</ItemGroup>
<ItemGroup>
<Content Include="metroid_prime.ico" />
Expand All @@ -138,8 +140,8 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Source\WinForms\ISOSelectionDialog.resx">
<DependentUpon>ISOSelectionDialog.cs</DependentUpon>
<EmbeddedResource Include="Source\WinForms\UpdateUI.resx">
<DependentUpon>UpdateUI.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
Expand Down
12 changes: 11 additions & 1 deletion 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: 3 additions & 0 deletions PrimeHack Updater/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<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>
Expand Down
Binary file added PrimeHack Updater/Resources/Deface_Regular_v1.ttf
Binary file not shown.
Loading

0 comments on commit c802333

Please sign in to comment.