From 545c911c02dcde6d2082d3dc7b25febcfc44049b Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Tue, 9 Feb 2021 14:49:34 -0600 Subject: [PATCH] Convert csproj files to SDK style. --- Mono.Debugger.Soft/Mono.Debugger.Soft.csproj | 120 +------------- Mono.Debugging.Soft/AssemblyInfo.cs | 29 ---- .../Mono.Debugging.Soft.csproj | 83 ++-------- Mono.Debugging/Mono.Debugging.csproj | 156 ++---------------- 4 files changed, 40 insertions(+), 348 deletions(-) delete mode 100644 Mono.Debugging.Soft/AssemblyInfo.cs diff --git a/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj b/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj index 9d138e830..c379fe5a4 100644 --- a/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj +++ b/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj @@ -1,133 +1,31 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {372E8E3E-29D5-4B4D-88A2-4711CD628C4E} - Library - Mono.Debugger.Soft - Mono.Debugger.Soft + net472 True mono.snk - - - True - embedded - False - bin\Debug MONO_DATACONVERTER_STATIC_METHODS;ENABLE_CECIL - prompt - 4 - False True - - True embedded - True - bin\Release - prompt 4 False - MONO_DATACONVERTER_STATIC_METHODS;ENABLE_CECIL - True + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + 0.10.1 + + - - - - + diff --git a/Mono.Debugging.Soft/AssemblyInfo.cs b/Mono.Debugging.Soft/AssemblyInfo.cs deleted file mode 100644 index d70591c7b..000000000 --- a/Mono.Debugging.Soft/AssemblyInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ -// -// AssemblyInfo.cs -// -// Author: -// Michael Hutchinson -// -// Copyright (c) 2010 Novell, Inc. (http://www.novell.com) -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. -using System.Reflection; -using System.Runtime.CompilerServices; - -[assembly: AssemblyTitle("Mono.Debugging.Soft")] \ No newline at end of file diff --git a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj index 7feb2d2e4..136dd1fbb 100644 --- a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj +++ b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj @@ -1,92 +1,41 @@ - - + + - Debug - AnyCPU - {DE40756E-57F6-4AF2-B155-55E3A88CCED8} - Library - Mono.Debugging.Soft - Mono.Debugging.Soft + net472 True ..\Mono.Debugging\mono.debugging.snk - v4.7.2 - - - True - embedded - False - bin\Debug - DEBUG - prompt - 4 1591;1573 - bin\Debug\Mono.Debugging.Soft.xml - - + bin\$(Configuration)\Mono.Debugging.Soft.xml + True embedded - true - bin\Release - prompt - 4 - true - 1591;1573 - bin\Release\Mono.Debugging.Soft.xml + + + - - {90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2} - Mono.Debugging - False - - - {372E8E3E-29D5-4B4D-88A2-4711CD628C4E} - Mono.Debugger.Soft - False - - - - - - - - - - - - - - - - - - - - - - - + + + 2.10.0 0.10.1 + - - 10.0.3 - + + - - - - + + diff --git a/Mono.Debugging/Mono.Debugging.csproj b/Mono.Debugging/Mono.Debugging.csproj index f63350501..3cb4ca693 100644 --- a/Mono.Debugging/Mono.Debugging.csproj +++ b/Mono.Debugging/Mono.Debugging.csproj @@ -1,154 +1,28 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2} - Library - Mono.Debugging + net472 True mono.debugging.snk - Mono.Debugging - v4.7.2 - - - True - embedded - False - bin\Debug - DEBUG - prompt - 4 - False - - - 1591;1573 - bin\Debug\Mono.Debugging.xml - - - embedded - true - bin\Release - prompt - 4 - False - true - 1591;1573 - bin\Release\Mono.Debugging.xml + bin\$(Configuration)\Mono.Debugging.xml + True + embedded + + + - - - - - - - - {3B2A5653-EC97-4001-BB9B-D90F1AF2C371} - ICSharpCode.NRefactory - - - {53DCA265-3C3C-42F9-B647-F72BA678122B} - ICSharpCode.NRefactory.CSharp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - 1.5.0 - + - - - \ No newline at end of file + +