diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs new file mode 100644 index 0000000..55d364d --- /dev/null +++ b/AssemblyInfo.cs @@ -0,0 +1,9 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyCompany("Lost Tech LLC")] +[assembly: AssemblyProduct("Stack")] +[assembly: AssemblyCopyright("Copyright © Lost Tech LLC 2018")] + +[assembly: ComVisible(false)] \ No newline at end of file diff --git a/WindowManagement.csproj b/WindowManagement.csproj index 098d2af..28446a0 100644 --- a/WindowManagement.csproj +++ b/WindowManagement.csproj @@ -4,6 +4,8 @@ netstandard2.0 LostTech.Stack.WindowManagement LostTech.Stack.WindowManagement + False + False