diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index b21fc4e..f03c107 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -1,9 +1,3 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyVersion("1.3.*")] -[assembly: AssemblyCompany("Lost Tech LLC")] -[assembly: AssemblyProduct("Stack")] -[assembly: AssemblyCopyright("Copyright © Lost Tech LLC 2020")] +using System.Runtime.InteropServices; [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Stack.WindowManagement.sln b/Stack.WindowManagement.sln new file mode 100644 index 0000000..b198d70 --- /dev/null +++ b/Stack.WindowManagement.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30516.212 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowManagement", "WindowManagement.csproj", "{C2C792CB-6BE3-4198-A753-504CF05295A2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C2C792CB-6BE3-4198-A753-504CF05295A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C2C792CB-6BE3-4198-A753-504CF05295A2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C2C792CB-6BE3-4198-A753-504CF05295A2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C2C792CB-6BE3-4198-A753-504CF05295A2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EDD64D82-3C92-4E14-B68B-AA4658824FD4} + EndGlobalSection +EndGlobal diff --git a/WindowManagement.csproj b/WindowManagement.csproj index df8724c..c311b2b 100644 --- a/WindowManagement.csproj +++ b/WindowManagement.csproj @@ -3,15 +3,26 @@ netstandard2.0 LostTech.Stack.WindowManagement + 2.0.0 LostTech.Stack.WindowManagement 8.0 enable - False - False + + Stack + Lost Tech LLC + © Lost Tech LLC 2020 + + + true + true + true + snupkg + +