Skip to content

Commit

Permalink
rename PCBootLogo -> LenovoBootLogo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiye committed Apr 24, 2024
1 parent f3d2c1c commit ccff4d0
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion PcBootLogo.sln → LenovoBootLogo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCBootLogo", "PCBootLogo\PCBootLogo.csproj", "{3DF19333-D9AA-4CFD-8B0F-21DF0916508C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LenovoBootLogo", "LenovoBootLogo\LenovoBootLogo.csproj", "{3DF19333-D9AA-4CFD-8B0F-21DF0916508C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions PCBootLogo/ApiMethods.cs → LenovoBootLogo/ApiMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Reflection;
using System.Runtime.InteropServices;

namespace PCBootLogo {
namespace LenovoBootLogo {

public static class ApiMethods {

Expand All @@ -24,7 +24,7 @@ public static class ApiMethods {
private static IntPtr ApiLibraryDllHandler = IntPtr.Zero;

public static bool InitUnmanagedLibrary() {
using (var resource = Assembly.GetExecutingAssembly().GetManifestResourceStream("PCBootLogo.AIToolAPI.dll")) {
using (var resource = Assembly.GetExecutingAssembly().GetManifestResourceStream("LenovoBootLogo.AIToolAPI.dll")) {
try {
using (var outFile = File.Create(ApiLibraryDllPath)) {
const int sz = 4096;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Linq;

namespace PCBootLogo {
namespace LenovoBootLogo {

[AttributeUsage(AttributeTargets.Field)]
public class EnumDisplayAttribute : Attribute {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3DF19333-D9AA-4CFD-8B0F-21DF0916508C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>PCBootLogo</RootNamespace>
<AssemblyName>PCBootLogo</AssemblyName>
<RootNamespace>LenovoBootLogo</RootNamespace>
<AssemblyName>LenovoBootLogo</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
4 changes: 2 additions & 2 deletions PCBootLogo/LogoModel.cs → LenovoBootLogo/LogoModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
using System.Text;
using System.Windows.Forms;

namespace PCBootLogo {
namespace LenovoBootLogo {

public class LogoModel {

public const string AppTitle = "PC Boot Logo";
public const string AppTitle = "LenovoBootLogo";

private string GetTempLogoFilePath(string extension) {
return $"mylogo_{DefaultWidth}x{DefaultHeight}{extension}";
Expand Down

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

2 changes: 1 addition & 1 deletion PCBootLogo/MainForm.cs → LenovoBootLogo/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Reflection;
using System.Windows.Forms;

namespace PCBootLogo {
namespace LenovoBootLogo {

public partial class MainForm : Form {

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion PCBootLogo/Program.cs → LenovoBootLogo/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;

namespace PCBootLogo {
namespace LenovoBootLogo {

internal static class Program {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("PCBootLogo")]
[assembly: AssemblyTitle("LenovoBootLogo")]
[assembly: AssemblyDescription("Utility for changing PC boot logo")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Sergiy Yegoshyn")]
[assembly: AssemblyProduct("PCBootLogo")]
[assembly: AssemblyProduct("LenovoBootLogo")]
[assembly: AssemblyCopyright("Copyright © Sergiy Egoshyn 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# PC Boot Logo
# LenovoBootLogo

[![Stars](https://img.shields.io/github/stars/sergiye/PCBootLogo?style=flat-square)](https://github.com/sergiye/PCBootLogo/stargazers)
[![Fork](https://img.shields.io/github/forks/sergiye/PCBootLogo?style=flat-square)](https://github.com/sergiye/PCBootLogo/fork)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/sergiye/PCBootLogo?style=plastic)
![GitHub all releases](https://img.shields.io/github/downloads/sergiye/PCBootLogo/total?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/sergiye/PCBootLogo?style=plastic)
[![Stars](https://img.shields.io/github/stars/sergiye/LenovoBootLogo?style=flat-square)](https://github.com/sergiye/LenovoBootLogo/stargazers)
[![Fork](https://img.shields.io/github/forks/sergiye/LenovoBootLogo?style=flat-square)](https://github.com/sergiye/LenovoBootLogo/fork)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/sergiye/LenovoBootLogo?style=plastic)
![GitHub all releases](https://img.shields.io/github/downloads/sergiye/LenovoBootLogo/total?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/sergiye/LenovoBootLogo?style=plastic)


PCBootLogo is a portable, open-source utility for customizing the boot logo (screen) of your PC.
LenovoBootLogo is a portable, open-source utility for customizing the boot logo (screen) of your PC.

**This program will modify BIOS settings, use at your own risk.** The copyright of the code and binary files used belongs to the original manufacturer.

Expand All @@ -26,7 +26,7 @@ To use:

**The recommended way to get the program is BUILD from source**
- Install git, Visual Studio (2022 or higher)
- `git clone https://github.com/sergiye/PCBootLogo.git`
- `git clone https://github.com/sergiye/LenovoBootLogo.git`
- build

----
Expand Down
6 changes: 3 additions & 3 deletions clean.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off

rmdir /s /q .vs
rmdir /s /q PcBootLogo\.vs
rmdir /s /q LenovoBootLogo\.vs
rmdir /s /q .idea

rmdir /s /q PcBootLogo\bin
rmdir /s /q PcBootLogo\obj
rmdir /s /q LenovoBootLogo\bin
rmdir /s /q LenovoBootLogo\obj

0 comments on commit ccff4d0

Please sign in to comment.