From 9c9e1fe502e101d73b012a43b441fe6cf311e1ae Mon Sep 17 00:00:00 2001 From: Matthew McDonald Date: Wed, 23 Aug 2023 21:46:56 +0100 Subject: [PATCH 1/8] Runs in VS2022 in debug, not sure if it works --- src/AssemblyLoadDebugger.csproj | 40 ++++++++++++++++++++++++++++----- src/VSPackage.cs | 2 +- src/app.config | 12 +++++----- src/packages.config | 6 ++++- 4 files changed, 47 insertions(+), 13 deletions(-) diff --git a/src/AssemblyLoadDebugger.csproj b/src/AssemblyLoadDebugger.csproj index b3bc7bc..3c8d46c 100644 --- a/src/AssemblyLoadDebugger.csproj +++ b/src/AssemblyLoadDebugger.csproj @@ -1,6 +1,8 @@  - + + + 16.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -13,6 +15,9 @@ 15.0 + + + false @@ -32,7 +37,7 @@ Properties AssemblyLoadDebugger AssemblyLoadDebugger - v4.6 + v4.8.1 true true true @@ -137,6 +142,7 @@ ..\packages\Microsoft.VisualStudio.ImageCatalog.14.3.25407\lib\net45\Microsoft.VisualStudio.ImageCatalog.dll + True ..\packages\Microsoft.VisualStudio.Imaging.15.0.26109-RC3\lib\net45\Microsoft.VisualStudio.Imaging.dll @@ -228,6 +234,8 @@ + + @@ -242,16 +250,38 @@ VSPackage + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + + + + + + + - + + + + +