diff --git a/NVIDIA-Keeper.sln b/NvidiaKeeper.sln similarity index 90% rename from NVIDIA-Keeper.sln rename to NvidiaKeeper.sln index 94f842c..c9d4d93 100644 --- a/NVIDIA-Keeper.sln +++ b/NvidiaKeeper.sln @@ -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 diff --git a/NVIDIA-Keeper/Autorun.cs b/NvidiaKeeper/Autorun.cs similarity index 94% rename from NVIDIA-Keeper/Autorun.cs rename to NvidiaKeeper/Autorun.cs index 8c0d244..414147c 100644 --- a/NVIDIA-Keeper/Autorun.cs +++ b/NvidiaKeeper/Autorun.cs @@ -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"; diff --git a/NVIDIA-Keeper/FodyWeavers.xml b/NvidiaKeeper/FodyWeavers.xml similarity index 100% rename from NVIDIA-Keeper/FodyWeavers.xml rename to NvidiaKeeper/FodyWeavers.xml diff --git a/NVIDIA-Keeper/FodyWeavers.xsd b/NvidiaKeeper/FodyWeavers.xsd similarity index 100% rename from NVIDIA-Keeper/FodyWeavers.xsd rename to NvidiaKeeper/FodyWeavers.xsd diff --git a/NVIDIA-Keeper/I18N.cs b/NvidiaKeeper/I18N.cs similarity index 100% rename from NVIDIA-Keeper/I18N.cs rename to NvidiaKeeper/I18N.cs diff --git a/NVIDIA-Keeper/KeepRunning.cs b/NvidiaKeeper/KeepRunning.cs similarity index 98% rename from NVIDIA-Keeper/KeepRunning.cs rename to NvidiaKeeper/KeepRunning.cs index a4fca21..1b51034 100644 --- a/NVIDIA-Keeper/KeepRunning.cs +++ b/NvidiaKeeper/KeepRunning.cs @@ -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 diff --git a/NVIDIA-Keeper/NVIDIA-Keeper.csproj b/NvidiaKeeper/NvidiaKeeper.csproj similarity index 97% rename from NVIDIA-Keeper/NVIDIA-Keeper.csproj rename to NvidiaKeeper/NvidiaKeeper.csproj index a51d527..da2da47 100644 --- a/NVIDIA-Keeper/NVIDIA-Keeper.csproj +++ b/NvidiaKeeper/NvidiaKeeper.csproj @@ -7,8 +7,8 @@ AnyCPU {C7C3F68A-3D43-4C7A-B3AC-A7D1E777FA01} WinExe - NVIDIAKeeper - NVIDIA Keeper + NvidiaKeeper + NvidiaKeeper v4.7 512 true diff --git a/NVIDIA-Keeper/Program.cs b/NvidiaKeeper/Program.cs similarity index 100% rename from NVIDIA-Keeper/Program.cs rename to NvidiaKeeper/Program.cs diff --git a/NVIDIA-Keeper/Properties/AssemblyInfo.cs b/NvidiaKeeper/Properties/AssemblyInfo.cs similarity index 100% rename from NVIDIA-Keeper/Properties/AssemblyInfo.cs rename to NvidiaKeeper/Properties/AssemblyInfo.cs diff --git a/NVIDIA-Keeper/SingleInstance.cs b/NvidiaKeeper/SingleInstance.cs similarity index 90% rename from NVIDIA-Keeper/SingleInstance.cs rename to NvidiaKeeper/SingleInstance.cs index c5a1b20..d5c87f4 100644 --- a/NVIDIA-Keeper/SingleInstance.cs +++ b/NvidiaKeeper/SingleInstance.cs @@ -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() { diff --git a/NVIDIA-Keeper/app.manifest b/NvidiaKeeper/app.manifest similarity index 100% rename from NVIDIA-Keeper/app.manifest rename to NvidiaKeeper/app.manifest diff --git a/NVIDIA-Keeper/packages.config b/NvidiaKeeper/packages.config similarity index 100% rename from NVIDIA-Keeper/packages.config rename to NvidiaKeeper/packages.config