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

@ -1,12 +1,11 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("ImGuiDemo")] [assembly: AssemblyTitle("OverlayDemo")]
[assembly: AssemblyDescription("ImGui Demo Window")] [assembly: AssemblyDescription("Overlay Demo with ImGui")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DriverProgram")] [assembly: AssemblyProduct("DriverProgram")]

Loading…
Cancel
Save