fix some things missed during project rename
This commit is contained in:
parent
dae7bf7708
commit
0e47489209
|
|
@ -7,7 +7,7 @@ using System.IO;
|
|||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace input_display
|
||||
namespace sticky_viewer
|
||||
{
|
||||
/// <summary>
|
||||
/// Access functionality from user32.dll
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
|
||||
namespace input_display
|
||||
namespace sticky_viewer
|
||||
{
|
||||
#if WINDOWS || LINUX
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ 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("input display")]
|
||||
[assembly: AssemblyProduct("input display")]
|
||||
[assembly: AssemblyTitle("Sticky Viewer")]
|
||||
[assembly: AssemblyProduct("Sticky Viewer")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue