rename demo exe

master 1.1.0
Zaafar Ahmed 7 years ago
parent ad9f318665
commit b4c2ed19fb
  1. 2
      DriverProgram/DriverProgram.csproj
  2. 5
      DriverProgram/Properties/AssemblyInfo.cs

@ -7,7 +7,7 @@
<ProjectGuid>{370E1945-EF74-4618-A2DE-B5796AC3093E}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>DriverProgram</RootNamespace>
<AssemblyName>ImGuiDemo</AssemblyName>
<AssemblyName>OverlayDemo</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

@ -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")]

Loading…
Cancel
Save