From 0fca79deb06560cf0b6c02acdb3540368860a012 Mon Sep 17 00:00:00 2001 From: Mitch Capper Date: Thu, 16 Mar 2023 11:45:45 -0700 Subject: [PATCH] Change to new csproj format --- JustMyCodeToggle.sln | 12 -- .../Properties/AssemblyInfo.cs | 12 -- .../Tvl.VisualStudio.JustMyCodeToggle.csproj | 172 ++++++++---------- 3 files changed, 71 insertions(+), 125 deletions(-) delete mode 100644 Tvl.VisualStudio.JustMyCodeToggle/Properties/AssemblyInfo.cs diff --git a/JustMyCodeToggle.sln b/JustMyCodeToggle.sln index 1834bf0..f4b2121 100644 --- a/JustMyCodeToggle.sln +++ b/JustMyCodeToggle.sln @@ -8,25 +8,13 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Debug|arm64 = Debug|arm64 - Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - Release|arm64 = Release|arm64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Debug|arm64.ActiveCfg = Debug|arm64 - {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Debug|arm64.Build.0 = Debug|arm64 - {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Debug|x86.ActiveCfg = Debug|x86 - {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Debug|x86.Build.0 = Debug|x86 {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Release|Any CPU.ActiveCfg = Release|Any CPU {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Release|Any CPU.Build.0 = Release|Any CPU - {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Release|arm64.ActiveCfg = Release|arm64 - {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Release|arm64.Build.0 = Release|arm64 - {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Release|x86.ActiveCfg = Release|x86 - {10CAD392-E083-41EB-92C9-B5F3142FA9F8}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Tvl.VisualStudio.JustMyCodeToggle/Properties/AssemblyInfo.cs b/Tvl.VisualStudio.JustMyCodeToggle/Properties/AssemblyInfo.cs deleted file mode 100644 index e16d031..0000000 --- a/Tvl.VisualStudio.JustMyCodeToggle/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. -// Licensed under the MIT License. See LICENSE.txt in the project root for license information. - -using System; -using System.Runtime.InteropServices; - -[assembly: CLSCompliant(false)] - -// 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)] diff --git a/Tvl.VisualStudio.JustMyCodeToggle/Tvl.VisualStudio.JustMyCodeToggle.csproj b/Tvl.VisualStudio.JustMyCodeToggle/Tvl.VisualStudio.JustMyCodeToggle.csproj index 5f50d23..6bdfd1c 100644 --- a/Tvl.VisualStudio.JustMyCodeToggle/Tvl.VisualStudio.JustMyCodeToggle.csproj +++ b/Tvl.VisualStudio.JustMyCodeToggle/Tvl.VisualStudio.JustMyCodeToggle.csproj @@ -1,102 +1,72 @@ - - - - 17.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - Debug - AnyCPU - 2.0 - {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - v4.7.2 - Properties - Adds the Just My Code command button to Visual Studio. - Tunnel Vision Laboratories, LLC - Copyright © Sam Harwell 2017 - 1.4.0.0 - 1.4.0.0 - 1.4.0-dev - {10CAD392-E083-41EB-92C9-B5F3142FA9F8} - Library - true - true - true - false - false - true - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - true - - - AnyCPU - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - Designer - - - - - - - - LICENSE.txt - true - - - - - 1000 - Designer - - - - - VSPackage.resources - true - - - - - + + + net472 + + Properties + Adds the Just My Code command button to Visual Studio. + Tunnel Vision Laboratories, LLC + Copyright © Sam Harwell 2017 + 1.4.0.0 + 1.4.0.0 + 1.4.0-dev + true + true + true + false + false + true + true + obj + obj/int + True + + + $(MSBuildThisFileDirectory)..\JustMyCodeToggle.ruleset + + + pdbonly + true + + + + False + + + true + + + + + + + + + + + + + + Designer + + + + + LICENSE.txt + true + + + + + 1000 + Designer + + + + + VSPackage.resources + true + + + + \ No newline at end of file