Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
just change name
Browse files Browse the repository at this point in the history
  • Loading branch information
KoakiMiku committed Feb 3, 2019
1 parent 9b2d925 commit 2b9d7fc
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NVIDIA-Keeper.sln → NvidiaKeeper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NOpenCL", "NOpenCL\NOpenCL.csproj", "{8A3885B4-ECC0-46F7-85BD-019EEAFD58BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NVIDIA-Keeper", "NVIDIA-Keeper\NVIDIA-Keeper.csproj", "{C7C3F68A-3D43-4C7A-B3AC-A7D1E777FA01}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NvidiaKeeper", "NvidiaKeeper\NvidiaKeeper.csproj", "{C7C3F68A-3D43-4C7A-B3AC-A7D1E777FA01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion NVIDIA-Keeper/Autorun.cs → NvidiaKeeper/Autorun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace NVIDIAKeeper
{
class Autorun
{
private static readonly string name = "NVIDIA Keeper";
private static readonly string name = "NvidiaKeeper";

private static readonly string path = Process.GetCurrentProcess().MainModule.FileName;
private static readonly string autorunPath = @"Software\Microsoft\Windows\CurrentVersion\Run";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace NVIDIAKeeper
{
class KeepRunning
{
private static readonly string name = "NVIDIA Keeper";
private static readonly string name = "NvidiaKeeper";

private static readonly int interval = 5; // Seconds
private static readonly int size = 1024; // Bytes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C7C3F68A-3D43-4C7A-B3AC-A7D1E777FA01}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>NVIDIAKeeper</RootNamespace>
<AssemblyName>NVIDIA Keeper</AssemblyName>
<RootNamespace>NvidiaKeeper</RootNamespace>
<AssemblyName>NvidiaKeeper</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace NVIDIAKeeper
{
class SingleInstance
{
private static readonly string name = "NVIDIA Keeper";
private static readonly string name = "NvidiaKeeper";

public static bool IsSingle()
{
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2b9d7fc

Please sign in to comment.