diff --git a/DriverProgram/DriverProgram.csproj b/DriverProgram/DriverProgram.csproj
index 6c569a2..2c7150b 100644
--- a/DriverProgram/DriverProgram.csproj
+++ b/DriverProgram/DriverProgram.csproj
@@ -7,7 +7,7 @@
{370E1945-EF74-4618-A2DE-B5796AC3093E}
Exe
DriverProgram
- ImGuiDemo
+ OverlayDemo
v4.7.2
512
true
diff --git a/DriverProgram/Properties/AssemblyInfo.cs b/DriverProgram/Properties/AssemblyInfo.cs
index a55a48b..77f1968 100644
--- a/DriverProgram/Properties/AssemblyInfo.cs
+++ b/DriverProgram/Properties/AssemblyInfo.cs
@@ -1,12 +1,11 @@
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("ImGuiDemo")]
-[assembly: AssemblyDescription("ImGui Demo Window")]
+[assembly: AssemblyTitle("OverlayDemo")]
+[assembly: AssemblyDescription("Overlay Demo with ImGui")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DriverProgram")]