fix some things missed during project rename

This commit is contained in:
Holly 2020-01-31 20:30:09 -05:00
parent dae7bf7708
commit 0e47489209
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ using System.IO;
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace input_display namespace sticky_viewer
{ {
/// <summary> /// <summary>
/// Access functionality from user32.dll /// Access functionality from user32.dll

View File

@ -1,6 +1,6 @@
using System; using System;
namespace input_display namespace sticky_viewer
{ {
#if WINDOWS || LINUX #if WINDOWS || LINUX
/// <summary> /// <summary>

View File

@ -5,8 +5,8 @@ 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("input display")] [assembly: AssemblyTitle("Sticky Viewer")]
[assembly: AssemblyProduct("input display")] [assembly: AssemblyProduct("Sticky Viewer")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="input_display"/> <assemblyIdentity version="1.0.0.0" name="sticky_viewer"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security> <security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">