Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Belim authored Oct 13, 2020
1 parent 670a27d commit 92aee52
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 28 deletions.
12 changes: 6 additions & 6 deletions src/Burnbytes/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
3 changes: 2 additions & 1 deletion src/Burnbytes/Burnbytes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>Burnbytes</RootNamespace>
<AssemblyName>Burnbytes</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
Expand Down Expand Up @@ -134,6 +134,7 @@
<EmbeddedResource Include="Properties\Resources.de.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.de.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
Expand Down
17 changes: 7 additions & 10 deletions src/Burnbytes/Forms/HandlerChoice.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 src/Burnbytes/Forms/HandlerChoice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ public HandlerChoice() : base()
{
InitializeComponent();

// GUI options
// This is using font icons predefined in the fonts of Segoe MDL2 Assets as UWP apps
btnShowMainMenu.Text = "\ue700"; // Hamburger menu

// Check if we are running as administrator, if yes, give the elevation button a shield
using (var identity = WindowsIdentity.GetCurrent())
Expand Down
8 changes: 1 addition & 7 deletions src/Burnbytes/Forms/HandlerChoice.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,10 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="btnShowMainMenu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACFJREFUOE9j
GDTgPxl4FKABbIFECI8CNIAtkAjh4QEYGADzribaBHa3+QAAAABJRU5ErkJggg==
</value>
</data>
<metadata name="contextMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="tsMenuItemShowWebsite.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAPRJREFUOE/N
Expand Down
8 changes: 4 additions & 4 deletions src/Burnbytes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// associated with an assembly.
[assembly: AssemblyTitle("Burnbytes")]
[assembly: AssemblyProduct("Burnbytes")]
[assembly: AssemblyCopyright("Copyright © thebookisclosed and Mirinsoft 2020")]
[assembly: AssemblyCopyright("Copyright © thebookisclosed and Builtbybel 2020")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand All @@ -27,7 +27,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.0.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
[assembly: AssemblyDescription("The best of classic cleanmgr and Storage sense")]
[assembly: AssemblyCompany("Mirinsoft")]
[assembly: AssemblyCompany("Builtbybel")]

0 comments on commit 92aee52

Please sign in to comment.