NuGetReferenceSwitcher icon indicating copy to clipboard operation
NuGetReferenceSwitcher copied to clipboard

Feature/creaing extension version to visual studio 2022

Open a2741890 opened this issue 1 year ago • 0 comments

Following Update a Visual Studio extension for Visual Studio 2022 to make the extension available for Visual Studio 2022.

Please be noted that not all the steps in the documents has been implemented. My goal is to make this extesion work for VS22 and it actually works. I did not update the files in build folder as somehow the batch file is not working for me and I need to do it manually as following.

To generate the VSIX(for extension installation) file, I open NuGetReferenceSwitcher.VS22.sln and build it in Release mode. After build you can find the VSIX file in the \build\Output\VS22 and run it to install the extension.

a2741890 avatar Jul 16 '24 12:07 a2741890