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