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.Runtime.InteropServices;
namespace input_display
namespace sticky_viewer
{
/// <summary>
/// Access functionality from user32.dll

View File

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

View File

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

View File

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