From 33ef841fcb4debc2c5f3d0d9e3595db908712814 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 21 Jan 2024 04:42:51 +0300 Subject: [PATCH] Code refactoring --- Directory.build.props | 5 +++ GlobalAssemblyInfo.cs | 34 ------------------- ShareX.HelpersLib/Properties/AssemblyInfo.cs | 30 ---------------- ShareX.HelpersLib/ShareX.HelpersLib.csproj | 7 ---- ShareX.HistoryLib/Properties/AssemblyInfo.cs | 30 ---------------- ShareX.HistoryLib/ShareX.HistoryLib.csproj | 7 ---- .../Properties/AssemblyInfo.cs | 30 ---------------- .../ShareX.ImageEffectsLib.csproj | 7 ---- ShareX.IndexerLib/Properties/AssemblyInfo.cs | 30 ---------------- ShareX.IndexerLib/ShareX.IndexerLib.csproj | 7 ---- ShareX.MediaLib/Properties/AssemblyInfo.cs | 30 ---------------- ShareX.MediaLib/ShareX.MediaLib.csproj | 7 ---- .../Properties/AssemblyInfo.cs | 30 ---------------- .../ShareX.NativeMessagingHost.csproj | 7 ---- .../Properties/AssemblyInfo.cs | 30 ---------------- .../ShareX.ScreenCaptureLib.csproj | 7 ---- ShareX.Setup/Properties/AssemblyInfo.cs | 30 ---------------- ShareX.Setup/ShareX.Setup.csproj | 6 ---- ShareX.Steam/Properties/AssemblyInfo.cs | 30 ---------------- ShareX.Steam/ShareX.Steam.csproj | 7 ---- .../Properties/AssemblyInfo.cs | 30 ---------------- .../ShareX.UploadersLib.csproj | 7 ---- ShareX/Properties/AssemblyInfo.cs | 31 ----------------- ShareX/ShareX.csproj | 8 +---- 24 files changed, 6 insertions(+), 441 deletions(-) delete mode 100644 GlobalAssemblyInfo.cs delete mode 100644 ShareX.HelpersLib/Properties/AssemblyInfo.cs delete mode 100644 ShareX.HistoryLib/Properties/AssemblyInfo.cs delete mode 100644 ShareX.ImageEffectsLib/Properties/AssemblyInfo.cs delete mode 100644 ShareX.IndexerLib/Properties/AssemblyInfo.cs delete mode 100644 ShareX.MediaLib/Properties/AssemblyInfo.cs delete mode 100644 ShareX.NativeMessagingHost/Properties/AssemblyInfo.cs delete mode 100644 ShareX.ScreenCaptureLib/Properties/AssemblyInfo.cs delete mode 100644 ShareX.Setup/Properties/AssemblyInfo.cs delete mode 100644 ShareX.Steam/Properties/AssemblyInfo.cs delete mode 100644 ShareX.UploadersLib/Properties/AssemblyInfo.cs delete mode 100644 ShareX/Properties/AssemblyInfo.cs diff --git a/Directory.build.props b/Directory.build.props index 7e352091a..75b146de7 100644 --- a/Directory.build.props +++ b/Directory.build.props @@ -2,5 +2,10 @@ true false + false + ShareX Team + ShareX + Copyright (c) 2007-2024 ShareX Team + 15.0.2 \ No newline at end of file diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs deleted file mode 100644 index 962a3e98b..000000000 --- a/GlobalAssemblyInfo.cs +++ /dev/null @@ -1,34 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyCompany("ShareX Team")] -[assembly: AssemblyProduct("ShareX")] -[assembly: AssemblyCopyright("Copyright (c) 2007-2024 ShareX Team")] -[assembly: ComVisible(false)] -[assembly: AssemblyVersion("15.0.2")] -[assembly: AssemblyFileVersion("15.0.2")] \ No newline at end of file diff --git a/ShareX.HelpersLib/Properties/AssemblyInfo.cs b/ShareX.HelpersLib/Properties/AssemblyInfo.cs deleted file mode 100644 index 07384c963..000000000 --- a/ShareX.HelpersLib/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX HelpersLib")] -[assembly: Guid("0836c289-a8c6-4b3c-ac1e-2a2957480f6a")] \ No newline at end of file diff --git a/ShareX.HelpersLib/ShareX.HelpersLib.csproj b/ShareX.HelpersLib/ShareX.HelpersLib.csproj index 0b4681966..f9422bfc9 100644 --- a/ShareX.HelpersLib/ShareX.HelpersLib.csproj +++ b/ShareX.HelpersLib/ShareX.HelpersLib.csproj @@ -2,10 +2,8 @@ net48 Library - false true true - true MinimumRecommendedRules.ruleset @@ -51,11 +49,6 @@ - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX.HistoryLib/Properties/AssemblyInfo.cs b/ShareX.HistoryLib/Properties/AssemblyInfo.cs deleted file mode 100644 index 26c8fb4a0..000000000 --- a/ShareX.HistoryLib/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX HistoryLib")] -[assembly: Guid("158992c9-b38c-4d85-b95b-1b46e7f75940")] \ No newline at end of file diff --git a/ShareX.HistoryLib/ShareX.HistoryLib.csproj b/ShareX.HistoryLib/ShareX.HistoryLib.csproj index fd1873911..25b2c14f5 100644 --- a/ShareX.HistoryLib/ShareX.HistoryLib.csproj +++ b/ShareX.HistoryLib/ShareX.HistoryLib.csproj @@ -2,9 +2,7 @@ net48 Library - false true - true MinimumRecommendedRules.ruleset @@ -36,11 +34,6 @@ Off MinimumRecommendedRules.ruleset - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX.ImageEffectsLib/Properties/AssemblyInfo.cs b/ShareX.ImageEffectsLib/Properties/AssemblyInfo.cs deleted file mode 100644 index 91c1ce65c..000000000 --- a/ShareX.ImageEffectsLib/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX ImageEffectsLib")] -[assembly: Guid("084988ba-cc50-4f60-90f7-3a98c4073087")] \ No newline at end of file diff --git a/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj b/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj index 162d25656..f253bec58 100644 --- a/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj +++ b/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj @@ -2,9 +2,7 @@ net48 Library - false true - true AllRules.ruleset @@ -40,11 +38,6 @@ - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX.IndexerLib/Properties/AssemblyInfo.cs b/ShareX.IndexerLib/Properties/AssemblyInfo.cs deleted file mode 100644 index 756d48151..000000000 --- a/ShareX.IndexerLib/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX IndexersLib")] -[assembly: Guid("90cfdab0-aabc-4c96-81ea-f50f08283489")] \ No newline at end of file diff --git a/ShareX.IndexerLib/ShareX.IndexerLib.csproj b/ShareX.IndexerLib/ShareX.IndexerLib.csproj index c8a75ba3c..6ff290bfa 100644 --- a/ShareX.IndexerLib/ShareX.IndexerLib.csproj +++ b/ShareX.IndexerLib/ShareX.IndexerLib.csproj @@ -2,9 +2,7 @@ net48 Library - false true - true none @@ -30,11 +28,6 @@ - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX.MediaLib/Properties/AssemblyInfo.cs b/ShareX.MediaLib/Properties/AssemblyInfo.cs deleted file mode 100644 index 6c1a32a80..000000000 --- a/ShareX.MediaLib/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX MediaLib")] -[assembly: Guid("1a190e53-1419-4cc2-b0e5-3bc7ea861c8b")] \ No newline at end of file diff --git a/ShareX.MediaLib/ShareX.MediaLib.csproj b/ShareX.MediaLib/ShareX.MediaLib.csproj index ae93e9416..8719c48de 100644 --- a/ShareX.MediaLib/ShareX.MediaLib.csproj +++ b/ShareX.MediaLib/ShareX.MediaLib.csproj @@ -2,9 +2,7 @@ net48 Library - false true - true Off @@ -35,11 +33,6 @@ - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX.NativeMessagingHost/Properties/AssemblyInfo.cs b/ShareX.NativeMessagingHost/Properties/AssemblyInfo.cs deleted file mode 100644 index c385fc481..000000000 --- a/ShareX.NativeMessagingHost/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX NativeMessagingHost")] -[assembly: Guid("254e398d-f7f5-4b2a-9024-5c121ea6c564")] \ No newline at end of file diff --git a/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj b/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj index 470a6ea7c..ab2afa8d3 100644 --- a/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj +++ b/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj @@ -3,9 +3,7 @@ net48 WinExe ShareX_NativeMessagingHost - false true - true Off @@ -29,11 +27,6 @@ bin\MicrosoftStoreDebug\ Off - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX.ScreenCaptureLib/Properties/AssemblyInfo.cs b/ShareX.ScreenCaptureLib/Properties/AssemblyInfo.cs deleted file mode 100644 index bc4c7c536..000000000 --- a/ShareX.ScreenCaptureLib/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX ScreenCapture")] -[assembly: Guid("9a892054-a73a-4fc1-9166-e97b425b874a")] \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj b/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj index 831bc77e4..cf0bc1cd0 100644 --- a/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj +++ b/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj @@ -2,9 +2,7 @@ net48 Library - false true - true Off @@ -38,11 +36,6 @@ - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX.Setup/Properties/AssemblyInfo.cs b/ShareX.Setup/Properties/AssemblyInfo.cs deleted file mode 100644 index cdca8c103..000000000 --- a/ShareX.Setup/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX Setup")] -[assembly: Guid("e16c72bd-71a1-4663-a92d-31e0d58df3b9")] \ No newline at end of file diff --git a/ShareX.Setup/ShareX.Setup.csproj b/ShareX.Setup/ShareX.Setup.csproj index 26d9f88c5..8ead3491d 100644 --- a/ShareX.Setup/ShareX.Setup.csproj +++ b/ShareX.Setup/ShareX.Setup.csproj @@ -2,7 +2,6 @@ net48 Exe - false none @@ -28,11 +27,6 @@ - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX.Steam/Properties/AssemblyInfo.cs b/ShareX.Steam/Properties/AssemblyInfo.cs deleted file mode 100644 index 4edcdc5a8..000000000 --- a/ShareX.Steam/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX Launcher")] -[assembly: Guid("7f6adfc5-2563-4a5f-b202-93b553578719")] \ No newline at end of file diff --git a/ShareX.Steam/ShareX.Steam.csproj b/ShareX.Steam/ShareX.Steam.csproj index 1d557206f..890b23945 100644 --- a/ShareX.Steam/ShareX.Steam.csproj +++ b/ShareX.Steam/ShareX.Steam.csproj @@ -3,9 +3,7 @@ net48 WinExe ShareX_Launcher - false true - true Off @@ -32,11 +30,6 @@ bin\MicrosoftStoreDebug\ Off - - - Properties\GlobalAssemblyInfo.cs - - PreserveNewest diff --git a/ShareX.UploadersLib/Properties/AssemblyInfo.cs b/ShareX.UploadersLib/Properties/AssemblyInfo.cs deleted file mode 100644 index c4a414e18..000000000 --- a/ShareX.UploadersLib/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX UploadersLib")] -[assembly: Guid("61f63572-6737-4a35-bcde-d2a53861e296")] \ No newline at end of file diff --git a/ShareX.UploadersLib/ShareX.UploadersLib.csproj b/ShareX.UploadersLib/ShareX.UploadersLib.csproj index 58c7a64f3..7106c4dda 100644 --- a/ShareX.UploadersLib/ShareX.UploadersLib.csproj +++ b/ShareX.UploadersLib/ShareX.UploadersLib.csproj @@ -2,9 +2,7 @@ net48 Library - false true - true MinimumRecommendedRules.ruleset @@ -40,11 +38,6 @@ - - - Properties\GlobalAssemblyInfo.cs - - diff --git a/ShareX/Properties/AssemblyInfo.cs b/ShareX/Properties/AssemblyInfo.cs deleted file mode 100644 index b7e780212..000000000 --- a/ShareX/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,31 +0,0 @@ -#region License Information (GPL v3) - -/* - ShareX - A program that allows you to take screenshots and share any file type - Copyright (c) 2007-2024 ShareX Team - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - Optionally you can also view the license at . -*/ - -#endregion License Information (GPL v3) - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("ShareX")] -[assembly: AssemblyDescription("Screen capture, file sharing and productivity tool")] -[assembly: Guid("82E6AC09-0FEF-4390-AD9F-0DD3F5561EFC")] \ No newline at end of file diff --git a/ShareX/ShareX.csproj b/ShareX/ShareX.csproj index 22b91f082..959f89a7e 100644 --- a/ShareX/ShareX.csproj +++ b/ShareX/ShareX.csproj @@ -3,9 +3,8 @@ net48 WinExe ShareX_Icon.ico - false true - true + Screen capture, file sharing and productivity tool MinimumRecommendedRules.ruleset @@ -46,11 +45,6 @@ - - - Properties\GlobalAssemblyInfo.cs - -