From 3724c3dd020a38fbc994f64e57b86d85b421ad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Tsch=C3=A4pp=C3=A4t?= Date: Fri, 10 Jan 2025 21:24:01 +0100 Subject: [PATCH] Convert to new csproj structure --- Directory.Build.props | 20 ++++++++ MountSend.sln | 2 +- MountSend/App.config | 6 --- MountSend/MountSend.csproj | 74 +++------------------------- MountSend/Properties/AssemblyInfo.cs | 35 ------------- MountSendLib/MountSendLib.csproj | 22 --------- 6 files changed, 28 insertions(+), 131 deletions(-) create mode 100644 Directory.Build.props delete mode 100644 MountSend/App.config delete mode 100644 MountSend/Properties/AssemblyInfo.cs diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..95417cc --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,20 @@ + + + MountSend + 10Micron MountSend + Per Frejvall, Julien Tschäppät + MountSend is a software that allows to send command to 10Micron Mounts (www.10micron.eu). It has initially been developed by Per Frejvall + Copyright © 2012-2016 Per Frejvall, 2016-2025 Julien Tschäppät + https://github.com/elendil-software/MountSend/ + GitHub + https://github.com/elendil-software/MountSend/ + LGPL-3.0-only + https://github.com/elendil-software/MountSend/releases/latest + GPL-3.0-only + Astronomy 10Micron + true + + + + + diff --git a/MountSend.sln b/MountSend.sln index 1f64342..99c898b 100644 --- a/MountSend.sln +++ b/MountSend.sln @@ -9,7 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MountSendLib", "MountSendLi EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{FEE97E01-7675-4FA3-9BB2-EE70531FFFD4}" ProjectSection(SolutionItems) = preProject - LICENSE = LICENSE + LICENSE.md = LICENSE.md README.md = README.md EndProjectSection EndProject diff --git a/MountSend/App.config b/MountSend/App.config deleted file mode 100644 index d1428ad..0000000 --- a/MountSend/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/MountSend/MountSend.csproj b/MountSend/MountSend.csproj index f857f0f..1ff216e 100644 --- a/MountSend/MountSend.csproj +++ b/MountSend/MountSend.csproj @@ -1,73 +1,13 @@ - - - + + - Debug - AnyCPU - {609A67F4-BB37-448A-BD52-E1F24CE445BA} + net48 Exe - Properties - MountSend - MountSend - v4.8 - 512 - true - + false - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - - - - - - - - - - - Always - - + - - TargetFramework=net45 - {86c20107-13c6-427b-b011-6eb924871a74} - MountSendLib - + - - + \ No newline at end of file diff --git a/MountSend/Properties/AssemblyInfo.cs b/MountSend/Properties/AssemblyInfo.cs deleted file mode 100644 index 79502ba..0000000 --- a/MountSend/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -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("MountSend")] -[assembly: AssemblyDescription("10Micron Mount Sender by Per Frejvall, Julien Tschäppät")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MountSend")] -[assembly: AssemblyCopyright("Copyright © 2012-2016 Per Frejvall, 2016-2019 Julien Tschäppät")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("609a67f4-bb37-448a-bd52-e1f24ce445ba")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.3.0")] -[assembly: AssemblyFileVersion("3.3.0")] diff --git a/MountSendLib/MountSendLib.csproj b/MountSendLib/MountSendLib.csproj index f540061..5d7228f 100644 --- a/MountSendLib/MountSendLib.csproj +++ b/MountSendLib/MountSendLib.csproj @@ -2,29 +2,7 @@ netstandard2.0;net48 - MountSend - 3.3.0 - Per Frejvall, Julien Tschäppät - Copyright © 2012-2016 Per Frejvall, 2016-2019 Julien Tschäppät - 10Micron MountSend - https://github.com/elendil-software/MountSend/ - https://github.com/elendil-software/MountSend/ - GitHub 10MicronMountSend - MountSend is a software that allows to send command to 10Micron Mounts (www.10micron.eu). It has initially been developed by Per Frejvall - https://github.com/elendil-software/MountSend/releases/latest true - true - 3.3.0.0 - 3.3.0.0 - LICENSE.md - Astronomy 10Micron - - - True - - - - \ No newline at end of file