From 02fc62f71166f8b3185d77dbc8e370870f4ea569 Mon Sep 17 00:00:00 2001 From: parnic Date: Sat, 16 Oct 2021 09:56:15 -0500 Subject: [PATCH] Fix VS2022 VSIX generation to actually work (and in Release config) --- Dev17/Dev17+.csproj | 17 +++++++++- Dev17/source.extension.vsixmanifest | 49 ++++++++++++++++++----------- 2 files changed, 46 insertions(+), 20 deletions(-) diff --git a/Dev17/Dev17+.csproj b/Dev17/Dev17+.csproj index 2878d45..31fede6 100644 --- a/Dev17/Dev17+.csproj +++ b/Dev17/Dev17+.csproj @@ -40,7 +40,7 @@ pdbonly true bin\Release\ - TRACE + TRACE;Dev17 prompt 4 @@ -49,6 +49,12 @@ + + LICENSE + true + SharedContent + LICENSE + Designer @@ -73,6 +79,15 @@ + + + openfileinsolution.png + + + OpenFileInSolution.vsct + Menus.ctmenu + + diff --git a/Dev17/source.extension.vsixmanifest b/Dev17/source.extension.vsixmanifest index 310b96b..b9c8f6a 100644 --- a/Dev17/source.extension.vsixmanifest +++ b/Dev17/source.extension.vsixmanifest @@ -1,22 +1,33 @@ - - - Dev17 - Empty VSIX Project. - - - - amd64 - - - - - - - - - - - + + + Open File In Solution + Shows a list of all files in the current solution and allows quickly filtering and opening them. + SharedContent\LICENSE + open file, quick find, fast find, fast open, openfile, quick open, quickopen, shift alt o, shift+alt+o, visual assist + + + + amd64 + + + x86 + + + amd64 + + + x86 + + + + + + + + + + +